/* SETTING */

html {
    scroll-behavior: smooth;
}

body {
    background-color: #242424;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
    position: relative;
    letter-spacing: 1px;
    box-sizing: border-box;
    overflow: auto;
    /* background-image: url(../img/interface/background.jpg);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed; */
    /* touch-action: pan-y, pan-y; */
    color: #fff;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: unset !important;
}

select,
input {
    background-color: #292929 !important;
    color: #f0f0f0 !important;
}

:focus-visible {
    outline: unset !important;
}

:disabled {
    background-color: #00000052 !important;
    -webkit-box-shadow: inset 0 0 6px #34343570 !important;
    -moz-box-shadow: inset 0 0 6px #34343570 !important;
    box-shadow: inset 0 0 6px #34343570 !important;
    border-color: #ffffff26 !important;
    color: #ffffffab !important;
}

/* SETTING REMEMBERED FIELD COLOR */
/* input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px transparent;
} */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: #ffffff;
    background-color: #1c2630 !important;
    box-shadow: inset 0 0 20px 20px transparent;
    font-weight: 500;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 6px;
    background: #434343;
    background-color: #434343;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #557504;
    border-radius: 6px;
    border: 2px solid #1d2838;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #557504;
}

.for_pc.hidden,
.hidden {
    display: none !important;
}

.form_content .tab-content-box .store_form div.hidden {
    display: none !important;
}

div {
    box-sizing: border-box;
}

a {
    color: #ffffff;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

:hover {
    transition: all .3s ease-in-out !important;
}

i::before {
    font-family: "FontAwesome";
}

a:hover,
a:active,
a.active {
    color: #fff6df;
    text-decoration: none;
}

input,
select,
textarea,
.userphone,
#bankSelect,
#bank-account,
#bank-name {
    height: 35px;
    padding: 0 8px;
    /* background-color: #fff;
    border: 1px solid #d1d1d1;
    color: #000;
    outline: none; */
    background-color: #1c1c1c;
    color: white;
    /* -webkit-box-shadow: inset 0 0 6px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 6px #d7ffa33d; */
    -webkit-appearance: none;
    font-size: 14px;
    border-radius: 8px;
    border: none;
}

input,
select {
    width: 100%;
    margin-top: 5px;
    box-sizing: border-box;
}

textarea {
    height: 300px;
    width: calc(100% - 19px);
    overflow-y: scroll;
    padding: 8px;
}

input[placeholder],
[placeholder],
*[placeholder] {
    font: 300 14px 'Microsoft Jhenghei';
    color: #c9c9c9 !important;
}

input[type="file"] {
    border: none;
    padding: 0;
    height: 30px;
}

h3 {
    font-size: 16px
}

button,
button:focus {
    outline: none;
    cursor: pointer;
}

[type="checkbox"],
[type="radio"] {
    width: 20px;
    height: 20px;
}

.rule {
    color: #ffe46b;
}

.input-block {
    margin: 20px 0;
}

.input-block-content .input-block {
    margin: 20px 0 0 0;
}


/* STANDARD */
.btn {
    padding: 12px 15px;
    border-radius: 6px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    min-width: 80px;
    border: 1px solid transparent;
    background: #335301;
    background: linear-gradient(16deg, #335301 0%, #91cb06 75%);
    -webkit-box-shadow: inset 0 0 10px #c5ddff80;
    -moz-box-shadow: inset 0 0 10px #c5ddff80;
    box-shadow: inset 0 0 10px #c5ddff80;
}

.btn.cancel {
    background: #6e6e6e;
    /* border: 1px solid #6e6e6e; */
}

.btn:hover,
.btn:active {
    filter: brightness(1.2);
    color: #fff;
    /* border: 1px solid #79b504; */
}

.btn.submit {
    margin-top: 50px;
}

.btn1 {
    padding: 15px 35px !important;
    background-color: #79b504;
    border: none;
    color: #fff;
    font-weight: 500;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.btn1:hover,
.btn1:active {
    background-color: #79b504;
    color: #fff;
}

.btn2 {
    font-size: 14px;
    padding: 5px 15px;
    color: #ffffff !important;
}

.btn2:hover,
.btn2:active {
    color: #79b504 !important;
}

/* æ–‡å­—é¡è‰² */
.font-primary {
    color: #068485;
}

.font-second {
    color: #068485;
}

/* 圖片顯示 */
img {
    width: 100%;
    height: auto;
    border: 0;
    outline: 0;
    vertical-align: middle;
    display: block;
}

/* header區 */
/* #web {
	display:none;
}
*/


.showout {
    display: block !important;
}

body>header {
    width: 100%;
    position: unset;
    z-index: 89;
}

.headerSticky {
    /* position: sticky;
	top: 0;
	z-index: 999; */
}

.nav {
    /* background: linear-gradient(180deg,#ffffffde,#ffffffe0); */
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
}

/* .headerSticky .nav {
    background: #fff;
    background: linear-gradient(180deg, #ffffff 70%, #2c88f900 100%);
} */

.nav .right-block {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-left: 20px;
}

.multiply-float {
    width: 80px;
    position: absolute;
    z-index: 9;
    filter: brightness(1.5) drop-shadow(3px 6px 4px #0000008d);
    margin-top: 10px;
    margin-left: -10px;
    border-radius: 20px;
    padding: 5px;
    /* background-color: #000000ba; */
}

@media screen and (min-width:1025px) {
    body {
        background-color: #242424;
        /* background-image: url(../img/interface/pc.jpg);
        background-position: bottom center; */
        /* min-width: 1280px; */
    }

    body>header {
        width: 100%;
        max-width: 100vw;
        position: fixed;
        background: #242424;
    }

    /* .btn {
        padding: 10px 25px;
        background: #000000a8;
        border-radius: 8px;
        transition: all .3s ease-in-out;
        cursor: pointer;
        color: #386cff;
        border: 1px solid #386cff;
    } */

    .form_content .tab-content-box .store_form label.mobile-only {
        display: none;
    }

    .right-block.mobile-only {
        display: none;
    }

    .option-tab .option-link.mobile-only {
        display: none;
    }

    .tab-area-control .tab-content-box.msg.active.mobile-only {
        display: none;
    }

    /* nav列 */
    .nav {
        background: #1c1c1c;
        /* background: linear-gradient(207deg, #0a1c33 6%, #1c1c1c 85%); */
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        position: relative;
        overflow: visible;
        color: #fff;
    }

    /* .nav::after {
        content: '';
        position: absolute;a.showoff>img
        top: 0;
        bottom: -5px;
        left: 0;
        right: 0;
        z-index: -1;
        overflow: visible;
    } */

    .nav .logo img {
        z-index: 99;
        transition: all .3s ease-in-out;
        /* margin-bottom: -16px; */
        width: 138px;
        /* filter: drop-shadow(1px 2px 6px #000000d6); */
        z-index: 2;
        position: relative;
        /* animation: fire 5s ease-in-out infinite; */
    }

    @keyframes fire {
        0% {
            filter: drop-shadow(1px 2px 6px #000000d6) brightness(1) contrast(1);
        }

        10% {
            filter: drop-shadow(1px 2px 6px #000000d6) brightness(1.3) contrast(1.3);
        }

        50% {
            filter: drop-shadow(1px 2px 6px #000000d6) brightness(1) contrast(1);
        }

        90% {
            filter: drop-shadow(1px 2px 6px #000000d6) brightness(1.3) contrast(1.3);
        }

        100% {
            filter: drop-shadow(1px 2px 6px #000000d6) brightness(1) contrast(1);
        }
    }

    .nav .logo.web-logo {
        display: block;
        position: absolute;
        top: 0;
        left: 10px;
    }

    .nav .logo-frame {
        margin: 0;
    }

    .nav .right-block .mobileTopMenu {
        display: none;
    }

    .nav .logo.web-logo img {
        width: 500px;
    }

    .right-block .hamburger,
    .index-link-block {
        display: none;
    }

    .banner-slick.slick-initialized.slick-slider.slick-dotted {
        margin-bottom: 0;
    }

    .slick-slide:hover {
        filter: brightness(1.2);
    }

    .web-link-block {
        display: flex !important;
        width: 100%;
        justify-content: space-between;
        /* min-width: 1080px; */
        margin: 0;
        align-items: center;
        padding-top: 21px;
    }

    .web-link-block.for_pc {
        width: 100%;
        min-width: 1250px;
        justify-content: space-between;
        /* min-width: unset; */
        display: flex !important;
        padding: 0;
    }

    .web-link-block.for_pc .T-DLY-rightForm {
        /* width: 100%; */
        align-items: center;
        margin: 0;
        z-index: 99;
        /* min-width: 558px; */
    }

    /* .web-link-block.wide {
        width: 1080px;
    } */

    .web-link-block div {
        text-align: center;
        width: unset;
    }

    .web-link-block a {
        display: block;
        font-size: 13px;
        width: auto;
        height: auto;
        margin: 0 12px;
        word-break: keep-all;
        /* padding-bottom: 22px; */
    }

    .web-link-block .logo {
        margin: 0 20px -6px 10px;
    }

    .language-family {
        margin-top: 0;
        margin-left: 15px;
    }

    .language-family i {
        font-size: 20px;
    }

    .language-family #options {
        height: 28px;
    }

    .mobile-only {
        display: unset;
    }
}

.bg_animation {
    background: linear-gradient(55deg, #cc9f30, #8a7849, #ffc327, #ffd800);
    background-size: 800% 800%;
    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 96%
    }

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

    100% {
        background-position: 0% 96%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 96%
    }

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

    100% {
        background-position: 0% 96%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 96%
    }

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

    100% {
        background-position: 0% 96%
    }
}

form {
    padding: 0px;
    /* margin: 66px 0 0; */
}

@media screen and (min-width:1024px) {
    form {
        padding: unset;
        display: block;
    }

    .mobile-only {
        display: none !important;
    }
}

/*SCSS ok*/
/* footer */
footer .block {
    margin-bottom: 30px;
}

footer .title {
    color: #e7ae46;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffd667;
    margin-bottom: 10px;
}

footer .link {
    display: flex;
    flex-wrap: wrap;
}

footer .link a {
    display: block;
    width: 50%;
    padding: 5px 0;
}

footer p {
    margin: 0;
    color: #fff;
    font-size: 11px;
}

footer .block img {
    max-width: 230px;
}

footer .block p {
    padding: 5px 0;
}

@media screen and (min-width:1024px) {
    footer {
        display: flex;
    }

    footer .block {
        width: 30%;
        padding: 0 15px;
        margin-bottom: 0;
    }

    footer .block:last-child {
        width: 40%;
    }
}

/*SCSS ok*/


/* 最新消息 */
.line-contact a {
    width: 55px;
    height: 55px;
    position: fixed;
    right: 17px;
    bottom: 75px;
    z-index: 999;
    cursor: pointer;
}

.line-contact img {
    width: 100%;
    height: 100%;
}

.line-contact img:hover {
    width: 100%;
    height: 100%;
    filter: brightness(1.2);
}

/*20220513 T-DLY-header neo*/
main {
    /* padding-bottom: 72px; */
    padding-left: 187px;
    padding-right: 10px;
    padding-top: 128px;
    margin: 0;
    min-height: 55vh;
    width: calc(100% - 200px);
    min-width: 1080px;
}

.T-DLY-rightForm {
    display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        /* width: 80%; */
        margin: 0 0 22px;
        /* align-self: flex-end; */
}

.T-DLY-rightForm>span {
    position: relative;
    margin: 0 9px 0 0;
}

/* .T-DLY-rightForm>span:last-child {
    margin-top: 8px
} */

.T-DLY-rightForm>span>button,
form.T-DLY-rightForm>span>select {
    border-radius: 8px;
}

span#T-DLY-account>input,
span#T-DLY-password>input {
    padding-left: 33px;
    margin-top: 0;
    color: #c9c9c9;
    font-size: 14px;
    width: 180px;
    /* -webkit-box-shadow: inset 0 0 6px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 6px #d7ffa33d; */
}

span#T-DLY-account>input::placeholder,
span#T-DLY-password>input::placeholder,
#T-DLY-languageFamily>select::placeholder {
    color: #c9c9c9;
}

#T-DLY-languageFamily>select {
    /* padding-left: 0; */
    margin-top: 0;
    /* background-color: #00000052;
    color: white; */
    border-radius: 7px;
    border: 0;
    font-size: 12px;
    width: auto;
}

span#T-DLY-account:before {
    color: #79b504;
    content: "\f406";
    position: absolute;
    font-family: "FontAwesome";
    top: 9px;
    left: 10px;
    font-size: 15px;
    filter: opacity(0.8);
}

span#T-DLY-password:before {
    content: "\f023";
    position: absolute;
    font-family: "FontAwesome";
    color: #79b504;
    top: 9px;
    left: 10px;
    font-size: 15px;
    filter: opacity(0.8);
}

span.T-DLY-oops {
    display: block;
    /* margin-top: 5%;
    height: 5px; */
}

#T-DLY-btnGroup>button {
    color: #333;
    padding: 10px 10px;
    position: relative;
    border: 1px solid #989898;
    border-width: 0;
    border-color: transparent #c2c2c2 #989898;
    /* box-shadow: 0px 0px 4px #ffffff59; */
    align-items: center;
    margin-left: 10px;
    width: auto;
    word-break: keep-all;
    height: 35px;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 12px;
}

.desktop-login {
    background-color: #557504;
    color: white !important;
}

.desktop-register {
    background-color: #3b3b3b;
    color: white !important;
}

.desktop-register:hover,
.desktop-login:hover {
    filter: brightness(1.2);
    color: white !important;
}

.login {
    width: 100vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
    margin: 0 auto;
    height: 76px;
}

.login .web-link-block .T-DLY-mobileUser {
    background-color: #242424;
    display: -webkit-inline-box;
    -webkit-box-align: center;
    border-radius: 30px;
    margin: 0 10px;
    padding: 0 9px;
    height: 40px;
}

.fa-globe:before {
    color: #ffffffb8;
}

.login .web-link-block .T-DLY-mobileUser .vip-levels {
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    filter: drop-shadow(0px 3px 2px #00000099);
}

.login .web-link-block .T-DLY-mobileUser>a {
    width: unset;
}

.login .web-link-block .T-DLY-mobileUser>a>i {
    margin: auto;
    align-self: center;
    font-size: 16px;
}

.login .web-link-block .T-DLY-mobileUser>img {
    width: 42px;
    pointer-events: none;
}

.T-DLY-mobileUser .simpleinfo {
    word-break: keep-all;
    flex-grow: 1;
    text-align: left;
    padding: 0 0 0 5%;
    align-self: center;
    /* width: 125px; */
}

.T-DLY-mobileUser .simpleinfo p {
    font-size: 13px;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 20px;
    display: contents;
}

.T-DLY-mobileUser .simpleinfo p strong {
    padding: 0 5%;
}

.T-DLY-mobileUser .simpleinfo .vip-levels {
    color: #ffc907;
    font-weight: 500;
}

.allPointBack div.keyBtn .gather-block {
    display: block;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
}

.allPointBack div.keyBtn a {
    background: #1c1c1c;
    display: flex;
    padding: 12px 15px;
    margin: 10px 12px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    align-items: center;
    opacity: 0.7;
}

.allPointBack div.keyBtn a:hover {
    filter: brightness(1.3);
}

.T-DLY-mobileUser .keyBtn a i {
    margin-right: 10px;
    font-size: 17px;
    width: 30px;
}

/* .allPointBack div.keyBtn a:hover,
.T-DLY-mobileUser .keyBtn a:hover i {
    color: #e5cfb6;
} */

.T-DLY-mobileUser {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin: -.2% 2% 0 0;
}

.T-DLY-mobileUser>a {
    display: flex;
    justify-content: end;
    flex-wrap: nowrap;
    padding: 0 2%;
    cursor: pointer;
    z-index: 99;
}

.T-DLY-mobileUser>a:hover {
    color: #79b504;
    text-decoration: none;
}

.T-DLY-mobileUser>a>i {
    margin: auto 5%;
    font-size: 1.5rem;
}

.T-DLY-mobileUser>a>p {
    font-size: 1.2rem;
    word-break: keep-all;
}

.login .web-link-block #T-DLY-btnGroup>button {
    margin: 0 3px;
}

span>button[id*="T-DLY-login-btn"],
span>button[id*="T-DLY-deposit-btn"],
span>button[id*="T-DLY-withdrawal-btn"],
span>button[id*="T-DLY-transfer-btn"],
span>button[id*="T-DLY-logout-btn"] {
    background: linear-gradient(to bottom, #FDFDFD 22%, #d8d8d8);
    margin-left: 0 !important;
}

span>button[id*="T-DLY-register-btn"] {
    background: linear-gradient(to bottom, #f5df83 22%, #FBB21A) !important;
}

#T-DLY-password #T-DLY-forget {
    position: absolute;
    font-size: 12px;
    color: #7e5b23;
    top: 9px;
    right: 0;
    cursor: pointer;
    display: unset;
    width: unset;
    height: unset;
    margin: unset;
    word-break: keep-all;
    padding-bottom: unset;
}

span#T-DLY-forget {
    margin: 0 -3% 0 0;
    width: 11%;
    padding-top: 1.5%;
}

span#T-DLY-forget a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    font-size: 13px;
    position: relative;
    width: 100%;
    color: #666666;
    cursor: pointer;
}

span#T-DLY-forget a:hover {
    opacity: 1;
    filter: invert(55%) sepia(35%) saturate(500%) hue-rotate(100deg) brightness(80%) contrast(105%);
}

span#T-DLY-forget a img {
    width: 12%;
    padding-right: 3%;
    filter: brightness(0.5);
}

span#T-DLY-forget a b {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    vertical-align: text-top;
}

#T-DLY-btnGroup>button:hover {
    color: #79b504;
    text-decoration: none;
}

#T-DLY-btnGroup {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 7px 0 4px;
}

#T-DLY-languageFamily i {
    position: absolute;
    top: 0px;
    left: 0px;
}

.mobileLangPop {
    display: none;
}

/* span#T-DLY-languageFamily:before {
    content: "\f0ac";
    position: absolute;
    font-family: "FontAwesome";
    color: #fff;
    top: 9px;
    left: 10px;
    font-size: 15px;
} */

#T-DLY-mainList {
    /* background: #5aa4ff;
    border-bottom: #5aa4ff 1px solid; */
    width: auto;
    /* height: 50px; */
    position: relative;
}

#T-DLY-mainList>ul {
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    max-width: 1280px;
    margin-block-start: 0;
    padding-inline-start: 0;
}

#T-DLY-mainList>ul>li {
    text-align: center;
    display: block;
    place-self: center;
}

#T-DLY-mainList>ul>li>a {
    /* color: #292929; */
    /* text-shadow: 0 1px 3px #00000061; */
    cursor: pointer;
}

#T-DLY-mainList>ul>li>a>img {
    width: 22px;
    vertical-align: middle;
    display: inline-block;
    margin: -3px 3px 0 32px;
}

#T-DLY-mainList li:hover .pc-menu-items::after {
    content: "";
    width: 90%;
    height: 2px;
    background-color: white;
    z-index: 5;
    position: absolute;
    left: 5%;
    margin-top: 26px;
}

.T-DLY-subList {
    background: #434343;
    display: none;
    /* width: 100%; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    padding: 98px 30px 30px 30px;
    box-shadow: unset;
    border-radius: 0;
    backdrop-filter: blur(3px);
}

#T-DLY-mainList .pc-menu-items {
    position: relative;
    z-index: 2;
}

.active {
    display: flex;
}

.T-DLY-subList.active {
    display: block;
    animation: fadeInOut .2s ease-in;
}

@keyframes fadeInOut {
    0% {
        top: -40px;
        opacity: 0;
    }

    100% {
        top: 0px;
        opacity: 1;
    }
}

.T-DLY-subList ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-items: baseline;
    margin: auto;
    /* max-width: 1200px; */
    padding: 0 30px;
    width: 100%;
    list-style: none;
    padding-inline-start: 0;
    max-height: 70vh;
    overflow: auto;
}

.T-DLY-subList ul li {
    position: relative;
    width: 178px;
    margin: 10px 0.5%;
}

.T-DLY-subList ul li a {
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.T-DLY-subList ul li a:hover .img-box img {
    filter: brightness(1.2);
    transition: all .3s ease-in-out;
    transform: scale(1.1, 1.1);
}

.T-DLY-subList ul li a article.txt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0;
    filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0));
    flex-wrap: wrap;
}

.T-DLY-subList ul li a article.txt img {
    transform: none;
}

.T-DLY-subList ul li a article.txt .icon {
    max-width: 85px;
    max-height: 45px;
    width: auto;
}

.T-DLY-subList ul li a article.txt .name {
    font-size: 16px;
    padding: 0 10px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: #303030; */
}

.name_add {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgb(152, 152, 152);
    height: 10px;
}


/* scss ok */
.scrollMenuRight {
    position: fixed;
    bottom: 10%;
    right: 1%;
    z-index: 999;
}

.scrollMenuRight>div {
    width: 50px;
    height: 50px;
    margin: 0 auto 20%;
    background-color: #79b504;
    border-radius: 50px;
    padding: 7px;
}

.scrollMenuRight>div:last-child {
    margin: 0 auto 0;
}

.backToTop {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    filter: drop-shadow(0 0 5px #999999);
    border-radius: 100px;
    margin: 0 auto;
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 999;
}

.backToTop:hover {
    width: 40px;
    height: 40px;
    margin: 5px;
    background-color: #79b504;
    filter: unset;
}

.backToTop:hover a {
    filter: brightness(50);
}

.backToTop a {
    display: block;
    width: 60%;
    height: auto;
    margin: 20% auto 0;
}

/* scss ok */

/*20220512 T-DLY-footer neo*/

/*SCSS ok*/
.T-DLY-footer {
    overflow: hidden;
    background: linear-gradient(207deg, #1c1c1c 6%, #1c1c1c 85%);
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    /* border-top: 2px solid #79b504; */
    padding: 15px 30px 15px 230px;
    text-align: center;
    /* min-width: 1280px; */
    margin-top: 12px;
}

.T-DLY-footer .infoArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 auto 2%;
    width: 100%;
    max-width: 1000px;
}

.T-DLY-footer .infoArea section {
    zoom: 0.7;
}

.T-DLY-footer .infoArea a {
    height: 52px;
    display: block;
}

.T-DLY-footer .infoArea .contactArea p,
.T-DLY-footer .infoArea .contactArea h6 {
    color: #9b9b9b;
    font-size: 15px;
    text-align: left;
    line-height: 25px;
    margin: 0;
    min-width: 114px;
}

.contactArea .footer-logo img {
    width: 128px;
    opacity: 0.8;
}

.T-DLY-footer .contactWay {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    margin: 6% 0;
}

.T-DLY-footer img {
    filter: grayscale(1) brightness(1.1);
}

.T-DLY-footer .contactWay a {
    width: 12%;
    align-self: center;
    margin: 0 2%;
}

.T-DLY-footer .license {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.T-DLY-footer .license span {
    width: 33%;
    margin: 0 3%;
}

.T-DLY-footer .license span p {
    margin: 0;
    color: #9b9b9b;
    font-size: 15px;
    text-align: left;
}

.T-DLY-footer .retention {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.T-DLY-footer .retention div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.T-DLY-footer .retention figure {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0;
    width: 50%;
}

.T-DLY-footer .retention figure span {
    width: 20%;
    margin: 0 5% 0 0;
    align-self: center;
}

.T-DLY-footer .retention figcaption {
    align-self: center;
}

.T-DLY-footer .retention figcaption p {
    margin: 0;
    color: #9b9b9b;
    font-size: 14px;
    text-align: left;
}

.T-DLY-footer .retention a {
    border: 1px solid #9b9b9b;
    border-radius: 5px;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 50%;
    color: #9b9b9b;
    font-size: 15px;
}

.T-DLY-footer .contactWay a:hover,
.T-DLY-footer .retention a:hover {
    filter: brightness(1.3);
}

.T-DLY-collaborateLogo {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 2%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    border-bottom: 1px solid #9b9b9b;
    padding: 0 1% 1%;
}

.T-DLY-collaborateLogo span {
    width: 10%;
    margin: 0 1%;
    align-self: center;
}

.T-DLY-collaborateLogo span img {
    width: 70%;
    margin: 0 auto;
}

.T-DLY-provisionList {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    list-style: none;
}

.T-DLY-provisionList>li {
    padding: 0 1.5%;
    border-right: #9b9b9b 1px solid;
}

.T-DLY-provisionList>li:last-child {
    border-right: none;
}

.T-DLY-provisionList>li>a {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 500;
}

.T-DLY-provisionList>li>a:hover {
    filter: brightness(1.3);
}

.T-DLY-copyright {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.T-DLY-copyright>p {
    color: #9b9b9b;
    font-size: 12px;
    line-height: 24px;
}

/*SCSS ok*/

/*20220512 T-DLY-login neo*/
.bgwrap {
    width: 100%;
    /* height: auto;
    background: url(/assets/jingho/img/login_bg.png) center center no-repeat;
    background-size: cover; */
}

#T-DLY-login {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    padding: 6% 0;
}

.login-logo img {
    max-width: 160px;
    margin: 0 auto 20px auto;
}

#T-DLY-login .content-none {
    border: none;
    margin: auto;
    min-height: 190px;
    padding: 20px 34px;
}

#T-DLY-login .login-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-inline-start: 0;
    background-color: #3d3d3dd1;
    border-radius: 6px;
    overflow: hidden;
}

#T-DLY-login .login-tab li {
    text-align: center;
    position: relative;
    color: #fff;
    overflow: hidden;
    transition: all .3s ease-in-out;
    padding: 12px 27px;
    background-color: #00000063;
    cursor: pointer;
}

/* #T-DLY-login .login-tab .go-login {
    border-radius: 10px 0 0 10px;
}

#T-DLY-login .login-tab .go-register {
    border-radius: 0 10px 10px 0;
} */

#T-DLY-login .login-tab li.active {
    color: #fff;
    background-color: #bd510b;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

#T-DLY-login .form_content.open {
    display: block;
}

.form_content p {
    margin: 0;
}

#T-DLY-login .form_content {
    display: none;
}

.oops5 {
    text-align: center;
    padding: 5px 0;
}

.oops5 a {
    color: #79b504;
}

#T-DLY-login .btn-cover {
    /* margin: 20px 0 10px 0; */
    text-align: center;
    display: inline-grid;
    justify-content: center;
    width: 100%;
}

.btn-cover .btn {
    width: 48%;
    flex: none;
    margin: 5px;
}

#T-DLY-login .form_content .btn-cover a:hover {
    color: #ffcbcb;
}

.form_content .go_register {
    /* color: white; */
    margin-top: 12px;
}

.form_content .go_register a {
    color: #2864a0;
    text-decoration: underline;
}

#T-DLY-login .btn-cover .confirm-btn {
    background: linear-gradient(90deg, #861e93, #b93c3c, #f58431);
    width: 200px;
    height: 48px;
    filter: drop-shadow(0px 3px 8px #000000cf);
    border: unset;
    border-radius: 8PX;
    color: #fff;
    margin: 20px auto 0;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 1px 6px #000000;
    -webkit-box-shadow: inset 0 0 9px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 9px #ffffff96;
}

#T-DLY-login .btn-cover .confirm-btn:hover {
    filter: brightness(1.1);
}

#T-DLY-login .btn-cover .home-btn {
    margin-top: 20px;
    font-size: 13px;
    background: #393939;
    padding: 18px 0;
    border-radius: 8px;
    min-width: 200px;
    /* -webkit-box-shadow: inset 0 0 6px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 6px #d7ffa33d; */
}

#T-DLY-login .btn-cover .home-btn:hover {
    filter: brightness(1.1);
}

.btnG {
    padding: 10px 10px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #f5df83 22%, #FBB21A) !important;
    box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
}

.swal2-container.swal2-center>.swal2-popup {
    padding: 0 0 0 0;
}

.swal2-popup .swal2-title {
    font-size: 14px;
}

.get-verify-code {
    background: #1f2853;
    background: linear-gradient(166deg, #455ca5 0%, #1f2853 100%);
    border-radius: 8px;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 22px;
    font-size: 14px;
    width: 180px;
    margin-left: 8px;
    /* box-sizing: border-box; */
    -webkit-box-shadow: inset 0 0 6px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 6px #d7ffa33d;
}

.get-verify-code#password_verify_code,
.get-verify-code#send_sms_password {
    margin: 14px auto 0 auto;
    padding: 14px 22px;
    width: auto;
}

#T-DLY-login .btn-check[type=checkbox]:checked {
    background: url(../img/member/list/arrow.png) center center no-repeat;
    transform: rotate(90deg);
}

#T-DLY-login input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    vertical-align: middle;
    width: 20px !important;
    height: 20px !important;
    border-radius: 27% !important;
    background-color: #292929;
    -webkit-box-shadow: inset 0 0 6px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 6px #d7ffa33d;
    /* GLOW */
}

#T-DLY-login input[type="checkbox"]:checked {
    border: 2px solid #0b8ad93a;
}

#T-DLY-login .btn-check {
    border: 1px solid #79b504;
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-radius: 5px;
    margin: 0;
    outline: none;
    overflow: visible;
    -webkit-appearance: none;
    margin-top: -3px;
    margin-right: 5px;
}

#T-DLY-login .color-gold {
    color: #ff8d00;
}

#T-DLY-login .color-blue {
    color: #88bd00;
}

#T-DLY-login .form_content .form_note .read {
    padding: 10px 0;
    color: #ffffffba;
    font-size: 12px;
    text-align: center;
}

#T-DLY-login .writetext {
    width: 100%;
    font-family: inherit;
    font-size: 14px;
    line-height: inherit;
    overflow: visible;
    outline: none;
    border: none;
    background: none;
    margin-top: 0;
    color: #f8f8f8 !important;
    /* -webkit-text-fill-color: #f8f8f8 !important; */
}

#T-DLY-login .writetext::placeholder {
    font-size: 12px;
    font-weight: 500;
    color: #f8f8f8;
}

.form_content .form_note {
    padding: 5px;
}

.form_content .form_note.mobile-note {
    display: flex;
}

#verify_code_countdown {
    text-align: center;
}

.form_content .form_note .send-code {
    display: table;
    margin: 0 0 0 auto;
    padding: 10px;
    border: 1px solid #D8D8D8 !important;
    border-radius: 5px;
    background: linear-gradient(to bottom, #ffffff, #E3E3E3) !important;
    font-size: 14px;
}

#T-DLY-login .form_content .form_note .input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 245px;
    height: 50px;
    background-color: #292929;
    -webkit-box-shadow: inset 0 0 6px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 6px #d7ffa33d;
    -webkit-appearance: none;
    font-size: 14px;
    border-radius: 6px;
    padding: 5px 10px;
    margin: 0 auto;
    border: 2px solid transparent;
}

#T-DLY-login .form_content .form_note .input .icon {
    max-width: 20px;
    max-height: 20px;
    width: auto;
    margin: 0 7px;
    height: 15px;
    filter: hue-rotate(195deg);
}

.oops2 {
    width: 100%;
    display: block;
    font-size: 0.85rem;
    font-weight: normal;
    color: #d94444;
    /* margin: 2% 0 0; */
}

#T-DLY-login .form_content .form_note.txt-cover {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #5e88ab;
    font-size: 12px;
}

#T-DLY-forget-login {
    color: #ff7e7e;
}

#T-DLY-login .form_content .form_note.txt-cover .save {
    display: flex;
    align-items: center;
}

#T-DLY-login a.forgot>span {

    text-decoration: none;
    background-color: transparent;
}

.btnW2 {
    padding: 10px;
    border: 1px solid #D8D8D8 !important;
    border-radius: 5px;
    background: linear-gradient(to bottom, #ffffff, #E3E3E3) !important;
    font-size: 14px;
}

.T-DLY-promote {
    width: 100%;
    margin: 3% auto 0;
}

.T-DLY-promote ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.T-DLY-promote ul .small-icon {
    width: 100%;
    max-width: 50px;
    margin: 32px auto 0 32px;
}

.T-DLY-promote ul li {
    background-image: url(https://web.citybet.org/static/img/ss.90dfcf08.png);
    background-repeat: no-repeat;
    background-position: top;
    transition: all .3s ease-in-out;
    background-size: 100%;
    position: relative;
    cursor: pointer;
    width: 33%;
    height: 174px;
    filter: drop-shadow(0 5px 8px #00000021);
}

.T-DLY-promote ul li h5 {
    color: #2e2e2e;
    /* text-shadow: 1px 1px 0 rgb(134 161 197 / 40%), -1px -1px 0 #fff; */
    /* top: 1vmax; */
    font-size: 1.2vmax;
    font-weight: 500;
    margin: 10px 0 0 32px;
}

.T-DLY-promote ul li p {
    color: #2e2e2e;
    /* text-shadow: 1px 1px 0 rgb(134 161 197 / 40%), -1px -1px 0 #fff; */
    /* top: 1vmax; */
    font-size: 0.9vmax;
    font-weight: 500;
    margin: 10px 0 0 32px;
}

.T-DLY-promote ul li a {
    width: 100px;
    height: 30px;
    position: absolute;
    left: 2vmax;
    top: 6.5vmax;
    text-align: center;
    line-height: 30px;
    font-size: .7vmax;
    color: #0037ff;
    border: 1px solid #0037ff;
    font-weight: 700;
    border-radius: 100px;
}

.T-DLY-promote ul li:hover a {
    background-color: #0037ff;
    color: #ffffff;
    transition: all .3s ease-in-out;
}

.T-DLY-promote ul li figure {
    position: absolute;
    width: 252px;
    right: 0;
    top: 0;
    margin: 0;
}

.T-DLY-promote ul li:hover figure {
    top: -0.8vmax;
    transition: all .3s ease-in-out;
}

/*SCSS OK*/
/*20220512 T-DLY-marqueeCover neo*/
.T-DLY-marqueeCover {
    overflow-x: visible;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    max-width: unset;
    width: calc(100% - 15px);
    margin: 0 auto 10px auto;
    filter: unset;
}

@media screen and (min-width:1024px) {
    .T-DLY-marqueeCover {
        overflow: hidden;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        align-items: center;
        width: inherit;
        margin: 0 12px 0 0;
        cursor: pointer;
    }

    span.T-DLY-mobileLanguageFamily i {
        position: absolute;
        left: 9px;
        top: 10px;
        margin-right: 5px;
    }

    span.T-DLY-mobileLanguageFamily select {
        padding: 2px 8px 0 30px;
        margin-top: 0;
        font-size: 12px;
        min-width: 114px;
        color: #ffffffbf;
        /* background: #242424;
        border: 2px solid #1c1c1c; */
        border-radius: 18px !important;
    }
}

.T-DLY-marqueeCover .marqueeCover-title {
    z-index: 1;
}

.T-DLY-marqueeCover .marqueeCover-title {
    width: 29px;
    margin-right: -6px;
}

.T-DLY-marqueeCover .marqueeCover-text-wrap {
    width: 100%;
    font-size: 14px;
    max-height: 22px;
    padding: 4px 5px 4px 20px;
    border-radius: 20px;
    margin: 0;
    text-decoration: none;
    /* border: 1px solid #ffffff4a; */
    background: #292929;
}

.T-DLY-marqueeCover .marqueeCover-text-content {
    font-size: 14px;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 3px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    color: #fff;
}

.T-DLY-marqueeCover .marqueeCover-text-content li {
    color: #fff;
    display: block;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin-right: 30px;
}

.T-DLY-marqueeCover .marqueeCover-text-content li a {
    color: #002d61;
    /* text-decoration:underline; */
}

.T-DLY-marqueeCover .marqueeCover-text-content li a:hover {
    color: #0054b4
}

/*SCSS OK*/

.T-DLY-gameSelect {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: auto;
    background-color: #242424;
    /* border-radius: 10px; */
    /* margin-top: 8px; */
}

.T-DLY-gameSelect .gameSelectWrap ul {
    list-style: none;
    padding: 0;
}

.T-DLY-gameSelect .gameSelectWrap ul.gameType li {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
}

.T-DLY-gameSelect .gameSelectWrap ul.gameType li figure {
    align-self: center;
    margin: 0 1%;
}

.gameDirec img {
    width: 70%;
}

.gameDirec figcaption p {
    line-height: 30px;
    font-size: 15px;
    margin: 10% 0 0;
}

.gameInto {
    position: relative;
}

.gameInto img {
    width: 324px;
    display: block;
}

.gameInto figcaption {
    position: relative;
}

.gameInto figcaption a {
    text-align: left;
    height: 50px;
    width: 120px;
    overflow: hidden;
    position: absolute;
    right: 18px;
    top: -78px;
}

.gameInto figcaption a div {
    transition: all .3s ease-in-out;
    transform: translateY(5px);
    height: 50px;
}

.gameInto figcaption:hover a div {
    transform: translateY(-45px);
}

.gameInto figcaption a div h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: #a95555;
}

.gameInto figcaption a div p {
    font-size: 9px;
    color: #a95555;
}

.gameTypeBtn {
    width: 1008px;
    margin: 20px auto 0;
    height: 70px;
    padding: 10px;
    border-radius: 35px;
    filter: drop-shadow(0px 5px 10px #1124459e);
    /* background-image: linear-gradient(180deg, #e8ecf0b3, #ffffff4f); */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gameTypeBtn ul {
    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 25px;
    background-image: linear-gradient(180deg, #3b3b3bb0, #000000d6);
    box-shadow: inset 0 4px 11px 0 #000000cc;
    position: relative;
    top: -15px;
    left: 0;
}

.gameTypeBtn ul li {
    position: relative;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #4b5e6f;
    overflow: hidden;
    z-index: 2;
}

.gameTypeBtn ul .current {
    filter: drop-shadow(0 0 10px #fff);
}

.gameTypeBtn ul li.current b {
    font-weight: 500;
    color: #fff;
    transition: all .3s ease-in-out;
}

.gameTypeBtn ul li b {
    position: relative;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #d0d3d5;
    overflow: hidden;
}

.T-DLY-gameSelect .gameSelectWrap ul.gameType li .gamekv {
    width: 33.333%;
    min-width: 500px;
}

.gameTypeBtn ul div.btnBg {
    position: absolute;
    z-index: 1;
    width: 140px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
    background-image: linear-gradient(180deg, #ffb300, #bd7100);
    border: 1px solid #ffd9a0;
    box-sizing: border-box;
    box-shadow: 0 5px 8px #1818185e, inset 0 5px 5px #ffffff6e, inset 0 -5px 6px #ffbf0c, inset 0 1px 5px #ffffff80;
    transition: all .3s ease-in-out;
}

/*SCSS OK*/
/*20220512 T-DLY-appsetup neo*/
.T-DLY-appSetup {
    position: relative;
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    padding: 5% 0;
}

.T-DLY-appSetup .appSetup-imgbox img {
    display: none;
}

.T-DLY-appSetup .app-btn.showing {
    pointer-events: none;
}

.T-DLY-appSetup .appSetup-imgbox img.showing {
    display: block;
    pointer-events: none;
    /* animation: fadeInto .3s ease-in; */
    margin: 0 auto;
    animation: float 6s ease-in-out infinite;
}

@keyframes fadeInto {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.T-DLY-appSetup .appSetup-hrefcover.all-app {
    display: none;
}

.T-DLY-appSetup .appSetup-hrefcover.all-app.showing {
    display: block;
    pointer-events: none;

}

.T-DLY-appSetup .btn-area {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 28px 0 10px;
}

.T-DLY-appSetup .app-btn {
    background: #2b2b2b;
    background: linear-gradient(180deg, #373737 0%, #000000 100%);
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    /* color: #4b5e6f; */
    padding: 11px 21px 7px;
    margin: 0 3px;
    border-radius: 20px;
    box-shadow: 0 4px 8px #000000cc;
}

.T-DLY-appSetup .app-btn:hover,
.T-DLY-appSetup .app-btn.showing {
    background: #ffbc00;
    background-image: linear-gradient(180deg, #0064ff, #3100f3, #9b00ff);
    font-size: 16px;
    color: #ffffff;
}

.T-DLY-appSetup .split-image-big {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

article>h3 {
    text-align: center;
    font-size: 40px;
    /* letter-spacing: 10px; */
}

article>h3>b {
    letter-spacing: 0px;
    font-weight: normal;
}

.T-DLY-appSetup .appSetup-imgbox {
    width: inherit;
    text-align: center;
    text-align: -webkit-center;
    max-width: 580px;
    margin-right: 46px;
}

.T-DLY-appSetup .appSetup-imgbox img {
    width: 100%;
    /* max-width: 700px; */
}


.T-DLY-appSetup .appSetup-txtbox {
    width: 60%;
    max-width: 430px;
    height: 460px;
    background-color: #75000061;
    background: rgb(255, 0, 0);
    background: linear-gradient(180deg, #00000045 28%, #00000008 100%);
    border-radius: 20px;
}

.T-DLY-appSetup .appSetup-txtbox .appSetup-title {
    text-align: center;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
    font-size: 3.625rem;
    font-weight: 500;
    color: #c89338;
    margin: 0;
    padding: 0;
}

.T-DLY-appSetup .appSetup-txtbox>.appSetup-copywrite {
    padding: 2% 0 3%;
    font-weight: 500;
}

.T-DLY-appSetup .appSetup-hrefcover {
    padding: 15px 31px;
    min-height: 568px;
}

.T-DLY-appSetup .appSetup-qrcode {
    background: linear-gradient(to bottom, #FFFFFF, #EDEDED 100%, #ECECEC 55%, #ECECEC);
}

.T-DLY-appSetup .appSetup-qrcode:hover {
    box-shadow: none;
    transition: all .3s ease-in-out;
}

.appSetup-qrcode {
    color: #333;
    padding: 5px 10px;
    position: relative;
    background: linear-gradient(to bottom, #FDFDFD 22%, #d8d8d8);
    border-radius: 8px;
    border: 1px solid #989898;
    border-width: 0 1px 1px;
    border-color: transparent #c2c2c2 #989898;
    box-shadow: 0px 0px 4px #00000094;
}

.T-DLY-appSetup .appSetup-hrefcover {
    text-align: justify;
}

.T-DLY-appSetup .appSetup-hrefcover h4 {
    font-size: 30px;
    font-weight: 500;
    /* color: #3b4858ab; */
    margin: 0 0 15px 0;
    text-align: left;
}

.T-DLY-appSetup .appSetup-hrefcover p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    /* color: #3b4858ab; */
}

.T-DLY-appSetup .appSetup-hrefcover figure .appSetup-qrtxt .qrtxt-title {
    display: block;
    font-size: 16px;
    color: #252525;
    text-align: center;
    font-weight: 500;
    margin: 7% 0 3%;
}

.T-DLY-appSetup .appSetup-hrefcover figure .appSetup-qrtxt .qrtxt-subtitle {
    display: block;
    font-size: 0.85rem;
    color: #79b504;
    text-align: center;
    font-weight: 500;
}

/*SCSS OK*/


/*SCSS OK*/
/*20220512 T-DLY-advantage neo*/
.T-DLY-advantage {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.T-DLY-advantage .item-cover {
    width: fit-content;
    padding: 0;
    list-style: none;
    display: flex;
}

.T-DLY-advantage .item-cover .item {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 25%;
    height: auto;
}

.T-DLY-advantage .item-cover .item::after {
    mix-blend-mode: overlay;
    box-shadow: inset 0px 0px 8px #ffffff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }

.T-DLY-advantage .item-cover .item figure {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 190px;
    height: 190px;
    background: url(../img/circlebg.webp) no-repeat;
    background-size: contain;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
    /* filter: drop-shadow(0px 2px 6px #fff); */
}

.T-DLY-advantage .item-cover .item .circle {
    position: absolute;
    background: #f5aa00;
    background: radial-gradient(circle, #ffc43a 0%, #f5aa00 49%, #d36100 100%);
}

.drewLine30 {
    width: 70px;
    height: 70px;
    border-radius: 0 140px 0 0;
    top: 36px;
    left: 141px;
}

.drewLine50 {
    width: 75px;
    height: 150px;
    border-radius: 0 75px 75px 0;
    top: 36px;
    left: 137px;
}

.T-DLY-advantage .item-cover .item p {
    font-size: 14px;
    position: absolute;
    top: 200px;
    left: 77px;
    color: #fff;
}

.T-DLY-advantage .item-cover .item figure figcaption {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 35% 0 0;
}

.T-DLY-advantage .item-cover .item figure figcaption b {
    margin-top: 10px;
    font-size: 39px;
    color: #ffffff;
}

.T-DLY-advantage .item-cover .item figure figcaption i {
    display: flex;
    font-size: 14px;
    align-items: flex-end;
    margin-bottom: 10px;
    color: #ffe395;
    font-style: normal;
}

.T-DLY-advantage .item-cover .item .txt-box .title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
}

.T-DLY-advantage section ul.advantageDetail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

.T-DLY-advantage section ul.advantageDetail li {
    width: 45%;
    height: auto;
    list-style: none;
    background: #00000047;
    /* border: 1px solid #ff7979; */
    border-radius: 25px;
    margin: 2% auto;
}

.T-DLY-advantage section ul.advantageDetail li figure {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin: 5% 5% 0;
}

.T-DLY-advantage section ul.advantageDetail li figure div {
    width: 70%;
}

.T-DLY-advantage section ul.advantageDetail li figure figcaption {
    padding: 0 2% 0 4%;
}

.T-DLY-advantage section ul.advantageDetail li figure figcaption h4 {
    font-size: 30px;
    font-weight: 500;
    color: #a12e2e;
    margin: 0 0 15px 0;
    text-align: left;
    background-image: linear-gradient(180deg, #0064ff, #3100f3, #9b00ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(2px 4px 8px #000000d1);
}

.T-DLY-advantage section ul.advantageDetail li figure figcaption p {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

/* GAME PUSH} */
.T-DLY-advantage.game-push .item-cover {
    margin: 30px auto 30px;
}

.T-DLY-advantage.game-push .item-cover .item {
    position: relative;
    height: auto;
    width: 204px;
    overflow: hidden;
    background: #0099ff81;
    background: linear-gradient(27deg, #ff6200c7 0%, #ff0095c0 30%, #5100ffc0 82%, #004cffc4 100%);
    -webkit-box-shadow: inset 0 0 22px #7cceffbd;
    -moz-box-shadow: inset 0 0 22px #7cceffbd;
    box-shadow: inset 0 0 22px #7cceffbd;
    margin-right: 8px;
    border-radius: 12px;
    justify-content: center;
    align-items: end;
    display: flex;
    flex-wrap: wrap;
}

.T-DLY-advantage.game-push .item-cover .item .game_name_display {
    background: #0000009c;
    padding: 3px 12px;
    border-radius: 12px;
    margin: 9px auto;
    font-size: 14px;
    text-align: center;
    width: max-content;
}

.game_name_display {
    /* background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0 0 0 / 28%) 0%, rgb(24 24 24 / 0%) 40%); */
    padding: 24px 0 6px 0;
    margin: 0 auto;
    color: #fff;
    display: block;
    margin-top: -93px;
    width: 100% !important;
    /* margin-left: -10%; */
    filter: drop-shadow(0px 2px 1px black);
}

.T-DLY-advantage.game-push .item-cover .item:hover {
    filter: brightness(1.2);
}

.T-DLY-advantage.game-push .item-cover .item .game-logo {
    position: absolute;
    width: 160px;
    height: auto;
    margin-top: 48px;
    left: 10px;
}


.T-DLY-advantage.game-push .item-cover .item .game-push {
    height: 113%;
    width: auto;
    margin-top: -10px;
}




/*SCSS OK*/


/*T-DLY-share neo*/
#T-DLY-share {
    width: calc(100% - 20px);
    border-radius: 6px;
    margin: 16px auto;
    display: block;
    position: relative;
}

#T-DLY-share article {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#T-DLY-share article>b {
    font-size: 1.125rem;
    font-weight: 500;
    color: #79b504;
    padding: 20px 5px;
    margin-top: 20px;
    position: relative;
}

#T-DLY-share article>b:before {
    content: "";
    display: inline;
    width: 4px;
    height: 18px;
    background: #daa000;
    position: absolute;
    left: -4%;
    top: 50%;
    transform: translateY(-50%);
}

select:before {
    content: "";
    background-image: url('../img/member/list/arrow.png');
    width: 4px;
    height: 18px;
    /* background: #daa000; */
    position: absolute;
    left: -4%;
    top: 50%;
    transform: translateY(-50%);
}

#T-DLY-share article>p {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    line-height: 1.5rem;
    padding: 0 0 0 2%;
}

#T-DLY-share figure {
    width: 50%;
    margin: 5% auto;
}

#T-DLY-share article {
    background-color: #ffffffd3;
    padding: 2%;
    border-radius: 15px;
    margin-bottom: 10px;
}

#T-DLY-share article figure.shareHowto {
    width: 70%;
    margin: 5% auto;
}

#T-DLY-share article figure.shareQrcode {
    width: 25%;
    margin: 5% auto;
}

#T-DLY-share .yourlink {
    background-color: #ffffffd3;
    padding: 2%;
}

#T-DLY-share .yourlink .wz {
    padding-bottom: 0.25rem;
    margin-top: 1rem;
    width: fit-content;
    padding: 2%;
    text-align: -webkit-center;
}

#T-DLY-share .yourlink .el-button {
    color: #333;
    padding: 10px 10px;
    position: unset;
    border: 2px solid #365bd1;
    /* border-width: 1px; */
    /* border-color: transparent #c2c2c2 #989898; */
    /* box-shadow: 0px 0px 4px #000000ba; */
    align-items: center;
    /* margin-left: 10px; */
    width: 90px;
    /* height: 39px; */
    border-radius: 8px;
    display: block;
}

#T-DLY-share .yourlink .el-button:hover {
    color: #79b504;
    text-decoration: none;
}

/*T-DLY-policy neo*/
#T-DLY-policyPage {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
}

#T-DLY-policyPage .topSelect {
    width: 100%;
    height: auto;
    max-width: 1100px;
    margin: 0 auto;
}

#T-DLY-policyPage ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

#topSelectList {
    padding: 0;
    margin: 20px 0 3%;
}

#topSelectList li {
    margin: 0 16px;
}

#topSelectList li a {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #00000057;
    border: 5px solid #e0e0e0;
    display: block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-sizing: content-box;
    cursor: pointer;
    box-shadow: 0 3px 8px #00000094;
}

#topSelectList li a:hover {
    color: #ffffff;
    background: #79b504;
}

#topSelectList li a:active,
#topSelectList li a:focus {
    color: #ffffff;
}

#topSelectList li.showoff a {
    background: #79b504;
}

#topSelectList li a i {
    opacity: 0.3;
    font-size: 44px;
    padding: 14% 0 0;
}

#topSelectList li.showoff a i {
    opacity: 1;
}

#topSelectList li.showoff a p {
    color: #e0e0e0;
}

#topSelectList li a p {
    font-size: 16px;
    color: #e0e0e0;
    margin: 2% 0 0;
    font-weight: 500;
}

div[id*="tabContentBox"]>article {
    margin: 0 0 5%;
}

div[id*="tabContentBox"]>article>b {
    font-size: 1.125rem;
    font-weight: 500;
    color: #79b504;
    padding: 20px 5px;
    margin-top: 20px;
    position: relative;
}

div[id*="tabContentBox"]>article>b:before {
    content: "";
    display: inline;
    width: 4px;
    height: 18px;
    background: #79b504;
    position: absolute;
    left: -4%;
    top: 50%;
    transform: translateY(-50%);
}

div[id*="tabContentBox"]>article>p {
    font-size: 14px;
    font-weight: normal;
    /* color: #666666; */
    line-height: 1.5rem;
    padding: 0 0 0 2%;
}

div[id*="tabContentBox"]>article ol {
    font-size: 14px;
    font-weight: normal;
    /* color: #666666; */
    line-height: 1.5rem;
}

div[id*="tabContentBox"]>article ol li {
    margin: 0 0 2%;
}

div[id*="tabContentBox"]>article ol li ol {
    margin: 2% 0;
    list-style: korean-hanja-informal;
}

div[id*="tabContentBox"]>article ol li ol ol {
    margin: 2% 0;
    list-style: lower-latin;
}

div[id*="tabContentBox"]>article ol li p {
    padding: 0;
    margin: 0;
}

div[id*="tabContentBox"]>article ol li i {
    font-size: 0.9rem;
    font-style: normal;
}

#T-DLY-policyPage div[id*="tabContentBox"]>article>ol>li>ul {
    display: block;
    list-style: disc;
    margin: 1% 0 0;
}

div[id*="tabContentBox"] .tabContent {
    width: 100%;
    height: auto;
    max-width: 1280px;
}

/* ul.tabList::after {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    background: #808080;
} */

div[class*="answerSeries"] {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

div[class*="answerSeries"] ul.tabList {
    position: relative;
    padding: 0 8%;
    border-bottom: 1px solid #79b504;
}

div[class*="answerSeries"] .tabContent {
    margin: 10% auto 0;
}

.tabList>li {
    font-weight: 500;
    font-size: 16px;
    padding: 13px 31px;
    border-radius: 15px 15px 0 0;
    text-align: center;
    cursor: pointer;
    margin: 0 16px;
    background: #434343;
}

.tabList>li:hover {
    color: white !important;
    filter: brightness(1.2);
}

.tabList>li.showoff {
    background: #79b504;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.tabList>li.showoff a {
    color: #fff;
}

div[class*="answerSeries"] .tabContent {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 5% auto 0;
}

#tabContentBox04 table {
    width: 100%;
    margin-bottom: 30px;
    border-spacing: 0;
}

#tabContentBox04 .tabContentBox04-title {
    background-color: #79b504b3;
}

#tabContentBox04 table tr th {
    border: 1px solid #b9b9b9;
    padding: 8px;
}

#tabContentBox08 h3 {
    text-align: center;
    font-weight: 500;
}

/*T-DLY-eventsPage neo*/
#T-DLY-eventsList {
    width: 100%;
    max-width: 1280px;
    margin: 10% auto 2%;
}

.eventsListWrap {
    background: #ffffff;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 10px;
    margin-top: 1rem;
}

.eventsListWrap>header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #79b504;
    padding: 0;
}

.simpleWording {
    width: -webkit-fill-available;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    padding-bottom: 5px;
}

.eventsKinds {
    background: #79b504;
    border-radius: 3px;
    padding: 1%;
    margin-right: 2%;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
}

.eventsDate {
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0px;
}

.eventsActionBtn {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 10px;
    position: relative;
    background: linear-gradient(to bottom, #FDFDFD 22%, #d8d8d8);
    border-radius: 5px;
    border: 1px solid #989898;
    border-width: 0 1px 1px;
    border-color: transparent #c2c2c2 #989898;
    box-shadow: 0px 0px 4px #00000094;
    width: 8%;
    text-align: center;
}

.eventsPhoto {
    padding: 10px 0px 0;
}

.eventsContent {
    display: none;
    padding: 1% 3%;
}

.eventsTitle {
    color: #FF0000;
    font-size: 24px;
}

.eventsContent div {
    margin: 3% 0 0 2%;
}

.eventsContent div>h3 {
    color: #79b504;
    position: relative;
}

.eventsContent div>h3:before {
    content: "";
    display: inline;
    width: 4px;
    height: 18px;
    background: #79b504;
    position: absolute;
    left: -1%;
    top: 50%;
    transform: translateY(-50%);
}

.eventsContent div>p {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

.eventsContent div li {
    margin: 1% 0;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    line-height: 150%;
}

/*T-DLY-memberPage neo*/
#T-TLY-memberMenu {
    margin: 0;
    width: 100%;
}

.memberMenuWrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 0;
    width: 100%;
}

#memberMainMenu nav,
#memberMainMenu {
    width: 288px;
    margin-left: 0;
}

div[id*="membersecMenu"] {
    display: block;
    width: -webkit-fill-available;
    background: #292929;
    border-radius: 6px;
    padding: 15px;
    margin: 90px auto 11px 13px;
    min-width: 778px;
    /* max-width: 900px; */
}

#membersecMenu_message {
    margin: 17px auto 20px auto;
}

#membersecMenu_message.events {
    margin: 10px auto;
    max-width: unset;
    border: 1px solid transparent;
    /* min-width: 1180px; */
}

#memberMainMenu nav div {
    background: #292929;
    /* background: linear-gradient(353deg, #000000a6 0%, #000000d9 100%); */
    border-radius: 6px;
    /* margin-bottom: 10px; */
    padding: 10px;
    margin-top: 1rem;
}

#memberMainMenu .nav-shortcut {
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#memberMainMenu .nav-shortcut a {
    width: 48%;
    display: flex;
    justify-content: center;
    margin-top: 7px;
    margin-bottom: 0;
    background: transparent;
    border: 1px solid #85ff0075;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 10px 0;
}

#memberMainMenu .nav-shortcut a:hover {
    /* background: #fff8d3e6; */
    filter: brightness(1.1);
}

#memberMainMenu .nav-shortcut a.active {
    background: #79b504;
    /* border: 1px solid #ffffff8c; */
}

#memberMainMenu .nav-shortcut a p {
    margin: 0;
}

#memberMainMenu .nav-shortcut a img {
    width: 21px;
    margin-right: 4px;
    margin-left: -10px;
    /* filter: brightness(1.7) hue-rotate(359deg); */
}

#memberMainMenu .nav-shortcut a.active img {
    filter: brightness(5) grayscale(1);
}

#memberMainMenu ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

#memberMainMenu .oftenBTN {
    text-align: center;
    /* box-shadow: 0 2px 7px #0000009e; */
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#memberMainMenu .oftenBTN ul {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    margin: 5% 0 0;
}

#memberMainMenu .oftenBTN ul:last-child li figure {
    /* border: 1px solid #bb8819;
    border-radius: 50%; */
    padding: 4.5%;
}

#memberMainMenu .oftenBTN ul li {
    text-align: center;
    margin: 0 5%;
}

#memberMainMenu .oftenBTN ul li figure {
    width: 100%;
    padding: 0;
    margin: 10% auto 0;
    max-width: 50px;
    max-height: 50px;
}

#memberMainMenu .oftenBTN ul li figure img {
    width: 25px;
}

#memberMainMenu .oftenBTN ul li figure img {
    width: 25px;
}

#memberMainMenu .oftenBTN .menu_top li figure img {
    /* filter: hue-rotate(138deg); */
}


#memberMainMenu .oftenBTN ul li figure .special-item {
    width: 100%;
    filter: unset;
}

#memberMainMenu .oftenBTN ul li p {
    /* color: #000; */
    font-weight: 500;
    font-size: 12px;
    margin-top: 4px;
}

#memberMainMenu .allBTN hr {
    border-color: #79b504;
}

#memberMainMenu nav .balance-total-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: 0px auto 13px auto; */
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #79b504;
    border-radius: 0;
    width: 100%;
    margin-top: 10px;
}

#memberMainMenu nav .balance-total-area .refresh {
    /* color: #006eeb; */
    cursor: pointer;
    font-size: 12px;
}

#memberMainMenu nav .balance-total {
    /* color: #000; */
    font-weight: 100;
    font-size: 12px;
    margin: 0;
    text-align: center;
}

#memberMainMenu .allBTN {
    font-size: 14px;
    margin-bottom: 15px;
    /* box-shadow: 0 2px 7px #0000009e; */
}

#memberMainMenu .allBTN ul li a {
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    /* color: #252525; */
    font-weight: 500;
}

#memberMainMenu .allBTN ul figure {
    width: 10%;
    padding: 0;
    margin: 0 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#memberMainMenu .allBTN ul li a p {
    width: 90%;
    font-size: 0.875rem;
    padding: 13px 5px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.7;
}

#memberMainMenu .allBTN ul li a.active p {
    opacity: 1;
}

#memberMainMenu .allBTN ul li a.active {
    background: #79b504;
    border-radius: 6px;
}

#memberMainMenu .allBTN ul li a:hover {
    background: #79b504;
    border-radius: 6px;
}

#memberMainMenu .allBTN ul li hr {
    border-bottom: 1px solid #8f8f8f;
}

.retreat_wallet_amount,
.member_currency.gamePoints,
#memberMainMenu nav .gamePoints {
    color: #fff;
    margin-left: 6px;
    font-size: 14px;
}

#memberMainMenu .allBTN ul li a p::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    padding: 0 3px;
    background: url(../img/member/arrow-right.svg) center center no-repeat;
    filter: grayscale(1) brightness(1.5);
}

.oftenBTN .member-avatar {
    width: 100%;
    max-width: 76px;
    margin: 0 10px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #335301;
        background: linear-gradient(16deg, #335301 0%, #91cb06 75%);
    border-radius: 50%;
    padding: 4px;
}

.oftenBTN .member-name {
    font-weight: 500;
    font-size: 16px;
}

.oftenBTN .member-safety {
    font-weight: 500;
    font-size: 14px;
}

.membersecMenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    /* border-bottom: 1px solid rgba(182, 197, 225, .5);
    border-color: #dcdcdc; */
    width: 100%;
    margin: 0 auto;
}

.membersecMenu h3 {
    font-size: 16px;
    margin: 5px 0;
}

.membersecMenu.title h3 {
    font-size: 17px;
    font-weight: 900;
    color: #fff;
    /* filter: drop-shadow(0 2px 4px #000); */
    width: 100%;
    padding: 12px 0;
    margin: 0 auto;
    text-align: left;
}

.secMenuCloseBTN {
    position: relative;
    margin: auto 0;
}

.secMenuCloseBTN::before {
    content: "\f00d";
    font-family: "FontAwesome";
    color: #252525;
    font-size: 1.75rem;
    margin: auto;
}

#membersecMenu_language .form_content {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    width: 90%;
    margin: 5% auto 0;
}

#membersecMenu_language .form_title {
    width: auto;
    word-break: keep-all;
    font-size: 1.2rem;
    flex: 1;
    font-weight: 500;
    margin-left: 3px;
}

#membersecMenu_language>.form_content>span {
    position: relative;
}

#membersecMenu_language .drop-down-cover {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #C2C2C2;
    text-align: left;
    padding: 0 10px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 15%) inset;
    width: fit-content;
}

#membersecMenu_language .drop-select {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    word-break: keep-all;
}

#membersecMenu_language .drop-select::after {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    border: 1px solid #000;
    border-width: 0 0 1px 1px;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
    margin: 0 5px;
}

#membersecMenu_language .iconbox {
    position: relative;
    padding: 0 5% 0 0;
}

#membersecMenu_language .iconbox::before {
    content: "\f0ac";
    font-family: "FontAwesome";
    color: #252525;
    font-size: 14px;
    margin: auto;
}

#membersecMenu_language .drop-down-list {
    background: #fff;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 3;
    width: 100%;
    transition: all .3s ease-in-out;
    opacity: 0;
    max-height: fit-content;
    overflow-y: auto;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 -10px 50px rgb(0 0 0 / 15%) inset;
    border: 1px solid #C2C2C2;
    border-top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

#membersecMenu_language .drop-down-list li {
    cursor: pointer;
    text-align: center;
    margin: 10px 0;
    opacity: 0.7;
    transition: all .3s ease-in-out;
    font-size: 0.875rem;
    font-weight: normal;
    color: #000;
}

#membersecMenu_language .open .drop-select:after {
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
}

#membersecMenu_language .open .drop-down-list {
    display: block;
    transition: all .3s ease-in-out;
    opacity: 1;
}

.drop-down-list li:hover,
.drop-down-list li.checked {
    opacity: 1;
}

.drop-down-list li:hover::before,
.drop-down-list li:hover::after {
    width: 85%;
    transition: all .3s ease-in-out;
    content: "";
    display: block;
    width: 85%;
    height: 100%;
    padding: 3px 0;
    margin: 0 auto;
}

.drop-down-list li::before {
    border-top: 1px solid #79b504;
}

.drop-down-list li::after {
    border-bottom: 1px solid #79b504;
}

.drop-down-list li.checked::before,
.drop-down-list li.checked::after {
    content: "";
    display: block;
    width: 85%;
    height: 100%;
    padding: 3px 0;
    margin: 0 auto;
}

/* .tab-content-box div {
    margin: 5% auto;
} */

.tab-content-box .cell {
    margin: 0;
}

div[id*="membersecMenu"] .tab-content-box {
    width: 100%;
    margin: 0 auto 3%;
    /* display: block; */
    /* flex-wrap: wrap; */
}

div[id*="membersecMenu"] .tab-content-box .news-tabCover {
    width: 178px;
    margin: 0 15px 0 0;
}

div[id*="membersecMenu"] .tab-content-box nav ul {
    display: block;
    list-style: none;
    width: 100%;
    margin: 0 auto 10px auto;
    padding: 0;
}

/* div[id*="membersecMenu"] .tab-content-box nav ul li {
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    padding: 2% 1%;
}
 */
div[id*="membersecMenu"] .tab-content-box nav ul li b {
    font-size: 12px;
    font-weight: 500;
}

div[id*="membersecMenu"] .tab-content-box nav ul li p {
    color: #99ff00;
    font-size: 14px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

div[id*="membersecMenu"] .tab-content-box.ewallet nav ul li p {
    color: #99ff00;
    font-size: 14px;
    padding: 0;
    margin: 20px 0 0;
    overflow: hidden;
}

div[id*="membersecMenu"] .tab-content-box nav ul li p i {
    font-style: normal;
}

div[id*="membersecMenu"] .tab-content-box label {
    /* font-weight: 500; */
    margin: 1% 0;
    display: block;
    /* font-size: 1.1rem; */
}

div[id*="membersecMenu"] .tab-content-box input,
div[id*="membersecMenu"] .tab-content-box select {
    margin: 0;
    display: block;
    font-size: 14px !important;
    font-weight: 300 !important;
    padding: 12px 10px;
    height: auto;
    -webkit-box-shadow: inset 0 0 6px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 6px #d7ffa33d;
    -webkit-appearance: auto;
    border: 1px solid #ffffff52;
}

.standard-block {
    -webkit-box-shadow: inset 0 0 6px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 6px #d7ffa33d;

    display: flex;
    width: 49%;
    text-align: center;
    background-color: #1c2739;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

/* div[id*="membersecMenu"] .tab-content-box button {
    padding: 10px 25px;
    border-radius: 4px;
    cursor: pointer;
    color: #252525;
    border: 1px solid #252525;
    background: #ffffff;
    font-weight: 500;
    display: block;
    margin: 0;
    font-size: 14px;
}

div[id*="membersecMenu"] .tab-content-box button:hover {
    background: #79b504;
    color: #ffffff;
    ;
    transition: all .3s ease-in-out;
} */

div[id*="membersecMenu"] .tab-content-box .precautions {
    border-radius: 20px;
    /* padding: 15px; */
    margin-top: 30px;
}

div[id*="membersecMenu"] .tab-content-box .precautions h4 {
    margin-top: 50px;
    margin-bottom: 15px;
    color: #79b504;
}

div[id*="membersecMenu"] .tab-content-box .precautions ol,
div[id*="membersecMenu"] .tab-content-box .precautions ul {
    padding-inline-start: 20px;
    color: #2e2e2e;
}

div[id*="membersecMenu"] .tab-content-box .precautions li {
    margin-bottom: 10px;
}

div[id*="membersecMenu"] .tab-content-box .precautions p {
    margin: 0%;
    line-height: 21px;
    font-size: 14px;
    color: #ffffffb0;
}

div[id*="membersecMenu"] .tab-content-box .precautions h5 {
    padding-inline-start: 20px;
    color: #2e2e2e;
    margin: 2% 0 2% -3%;
}

div[id*="membersecMenu"] .tab-content-box table {
    border: 1px #000 solid;
    width: 100%;
    height: auto;
    text-align: center;
}

.lightboxBG .tab-area-control .tab-content-box table {
    border: unset;
    font-weight: 500;
    font-size: 14px;
}

.lightboxBG .tab-area-control .tab-content-box table th {
    font-weight: 500;
    font-size: 14px;
    border-spacing: 0;
    padding: 12px 0;
}

.table-infomation {
    border-radius: 10px;
    background-color: #434343;
    min-height: 400px;
    overflow: hidden;
}

/* .lightboxBG .tab-area-control .tab-content-box table thead {
    background: linear-gradient(135deg, #f1df9b, #d3ab62 52%, #ebd38d);
    border-radius: 10px 10px 0 0;
    font-weight: 500;
} */

.lightboxBG .tab-area-control .tab-content-box table .title {
    background: #1c1c1ca3;
    border-radius: 8px;
    font-weight: 500;
    color: #fff;
}

.lightboxBG .tab-area-control .tab-content-box table .title.for_pc {
    display: table-row !important;
}

.tab-content-box.msg a {
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    padding: 4px 7px;
    margin: 3px;
    font-size: 12px;
    /* color: #000; */
    cursor: pointer;
}

.msg .tab-content-box.msg btn a {
    border: none;
    border-radius: unset;
    padding: unset;
    margin: unset;
    font-size: 16px;
    color: white;
}

.tab-content-box.msg a:hover {
    filter: brightness(1.3);
}

.tab-content-box.msg .msg_btn.delete {
    background-color: #bd2e2e;
    border: 1px solid #bd2e2e;
    color: white;
}

.tab-content-box.msg .msg_status.new {
    background-color: #65d269;
    border: 1px solid #65d269;
    color: white;
    pointer-events: none;
}

.tab-content-box.msg .msg_status.read {
    background-color: #6c6c6c;
    border: 1px solid #6c6c6c;
    color: white;
    pointer-events: none;
}

.tab-content-box.msg a {
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    padding: 4px 7px;
    margin: 3px;
    font-size: 12px;
}

.tab-content-box.msg .msg_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
    text-align: left;
    margin: 0;
}

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

#membersecMenu_maintain .listTitle {
    padding: 15px 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
}

#membersecMenu_maintain .form_item {
    padding: 10px 0;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #79b504;
}

#membersecMenu_maintain .brand {
    width: auto;
    word-break: keep-all;
    font-size: 14px;
    flex: 1;
}

#membersecMenu_maintain .time {
    flex: 1;
    text-align: right;
    font-size: 0.875rem;
}

#membersecMenu_userinfo .listTitle {
    padding: 15px 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
}

#membersecMenu_userinfo .form_item {
    padding: 10px 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    /* border-bottom: 1px solid #79b504; */
}

/* EDIT BANK STATUS */
#membersecMenu_userinfo .form_item.status {
    padding: 10px 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    /* border-bottom: 1px solid #79b504; */
}

#membersecMenu_userinfo .form_item.status p {
    padding: 7px 14px;
    background-color: #00000052;
    border-radius: 8px;
    font-size: 12px;
    cursor: pointer;
}

.form_item input {
    -webkit-box-shadow: inset 0 0 6px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 6px #d7ffa33d;
}

#membersecMenu_userinfo .form_item.status p.bank-status {
    background-color: #39b300;
    pointer-events: none;
    -webkit-box-shadow: inset 0 0 6px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 6px #d7ffa33d;
}

#membersecMenu_userinfo .form_item.status p.bank-status.processing {
    background-color: #006bb3;
}

#membersecMenu_userinfo .form_item.status p.bank-status.rejected {
    background-color: #b30000;
}

.edit-bank-page {
    display: none;
}

.edit-bank-page .close-window {
    cursor: pointer;
    font-weight: 900;
    width: 100%;
    text-align: right;
    margin: 15px 15px 0 0;
}

.edit-bank-page.active {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #000000a3;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

.edit-bank-page form {
    background-color: #1d252e;
    border-radius: 8px;
    width: 98%;
    max-width: 600px;
    padding: 0 15px 15px 15px;
}

.edit-bank-page form p {
    margin: 23px 0 0 0;
}

.tab-area-control.new-request {
    display: flex;
    justify-content: space-between;
}

.btn.verify-code {
    background: #970000;
    border: 1px solid #970000;
}

/* EDIT BANK STATUS */

#membersecMenu_userinfo .title {
    width: auto;
    word-break: keep-all;
    font-size: 14px;
    min-width: 110px;
    text-align: left;
    padding-right: 10px;
    margin: 5px 0;
    line-height: initial;
}

#membersecMenu_userinfo .title.join {
    width: auto;
    word-break: keep-all;
    font-size: 16px;
    min-width: 110px;
    text-align: right;
    padding-right: 10px;
    margin: -14px 0 20px 0;
}

.join-hr {
    margin: 20px 0;
    border-color: #79b504;
}

#membersecMenu_userinfo .date {
    text-align: left;
    font-size: 14px;
    width: 40%;
    display: block;
    margin: 0;
    padding: 13px;
    height: auto;
    border-radius: 7px;
    border-color: #b4b4b4bc;
    box-shadow: none !important;
}

#membersecMenu_userinfo .form_item span {
    font-size: 12px;
    margin-left: 10px;
}

#membersecMenu_userinfo .form_item a {
    font-size: 12px;
    margin-left: 2px;
    color: #7edb04;
    cursor: pointer;
}

#membersecMenu_userinfo .form_item .inside-input {
    margin-left: -40px;
    font-size: 14px;
}

#membersecMenu_transfer .tab-content-box nav {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* margin: 20px 0 0 0; */
    width: 100%;
    /* min-width: 1028px; */
}

#membersecMenu_transfer .tab-content-box nav .point-list-title {
    padding-bottom: 8px;
    margin: 10px auto 0px auto;
    color: #99ff00;
    /* border-bottom: 1px solid #fff; */
    text-align-last: center;
}

#membersecMenu_transfer .tab-content-box nav ul {
    display: block;
    margin: 20px 1% 0 0;
    background: #242424;
    border-radius: 10px;
    padding: 12px;
    width: 29.4%;
}

#membersecMenu_transfer .tab-content-box nav ul li {
    width: auto;
    margin: 0;
    padding: 5px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: unset;
    /* background-color: #1f2935; */
    /* -webkit-box-shadow: inset 0 0 6px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 6px #d7ffa33d; */
    border-radius: 8px;
}

#membersecMenu_transfer .tab-content-box nav ul li i {
    font-size: 12px;
    color: #707070;
}

#membersecMenu_transfer .buttonGroup {
    display: flex;
    justify-content: right;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 0 0 auto;
}

#membersecMenu_bank .table2 {
    overflow: auto;
    width: 100%;
    flex: 1;
    background: #fff;
    border-radius: 5px;
    line-height: 1.5;
}

#membersecMenu_bank .caption {
    background: linear-gradient(to bottom, #f5df83 30%, #daa431);
    text-align: center;
    padding: 5px 15px;
    font-weight: 500;
    letter-spacing: 0px;
}

#membersecMenu_bank .note {
    font-size: 0.75rem;
    color: #79b504;
    text-align: center;
    padding: 10px 15px;
}

#membersecMenu_bank .addCard-cover {
    margin: 0px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#membersecMenu_bank .addCard {
    padding: 10px;
    display: block;
    width: calc(100%/3 - 5px);
    border-radius: 6px;
    cursor: pointer;
    margin: 0 .5% 1%;
}

#membersecMenu_bank picture.img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: auto;
    position: relative;
}

#membersecMenu_bank .addCard:not(.done) {
    opacity: 0.7;
    background: #ccc;
}

#membersecMenu_bank .addCard:not(.done) .img-box:after {
    content: "+";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#membersecMenu_bank .wordding {
    font-size: 0.875rem;
    font-weight: normal;
    color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% auto 0;
}

#membersecMenu_message .news-tabCover .news-tabList li:not(.active):hover {
    filter: brightness(1.2);
}

#membersecMenu_message .news-tabCover li.active {
    color: #ffffff;
    background: #335301;
    background: linear-gradient(16deg, #335301 0%, #91cb06 75%);
    pointer-events: none;
    -webkit-box-shadow: inset 0 0 6px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 6px #d7ffa33d;
}

#membersecMenu_message .news-tabCover li.active img {
    filter: brightness(1);
}

#membersecMenu_message .news-tabCover .news-tabList li:not(.active) {
    background-color: #141723;
    font-weight: 300;
    color: #fff;
}

#membersecMenu_message .news-tabCover .news-tabList li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 8px 20px;
    height: 35px;
    margin: 0 0 11px 0;
    border-radius: 14px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    word-break: keep-all;
    font-weight: 500;
    width: auto;
}

#membersecMenu_message .news-tabCover .news-tabList li.rainbow-btn {
    border-radius: 8px;
    border: unset;
}

#membersecMenu_message .news-mailTitle {
    background: #79b504;
    border-radius: 3px;
    padding: 5px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

#membersecMenu_message .news-alertWarning {
    color: #666666;
    background: linear-gradient(to bottom, #FFFFFF, #EDEDED 100%, #ECECEC 55%, #ECECEC);
}

#membersecMenu_message .news-alert {
    position: relative;
    padding: 0;
    margin-bottom: 1rem;
    border: 1px solid #434343;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff1a;
    /* box-shadow: 0 3px 5px #00000054; */
    height: fit-content;
}

#membersecMenu_message .news-alertHeading {
    font-weight: 500;
    font-size: 14px;
    margin: 14px auto;
    /* border: 0; */
    /* border-bottom: 1px solid #79b504; */
    text-align: left;
    padding-left: 10px;
    color: white;
}

#membersecMenu_message .news-alert:hover {
    filter: brightness(1.3);
    cursor: pointer;
}

#membersecMenu_message .news-wordding,
#membersecMenu_message .news-time {
    padding: 0.5rem !important;
    line-height: 24px;
    font-weight: 500;
}

#membersecMenu_message .news-alert img {
    border-radius: 9px 9px 0 0;
}

#membersecMenu_message button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    font-size: 2.5rem;
    font-weight: normal;
    margin: -69px 0 0 0;
    color: #a3a3a3;
}

.qrcodeGroup {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.qrcodeGroup figure {
    display: flex;
    justify-content: center;
    width: 30%;
    flex-wrap: wrap;
}

.qrcodeGroup figure figcaption {
    font-weight: 500;
    font-size: 16px;
    line-height: 300%;
}

#membersecMenu_taskHansel .events_form {
    width: 100%;
    color: #212529;
    table-layout: fixed;
    flex: 1;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 1rem;
    box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
    border-spacing: 0;
    border-collapse: collapse;
    font-weight: 500;
}

#membersecMenu_taskHansel .events_form caption {
    background: #d49f2f;
    color: #fff;
    padding: 2% 0;
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    font-weight: 500;
}

#membersecMenu_taskHansel .events_form th,
#membersecMenu_taskHansel .events_form td {
    padding: 2% 1rem;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
    text-align: center;
}

#membersecMenu_taskHansel .events_form tr:first-child th:nth-last-of-type(3) {
    color: #00B95D;
}

#membersecMenu_taskHansel .applyBTN {
    color: #333;
    padding: 10px 10px;
    position: relative;
    background: linear-gradient(to bottom, #FDFDFD 22%, #d8d8d8);
    border-radius: 8px;
    border: 1px solid #989898;
    border-width: 0 1px 1px;
    border-color: transparent #c2c2c2 #989898;
    box-shadow: 0px 0px 4px #00000094;
}

#membersecMenu_taskHansel .applyBTN:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background: linear-gradient(to right, #ffffff00 10%, #fff, #fff, #ffffff00 90%);
}

#membersecMenu_recordStore .form-block {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    background-color: #e9e9e9;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #fff;
}

#membersecMenu_recordStore.for_pc {
    display: block !important;
}

#membersecMenu_recordStore .form-block .form-top {
    padding-bottom: 0;
    border-bottom: transparent;
    border-right: 1px solid #ebebeb;
    margin-bottom: 0;
    width: 50%;
    box-sizing: border-box;
}

#membersecMenu_recordStore .form-block .form-content {
    box-sizing: border-box;
    width: 50%;
}

#membersecMenu_recordStore .form-block p {
    margin: 8px 0;
}

#membersecMenu_recordStore .form-block .form-top h4 {
    margin: 0;
    font-size: 14px;
}

#membersecMenu_recordStore .form-block .form-block-title {
    color: #bb891a;
    margin-block-start: 0;
    margin-block-end: 0.5em;
    font-weight: 500;
}

#membersecMenu_recordStore .news-tabCover li.active {
    color: #fff;
    background: linear-gradient(to bottom, #0d3064, #254a9f 70%);
    border: 1px solid #0d3064;
}

#membersecMenu_recordStore .news-tabCover .news-tabList li:not(.active) {
    background-color: unset;
    color: #252525;
    border: #252525 1px solid;
}

#membersecMenu_recordStore .news-tabCover .news-tabList li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 5px;
    height: 35px;
    margin: 0 10px;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    word-break: keep-all;
    font-weight: 500;
    box-sizing: content-box;
}

#membersecMenu_recordStore .recordStore_success li {
    margin: 2% auto;
}

#membersecMenu_recordStore .recordStore_success li>i {
    font-style: normal;
}

#membersecMenu_recordDividend .levelBadge img {
    max-width: 30px;
    margin: 0 auto;
}

#membersecMenu_recordDividend .tab-content-box .detail-blocks table {
    width: 100%;
    border: 1px solid #252525;
    border-spacing: 0;
}

#membersecMenu_recordDividend .tab-content-box .detail-blocks table th {
    font-size: 17px;
    font-weight: 700;
    color: #181818;
    background: #ffd387;
}

#membersecMenu_recordDividend .tab-content-box .detail-blocks table th,
.tab-content-box .detail-blocks table td {
    padding: 5px;
    border: 1px solid #252525;
    border-collapse: collapse;
}

/*SCSS OK*/
/*20220512 T-DLY-slick-customer neo*/
.T-DLY-mainBanner {
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    min-height: 120px;
    /* animation: fadeindelay 1s ease-in; */
}

@keyframes fadeindelay {
    0% {
        width: 0%;
        opacity: 0;
    }

    90% {
        width: 0%;
        opacity: 0;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}


.T-DLY-mainBanner .slick-dots {
    bottom: 20px;
}

.T-DLY-mainBanner .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    filter: drop-shadow(0 0 2px #ffffff);
    border: #ffffff 1px solid;
    border-radius: 6px;
}

.T-DLY-mainBanner .slick-dots li button:before {
    line-height: unset;
    font-size: unset;
    content: '';
    width: 10px;
    height: 10px;
    color: unset;
    background: #ffffff95;
    border-radius: 6px;
}

.T-DLY-mainBanner .slick-dots li.slick-active button:before {
    opacity: .75;
    background: #dba850eb;
}

.T-DLY-mainBanner .slick-dots li button:hover:before,
.T-DLY-mainBanner .slick-dots li button:focus:before {
    opacity: 1;
}

.T-DLY-mainBanner .slide-arrow {
    position: absolute;
    top: 51%;
    margin-top: 0;
    z-index: 1;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background-color: #0000004a;
    color: #ffffff;
    font-size: 12px;
    font-family: cursive;
}

.T-DLY-mainBanner .prev-arrow {
    left: 10px;
}

.T-DLY-mainBanner .next-arrow {
    right: 10px;
}

@media screen and (min-width:1024px) {
    .T-DLY-mainBanner .slide-arrow {
        font-size: 15px;
    }

    .slick-slide img {
        width: 100%;
        margin-left: unset;
        border-radius: 10px;
    }
}

/*SCSS OK*/


/*20220520 T-DLY-sweetalert2*/
.swal2-actions {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
}

.swal2-close {
    color: #6b6b6b;
}

.popup-sendOut {
    width: 43% !important;
    background: linear-gradient(to bottom, #1f80ff 22%, #1059b9) !important;
    border: 1px solid #989898 !important;
    border-width: 0 1px 1px !important;
    border-color: transparent #c2c2c2 #989898 !important;
    color: #fff !important;
    font-weight: bold !important;
    border-radius: 8px !important;
    font-weight: bold !important;
}

.popup-contactUs {
    width: 43% !important;
    background: linear-gradient(to bottom, #ffffff, #E3E3E3) !important;
    border: 1px solid #989898 !important;
    border-width: 0 1px 1px !important;
    border: 1px solid #D8D8D8 !important;
    color: #252525 !important;
    border-radius: 8px !important;
    font-weight: bold !important;
}

.popup-closeIt {
    width: 43% !important;
    /* background: linear-gradient(#79b504, #c59b6d, #7b6247) !important; */
    /* border: 1px solid #989898 !important; */
    border-width: 0 1px 1px !important;
    border-color: transparent #c2c2c2 #989898 !important;
    color: #fff !important;
    font-weight: bold !important;
    border-radius: 8px !important;
    font-weight: bold !important;
}

.swal2-popup select {
    width: auto;
}

.popup-closeIt:focus {
    box-shadow: none !important;
}

.popup-sendOut:hover,
.popup-contactUs:hover,
.popup-closeIt:hover,
.btnRegister:hover,
.btnPlay:hover {
    color: #fff !important;
    text-decoration: none !important;
    filter: brightness(1.2);
}

.swal2-close:focus {
    box-shadow: none !important;
}

#swal2-html-container .warnword {
    font-size: 0.5em;
    text-align: start;
    display: block;
    padding: 1%;
    color: #ff8585;
}

.RegisterArea input[name="phone"] {
    background: url(/assets/jingho/img/mobile-screen-button-solid.svg) no-repeat 1.5% 50%;
    background-size: 3.5%;
    padding-left: 6%;
    overflow: hidden;
    position: relative;
}

.RegisterArea input[name="validnumber"] {
    background: url(/assets/jingho/img/comment-sms-solid.svg) no-repeat 1.5% 50%;
    background-size: 3.5%;
    padding-left: 6%;
    overflow: hidden;
    position: relative;
}

.RegisterArea input[name="account"] {
    background: url(/assets/jingho/img/user-large-solid.svg) no-repeat 1.5% 50%;
    background-size: 3.5%;
    padding-left: 6%;
    overflow: hidden;
    position: relative;
}

.RegisterArea input[name="password"] {
    background: url(/assets/jingho/img/lock-solid.svg) no-repeat 1.5% 50%;
    background-size: 3.5%;
    padding-left: 6%;
    overflow: hidden;
    position: relative;
}

.RegisterArea input[name="confirpassword"] {
    background: url(/assets/jingho/img/circle-check-solid.svg) no-repeat 1.5% 50%;
    background-size: 3.5%;
    padding-left: 6%;
    overflow: hidden;
    position: relative;
}

#swal2-html-container input[name="loginaccount"] {
    background: url(/assets/jingho/img/user-large-solid.svg) no-repeat 1.5% 50%;
    background-size: 3.5%;
    padding-left: 6%;
    overflow: hidden;
    position: relative;
}

#swal2-html-container input[name="loginpassword"] {
    background: url(/assets/jingho/img/lock-solid.svg) no-repeat 1.5% 50%;
    background-size: 3.5%;
    padding-left: 6%;
    overflow: hidden;
    position: relative;
}

#validnumber {
    padding: 10px;
    border: 1px solid #D8D8D8 !important;
    border-radius: 5px;
    background: linear-gradient(to bottom, #ffffff, #E3E3E3) !important;
    font-size: 14px;
    display: block;
    text-align: center;
    width: 23%;
    float: right;
    font-weight: 500;
    cursor: pointer;
}

.agreeword {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.agreeword input[type=checkbox] {
    width: 18px;
    height: 18px;
}

.agreeword i {
    font-size: 0.7em;
    margin: 1% 0 0 2%;
    width: 100%;
    text-align: start;
    font-style: normal;
}

.agreeword a {
    color: #f1a619;
    cursor: pointer;
    padding: 0 1%;
    text-decoration: underline;
}

.agreeword a:hover {
    color: #79b504;
}

.helpword {
    margin: 7% auto 0;
    text-decoration: underline;
}

.helpword a {
    color: #f1a619;
    cursor: pointer;
    font-size: .9em;
}

.helpword a:hover {
    color: #79b504;
}

.btnRegister,
.btnPlay {
    width: 90%;
    background: linear-gradient(to bottom, #1f80ff 22%, #1059b9) !important;
    border: 1px solid #989898 !important;
    border-width: 0 1px 1px !important;
    border-color: transparent #c2c2c2 #989898 !important;
    color: #252525 !important;
    font-weight: bold !important;
    border-radius: 8px !important;
    font-weight: bold !important;
}

.RegisterArea {
    text-align: left !important;
}

.RegisterArea label {
    display: block;
    margin: 5% 0 0;
}

.transferArea {
    text-align: left !important;
}

.transferArea select#src_id {
    width: 100%;
}

/*.transferArea #amount {
    width: 75%;
    float: left;
    margin: 0 1% 0 0;
}

 .transferArea #fast_transfer {
    display: block;
    width: 24%;
    height: 35px;
    padding: 0 1%;
} */

.transferArea label {
    display: block;
    line-height: 30px;
}

.transferArea label:last-of-type {
    margin: 5% 0 0;
}

.cashNum {
    color: #ff6363;
}

.login-tab li.active {
    cursor: pointer;
}

.login-tab li {
    cursor: unset;
}

/*20221006 T-DLY-gameList*/
#T-DLY-gameList {
    width: 100%;
    max-width: 1480px;
    height: auto;
    margin: 0 0 20px 0;
    display: block;
    position: relative;
    overflow: hidden;
}

#T-DLY-gameList .area {
    min-height: calc(100vh - 82.89px - 80px);
}

#T-DLY-gameList .area .titleArea {
    text-align: center;
    width: 100%;
    height: 148px;
    line-height: 70px;
    border: none;
    /* background: -webkit-linear-gradient(150deg, #7f0505, #470505, #6f0b0b); */
    background-color: #1f2227;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px 3px 5px #000000;
    background-image: url(../img/interface/small_game.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#T-DLY-gameList .area .titleArea h2 {
    color: #ffffff;
    text-shadow: 3px 0 black;
    font-size: 14px;
    margin: 0;
}

#T-DLY-gameList .area .right-block {
    width: 100%;
    background: -webkit-linear-gradient(180deg, #040404ba, #00000091, #00000091);
    background: linear-gradient(180deg, #00000091, #040404ba, #00000091);
    border-radius: 0 0 10px 10px;
    position: relative;
    margin-bottom: 50px;
}

#T-DLY-gameList .area .right-block h3 {
    color: #ffffff;
    font-size: 1.5rem;
    text-align-last: center;
}

#T-DLY-gameList .area .subtitle-block {
    padding: 10px 0 0 0;
    position: relative;
}

#T-DLY-gameList .area .subtitle-block h2 {
    font-size: 20px;
    margin: 0 auto;
}

#T-DLY-gameList #game,
#T-DLY-gameList #about {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 15px;
}

#game .index-page {
    padding: 0px;
}

#T-DLY-gameList #game .card-block {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

#T-DLY-gameList #game .card-block .card-item {
    width: 12.5%;
    padding: 0px 9px 12px;
}

#T-DLY-gameList #game .card {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    /* border: 2px solid #eba219; */
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 0;
    transition: all .3s ease-in-out;
}

#T-DLY-gameList #game .card:hover {
    filter: brightness(1.2);
}

#T-DLY-gameList #game .card img {
    width: 100%;
    border-radius: 15px;
}

#T-DLY-gameList #game .card p {
    text-align: center;
    margin-bottom: 0;
}

#T-DLY-gameList #game .card-text {
    position: absolute;
    bottom: -28px;
    right: 0;
    left: 0;
    text-align: center;
    padding: 50px 15px;
    transition: all .3s ease-in-out;
}

#T-DLY-gameList #game .card .card-text {
    bottom: -95px;
}

#T-DLY-gameList #game .card:hover .card-text {
    bottom: -28px;
}

#T-DLY-gameList #game .card {
    height: 230px;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

/* #T-DLY-gameList #game .card::before {
    content: ' ';
    width: 100%;
    height: 100%;
    background: linear-gradient(#0000001a, #000000);
    position: absolute;
    top: 0;
    left: 0;
} */

#T-DLY-gameList #game .card .card-text h2 {
    margin: 0;
    font-size: 16px;
    text-shadow: 0 0 10px black;
    font-weight: 500;
    color: #ffffff;
}

#T-DLY-gameList #game .card .card-text a.btn {
    display: block;
    font-size: 12px;
    padding: 7px 12px;
    text-align: center;
    margin: 30px auto 0;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    /* color: #386cff;
    border: 1px solid #386cff; */
}

#T-DLY-gameList .area .member-page::after {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    background: transparent;
    border-radius: 20px;
    z-index: -1;
}


#news-Popup {
    padding: 0;
    border-radius: 10px;
    min-width: 320px;
    overflow: hidden;
    background: #353535d1;
    box-shadow: 0 4px 14px #00000087;
    width: 100%;
    max-width: 600px;
}

#news-Popup img {
    width: 100%;
}

#news-Popup article header {
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    color: #fff;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-weight: 700;
    background: linear-gradient(162deg, #2f4ae1 0%, #4c2093 100%) 0% 0%;
}

#news-Popup article header h3 {
    font-size: 20px;
    padding: 2% 0;
    margin: 0;
}

#news-Popup .fancybox-button svg {
    color: #fff;
    text-shadow: 0 2px 2px #000;
    width: 100%;
}

#news-Popup .newsList {
    margin: 0 auto;
    /* min-height: 350px; */
}

#news-Popup .newsList .newsBlock {
    margin: 0 auto;
    padding: 0;
    /* border-radius: 6px; */
    cursor: pointer;
    max-width: 450px;
}

#news-Popup .newsList .newsBlock .titleArea:hover,
#news-Popup .newsList .newsBlock .titleArea:focus,
#news-Popup .newsList .newsBlock .titleArea:active {
    filter: opacity(0.7);
}

#news-Popup .newsList .newsBlock:nth-of-type(even) {
    background: linear-gradient(180deg, #ffffff 0%, #dbdbdb 100%) 0% 0%;
}

#news-Popup .newsList .titleArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

#news-Popup .newsList .contentArea {
    /* padding: 3%;
    border: 1px solid #077756; */
    margin: 0;
}

#news-Popup .newsList .titleArea figure {
    margin: 0;
    padding: 0;
    align-self: center;
    width: 71%;
}

#news-Popup .newsList .titleArea figure span {
    float: left;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 6px 5px 0 0;
}

#news-Popup .newsList .titleArea h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#news-Popup .newsList .titleArea time {
    font-size: 13px;
    align-self: center;
    width: 28%;
    text-align: end;
}

#news-Popup footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#news-Popup footer a {
    color: #fff;
    background-color: #1c3072;
    display: block;
    padding: 7px 1% 0;
    text-align: center;
    width: 40%;
    min-width: 60px;
    height: 30px;
    align-self: center;
    border-radius: 5px;
    cursor: pointer;
}

#news-Popup footer a:hover {
    filter: opacity(.7);
}

#news-Popup footer div {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    width: 100%;
    align-self: center;
}

#news-Popup footer input {
    align-self: center;
    padding: 0;
    margin: 0 1% 0 0;
}

#news-Popup footer label {
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    align-self: center;
}

#login-Popup {
    padding: 2%;
    border-radius: 6px;
    width: 95%;
    max-width: 420px;
    background: #292929;
}

#login-Popup article figure {
    margin: 0;
    padding: 0;
}

#login-Popup fieldset {
    border: none;
    padding: 0;
}

#login-Popup fieldset legend {
    font-size: 16px;
    font-weight: 700;
}

#login-Popup fieldset span {
    position: relative;
    display: block;
}

span.popupAccount:before {
    content: "\f406";
    position: absolute;
    font-family: "FontAwesome";
    color: #196760;
    top: 17px;
    left: 15px;
    font-size: 15px;
    filter: opacity(0.8);
}

span.popupPassword:before {
    content: "\f023";
    position: absolute;
    font-family: "FontAwesome";
    color: #196760;
    top: 17px;
    left: 15px;
    font-size: 15px;
    filter: opacity(0.8);
}

#login-Popup fieldset button {
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin: 2% auto 0;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    background: linear-gradient(168deg, #a98965, #6d553c);
    border-radius: 6px;
    border: none;
}

#login-Popup fieldset button:hover,
#login-Popup fieldset button:focus,
#login-Popup fieldset button:active {
    filter: brightness(1.2);
}

#login-Popup .otherOption {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 2% 0 0;
}

#login-Popup fieldset input {
    box-sizing: border-box;
    color: #c9c9c9;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px 0 40px;
    margin: 2% auto;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

#login-Popup .otherOption a {
    /* color: #79b504; */
    align-self: center;
    text-decoration: underline;
}

.T-DLY-mobileUser a i {
    color: #fff;
}

/* 簽到日曆 */
#calendar {
    width: 95%;
    margin: 3% auto;
}

#calenda .fc-week .fc-bg table tr td.fc-today {
    margin: 1%;
}

#calendar th.fc-day-header.fc-widget-header {
    height: 35px;
    line-height: 35px;
}

#calendar .fc-week>.fc-bg>table tr td.fc-today {
    background: #c2e7dc;
}

#calendar .fc-day-top {
    position: relative;
}

.fc-day-number {
    position: absolute;
    margin: 8% 0 0 8%;
}

#calendar .fc-event {
    border-radius: 65px;
    width: 30px;
    height: 30px;
    margin: 20% 0 0 30%;
    text-align: center;
    background-color: #ffffff;
    line-height: 30px;
    border: 1px solid #79b504;
    color: #79b504;
    font-weight: 700;
    font-size: 12px;
}

.fc-sun {
    color: #ff0000;
}

.fc-sat {
    color: #009f1a;
}

.signInBtn {
    width: 95%;
    text-align: center;
    margin: 5% auto;
}

.signInBtn>button {
    margin: .8% 0 0;
    color: #fff;
    background-color: #79b504;
    border-color: #79b504;
    border-radius: 5px;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 12px;
    margin: 0 2%;
}

.signInBtn button.signBtn {
    background-color: #79b504;
    border-color: #79b504;
    outline: none;
    border: none;
}

.signInBtn button.ruleBtn {
    background-color: #9b9b9b;
    border-color: #9b9b9b;
    outline: none;
    border: none;
}

.signInBtn>button:hover {
    filter: opacity(1.1);
}

ul.giftReceive {
    list-style: none;
    width: 95%;
    padding: 0;
    margin: 0 auto 2%;
}

ul.giftReceive li {
    float: none;
    clear: both;
    padding: 1% 0;
    margin: 1% 0;
    height: 50px;
    border-bottom: 1px solid #b5b5b5;
}

ul.giftReceive>h5 {
    font-size: 14px;
    font-weight: normal;
}

ul.giftReceive figure {
    width: 5%;
    padding: 0;
    margin: 0;
    float: left;
}

ul.giftReceive .wordDirections {
    float: left;
    margin: .5% 0 0 1%;
}

ul.giftReceive .wordDirections>h6 {
    font-size: 15px;
    padding: 0;
    margin: 0;
}

ul.giftReceive .wordDirections>p {
    font-size: 13px;
    padding: 0;
    margin: 0;
    color: #9b9b9b;
    line-height: 24px;
}

ul.giftReceive li button {
    float: right;
    margin: .8% 0 0;
    border-radius: 5px;
    padding: 10px 15px 7px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
}

ul.giftReceive li .receive:hover {
    filter: opacity(0.7);
}

ul.giftReceive li button.receive {
    color: #e5e5e5;
    background-color: #79b504;
    border: 1px solid transparent;
}

ul.giftReceive li button.already {
    color: #fff;
    background-color: #79b504;
    border: 1px solid transparent;
}

ul.giftReceive li button.notyet {
    background: #363d4d;
    color: #e5e5e5;
    border: 1px solid transparent;
}

/* 一鍵轉點 */
.allPointBack {
    position: absolute;
    background: #292929;
    /* border: 1px solid #2f3a4b; */
    z-index: 9;
    top: 47px;
    right: 0;
    /* width: 800px; */
    width: 250px !important;
    border-radius: 15px;
}

.allPointBack .mask {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
}

.allPointBack.hideMe {
    display: none !important;
}

.allPointBack>div {
    display: block;
    /* justify-content: space-between;
    flex-wrap: wrap; */
    padding: 3%;
}

.allPointBack>div>span {
    color: #fff;
    list-style: none;
    width: 23%;
    padding: 0 1%;
}

.allPointBack>div>span>ul {
    list-style: none;
    margin: 0 0 15%;
    padding: 0;
}

.allPointBack>div>span>ul>h4 {
    border-bottom: 2px solid #ffffff;
    padding: 5% 0;
    margin: 0;
}

.allPointBack>div>span>ul li {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 5% 0;
    border-bottom: 1px solid #ffffff8c;
    color: #ffffff8c;
    font-size: 13px;
}

.allPointBack>div>span>ul li>span:nth-of-type(2) {
    color: #1682c1;
}

.allPointBack div.keyBtn {
    border-radius: 15px;
}

.allPointBack::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: -1;
}

.allPointBack div.keyBtn label {
    color: #1682c1;
    align-self: center;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.allPointBack div.keyBtn strong {
    width: 6vmax;
    text-align: end;
}

.allPointBack div.keyBtn button {
    height: 35px;
    padding: 0 5%;
    line-height: 35px;
    background-color: #ffe17e;
    border-radius: 5px;
    border: none;
    outline: none;
    font-weight: 500;
    color: #1a4136;
    filter: drop-shadow(2px 2px 5px #282828);
}

.allPointBack div.keyBtn a:hover i,
.allPointBack div.keyBtn a:hover {
    /* filter: brightness(1.2); */
    color: #cfe7ff;
}

.showAllYouGot .active {
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
}

.showAllYouGot .passive {
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
}

.vip-details {
    background-color: #ffffffcd;
    overflow: auto;
}

.detail-blocks {
    min-width: 950px;
}

.effect-text {
    font-size: 24px;
    margin: 5px auto 5px auto;
        color: #b8ff00;
    background-image: linear-gradient(180deg, #b8ff00, #b8ff00, #b8ff00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.effect-text.with-divider {
    display: flex;
        justify-content: space-between;
        align-items: center;
        /* width: 100%; */
        padding: 0;
        margin-left: 8px;
        margin-bottom: 0;
}

.effect-text.with-divider .dividers {
    height: 18px;
    width: auto;
    margin-right: 40px;
    rotate: 180deg;
}

.effect-text.with-divider .dividers.right {
    margin-right: unset;
    margin-left: 40px;
    rotate: 0deg;
}

.title-p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.list-area {
    width: 100%;
    max-width: 1400px;
    margin: 0 0 0 250px;
}

#T-DLY-share .info-area {
    display: flex;
    padding: 7px 7px 7px 10px;
    text-align: center;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#T-DLY-share .info-area a {
    margin: 0 4px 0 4px;
    display: flex;
    align-items: center;
    background-image: url(../img/interface/btn.jpg);
    background-size: cover;
    background-position: top center;
    font-size: 17px;
    font-weight: 500;
    filter: drop-shadow(0 2px 5px #000000b5) contrast(1.2) brightness(1.2);
    border-radius: 8px;
    min-width: 120px;
    justify-content: center;
    height: 38px;
}

#T-DLY-share .info-area img {
    width: 21px;
    filter: drop-shadow(0 2px 5px #000000b5);
    margin-right: 7px;
    margin-top: -2px;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        filter: brightness(1.4);
    }
}

.scrollMenuRight .intro-gift {
    width: 113px;
    height: 60px;
    margin: 0 auto 20%;
    /* background-color: #0000009e; */
    border-radius: 11px;
    padding: 7px;
    position: absolute;
    right: 0;
    top: -72px;
    display: none;
    /* 推薦賺錢關閉 */
}

.scrollMenuRight .intro-gift .promo-gift {
    width: 96px;
    height: 66px;
    position: absolute;
    right: -20px;
    top: -7px;
}

.scrollMenuRight .intro-gift .promo-word {
    font-size: 24px;
    margin: 0;
    font-weight: 500;
    color: #ffc456;
    text-shadow: 0 1px 6px #000;
    position: absolute;
    top: 2px;
    right: 54px;
    width: 51px;
}

.tab-content-box .popupContent-inner {
    background: #434343;
    background-image: url(../img/interface/pc.jpg);
    background-size: cover;
    background-position: top center;
    border-radius: 3px;
    box-shadow: 0 4px 300px #00000094;
    position: fixed;
    width: 70%;
    padding: 15px;
    /* height: 70%; */
    overflow: auto;
    top: 125px;
    left: 15%;
    margin: 0 auto;
    z-index: 99;
    overflow: auto;
    border: 1px solid #ffffff21;
}

.tab-content-box .popupContent {
    background-color: #00000082;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.tab-content-box .popupContent img {
    width: 95% !important;
    height: auto !important;
    border-radius: 6px;
    margin: 10px auto;
}

.tab-content-box .popupContent .title {
    font-size: 17px;
    padding-bottom: 11px;
    margin-bottom: 21px;
    display: block;
    text-align: center;
    font-weight: 500;
}


.tab-content-box .popupContent h5 {
    margin: 0;
    font-size: 23px;
}

.tab-content-box .popupContent p {
    font-size: 16px;
    font-weight: 500;
}

.tab-content-box .popupContent .content {
    margin: 1% auto;
    height: calc(100% - 70px);
    overflow: auto;
    background-color: #434343;
    border-radius: 6px;
    padding: 15px;
    overflow: hidden;
    /* border: 1px solid #79b504; */
}

.tab-content-box .message-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 0.6%;
    width: 100%;
}

.message-wrapper .news-alert {
    width: 42%;
}

.news-tabList li img {
    width: 22px;
    margin-top: -5px;
    margin-right: 6px;
    filter: grayscale(1) brightness(1.3);
}

#news-Popup .fancybox-button {
    color: currentColor;
    font-weight: 500;
    font-size: 16px;
    padding: 5px;
    /* background-color: #2f67de; */
}

.forgot-password {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000073;
    top: 0;
    left: 0;
    z-index: 100;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.forgot-password .title {
    color: #dbdbdb;
    margin: 0 auto;
}

.forgot-password.show {
    display: flex;
}

.forgot-password-block {
    width: 90%;
    max-width: 400px;
    background-color: #161825;
    /* border: 1px solid #c32e2e; */
    border-radius: 16px;
    padding: 15px;
    -webkit-box-shadow: inset 0 0 6px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 6px #d7ffa33d;
}

.forgot-password-block .input img {
    width: 24px;
    height: 24px;
    display: flex;
    margin: 12px 0px 0 0;
}

.forgot-password-top {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: end;
}

.forgot-password-close-login,
.forgot-password-close {
    color: white;
    position: absolute;
    margin-top: -31px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}

#forgot-password-form .input {
    display: flex;
    margin: 10px auto;
}

#forgot-password-form .input input {
    background-color: #090c10 !important;
}

#forgot-password-form .get-verify-code {
    display: flex;
    place-self: center;
    /* place-self: center; */
    background-color: #79b504;
    color: white;
    border-radius: 6px;
    padding: 5px 10px;
    cursor: pointer;
}

#forgot-password-form .confirm-btn {
    background-color: #fff;
    border-radius: 6px;
    color: #282828;
    font-size: 14px;
    padding: 8px 15px;
    margin: 6px auto;
    display: inline-block;
}

#forgot-password-form .confirm-btn:hover {
    background-color: #d9bd9c;
    color: #fff;
}

.loginPopup figure img {
    max-width: 115px;
    margin: 0 auto 14px;
    filter: drop-shadow(0px 4px 6px black);
}

#game .card #add_favorite {
    font-size: 20px;
    font-weight: 500;
    color: white;
    background-color: #650000;
    border-radius: 15px;
    margin: 0;
    max-width: unset;
    padding: 6px 6px 3px 6px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 158px;
}

#game .card #add_favorite:hover {
    filter: brightness(1.1);
}

#add_favorite {
    font-size: 12px;
    /* color: #ffa3e6; */
    background-color: #373737;
    border-radius: 8px;
    margin: 0;
    max-width: unset;
    padding: 6px 4px 0px 6px;
    width: 16px;
    height: 18px;
    display: block;
    position: absolute;
    top: 2px;
    right: 3px;
    cursor: pointer;
    box-shadow: 0px 3px 0px #1e1e1e;
}

#add_favorite:hover {
    filter: brightness(1.1);
}

#member-center #my_favorite {
    font-size: 16px;
    position: absolute;
    margin: 0 0 0 10px;
    background-image: linear-gradient(180deg, #fff700, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    cursor: pointer;
    z-index: 9;
}

.T-DLY-rightForm .member-top-link {
    display: flex;
}

.T-DLY-rightForm .member-top-link i {
    font-size: 24px;
    margin-bottom: 4px;
}

.T-DLY-rightForm .member-top-link a img {
    margin: -3px auto 0 auto;
    width: 33px;
}

.T-DLY-rightForm .member-top-link a {
    display: grid;
    padding-bottom: 0;
    font-size: 14px;
    align-content: center;
    text-align: center;
    /* color: #63503c; */
    /* filter: invert(1) sepia(1); */
}

.T-DLY-rightForm .member-top-link a:hover {
    color: #ffdcdc;
    filter: brightness(1.2);
}

.info-block-area {
    width: 100%;
    /* max-width: 1100px; */
    background: #00000063;
    border-radius: 6px;
    padding: 15px;
    margin: 0 auto;
    display: flex;
}

.info-block-area div {
    padding: 15px;
    margin: 0 auto;
    display: block;
}

.info-block-area div .wide-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0;
    min-width: 220px;
    margin-bottom: 8px;
    background: #79b504;
    border-radius: 6px;
    cursor: pointer;
}

.btn.transfer-switch {
    display: none;
}

.btn.transfer-switch.active {
    display: block;
}

.info-block-area div .wide-btn:hover {
    filter: brightness(1.2);
}

.info-block-area div .wide-btn img {
    width: 40px;
    margin-right: 8px;
}


/* TAB CONTROL SETTING */

/* .option-tab {
    border-bottom: 1px solid #79b504;
} */

.option-tab .option-link {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 15px;
    margin-bottom: 15px;
}

.option-tab .option-link:hover {
    border: unset;
}

.affiliate-tab,
.tab-first,
.tab-second,
.tab-third,
.tab-forth,
.tab-fifth,
.tab-six {
    cursor: pointer;
    padding: 14px 21px;
    margin: 0 10px 0 0 !important;
    background-color: #434343;
    text-align: center;
    font-weight: 500;
    color: #fff;
    border-radius: 6px;
}

.underline {
    cursor: pointer;
    padding: 12px;
    margin: 0 15px 0 0 !important;
    background-color: transparent;
    text-align: center;
    font-weight: 500;
    color: #fff;
    border-radius: unset;
    border-bottom: 2px solid transparent;
}

.underline:hover {
    border-bottom: 2px solid #dfc7a4;
    color: #dfc7a4;
}

.underline.active {
    background-color: unset;
    border-bottom: 2px solid #99ff00;
    color: #99ff00;
    pointer-events: none;
}


.underline .affiliate-tab {
    cursor: pointer;
    padding: 12px;
    margin: 0 15px 0 0 !important;
    background-color: transparent;
    text-align: center;
    font-weight: 500;
    color: #fff;
    border-radius: unset;
    border-bottom: 2px solid transparent;
}

.affiliate-tab:hover,
.tab-first:hover,
.tab-second:hover,
.tab-third:hover,
.tab-forth:hover,
.tab-fifth:hover,
.tab-six:hover {
    filter: brightness(1.2);
}

.affiliate-tab.active,
.tab-first.active,
.tab-second.active,
.tab-third.active,
.tab-forth.active,
.tab-fifth.active,
.tab-six.active {
    background-color: #79b504;
    color: #fff;
}

.underline .affiliate-tab.active {
    background-color: unset;
    border-bottom: 2px solid #99ff00;
    color: #99ff00;
    pointer-events: none;
}

.membersecMenu.datelist {
    background: #434343;
    border-radius: 8px;
    padding: 10px 0;
    display: block;
    margin-top: 10px;
}

.membersecMenu.datelist .option-link.rounded {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 0;
    padding: 0 20px;
}

.membersecMenu.datelist .option-link.rounded p {
    display: flex;
    border: 1px solid #ffffff57;
    border-radius: 10px;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    padding: 6px 29px;
}

.membersecMenu.datelist .option-link.rounded p:hover {
    filter: brightness(1.3);
}

.membersecMenu.datelist .option-link.rounded p.active {
    background: #335301;
    background: linear-gradient(16deg, #335301 0%, #91cb06 75%);
    box-shadow: unset;
    border-color: #434343;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: inset 0 0 6px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 6px #d7ffa33d;
}

.membersecMenu.datelist .info-list {
    display: flex;
    padding: 0 10px;
}

.info-list .list-blocks span {
    color: #99ff00;
}

.membersecMenu.datelist .info-list p {
    height: 108px;
    background: #00000096;
    border-radius: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* color: black; */
    width: 15%;
    text-align: -webkit-center;
    text-align: center;
}

.membersecMenu.datelist .info-list p span {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}

.split-three .affiliate-block.color-block-red {
    background: rgb(112, 36, 36);
    background: linear-gradient(356deg, rgba(112, 36, 36, 1) 0%, rgba(161, 80, 80, 1) 100%);
    margin: 0;
}

.split-three .affiliate-block.color-block-orange {
    background: rgb(112, 71, 36);
    background: linear-gradient(356deg, rgba(112, 71, 36, 1) 0%, rgba(161, 124, 80, 1) 100%);
    margin: 0;
}

.split-three .affiliate-block.color-block-blue {
    background: rgb(36, 76, 112);
    background: linear-gradient(356deg, rgba(36, 76, 112, 1) 0%, rgba(80, 127, 161, 1) 100%);
    margin: 0;
}

.tab-area-control .tab-content-box {
    display: none;
}

.tab-area-control btn {
    background-color: #434343;
    color: #fff;
    padding: 14px 26px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    margin: 3px 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.tab-area-control .tab-content-box .tab-info btn.autoTrans,
.tab-area-control .tab-content-box .tab-info btn.manualTrans {
    padding: 10px 14px;
    margin-left: auto;
}

.tab-area-control .tab-content-box .tab-info btn img {
    width: 50px;
    height: auto;
    margin-left: 6px;
    margin-right: 0;
}

/* .tab-area-control btn.autoTrans {
    background-color: #79b504;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    margin: 3px 5px;
} */

.tab-area-control btn.disabled {
    pointer-events: none;
}

.tab-area-control btn:hover {
    filter: brightness(1.3);
}

.tab-area-control .tab-content-box .tab-info {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 500;
    /* justify-content: space-between; */
}

.tab-area-control .tab-content-box .tab-info h3 {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.tab-area-control .tab-content-box .tab-info b {
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
}

.tab-area-control .tab-content-box .tab-info img {
    width: 25px;
    margin-right: 6px;
    /* filter: hue-rotate(138deg); */
}

.tab-area-control .tab-content-box .tab-info i {
    font-size: 16px;
    color: #98fe00;
    margin-left: 6px;
    cursor: pointer;
}

.tab-area-control .tab-content-box.active {
    display: block;
}

.tab-content-box .search-area {
    margin: 0;
}

.search-area {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    font-size: 14px;
}

.search-area .half-block {
    width: 50%;
    display: flex;
    margin: 15px 0 0;
    align-items: center;
}

.search-area .full-block {
    width: 100%;
    display: flex;
    margin: 10px 0;
    align-items: center;
}

.tab-content-box .search-area .full-block select,
.tab-content-box .search-area .full-block input {
    width: 52%;
    margin: 0;
}

.memberpage-btn.margin-top-bullets {
    padding-top: 20px;
    border-top: 1px solid #00000032;
    margin-top: 30px;
}

.search-area h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    margin-right: 8px;
    word-break: keep-all;
}

.search-area [type="radio"],
.search-area [type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0 9px 0 0;
}

.search-area select {
    font-size: 14px;
    font-weight: 500;
    width: 60%;
    margin: 0;
    border-radius: 5px;
    border-color: #dbdbdb;
}

#date-picker {
    margin-top: 0;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    max-width: 570px;
}

.tab-content-box .keepgames_area {
    width: 100%;
    display: block;
    /* justify-content: start;
    flex-wrap: wrap; */
    margin: 0;
}

.tab-content-box .keepgames_area h4 {
    width: 100%;
    display: flex;
    margin: 10px 0 0 0;
    align-items: center;
    background-color: #0000002e;
    border-radius: 4px;
    padding: 4px;
}

.tab-content-box .keepgames_area h4 img {
    width: 28px;
    margin-right: 10px;
}

.tab-content-box .keepgames_area h4 .multiply-keep-icon {
    width: auto;
    height: 27px;
    filter: brightness(1.5);
    margin-right: 0;
}

.tab-content-box .keepgames_area .keepgame-cat {
    width: 100%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin: 0;
}

.keepgames_area .keepgames_items {
    width: 120px;
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 7px;
}

.keepgames_area .keepgames_items:hover {
    filter: brightness(1.3);
    /* margin: 0.5% 1% 1% 1%; */
}

.keepgames_area .keepgames_items a {
    font-size: 12px;
    display: block;
    width: 120px;
}

.keepgames_area .keepgames_items img {
    width: 120px;
    margin: 0 0 8px 0;
    border-radius: 8px;
}

.keepgames_area .keepgames_items h3 {
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}

#membersecMenu_userinfo .card-area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0;
}

#membersecMenu_userinfo .card-area .registered_card {
    width: 40%;
    margin: 1%;
    background: #202c3d;
    background: linear-gradient(180deg, #1e2631 0%, #242b35 100%);
    box-shadow: 0 4px 8px #292929;
    border-radius: 6px;
    padding: 4px 10px;
    /* background-image: url(../img/interface/membercard.jpg);
    background-size: cover;
    background-position: center; */
    color: white;
}

#membersecMenu_userinfo .register-card input {
    margin: 0 auto;
}

#membersecMenu_userinfo .register-card .title {
    margin-right: 10px;
}

#membersecMenu_userinfo .card-area .registered_card a {
    font-size: 14px;
    margin-left: unset;
    color: #fff;
    cursor: pointer;
}

#membersecMenu_userinfo .card-area .registered_card .form_item.delete_account {
    text-align: center;
    justify-content: center;
}

#membersecMenu_userinfo .card-area .registered_card .title {
    font-size: 12px;
}

#membersecMenu_userinfo .card-area .registered_card .date {
    background-color: #00000008;
    border: unset;
    width: 70%;
}

#membersecMenu_recordStore .notice,
#membersecMenu_recordWithdraw .notice {
    font-size: 12px;
    color: #ff8840;
    margin-left: 0;
    margin-top: 10px;
}

#membersecMenu_userinfo .form_item .notice {
    font-size: 12px;
    color: #ff8840;
    margin-left: 40px;
    margin-top: 10px;
}

.info-list-out {
    vertical-align: baseline;
    border-radius: 12px;
    width: 100%;
    margin-bottom: 8px;
    padding: 2px 15px;
    text-align: left;
    color: #ffffffc7;
}

.info-list-out:nth-child(odd) {
    background: #00000057;
}

.info-list-out a {
    color: #99ff00;
}

.tab-area-control .clean-msg {
    margin-left: 50px;
}

/* REGISTER PAGE SETTING */

#T-DLY-login.register-page {
    padding: 0;
}

/* main.register-page {
    padding: 0;
} */

.notice-standard {
    font-size: 15px;
    color: #3690c5;
}

.form_content .tab-content-box .store_form label {
    font-weight: 500;
    margin: 0 0 8px 0;
    display: block;
    font-size: 16px;
    width: 100%;
    color: #ffffffb0;
}

.form_content .tab-content-box .store_form div {
    /* display: flex; */
    align-items: center;
    margin: 18px auto;
}

.form_content .tab-content-box .store_form div.promotion-applied {
    align-items: center;
    margin: 0;
}


.form_content .tab-content-box .store_form div select,
.form_content .tab-content-box .store_form div input {
    margin: 0;
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px;
    display: block;
    height: 48px;
}

.form_content .tab-content-box .store_form div .balance_amount_highlight {
    margin: 0;
    width: 40%;
    font-weight: 500;
    color: #000;
    /* border: 0; */
    font-size: 14px;
    padding: 0;
}

.deposit-list-payment {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.recordStore_success div input,
.recordStore_success div p {
    display: flex;
    align-items: center;
    margin: 8px 0 20px 0;
}

.recordStore_success div h3 {
    margin: 8px 0 0 0;
    min-width: 136px;
}

.recordStore_success div p .btn {
    border-radius: 5px;
    color: #fff;
    border: unset;
    text-shadow: unset;
    background-image: linear-gradient(80deg, #af17aa, #428bfb);
    font-size: 14px;
    margin: 0 0 0 10px;
    padding: 7px 13px;
    /* min-width: unset; */
    -webkit-box-shadow: inset 0 0 10px #c5ddff80;
    -moz-box-shadow: inset 0 0 10px #c5ddff80;
    box-shadow: inset 0 0 10px #c5ddffd9;
}

.recordStore_success .fileup-area {
    margin: 0;
    display: block;
}

.recordStore_success .fileup-area img {
    max-width: 300px;
}

.deposit-list-payment a.payment-type,
.deposit-list-payment span {
    height: auto;
    width: 100%;
    max-width: 180px;
    margin: 6px 16px 6px 0;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    background-color: #434343;
    cursor: pointer;
    justify-content: center;
    padding: 10px;
}

.deposit-list-payment span.deposit-links {
    display: flex;
    align-content: center;
    /* margin-right: 8px; */
    flex-wrap: nowrap;
    position: relative;
}

.withdraw-choices .deposit-list-payment a.payment-type,
.withdraw-choices .deposit-list-payment span.payment-type {
    max-width: 130px;
    display: block;
    text-align: center;
}

.withdraw-choices .deposit-list-payment a.payment-type img,
.withdraw-choices .deposit-list-payment span.payment-type img {
    margin: 10px auto 0px auto;
    width: auto;
    height: 35px;
}

.deposit-list-payment a:hover,
.deposit-list-payment span:hover {
    background-color: #79b504;
}

.deposit-list-payment span.active {
    background: #335301;
    background: linear-gradient(16deg, #335301 0%, #91cb06 75%);
    -webkit-box-shadow: inset 0 0 10px #c5ddff80;
    -moz-box-shadow: inset 0 0 10px #c5ddff80;
    box-shadow: inset 0 0 10px #c5ddff80;
}

.deposit-list-payment a p,
.deposit-list-payment span p {
    display: grid;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.deposit-list-payment span b {
    font-weight: 500;
    font-size: 12px;
    margin-top: 7px;
}


.deposit-list-payment span img {
    width: 24px;
    height: auto;
    margin-right: 10px;
}

.deposit-list-payment span .payment_display_image {
    width: 26px;
    height: auto;
    margin: 0 8px 0 0;
}

.load-account-to-copy {
    width: 38%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #4ea5ff;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
}

.load-account-to-copy a {
    color: #007dff;
    margin-left: 20px;
    float: right;
}

.form_content .tab-content-box .store_form .window {
    display: block;
    align-items: center;
    margin: 18px auto;
}

.form_content .tab-content-box .store_form .showing-bank-detail {
    display: flex;
    align-items: center;
    margin: 18px 0;
}

.deposit-links.active {
    pointer-events: none;
}

.tab-content-box.ewallet .store_form .window {
    display: none;
}

.tab-content-box.ewallet .store_form .window.active {
    display: block;
}

.tab-content-box.ewallet .store_form .window div img {
    width: 200px;
}

.btn.upload {
    background: #c1c1c1;
    color: #000;
    border: 1px solid #c1c1c1;
    margin-right: 10px;
}

/* DAILY CHECHIN SETTING */

#membersecMenu_dailycheck .fc-toolbar h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

#membersecMenu_dailycheck .fc-toolbar {
    justify-content: start;
    margin-bottom: 15px;
}

#membersecMenu_dailycheck .fc-day-number {
    font-weight: 500;
}

.fc-sat {
    color: #5d8f65;
}

.fc-sun {
    color: #954f4f;
}

#calendar .fc-week>.fc-bg>table tr td.fc-today {
    background: #292929;
}

#calendar .fc-event {
    border-radius: 0;
    width: calc(100% - 6px);
    height: 98px;
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #79b5046e;
    line-height: 30px;
    /* border: 1px solid #79b504; */
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}

.split-three {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
    background-color: #292929;
    padding: 0;
    border-radius: 6px;
    justify-content: space-between;
}

.split-three .affiliate-block {
    width: 32.2%;
    display: block;
    margin: 1% 0;
    background-color: #1c1c1c;
    padding: 10px 20px;
    border-radius: 6px;
    text-align: center;
}

.split-three p {
    display: flex;
    justify-content: space-between;
    background-color: #00000042;
    padding: 8px;
    border-radius: 8px;
    margin: 8px 0;
    color: #ffffffa8;
    font-size: 13px;
}

.split-three p b {
    color: #99ff00;
}

.split-three p:first-child {
    display: block;
    justify-content: space-between;
    background-color: transparent;
    padding: 8px;
    border-radius: 8px;
    margin: 8px 0;
    color: white;
    font-size: 14px;
}

.split-three .affiliate-block.for-link p {
    display: block;
    background-color: transparent;
    padding: 8px;
    border-radius: 8px;
    margin: 8px 0;
    color: #ffffffa8;
    font-size: 13px;
    text-align: justify;
    line-height: 20px;
}

.split-three .affiliate-block.for-link p b {
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
    color: white;
}

.split-two {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin: 10px auto;
    justify-content: space-between;
}

.split-two .color-blocks {
    display: block;
    width: 49.5%;
    text-align: center;
    background: #333333;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 14px 30px 14px;
    border-radius: 14px;
}

.split-two .color-blocks h3 {
    /* color: #99ff00; */
    font-size: 17px;
    padding: 6px 12px;
    border-radius: 15px;
    /* width: 50%; */
    margin: 9px auto;
    font-weight: 500;
}

.split-two .color-blocks h2 {
    color: #fff;
    font-size: 33px;
}

.split-two .color-blocks input {
    border-radius: 8px 8px 0 0;
    padding: 20px;
    overflow: hidden;
    width: 100%;
    border: unset;
    margin: 0 auto !important;
}

.split-two .color-blocks .btn {
    border-radius: 6px;
    padding: 8px;
    overflow: hidden;
    margin-top: 20px;
}

.split-two .color-blocks img {
    width: 80%;
    max-width: 120px;
    margin: 20px auto 0 auto;
}

.color-blocks .two-column {
    display: block;
    width: 100%;
}

.color-blocks .two-column .history-blocks {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.color-blocks .two-column .history-blocks.history-display {
    display: block;
    width: 100%;
    border-radius: 10px;
    margin-top: 18px;
}

.color-blocks .two-column .history-blocks.history-display p {
    margin: 0 0 10px 0;
}

.color-blocks .two-column .history-blocks a {
    width: 25%;
    border-radius: 12px;
    padding: 15px 10px;
    border: 1px solid #ffffff40;
    margin: 5px 0;
}

.color-blocks .two-column .history-blocks a:hover {
    background: #79b5046b;
    cursor: pointer;
}


.color-blocks .two-column .history-blocks a.active {
    background: #335301;
    background: linear-gradient(16deg, #335301 0%, #91cb06 75%);
    box-shadow: unset;
    border-color: #434343;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: inset 0 0 6px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 6px #d7ffa33d;
}

.color-blocks .two-column .history-blocks .info-blocks {
    width: 32%;
    margin: 0;
    display: inline-grid;
    justify-items: center;
    font-size: 14px;
    padding: 22px 0;
    color: #fff;
    background: #434343;
}

.color-blocks .two-column .history-blocks .info-blocks .counting {
    font-size: 14px;
    margin: 5px auto;
    color: #99ff00;
}

.color-blocks .two-column .history-blocks .counting {
    font-size: 14px;
    color: #99ff00;
}

.tab-content-box .package-blocks {
    width: 90%;
    max-width: 390px;
    margin: 0 auto;
    background-color: #e6f0f9;
    padding: 15px;
    border-radius: 6px;
    font-size: 13px;
}

.tab-content-box .notice-white {
    color: #ffffffa8;
    font-size: 13px;
    margin: -15px 0 20px 0;
}

.tab-content-box .package-blocks h2 {
    margin: 0px auto;
    padding-bottom: 8px;
    border-bottom: 1px solid #0000006e;
    text-align: center;
}

.tab-content-box .package-blocks p {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    line-height: 35px;
}

.tab-content-box .package-blocks p .green {
    color: #5faf07;
}

.tab-content-box .package-blocks p .red {
    color: #c32e2e;
}

.tab-content-box .package-blocks p input {
    width: 50%;
    margin: 0;
    font-size: 13px;
    text-align: right;
    font-weight: 500;
}

.tab-content-box .package-blocks p input::placeholder {
    font-size: 12px;
    text-align: right;
}

.choose-items {
    padding: 15px;
    width: 100%;
}

.choose-items a {
    color: #000;
    font-size: 14px;
    margin-right: 20px;
    cursor: pointer;
}

.link-standrad {
    text-align: center;
    color: #076aff;
    padding: 26px 0;
    display: block;
}

.change-password-popup {
    width: 100%;
    height: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    background-color: #00000075;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    backdrop-filter: blur(1px);
    z-index: 9;
}

.change-password-popup.active {
    display: flex;
}

.change-password-popup .popup-block {
    display: block;
    border: 1px solid #79b504;
    background: rgb(12 12 12);
    background: linear-gradient(166deg, rgb(41 41 41) 0%, rgb(12 12 12) 100%);
    border-radius: 12px;
    box-shadow: 0 4px 10px #00000075;
    width: 95%;
    margin: 30vh auto 0 auto;
    max-width: 400px;
    padding: 25px 30px 40px 30px;
}

.change-password-popup .popup-block input {
    margin-bottom: 20px;
}

.two_buttons {
    display: flex;
}

.input_disabled {
    pointer-events: none;
    font-size: 16px;
    font-weight: 500;
}

.input_disabled::placeholder {
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 500;
    white-space: pre-wrap;
}

#memberMainMenu .mobile-return {
    display: none;
}

.mobile-title {
    display: none;
}

#transfer-area img {
    width: 30px;
    margin: 0 auto;
}

.qrcodePic canvas {
    margin-bottom: 20px;
    max-width: 150px;
}

.recordStore_success.atm,
.recordStore_success.usdt {
    border-radius: 5px;
    padding: 16px;
    /* border: 1px solid #d7d7d7a1; */
}

.content-frame {
    /* width: 1080px; */
    margin: 0 auto;
    padding: 0;
}

.allBTN figure img {
    background: #0000002b;
    width: 25px;
    border-radius: 8px;
    padding: 4px;
    /* filter: hue-rotate(205deg); */
}

/* .allBTN a:hover figure img {
    filter: brightness(1.5) grayscale(1);
} */

.avatar-choice {
    display: none;
}

.avatar-choice.active {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background-color: #00000085;
    z-index: 9;
    top: 0;
    left: 0;
}

.avatar-choice .avatar-list {
    width: 368px;
    background: rgb(12 12 12);
    background: linear-gradient(166deg, rgb(41 41 41) 0%, rgb(12 12 12) 100%);
    border: 1px solid #79b504;
    border-radius: 20px;
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -200px;
}

.avatar-choice .avatar-list img {
    width: 21%;
    cursor: pointer;
    margin: 10px;
}

.avatar-choice .avatar-list img:hover {
    filter: brightness(1.3);
}

.report-cell-summary {
    display: flex;
    padding: 13px 12px;
    /* color: #000; */
    justify-content: space-between;
    font-size: 14px;
    /* background-color: #4b4b4b40; */
    display: none !important;
    /* HIDE PER REQUEST */
}

.report-cell {
    background-color: #ffffff23;
    border-radius: 6px;
    color: white;
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: space-between;
}

.report-cell .cell-block {
    display: grid;
    text-align: left;
}

.report-cell .cell-block b {
    font-weight: 500;
}

.service_link {
    display: flex;
    text-align: center;
    text-align: -webkit-center;
    width: 100%;
    max-width: 600px;
    justify-content: center;
}

.service_link a {
    display: block;
    width: 110px;
    height: 120px;
    font-size: 16px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.service_link a:hover {
    filter: brightness(1.3);
}

.service_link a img {
    width: 32px;
    margin-top: 10px;
    border-radius: 0;
}

/* FAST TRANSFER */

.fastTransfer_form button.btn-transfer-blue {
    width: 40%;
    background: #79b504;
    border: 1px solid #79b504;
    color: #fff;
    font-weight: 500;
    border-radius: 8px;
    font-weight: 500;
    color: white;
    padding: 8px 0;
}

.fastTransfer_form hr {
    border-color: #79b50491;
    border-width: 1px;
    margin: 24px auto -7px auto;
}

.fastTransfer_form button {
    width: 40%;
    background: #373737;
    border: 1px solid #7b7b7b;
    color: #fff;
    font-weight: 500;
    border-radius: 8px;
    font-weight: 500;
    color: white;
    padding: 8px 0;
}

.fastTransfer_form button:hover {
    filter: brightness(1.2);
}

.fastTransfer_form .fast_transfer_title p {
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    align-items: center;
    margin: 0;
}

.fastTransfer_form .target_transfer p {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
    margin: 13px 0;
}

.fastTransfer_form .target_transfer .btn-transfer-gray {
    width: 80px;
    height: 32px;
    font-size: 14px;
    padding: 0px 0 4px 0;
    justify-content: center;
    align-items: center;
    display: flex;
    font-weight: 500;
}

.fastTransfer_form .target_transfer input {
    border-radius: 5px;
    border: 0;
    border: 1px solid #d1d1d1;
    height: unset;
    padding: 6px 3px;
    width: 67%;
}

.fastTransfer_form .fast_transfer_title p input {
    width: auto;
    font-size: 16px;
    padding: 3px;
    margin: 0;
    border: 1px;
    min-width: unset;
    height: unset;
    color: #c9c9c9 !important;
}

.fastTransfer_form .target_transfer_btn {
    display: flex;
    justify-content: space-evenly;
    font-size: 16px;
    align-items: center;
    margin: 25px 0 13px 0;
}

.swal2-styled.swal2-confirm {
    color: #fff !important;
    background-color: #5c720d !important;
}

.swal2-styled.swal2-confirm:hover {
    color: #fff !important;
    background-color: #5c720d !important;
    filter: brightness(1.2);
}

/* NEW POPUP NEWS SETTING */
.newsPopup .slide-arrow {
    display: none !important;
}

.loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    pointer-events: bounding-box;
    touch-action: none;
    display: flex;
    overflow: hidden;
    background-color: #00000075;
    justify-content: center;
    align-items: center;
    z-index: 1099 !important;
    left: 0;
    top: 0;
}

.loading img {
    max-width: 70px;
    z-index: 1099 !important;
}

.loading.hidden {
    display: none;
}

.popupContent .content p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.popupContent .content small {
    color: #ffa700;
    font-size: 16px;
}

.popupContent .content strong {
    color: #ffa700;
    font-weight: 500;
    font-size: 17px;
}

.popupContent .content a {
    background-image: linear-gradient(#4375bf, #3859b7, #3da1c1);
    padding: 8px 40px;
    border-radius: 12px;
    border: 1px solid #007eff;
    margin: 10px 0;
    color: white;
    display: inline-block;
}

.popupContent .content a strong {
    color: white;
}

.popupContent .content a:hover {
    filter: brightness(1.2);
}

#sendForm .mobile-sub-title {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

#sendForm h3 {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

#sendForm .recordStore_success div p {
    margin: 0;
}

.recordStore_success div {
    display: flex;
    width: 100%;
    margin: 19px 0;
}

#T-DLY-login.register-page .content-none {
    width: 100%;
    max-width: 360px;
}

/* REPORT POPUP WINDOWS */
.report-detail {
    display: none;
}

.report-detail.active {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background-color: #00000085;
    backdrop-filter: blur(1px);
}

.report-detail .detail-window {
    width: 95%;
    max-width: 700px;
    background: #434343;
    background: linear-gradient(180deg, #292929 0%, #434343 100%);
    border-radius: 20px;
    display: block;
    padding: 10px 17px;
    align-items: center;
    flex-wrap: wrap;
}

.detail-window .report-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.detail-window .report-title h3 {
    font-weight: 500;
    margin: 0;
    font-size: 15px;
}

.detail-window .report-title .report-detail-close {
    font-weight: 500;
    margin: 0;
    font-size: 21px;
    cursor: pointer;
}

.detail-window p {
    font-weight: 500;
    margin: 0;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding: 7px 0;
    max-height: 500px;
    overflow: auto;
    margin-bottom: 20px;
}

.detail-window p b {
    font-size: 15px;
    max-width: 70%;
}

.detail-window p:last-child {
    border-bottom: 1px solid transparent;
}

.fancybox-container {
    box-sizing: border-box;
    border: 0;
    /* background-color: #af1616 !important; */
    border-color: transparent;
    z-index: 99 !important;
}

.fancybox-is-open .fancybox-stage,
.fancybox-slide {
    z-index: 10 !important;
}

.password_switch {
    width: 18px;
    opacity: 0.7;
    cursor: pointer;
    margin-left: 6px;
}

.selection-popup {
    /* background-color: #00000045; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
    font-weight: 300;
    margin-top: 26px;
    padding: 4px;
    border-radius: 6px;
}

.slick-dots li.slick-active button:before {
    color: #898989;
}

.selection-popup h4 {
    margin: 0 10px 0 0;
}

.selection-popup input {
    margin: 0 0 0 7px;
    border: 1px solid #ffffffad;
}

:checked {
    background: url(../img/member/list/arrow.png) center center no-repeat;
    transform: rotate(90deg);
}

.selection-popup input {
    margin: 0 0 0 7px;
    border: 1px solid #ffffffad;
}

/* YUEBAO */
.member-blocks.yuebao {
    display: block;
    text-align: center;
}

.member-blocks.yuebao h3 {
    margin: 5px auto;
    font-size: 14px;
    font-weight: 100;
}

.member-blocks.yuebao h2 {
    color: #99ff00;
    margin: 8px auto;
    font-size: 40px;
}

.member-blocks.yuebao .framed_item {
    border: 1px solid #fff;
    border-radius: 21px;
    font-size: 13px;
    padding: 6px;
    max-width: 120px;
    margin: 0px auto 17px auto;
}

.member-blocks.yuebao .yuebao_split {
    display: flex;
    width: 100%;
    justify-content: center;
}

.member-blocks.yuebao .btn {
    max-width: 130px;
    display: block;
    margin: 21px auto;
}

.member-blocks.yuebao .yuebao_split .items {
    font-size: 14px;
    padding: 0 50px;
}

.member-blocks.yuebao .yuebao_split .items p {
    padding: 0;
    margin: 0;
}

.member-blocks.yuebao .yuebao_split .items h3 {
    padding: 0;
    margin: 8px 0 0 0;
    font-size: 16px;
    color: #99ff00;
}

.member-blocks.yuebao .yuebao_split .items.center {
    border-left: 1px solid #9f6e2a;
    border-right: 1px solid #9f6e2a;
}

.member-blocks.yuebao .tab-main-yuebao {
    display: flex;
    border-bottom: 1px solid #79b504;
    margin-bottom: 14px;
}

.member-blocks.yuebao .tab-main-yuebao div {
    font-size: 15px;
    margin-right: 10px;
    padding: 0 0 7px 0;
}

.member-blocks.yuebao .tab-main-yuebao div {
    color: #fff;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.member-blocks.yuebao .tab-main-yuebao div.active {
    color: #99ff00;
    border-bottom: 2px solid #99ff00;
}

.items_rules {
    text-align: left;
    font-size: 14px;
    font-weight: 100;
}

.items_rules b {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #99ff00;
}

.items_details,
.items_rules {
    display: none;
    padding: 3px 0;
}

.items_details.active,
.items_rules.active {
    display: block;
}

.tab-detail-yuebao .items_details .details_options {
    display: flex;
    justify-content: flex-start;
}

.tab-detail-yuebao .items_details .details_options .btn {
    background-color: #4f4f4f;
    margin: 0 8px 0 0;
    border: 1px solid transparent;
    max-width: unset;
}

.tab-detail-yuebao .items_details .details_options .btn.active {
    background-color: #79b504;
}

/* .tab-detail-yuebao .items_details .details_options .btn:hover,
.tab-detail-yuebao .items_details .details_options .btn:active,
.tab-detail-yuebao .items_details .details_options a:hover,
.tab-detail-yuebao .items_details .details_options a:active  {
    border: unset !important;
} */

.yuebao .details_options_pages .yuebao_list {
    background-color: #00000073;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
    padding: 11px;
    border-radius: 8px;
    border: 1px solid #ffa41c40;
}

.yuebao .details_options_pages .yuebao_list .show_items {
    width: fit-content;
    font-size: 13px;
    text-align: left;
}

.yuebao .details_options_pages .yuebao_list .show_items .list_info {
    display: flex;
}

.yuebao .details_options_pages .yuebao_list .show_items p {
    margin: 5px 8px 5px 0;
}

.yuebao .details_options_pages .yuebao_list .show_items p strong {
    margin: 0 8px 0 4px;
    color: #ffa41cb5;
}

.yuebao .details_options_pages .yuebao_list .btn {
    display: block;
    min-width: unset;
    margin: unset;
    font-size: 13px;
    padding: 13px;
    width: auto;
    height: fit-content;
}

.details_options_pages {
    display: none;
}

.details_options_pages.active {
    display: unset;
}

.yuebao-pop {
    display: none;
    width: 100%;
    height: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    background-color: #00000075;
    position: fixed;
    top: 0;
    left: 0;
}

.yuebao-pop .popup-block {
    box-shadow: 0 4px 10px #00000075;
    width: 95%;
    margin: 30vh auto 0 auto;
    max-width: 400px;
    padding: 25px 30px 40px 30px;
    border-radius: 14px;
    border: 1px solid #79b504;
    background: rgb(255, 255, 255);
    background: linear-gradient(166deg, rgb(41 41 41) 0%, rgb(12 12 12) 100%);
    font-size: 14px;
    color: white;
    display: none;
}

.yuebao-pop .popup-block.active {
    display: block;
}

.yuebao-pop .popup-block.opin label,
.yuebao-pop .popup-block.opout label {
    display: block;
    margin-top: 15px;
}

.yuebao-pop .popup-block input.disabled::placeholder,
.yuebao-pop .popup-block input.disabled {
    padding: 0;
    border: unset;
    color: #c9c9c9;
    font-weight: 500;
    height: unset;
    font-size: 16px;
}

.yuebao-pop .popup-block h3 {
    margin: 0 auto 15px auto;
    color: #99ff00;
    text-align: center;
}

.yuebao-pop.active {
    display: block;
}

.yuebao-pop .two_buttons {
    display: flex;
}

.two_buttons btn {
    display: block;
    min-width: unset;
    margin-top: 27px;
    width: fit-content;
    margin-right: 10px;
}

.btn.receive-bonus {
    display: none;
}

.daterangepicker {
    color: #000 !important;
}

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

    #T-DLY-login.register-page {
        padding: 0;
    }

    /* main.register-page {
        padding: 0;
    } */

    #T-DLY-login.register-page .content-none {
        background-color: #292929;
        border: none;
        margin: 0 auto;
        min-height: 190px;
        padding: 20px 34px;
        border-radius: 8px;
    }

    #T-DLY-login.register-page .login-logo img {
        max-width: 140px;
        margin: 0 auto 20px auto;
    }

    #T-DLY-login.register-page .form_content .form_note .input {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 50px;
        border-radius: 0;
        -webkit-appearance: none;
        width: 100%;
        font-size: 0.875rem;
        padding: 5px;
        border-radius: 10px;
        /* box-shadow: unset; */
        color: #fff;
    }

    #T-DLY-login.register-page .form_content .form_note .read {
        color: #fff;
    }

    .login-logo img {
        display: none;
    }

    #T-DLY-login.register-page .login-tab a {
        display: block;
        width: 50%;
        font-size: 15px;
        padding: 15px;
        text-align: center;
    }

    #T-DLY-login.register-page .login-tab a.active {
        background-color: #557504;
    }

    #T-DLY-login.register-page .login-tab a:hover {
        filter: brightness(1.3);
    }

    /* #T-DLY-login .form_content .btn-cover .confirm-btn:hover {
        background: linear-gradient(to bottom, #52afff 22%, #5b3ec5);
        color: #fff !important;
    } */

    /* span#T-DLY-account>input:-internal-autofill-selected, span#T-DLY-password>input:-internal-autofill-selected {
        background-color: #00000052 !important;
        color: white !important;
    } */

    .message-wrapper .news-alert {
        width: 100%;
    }

    .tab-content-box .message-wrapper {
        width: 32%;
    }

    div[id*="membersecMenu"] .tab-content-box.promotion {
        display: flex;
        flex-wrap: wrap;
    }

    .tab-content-box.promotion .promo-frames {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% - 196px);
        height: fit-content;
    }

    .multiply-area {
        display: none;
    }

    .multiply-area-pc li img {
        width: auto;
        min-height: 30px;
        height: 70px;
        margin: 40px auto 30px auto;
        filter: brightness(1.2) contrast(1.2);
    }

    .multiply-area-pc .T-DLY-subList ul li a::before {
        content: "";
        display: block;
        position: absolute;
        /* z-index: 3; */
        width: 130px;
        height: 130px;
        left: 0;
        top: 0;
        margin-left: 20px;
        margin-top: 5px;
        background-image: url(../img/multiply/bgback.gif);
        background-size: 100%;
        background-repeat: no-repeat;
        mix-blend-mode: plus-lighter;
    }

    .multiply-area-pc li img:hover {
        filter: brightness(1.3) contrast(1.2);
    }

    .history-popup {
        display: none;
    }

}


/* CLOSE LANGGUGE SELETION */
/*.T-DLY-mobileLanguageFamily {display:none}*/

/* ANIMATION SETTING */

.gamekv img {
    animation: float 6s ease-in-out infinite;
}

/* VIP AREA */
.active-bar {
    font-size: 12px;
}

.vip-detail-area {
    display: none;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes float2 {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-5px);
    }

    100% {
        transform: translatey(0px);
    }
}

/* .shine {
    position: relative;
    overflow: hidden;
}

.shine::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
    -webkit-animation: shine 0.85s;
    animation: shine 2s infinite;
} */

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@media screen and (max-width:1024px) {
    .shine::before {
        display: none;
    }
}

.qrcode-order img {
    max-width: 180px;
    border-radius: 15px;
}

.fileup-area {
    text-align: left;
}

div[id*="membersecMenu"] .tab-content-box .fileup {
    margin: 0;
    text-align-last: left;
    color: #ffffff85;
}

.sweet-alert button,
.confirm {
    background-color: #79b504 !important;
    border: 1px solid #79b504 !important;
    color: #fff !important;
    transition: all .3s ease-in-out;
    border-radius: 10px !important;
}

.sweet-alert button:hover,
.confirm:hover,
.confirm:active {
    filter: brightness(1.3) !important;
}

/* VPN ICON */
.vpn-required.desktoplist {
    width: 45px;
    height: auto;
    position: absolute;
    z-index: 9;
    margin-top: -73px;
    right: 0px;
    padding: 0;
    animation: flashingIcon 1s ease-in-out infinite;
}

.innerlist .vpn-required {
    width: 45px;
    height: auto;
    position: absolute;
    z-index: 9;
    margin-top: -80px;
    right: 0px;
    padding: 0;
    animation: flashingIcon 1s ease-in-out infinite;
}

@keyframes flashingIcon {
    0% {
        filter: brightness(1) drop-shadow(0 0 2px #fff);
    }

    50% {
        filter: brightness(1.3) drop-shadow(0 0 4px #fff);
    }

    100% {
        filter: brightness(1) drop-shadow(0 0 2px #fff);
    }
}

/* RECORD RESULT COLOR */
.game-records p {
    margin: 0 0 0 5px;
}

.color-normal {
    /* color: red; */
}

.color-lose {
    color: red !important;
}

.color-win {
    color: green !important;
}

.oops2.hint-realname {
    width: 89%;
    margin: 0px auto;
    background-color: #5f81a9;
    color: white;
    padding: 7px 5px;
    text-align: center;
    border-radius: 0 0 8px 8px;
}

/* POPUP ANNOUCEMENT */
.popup-annoucement {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #00000094;
    z-index: 99;
    top: 0;
    left: 0;
}

.popup-annoucement.popup {
    display: flex;
}

.popup-annoucement .annouce-block {
    background-color: #292929;
    width: 90%;
    max-width: 800px;
    min-height: 400px;
    border-radius: 6px;
    overflow: hidden;
}

.popup-annoucement .annouce-block .annouce-title {
    display: flex;
    margin: 0 0 10px 0;
    background-color: #292929;
    width: 100%;
    max-width: 800px;
    text-align: center;
    padding: 3px 5px 3px 10px;
    justify-content: space-between;
    align-items: center;
    /* position: absolute; */
}

.popup-annoucement .annouce-block h3 {
    color: white;
    font-size: 14px;
    margin: 0;
}

.popup-annoucement .annouce-block .contents {
    color: white;
    font-size: 14px;
    margin: 0;
    max-height: 70vh;
    overflow: auto;
    /* padding-top: 60px; */
}

.popup-annoucement .annouce-block .contents ::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
}

.popup-annoucement .annouce-block .inside {
    padding: 0 0 18px 0;
    margin: 12px 20px 22px 20px;
    border-bottom: 1px solid #b5b5b552;
}

.popup-annoucement .annouce-block .inside h3 {
    /* margin-top: 60px; */
}

.popup-annoucement .annouce-block .inside p,
.popup-annoucement .annouce-block .inside h3,
.popup-annoucement .annouce-block .inside h2,
.popup-annoucement .annouce-block .inside td {
    /* color: black; */
    font-size: 16px;
}

.popup-annoucement .annouce-block h2 {
    font-weight: 500;
    font-size: 14px;
    color: white;
    padding: 5px;
    margin: 0;
    cursor: pointer;
}

.btn.transfer_back_all {
    width: fit-content;
    padding: 6px 12px;
    display: block;
    margin: 5px 0 0 0;
    text-align: center;
    justify-content: center;
    min-width: unset;
}

.popup-shortcut {
    width: 100%;
    margin: 10px auto 2px auto;
}

.popup-shortcut .popup-avatar {
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
}

.popup-shortcut .popup-info {
    width: 100%;
    text-align: center;
}

.popup-shortcut .popup-info p {
    margin: 7px auto 14px;
    font-size: 14px;
}

.login .web-link-block .T-DLY-mobileUser .popup-shortcut .vip-levels {
    width: 40px;
    position: absolute;
    left: 70px;
    margin-top: 3px;
    filter: drop-shadow(0px 3px 2px #00000099);
}

/* GAME PUSH} */
#pc-right-contentList .T-DLY-advantage.game-push .item-cover {
    margin: 0;
    padding: 18px 0 5px 8px;
}

.T-DLY-advantage.game-push .item-cover .item {
    background: #0000006e;
    width: 100%;
    margin: 0;
    display: flex;
    overflow: hidden;
    border-radius: 8px;
    height: auto;
    display: grid;
    justify-content: center;
    align-items: flex-end;
}

/* .T-DLY-advantage.game-push .item-cover .item:hover {
    filter: brightness(1.2) drop-shadow(0px 0px 3px #ffd000de);
    cursor: pointer;
    transform: translateY(-4px);
} */

.T-DLY-advantage.game-push .item-cover .item .game-logo {
    position: absolute;
    width: 160px;
    height: auto;
    margin-top: 48px;
    left: 10px;
}


.T-DLY-advantage.game-push .item-cover .item .game-push {
    height: 113%;
    width: auto;
    margin-top: -10px;
}

#pc-right-contentList .T-DLY-advantage.game-push .item-cover .api-blocks {
    background: #58719b45;
    display: block;
    width: 148px;
    margin-right: 9px;
    display: flex;
    /* overflow: hidden; */
    border-radius: 8px;
    padding-bottom: 6px;
    height: auto;
    filter: brightness(1);
    box-shadow: 0px 2px 5px #000000c2;
    cursor: pointer;
}

#pc-right-contentList .T-DLY-advantage.game-push .item-cover .api-blocks:hover {
    filter: brightness(1.2) drop-shadow(0px 0px 3px #0089ffbd);
    cursor: pointer;
    transform: translateY(-4px);
}

:root {
    --gradient-shadow: linear-gradient(45deg, #00fbee, #0000ff, #10ff00, #ffff00, #00fbee, #0097fb, #0000ff, #00ff5a, #ffff00, #00fbee);
}

#right-contentList div ul li:hover:before,
#right-contentList div ul li:hover:after,
#pc-right-contentList div ul li:hover:before,
#pc-right-contentList div ul li:hover:after,
#pc-right-contentList .T-DLY-advantage.game-push .item-cover .api-blocks:hover:before,
#pc-right-contentList .T-DLY-advantage.game-push .item-cover .api-blocks:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: var(--gradient-shadow);
	background-size: 400%;
	width: 100%;
	height: 100%;
    border-radius: 10px;
	z-index: -1;
	animation: hoverRainbow 20s linear infinite;
}

#right-contentList div ul li:hover:after,
#pc-right-contentList div ul li:hover:after,
#pc-right-contentList .T-DLY-advantage.game-push .item-cover .api-blocks:hover:after {
	filter: blur(5px);
}

@keyframes hoverRainbow {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 300% 0;
	}
	100% {
		background-position: 0 0;
	}
}

section.api-blocks {
    margin: 0;
    display: flex;
    position: relative;

    background: #0000006e;
    width: 100%;
    margin: 0;
    display: flex;
    overflow: hidden;
    border-radius: 8px;
    height: auto;
    display: grid;
    justify-content: center;
    align-items: flex-end;
}

#pc-right-contentList div.api-blocks:hover img,
section.api-blocks:hover img {
    transform: scale(1.01);
    transition: all .3s ease-in-out;
}

#pc-right-contentList div.api-blocks:hover img.game_name_display,
section.api-blocks:hover img.game_name_display {
    transform: unset;
}


#right-contentList,
#pc-right-contentList {
    width: 100%;
    min-width: 1080px;
    margin: 0 auto;
}

#right-contentList div {
    min-height: 251px;
}

#right-contentList.hide,
#pc-right-contentList.hide {
    display: none;
}

#right-contentList .pc-title,
#pc-right-contentList .pc-title {
    display: flex;
    align-items: center;
    margin: 0px auto;
    justify-content: space-between;
}

#right-contentList .pc-title span,
#pc-right-contentList .pc-title span {
    font-size: 14px;
    display: flex;
    align-items: center;
    /* color: #4cffde; */
    margin-left: 0px;
    /* margin-top: 5px; */
    margin-bottom: -7px;
    word-break: keep-all;
}

#right-contentList .pc-title img,
#pc-right-contentList .pc-title img {
    width: auto;
    height: 20px;
    margin-right: 10px;
}

#right-contentList .pc-title a,
#pc-right-contentList .pc-title a {
    font-size: 14px;
    color: #ffb100;
    margin-right: 10px;
}

#right-contentList .pc-title a:hover,
#pc-right-contentList .pc-title a:hover {
    color: #fff;
}

#right-contentList div,
#pc-right-contentList div {
    background-color: #242424;
    border-radius: 10px;
    margin-top: 8px;
    padding: 10px;
}

#right-contentList .game-displaylist,
#pc-right-contentList .game-displaylist {
    width: 100%;
    display: block;
    padding: 8px 0 8px 8px;
    margin: 0;
    overflow-x: auto;
    overflow-y: visible;
}

#right-contentList div ul,
#pc-right-contentList div ul {
    width: max-content;
    min-width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 12px 0 5px 0;
    margin: 0;
}

#right-contentList div ul li,
#pc-right-contentList div ul li {
    background: transparent;
    display: block;
    width: 148px;
    margin-right: 9px;
    display: flex;
    /* overflow: hidden; */
    border-radius: 8px;
    padding-bottom: 6px;
    height: auto;
    filter: brightness(1);
    box-shadow: 0px 2px 5px #000000c2;
}

#right-contentList div ul li:hover,
#pc-right-contentList div ul li:hover {
    filter: brightness(1.2) drop-shadow(0px 0px 3px #0089ffbd);
    cursor: pointer;
    transform: translateY(-4px);
}

#pc-right-contentList div.api-blocks {
    background-color: unset;
    border-radius: unset;
    margin-top: unset;
    padding: unset;
    display: block;
    position: relative;
}

.marqueeCover-text-content,
.game-displaylist,
#container1 {
    scroll-behavior: smooth;
}

.index-links {
    display: flex;
    align-items: center;
    margin-right: 0 !important;
}

.index-links .ScrollLeft img,
.index-links .ScrollRight img {
    width: 13px !important;
    height: 13px !important;
    margin-right: 6px !important;
    rotate: 90deg;
    opacity: 0.7;
    cursor: pointer;
    background: #1e1e1e;
    border-radius: 50%;
    padding: 6px;
}

.index-links .ScrollLeft img:hover,
.index-links .ScrollRight img:hover {
    opacity: 1;
}

.index-links .ScrollLeft img {
    rotate: -90deg;
}

#T-DLY-policyPage #topSelectList {
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    background: #434343;
    border-radius: 15px;
    overflow: hidden;
}

#T-DLY-policyPage #topSelectList li {
    margin: 0;
    width: 25%;
}

#T-DLY-policyPage #topSelectList li.showoff {
    filter: brightness(1.5);
}

#T-DLY-policyPage #topSelectList li:hover {
    filter: brightness(1.3);
}

#T-DLY-policyPage #topSelectList li a p {
    margin: 0 0 0 10px;
    padding: 14px 0;
}

#T-DLY-policyPage #topSelectList li a i {
    opacity: 1;
    font-size: 22px;
    padding: 0;
}

#T-DLY-policyPage #topSelectList li a {
    background: #434343;
    width: 100%;

    height: auto;
    border-radius: unset;
    background: #434343;
    border: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: unset;
    text-align: center;
    box-sizing: content-box;
    cursor: pointer;
    box-shadow: unset;
}

/* .T-DLY-advantage.game-push section {
    width: 100%;
    height: 100%;
    padding: 0;
    list-style: none;
    display: block;
    margin: 0 auto;
    overflow: auto;
} */

.pc-game-navi {
    width: 178px;
    background: #1c1c1c;
    /* background: linear-gradient(214deg, rgb(17 25 35) 82%, rgb(22 49 95) 100%); */
    height: auto;
    display: block;
    height: -webkit-fill-available;
    position: fixed;
    z-index: 1;
    top: 76px;
    border-radius: 0;
    overflow: auto;
    z-index: 98;
}

.pc-game-navi .game-jump,
.pc-game-navi .member-jump {
    /* background: #1d2733; */
    border-radius: 0 6px 6px 0;
    overflow: hidden;
    margin: 12px 0;
}

.pc-game-navi a {
    display: flex;
    align-items: center;
    /* width: 100%; */
    padding: 14px 0 14px 17px;
    color: #fff;
    font-size: 13px;
    border-bottom: 1px solid #353535;
}

.pc-game-navi a:hover {
    background: linear-gradient(266deg, #00000000 0%, #82bb286e 100%);
    /* border-radius: 0 8px 8px 0; */
}

.pc-game-navi a.active {
    background: linear-gradient(266deg, #00000000 0%, #82bb286e 100%);
    color: #fff;
}

.pc-game-navi a.high-event {
    display: flex;
    align-items: center;
    padding: 10px 0 10px 17px;
    margin: 10px 0;
    width: 155px;
    border-radius: 0 10px 10px 0;
    color: #fff;
    font-size: 14px;
    border-bottom: unset;
}

.pc-game-navi a.high-event.special {
    background: rgb(0,134,232);
    background: linear-gradient(21deg, rgba(0,134,232,1) 0%, rgba(128,10,108,1) 100%);
}

.pc-game-navi a.high-event.blue {
    background: linear-gradient(215deg, #007eff4d 29%, #007bff00 100%);
}

.pc-game-navi a.high-event.green {
    background: linear-gradient(215deg, #00ff7e4d 29%, #007bff00 100%);
}

.pc-game-navi a.high-event.red {
    background: linear-gradient(215deg, #ff5e004d 29%, #007bff00 100%);
}

.pc-game-navi a.high-event.active,
.pc-game-navi a.high-event:hover {
    filter: brightness(1.4);
}

.pc-game-navi a img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.pc-game-navi a img.special-events {
    width: 40px;
    height: 54px;
    margin-right: 7px;
    margin-left: -7px;
    margin-top: -24px;
}

#right-contentList.cat-open-block div ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: unset;
    padding: 20px 8px 5px 8px;
}

#right-contentList.cat-open-block div ul li {
    margin-bottom: 12px;
}

/* POINT POPUP */
.point-window {
    background-color: #242424;
    display: flex;
    border-radius: 15px;
    margin: 0;
    padding: 6px 12px;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.point-window .transfer_back_all img {
    width: 10px;
    height: 10px;
    margin-left: 4px;
}

.point-window p {
    font-size: 14px;
    margin: 0;
    cursor: default;
}

.point-window .point-popup {
    display: none;
    position: absolute;
    background: #1c1c1c;
    /* border: 1px solid #2f3a4b; */
    z-index: 9;
    top: 54px;
    margin-left: -12px;
    width: 210px;
    border-radius: 0 0 13px 11px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    padding: 25px 6px 0px 6px;
    overflow: auto;
    max-height: 70vh;
    z-index: 8;
}

.point-window:hover .point-popup {
    display: block;
    opacity: 1;
}

.point-window:hover .point-popup:hover {
    display: block;
    opacity: 1;
}

.T-DLY-rightForm .pointWindow-shortcuts {
    padding: 8px 24px;
    background: linear-gradient(16deg, #335301 0%, #91cb06 75%);
    border-radius: 6px;
    margin-right: 4px;
    /* cursor: pointer; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 9;
    -webkit-box-shadow: inset 0 0 8px #d9e8ffc7;
    -moz-box-shadow: inset 0 0 8px #d9e8ffc7;
    box-shadow: inset 0 0 8px #d9e8ffc7;
}

.T-DLY-rightForm .pointWindow-shortcuts i {
    margin-right: 7px;
}

.T-DLY-rightForm .pointWindow-shortcuts:hover {
    filter: brightness(1.2);
}

.point-window .pointWindow-shortcuts {
    min-width: 100px;
    height: 44px;
    background: linear-gradient(16deg, #2021a1 0%, #9c06cb 75%);
    border-radius: 6px;
    margin-right: 4px;
    /* cursor: pointer; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 9;
}

.point-window .pointWindow-shortcuts i {
    margin-right: 7px;
}

.point-window .pointWindow-shortcuts:hover {
    filter: brightness(1.2);
}

.point-window .member_currency.gamePoints {
    margin: 0 12px;
}

.point-block p {
    display: block;
    padding: 6px 6px 3px 6px;
    color: #fff;
    background-color: #292929;
    border-radius: 7px;
    margin-bottom: 8px;
    font-size: 12px;
}

.point-block span {
    cursor: pointer;
}

.point-block span:hover {
    filter: brightness(1.2);
}

.point-expand i {
    margin-left: 4px;
    font-size: 12px;
    color: #ffffff9c;
    rotate: 0deg;
}

.point-expand.active i {
    rotate: 180deg;
    color: #fff;
}


.point-block span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.point-block .point-list {
    width: auto;
    background: transparent;
    padding: 8px 5px 0px 5px;
    margin: 0px 0 4px 0;
}

.point-block p.main-account {
    background-color: #79b504;
    display: flex;
    justify-content: space-between;
    /* width: 100%; */
    padding: 6px 6px 3px 6px;
    color: #fff;
    border-radius: 7px;
    margin-bottom: 8px;
    font-size: 12px;
    align-items: center;
}

.point-block p.main-account img {
    width: 18px;
    height: 18px;
    filter: grayscale(1) brightness(2);
    cursor: pointer;
    margin-left: 4px;
    margin-bottom: 2px;
}

.point-expand .small-list {
    width: calc(100% - 12px);
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    opacity: 0.9;
    display: block;
    background: #292929;
    margin-top: 2px;
    border-radius: 8px;
    padding: 0 6px;
}

.point-expand.active .small-list {
    height: unset;
}

.point-expand .small-list span {
    padding-top: 3px;
}

#transfer-area .btn.submit {
    margin-top: 0;
}

#transfer-area .submit-transfer input {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 10px;
}

#transfer-area .submit-transfer h3 {
    margin: 18px 0 0 0;
}

.transfer-pc {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.in-out-cell {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
    width: 49%;
}

#transfer-area .in-out-cell select {
    margin: 0;
}

.in-out-cell h3 {
    margin: 0 10px 0 0;
    min-width: fit-content;
}

/* AFFILIATE SECTION */
.affiliate-title.membersecMenu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    /* background: #434343; */
    border-radius: 6px;
}

.affiliate-title.membersecMenu.title h3 {
    width: -webkit-fill-available;
}

.affiliate-title.membersecMenu.title h3 .comm_total {
    color: #99ff00;
}

.affiliate-title.membersecMenu.title h3.retrieve {
    display: flex;
    text-align: right;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.affiliate-title.membersecMenu.title h3.retrieve span {
    display: flex;
    text-align: right;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
}

.affiliate-title.membersecMenu.title h3.retrieve span img {
    width: 30px;
    margin: 0 10px 0 0;
}

.affiliate-title.membersecMenu.title .btn {
    padding: 10px 20px;
    margin: 0 0 0 12px;
}

.btn.open-pop {
    float: inline-end;
    padding: 8px 15px;
    margin: 0;
}

.affiliate-description p b {
    line-height: auto;
    color: #79b504;
    font-size: 20px;
}

.affiliate-description p {
    line-height: 30px;
    color: #ffffff91;
    text-align: justify;
}

.affiliate-flags {
    display: flex;
    justify-content: space-evenly;
}

.affiliate-flags p {
    background: linear-gradient(356deg, rgb(5 35 61) 0%, rgb(9 68 141) 79%, rgb(31 88 137) 100%);
    width: 136px;
    height: 136px;
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
    /* filter: drop-shadow(2px 4px 6px black); */
    display: grid;
    text-align: center;
    padding: 20px 0 0 0;
    color: #ffb800;
    font-size: 20px;
    border-radius: 15px;
}

.affiliate-flags p b {
    line-height: unset;
    color: #fff;
    margin-top: -37px;
    font-size: 32px;
    font-weight: 100;
}

.affiliate-social.share-page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 30px;
    background: #434343;
    border-radius: 8px;
    padding: 10px 0;
}

.affiliate-social.share-page a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.affiliate-social.share-page a input {
    margin: 0 0 0 10px;
    width: 60%;
}

.affiliate-social {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -6px;
    background: #434343;
    border-radius: 0 0 8px 8px;
    padding: 10px 0;
}

.affiliate-social img,
.split-two .affiliate-social img {
    width: 40px;
    margin: 0 10px;
    cursor: pointer;
}

.social-group {
    display: flex;
}

.affiliate-task,
.affiliate-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background: #0000009e;
    backdrop-filter: blur(3px);
    z-index: 100;
}

.affiliate-task.active,
.affiliate-popup.active {
    display: flex;
}

.affiliate-popup-task,
.affiliate-popup-block {
    width: 96%;
    max-width: 800px;
    background: #434343;
    border-radius: 12px;
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 41px;
}

.affiliate-popup-task h2,
.affiliate-popup-block h2 {
    font-size: 20px;
    font-weight: 900;
    float: right;
    margin: -25px -23px 0 0;
    cursor: pointer;
}

.affiliate-popup-task p,
.affiliate-popup-block p {
    display: none;
    color: #ffffffa3;
    line-height: 25px;
    text-align: justify;
}

.affiliate-popup-task p b,
.affiliate-popup-block p b {
    color: #ff0b0b;
}

.affiliate-popup-task p.active,
.affiliate-popup-block p.active {
    display: block;
}

.affiliate-block p img {
    width: 100%;
    margin: 0 auto 20px auto;
    border-radius: 10px;
}

.gotask {
    background-color: #00000057;
    border-radius: 15px;
    padding: 5px 20px;
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.gotask p,
.gotask h3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gotask .share_prizes {
    display: none;
}

.gotask .share_prizes.done .btn {
    pointer-events: none;
    opacity: 0.7;
    background-color: #ffffff38;
    border: 1px solid transparent;
}

.gotask .share_prizes.active {
    display: flex;
    background-color: #628bff36;
    border-radius: 10px;
    padding: 8px;
    width: calc(100% - 16px);
}

.gotask .btn {
    padding: 10px 12px;
    text-align: center;
    /* position: absolute;
    right: 12px;
    top: 12px; */
}

.list_task_area {
    background-color: #242424;
    padding: 7px 15px;
    border-radius: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list_task_area .btn {
    padding: 7px 15px;
}

.list_task_area h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 30%;
    margin: 8px 0 13px 0;
    font-size: 14px;
    font-weight: 500;
}

.list_task_area h3 img {
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.list_task_area p {
    color: #c7c7c7;
}

.list_task_area b {
    color: #99ff00;
}

.floating_home {
    display: none;
    width: 80px;
    position: fixed;
    right: 18px;
    bottom: 70px;
    animation: float 6s ease-in-out infinite;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
}

.floating_home:hover {
    filter: brightness(1.3);
}

.floating_home img {
    width: 70%;
    margin: 0 auto;
}

.affi-chart {
    width: 100%;
    text-align: center;
    margin: 10px auto;
}

.affi-chart h2 {
    font-size: 24px;
    margin: 22px auto 0 auto;
}

.affi-chart p {
    font-size: 17px;
    margin: 5px auto 30px auto;
}

.affi-chart p b,
.affi-chart h2 b {
    font-size: 28px;
    color: #fd5604;
}

.width-frame:before {
    content: "";
    display: block;
    background-color: #2d3c53;
    width: 100%;
    border-radius: 10px;
    height: 7px;
    overflow: visible;
    position: absolute;
    margin-top: 70px;
    max-width: 868px;
}

.width-frame {
    display: flex;
}

.vertical-chart {
    display: block;
    text-align: center;
    width: 10%;
    color: #ffbc00;
    z-index: 1;
    position: relative;
}

.vertical-chart p {
    font-size: 14px;
}

.vertical-chart p i {
    margin-right: 5px;
}

.vertical-chart p b {
    font-size: 15px;
    width: 50%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 59% 75%, 50% 100%, 39% 75%, 0% 75%);
    background-color: #79b504;
    display: block;
    padding: 3px 0 10px 0;
    margin: 0 auto;
    color: #fff;
    border-radius: 5px;
}

.vertical-chart:nth-child(even) p b {
    background-color: #9c06cb;
}

.vertical-chart span {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 80px;
    background-color: #2d3c53;
    justify-content: center;
    align-items: center;
    margin: 8px auto;
}

.vertical-chart img {
    width: 100%;
    height: 100%;
}

.affiliate_promote {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    background: #333333;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 14px 14px 14px;
    border-radius: 14px;
}

.affiliate_promote.block {
    display: block;
    padding: 0;
    background: transparent;
}

.affiliate_promote .promote_blocks {
    display: grid;
    /* justify-content: center; */
    align-items: center;
    width: 49.5%;
    /* text-align: center; */
    /* background: #434343; */
    border-radius: 14px;
    padding: 15px;
}

.affiliate_promote .promote_blocks p {
    text-align: left;
}

.affiliate_promote .promote_blocks h3 {
    border-radius: 8px;
    border: 1px solid #ffffff3d;
    margin: 0 auto;
    padding: 6px 40px;
    font-size: 14px;
}

.affiliate_promote .promote_blocks h4 {
    margin: 7px auto 0 auto;
}

.affiliate_promote .promote_blocks img {
    width: 62%;
    max-width: 360px;
    margin: 10px auto 0 auto;
}

.news-tabList .blue-btn {
    background-color: #0a5c93 !important;
}

.news-tabList .green-btn {
    background-color: #44611b !important;
}

.news-tabList .rainbow-btn {
    background: #335301;
    background: linear-gradient(16deg, #335301 0%, #91cb06 75%);
    border: unset;
}

.news-tabList .magenta-btn {
    background-color: #cf2a9e !important;
}

.promotion-menu {
    width: 100%;
    display: flex;
    margin-bottom: 12px;
    border-bottom: 2px solid #37432b;
}

.promotion-menu h3 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 12px 0 0;
    padding: 0 12px 7px 12px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

.promotion-menu h3 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 12px 0 0;
    padding: 0 12px 7px 12px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.form_content.events_block,
.form_content.returns_block {
    display: none;
}

.form_content.events_block.active,
.form_content.returns_block.active {
    display: unset;
}

.promotion-menu h3.promo_returns.active,
.promotion-menu h3.promo_events.active {
    border-bottom: 2px solid #6dd100;
    pointer-events: none;
}

.promo-frames h4 {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 10px 0;
    color: #ffffffa1;
}

.promo-frames span {
    color: #2b61ff;
}

.promo-frames .return_blocks {
    display: block;
    width: 100%;
    max-width: 1280px;
    background: #292929;
    border-radius: 10px;
    padding: 15px;
    margin: 0 auto 12px auto;
}

.promo-frames .return_blocks .return-bar .bar-display {
    width: 100%;
    display: flex;
}

.promo-frames .return_blocks .return-bar .bar-line {
    width: 90%;
    background-color: #394764;
    border-radius: 15px;
    height: 18px;
    margin-right: 12px;
    margin-bottom: 10px;
}

.promo-frames .return_blocks .return-bar .bar-line::after {
    display: block;
    content: "";
    width: 90%;
    background: #335301;
    background: linear-gradient(16deg, #335301 0%, #91cb06 75%);
    border-radius: 15px;
    height: 18px;
}

.promo-frames .return_blocks .percent-display {
    display: flex;
    width: 100%;
    /* padding: 10px 0 22px 0; */
}

.promo-frames .return_blocks .percent-display .return_info2 {
    width: 28%;
    padding: 14px 25px;
    text-align: center;
    border: 1px solid #2b61ff;
    border-radius: 10px;
    margin-right: 15px;
}

.percent-display .return_info {
    display: flex;
    width: 100%;
    background: #242424;
    padding: 14px 0;
    border-radius: 10px;
    margin: 0 0 12px 0;
    -webkit-box-shadow: inset 0 0 6px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 6px #d7ffa33d;
    justify-content: center;
}

.promo-frames .return_blocks .info-text .return_info {
    display: flex;
    width: 49%;
    background: #242424;
    padding: 14px 0;
    border-radius: 10px;
    margin: 0 0 12px 0;
    -webkit-box-shadow: inset 0 0 6px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 6px #d7ffa33d;
    justify-content: center;
}

.promo-frames .return_blocks .info-text .return_info.full-width {
    width: 100%;
}

.promo-frames .return_blocks .info-text p {
    display: flex;
    width: 50%;
    margin: 15px 0;
}

.promo-frames .return_blocks .info-text {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.promo-frames .return_blocks .info-btn {
    display: flex;
    width: 100%;
    padding: 0;
}

.promo-frames .return_blocks .info-btn .return_btn {
    text-align: center;
    padding: 14px 25px;
    background: #335301;
    background: linear-gradient(16deg, #335301 0%, #91cb06 75%);
    pointer-events: none;
    -webkit-box-shadow: inset 0 0 6px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 6px #d7ffa33d;
    cursor: pointer;
    border-radius: 8px;
    margin-right: 12px;
}

.promo-frames .return_blocks .info-btn .return_btn.green {
    background-color: #17ac3c;
}

.promo-frames .return_blocks .info-btn p:hover {
    filter: brightness(1.2);
}

.promo-frames .return_blocks.split-two {
    display: flex;
    justify-content: flex-start;
    background: transparent;
    padding: 0;
}

.promo-frames .return_blocks.split-two .split-blocks {
    display: block;
    width: 24%;
    text-align: center;
    background: #292929;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    margin: 0 5px 5px 0;
}

.promo-frames .return_blocks.split-two .split-blocks li {
    display: flex;
    text-align: center;
    list-style: none;
    padding: 10px;
    justify-content: space-evenly;
}

.promo-frames .return_blocks.split-two .split-blocks li p,
.promo-frames .return_blocks.split-two .split-blocks li span {
    width: 50%;
    text-align: center;
}

.promo-frames .return_blocks.split-two .split-blocks li:nth-child(odd) {
    background: #37432b;
}

.description {
    color: #97A7B6;
    font-size: 16px;
    margin-top: 2px;
}

.returns-frame {
    width: 100%;
    max-width: 500px;
    height: 70px;
    background-color: #434343;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: #fff; */
}

.returns-frame .digit {
    font-size: 20px;
    font-weight: 500;
    color: #99ff00;
}

.affiliate-title.membersecMenu.title .btn.goshare-now {
    padding: 15px 22px;
    background: #f7a600;
    border-radius: 6px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    color: #000;
    border: 1px solid #f7a600;
    font-size: 14px;
    min-width: 110px;
    text-align: center;
    justify-content: center;
}

.affiliate-title.membersecMenu.title .btn.goshare-now i {
    font-size: 17px;
    margin-left: 6px;
}

.link-bio .color-blocks h4 {
    color: #99ff00;
    text-align: center;
}

.split-two.link-bio .color-blocks {
    display: block;
    width: 49.5%;
    text-align: center;
    background: #434343;
    padding: 10px 14px 30px 14px;
    border-radius: 12px;
}

.split-two.link-bio .color-blocks.align-left {
    display: block;
    text-align: left;
}

.affiliate-social.link-page {
    display: flex;
    flex-wrap: wrap;
}

.affiliate-social.link-page p {
    width: 100%;
    text-align: center;
}

.affiliate-social.link-page a {
    width: 80px;
    font-size: 12px;
    text-align: center;
    margin: 0 15px 20px 15px;
}

.affiliate-social.link-page a img {
    width: 60px;
    height: 60px;
    margin: 8px auto;
}

.member-slide {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.member-slide p {
    font-size: 12px;
    display: inline-grid;
    width: 32%;
    margin: 3px;
}

.member-slide p span {
    font-size: 15px;
    margin-top: 3px;
    color: #2b61ff;
}

.index_promo_split {
    display: flex;
    width: 1280px;
    margin: 30px auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_promo_split .promo_frame {
    display: none;
    /* DISABLED PROMO FRAME */
    width: 49.5%;
    border-radius: 15px;
    overflow: hidden;
}

.index_promo_split .promo_frame.ranking {
    display: block;
}

.index_promo_split .promo_frame .frame_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* .index_promo_split .promo_frame.ranking .frame_title {
    background: rgb(136,43,182);
    background: linear-gradient(131deg, rgba(136,43,182,1) 0%, rgba(16,82,142,1) 100%);
    justify-content: center;
} */

.index_promo_split .promo_frame.ranking .frame_title span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21%;
    background: #171d2f;
    border-radius: 8px;
    margin: 0;
    padding: 11px 7px;
    font-size: 16px;
    font-weight: 300;
    border: unset;
    filter: unset;
    min-width: unset;
    -webkit-box-shadow: inset 0 0 6px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 6px #d7ffa33d;
}

.index_promo_split .promo_frame.ranking .frame_title span.active {
    background: rgb(14 40 87);
    background: linear-gradient(0deg, rgb(18 33 63) 0%, rgb(31 74 149) 100%);
}

.index_promo_split .promo_frame .frame_title span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    background: rgb(17, 68, 131);
    background: linear-gradient(131deg, rgba(17, 68, 131, 1) 0%, rgba(7, 35, 60, 1) 100%);
    border-radius: 20px;
    margin: 0;
    padding: 7px;
    font-size: 14px;
    font-weight: 300;
    border: 4px solid #0068de;
    filter: drop-shadow(2px 4px 6px #00000087);
}

.index_promo_split .promo_frame .frame_info b,
.index_promo_split .promo_frame .frame_title span b {
    color: #2b61ff;
}

.index_promo_split .promo_frame .frame_info {
    margin: 20px auto;
    display: grid;
    text-align: center;
    width: 90%;
    background: rgb(17, 68, 131);
    background: linear-gradient(180deg, rgb(29 53 89) 0%, rgba(7, 35, 60, 1) 100%);
    border-radius: 10px;
    padding: 20px 12px;
    font-size: 14px;
    font-weight: 300;
    filter: drop-shadow(2px 4px 6px #00000087);
    min-height: 60%;
}

.index_promo_split .promo_frame .frame_info p {
    line-height: 1.6;
    font-size: 14px;
    text-align: center;
}

.frame_list {
    width: 100%;
    margin: 10px auto;
    border-radius: 14px;
    overflow: hidden;
}

.frame_list th {
    padding: 16px 10px;
}

.frame_list tr {
    background: #00000014;
    font-weight: 300;
}

.frame_list tr {
    background: #14294945;
}

.frame_list th {
    font-weight: 300;
}

.frame_list th img {
    width: 30px;
    margin: 0 auto;
}

.frame_list tbody tr th:nth-child(3) {
    color: #b071ff;
}

.frame_list tr:nth-child(even) {
    background: #2a469b45;
}

.frame_list thead tr {
    background: #2a469b45;
}

/* BONUS TASK ACTIVE */
.vertical-chart {
    filter: grayscale(0.5);
    opacity: 0.7;
}

.vertical-chart.active {
    filter: unset;
    opacity: 1;
}

.vertical-chart .completed-task {
    display: none;
    position: absolute;
    top: 43px;
    width: 60px;
    height: 60px;
    left: 14px;
}

.vertical-chart.active .completed-task {
    display: block;
}

.vip-header {
    display: flex;
    justify-content: flex-start;
    background: #292929;
    border-radius: 14px;
    align-items: center;
    margin-bottom: 12px;
    width: -webkit-fill-available;
    min-width: 778px;
    /* max-width: 900px; */
    position: absolute;
    margin-left: 300px;
    margin-right: 15px;
}

.vip-header .vip-levels {
    width: 40px;
    height: 40px;
    margin: 10px 10px 10px 15px;
}

.vip-header p {
    padding: 0 18px;
    display: grid;
    text-align: left;
    color: #fff9;
    margin: 18px 0;
    align-items: center;
    border-left: 1px solid #ffffff21;
}

.vip-header p span {
    color: #fff;
    padding-top: 4px;
}

.membersecMenu.option-tab {
    flex-wrap: wrap;
}

.record-title {
    width: 100% !important;
    margin: 30px 0 2px 0 !important;
}

.option-search-link {
    display: flex;
}

.tab-content-box .report-form {
    display: block;
    width: 100%;
}

.tab-content-box .report-form tr,
.tab-content-box .report-form .title {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 3px;
    flex-wrap: wrap;
}

.centered-desc {
    font-size: 14px;
    color: #ffffff82;
    width: 100%;
    text-align: center;
    margin: 14px auto 4px auto;
}

.fc-view-container {
    zoom: 0.7;
}

/* ::placeholder {
    color: #c9c9c9;
} */

option {
    background-color: white !important;
    color: #000 !important;
    padding: 10px 2px !important;
    line-height: 1.5 !important;
}

option:active,
option:focus {
    background-color: #b4a8f9 !important;
    color: #000 !important;
}

/* .pc-game-navi .navi-affi img {
    width: 45px;
    height: 45px;
    margin-left: -6px;
    margin-right: 1px;
} */

.report_popup_list {
    display: none;
    position: fixed;
    background: #000000b0;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    padding-left: 230px;
}

.report_popup_list.active {
    display: flex;
}

.report_popup_list .report_popup_box {
    width: 100%;
    max-width: 1000px;
    border-radius: 10px;
    background: #292929;
    padding: 20px;
}

.report_popup_list .record-title {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
    width: -webkit-fill-available !important;
    margin: -20px 0 0 -20px !important;
    max-width: 960px;
    border-radius: 10px 10px 0 0;
    background-color: #292929;
}

.report_popup_list .record-title .close_popup {
    cursor: pointer;
}

.report_popup_list .option-search-link {
    margin-top: 45px;
}

.report_popup_list .tab-content-box.table {
    margin-top: 45px;
}

.report_popup_list .tab-content-box {
    width: 100%;
    margin-top: 15px;
    min-height: 300px;
    height: 100%;
    max-height: 800px;
    overflow: auto;
}

.report_popup_list .tab-content-box .report-form {
    background-color: #12151a;
    width: 100%;
}

.report_popup_list .tab-content-box .report-form .title th {
    padding: 8px 0;
}

.report_popup_list .tab-content-box th {
    width: 24%;
}


/* EVENT SETTING */
#T-DLY-eventPage {
    width: 100%;
    max-width: calc(100% - 280px);
    margin: 0;
    min-width: 1280px;
}

#T-DLY-eventPage .event-frame {
    width: 1080px;
    margin: 0 auto;
}

#T-DLY-eventPage .event-frame .event-bar {
    background: #292929;
    border-radius: 6px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 22px 15px;
    align-items: center;
    margin-bottom: 20px;
}

#T-DLY-eventPage .event-frame .event-bar p {
    margin: 0;
}

#T-DLY-eventPage .event-frame .event-info {
    background: #292929;
    border-radius: 6px;
    width: 100%;
    display: block;
    padding: 30px 60px;
    min-height: 400px;
    margin-bottom: 40px;
}

#T-DLY-eventPage .event-frame .event-poster img {
    width: 100%;
    border-radius: 10px;
}

#T-DLY-eventPage .event-frame .event-desc {
    background: #292929;
    border-radius: 10px;
    padding: 13px 25px;
    width: 100%;
    margin: 12px auto;
}

#T-DLY-eventPage .event-frame .event-desc i {
    margin: 0 8px 0 0;
    color: #3584ff;
    font-size: 13px;
}

#T-DLY-eventPage .event-frame .event-desc p {
    margin: 0;
    color: #ffffffa8;
    font-size: 13px;
}

#T-DLY-eventPage .noFrame-desc {
    color: #ffffffa8;
    font-size: 14px;
    margin: 30px 0 15px 0;
}

#T-DLY-eventPage .noFrame-desc b {
    color: #3584ff !important;
    font-size: 14px;
    font-weight: 300;
}

#T-DLY-eventPage .noFrame-desc.split-forBTN {
    display: block;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

#T-DLY-eventPage .noFrame-desc.split-forBTN span {
    width: auto;
    display: flex;
    margin-bottom: 10px;
}

#T-DLY-eventPage .noFrame-desc.split-forBTN span b {
    width: auto;
    word-break: keep-all;
    color: #ffffffa8;
    align-content: center;
}

#T-DLY-eventPage .noFrame-desc.split-forBTN span select {
    margin: 0 0 0 8px;
    min-width: 100px;
    width: auto;
}

#T-DLY-eventPage .split-equal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px auto;
}

#T-DLY-eventPage .split-equal .event-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #292929;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
    width: 49.5%;
    margin-bottom: 12px;
}

#T-DLY-eventPage .split-equal .event-blocks.not-qualify {
    filter: brightness(1) grayscale(0.5);
}

#T-DLY-eventPage .split-equal .event-blocks.not-qualify::before {
    content: "\f023";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 23px;
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 60px;
    background-color: #3184ff;
    margin-top: 18px;
    margin-left: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#T-DLY-eventPage .split-equal .event-blocks h3,
#T-DLY-eventPage .split-equal .event-blocks p {
    width: 100%;
    padding: 15px 0;
    margin: 0;
    text-align: center;
}

#T-DLY-eventPage .split-equal .event-blocks h3 {
    background: #ffffff12;
}

#T-DLY-eventPage .split-equal .event-blocks p {
    color: #2b61ff;
}

#T-DLY-eventPage .split-equal .event-red {
    color: #EF7979;
}

.tab-content-box tbody {
    display: block;
    width: 100%;
}

.tab-content-box tbody tr {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.tab-content-box tbody tr:nth-child(even) {
    background-color: #0000004a;
}

/* FORM WIDTH SETTING */
.lightboxBG .tab-area-control .tab-content-box table th {
    width: 16%;
}

.affiliate-page .lightboxBG .tab-area-control .tab-content-box table th {
    width: 24%;
}

.affiliate-page .lightboxBG .tab-area-control .tab-content-box table tbody tr td {
    width: 24%;
    padding: 10px 0;
    font-size: 12px;
}

.event-btn {
    display: none;
    width: 100%;
    text-align: center;
    background: #ca7e0c;
    padding: 15px 0;
    border-radius: 10px;
    cursor: pointer;
}

.event-btn.not-done {
    background: #515151;
}

.event-btn.active {
    display: block;
}

.event-btn:hover {
    filter: brightness(1.2);
}

.event-info .precautions {
    margin-top: 40px;
    line-height: 1.7;
    color: #ffffffba;
}

.event-info .precautions p {
    font-size: 14px;
    color: #ffffff91;
}

.event-info .precautions span {
    color: #ff357e;
}

.precautions p b {
    color: #3584ff;
}

.event-info .precautions .precaution-title {
    color: #3584ff;
}

.event-blocks.list-type tr {
    padding: 12px 0;
}

.event-blocks.list-type tr {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    font-size: 14px;
}

.event-blocks.list-type tr:nth-child(odd) {
    background-color: #00000038;
}

.eventE .event-blocks.list-type tr:nth-child(odd) {
    background-color: #292929;
}

.eventE .event-blocks.list-type tr:nth-child(1) {
    background-color: #374457;
}

.event-blocks.list-type tr:nth-child(1) {
    background-color: #ffffff29;
}

.event-blocks.list-type tbody {
    width: 100%;
}

.event-blocks.list-type tr td,
.event-blocks.list-type tr th {
    width: 24%;
    text-align: center;
    font-weight: 300;
}

.event-blocks.list-type tr td:nth-child(even) {
    color: #2b61ff;
}

.game-block {
    width: 100%;
    border-radius: 12px;
    background-color: #292929;
    overflow: hidden;
}

.game-block h3 {
    background-color: #414954;
    padding: 12px;
    margin: 0;
}

.game-block p {
    padding: 12px;
    margin: 0;
}

.event-blocks.list-type tr th.above-block {
    width: 100%;
    text-align: left;
    padding: 0 20px;
}

.event-blocks.list-type tr th.above-block b {
    color: #2b61ff;
}

.event-blocks.list-type.full-cell tr th {
    width: 100%;
    text-align: left;
    font-weight: 300;
    padding: 0 14px;
    align-content: center;
}

.event-blocks.list-type.full-cell tr td {
    text-align: left;
    width: 70%;
    padding: 0 14px;
    align-content: center;
    align-self: center;
}

.event-blocks.list-type.full-cell tr td:nth-child(2) {
    text-align: left;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 25px;
}

.event-blocks.list-type.full-cell tr td:nth-child(2) img {
    width: 30px;
    height: 30px;
    float: inline-start;
    margin-right: 10px;
}

.eventE-bar-bg {
    width: 100%;
    height: 21px;
    border-radius: 20px;
    background-color: #374457;
    overflow: hidden;
    display: block;
}

.eventE-bar {
    height: 21px;
    background-color: #2085e3;
    font-size: 12px;
    text-indent: 10px;
    display: block;
    align-content: center;
}

.form_content .tab-content-box .store_form div.promotion-applied,
.promotion-applied {
    display: none;
    width: auto !important;
    height: 20px;
    position: absolute;
    background-color: #ff00a5;
    align-items: center;
    margin: 0;
    left: 0;
    top: 0;
    font-size: 12px;
    margin: 0;
    padding: 2px 5px;
    border-radius: 5px;
}

.form_content .tab-content-box .store_form div.promotion-applied.applied,
.promotion-applied.applied {
    display: flex;
}

.affi-blocks {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.payment-tab {
    display: none;
}

.payment-tab.active {
    display: block;
}

.form_content .tab-content-box .store_form .choose-usdt-type {
    margin: 18px auto 25px auto;
}

.choose-usdt-type .deposit-usdt-links {
    display: inline-block;
    padding: 8px 26px;
    margin-top: 1px;
    margin-right: 10px;
    text-align: center;
    border-radius: 8px;
    background-color: #292929;
    cursor: pointer;
}

.choose-usdt-type .deposit-usdt-links.active,
.choose-usdt-type .deposit-usdt-links:hover {
    background-color: #79b504;
}

.form_content .tab-content-box .store_form .choose-bank-type {
    margin: 18px auto 25px auto;
}

.choose-bank-type .deposit-bank-links {
    display: inline-block;
    padding: 8px 26px;
    margin-top: 10px;
    margin-right: 6px;
    min-width: 80px;
    text-align: center;
    border-radius: 8px;
    background-color: #434343;
    cursor: pointer;
}

.choose-bank-type .deposit-bank-links.active,
.choose-bank-type .deposit-bank-links:hover {
    filter: brightness(1.2);
}

.form_content .tab-content-box .store_form label {
    width: auto;
}

.withdraw-choices label .helpme,
.form_content .tab-content-box .store_form label .helpme {
    color: #8e7aff;
    margin-left: 20px;
    cursor: pointer;
}

.withdraw-choices label .helpme i,
.form_content .tab-content-box .store_form label .helpme i {
    color: #ffffffa6;
    margin-left: 5px;
}

.form_content .tab-content-box .store_form label .offer-tickets {
    color: #99ff00;
    margin-left: 20px;
    cursor: pointer;
}

.form_content .tab-content-box .store_form label .offer-tickets:hover,
.form_content .tab-content-box .store_form label .helpme:hover {
    filter: brightness(1.3);
}

.withdraw-popup,
.form_content .tab-content-box .store_form .deposit-popup {
    /* background: #00000085; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 9;
    margin: 35px 0 0 0;
    height: 100vh;
}

.withdraw-popup.active,
.form_content .tab-content-box .store_form .deposit-popup.active {
    display: flex;
}

.withdraw-popup .deposit-popup-block,
.form_content .tab-content-box .store_form .deposit-popup-block {
    background: #292929;
    width: 100%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
}

.withdraw-popup .deposit-popup-block h2,
.form_content .tab-content-box .store_form .deposit-popup-block h2 {
    font-size: 14px;
}

.withdraw-popup .deposit-popup-block p,
.form_content .tab-content-box .store_form .deposit-popup-block p {
    font-size: 14px;
    font-weight: 300;
}

.withdraw-popup .deposit-popup-block .deposit-popup-split,
.form_content .tab-content-box .store_form .deposit-popup-block .deposit-popup-split {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin: 2px auto;
}

.withdraw-popup .deposit-popup-block .deposit-popup-split div {
    width: 100%;
    margin: 18px 0;
}

.form_content .tab-content-box .store_form .deposit-popup-block .deposit-popup-split div {
    width: 48%;
    margin: 18px 0;
}

.withdraw-popup .deposit-popup-block img,
.form_content .tab-content-box .store_form .deposit-popup-block img {
    margin: 10px auto;
    width: 100%;
}

.withdraw-popup .deposit-popup-block .close-btn,
.form_content .tab-content-box .store_form .deposit-popup-block .close-btn {
    margin: -10px 0 0 0;
    font-size: 14px;
    width: 100%;
    text-align: right;
    cursor: pointer;
}

.form_content.withdraw {
    display: none;
}

.form_content.withdraw.active {
    display: block;
}

.inactive-input::placeholder {
    color: #c9c9c9 !important;
}

.inactive-input {
    color: #ffffffd1 !important;
    pointer-events: none !important;
}

.add-account-btn {
    color: #fff !important;
    border-radius: 6px;
    padding: 6px 10px;
    float: right;
    margin-bottom: 10px;
}

.msg-dot {
    display: none;
}

.msg-dot.active {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 30px;
    background-color: #f00;
    margin-top: -23px;
    margin-left: -21px;
    animation: flashdot 1s ease-in-out infinite;
}

.pull-section {
    display: block !important;
    background: #252843;
    padding: 13px 10px;
    border-radius: 10px;
    margin-top: 8px !important;
    position: relative;
}

@keyframes flashdot {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.member-blocks.member-display {
    background: transparent;
    padding: 0;
    margin-top: 0;
}

.member-blocks.member-display .inner-blocks {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 8px auto 12px auto;
    background: transparent;
    padding: 0;
    min-height: 0;
}

.member-blocks.member-display .inner-blocks a {
    display: block;
    width: 32%;
    text-align: center;
    font-size: 13px;
}

.member-blocks.member-display .inner-blocks a:nth-child(2) {
    border-left: 1px solid #454545;
    border-right: 1px solid #454545;
}

.member-blocks.member-display .inner-blocks a img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.member-blocks.member-display .inner-blocks a p.display-data {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    color: #99ff00;
}

.member-VIP-card {
    width: 100%;
    padding: 18px 20px 12px 20px;
    margin: 8px 0;
    border-radius: 10px;
    background: #373737;
    /* background: linear-gradient(26deg, #220c41 0%, #5409bf 100%);
    -webkit-box-shadow: inset 0 0 30px #49abff4d;
    -moz-box-shadow: inset 0 0 30px #49abff4d;
    box-shadow: inset 0 0 30px #49abff4d; */
}

.member-VIP-card .top-blocks {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.member-VIP-card .top-blocks p,
.member-VIP-card .top-blocks a {
    font-size: 13px;
}

.member-VIP-card .mid-blocks {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.member-VIP-card .mid-blocks p {
    font-size: 13px;
    padding: 7px 18px;
    border-radius: 18px;
    background: #0000001c;
    background: linear-gradient(90deg, #ffffff21 0%, #00000017 100%);
    border: 1px solid #ffffff6b;
}

.member-VIP-card .bottom-blocks {
    width: 92%;
    display: flex;
    justify-content: space-between;
    margin: 18px auto 15px auto;
}

.member-VIP-card .bottom-blocks .my-bar {
    width: 100%;
    border-radius: 20px;
    height: 12px;
    background-color: #0000006b;
}

.member-VIP-card .bottom-blocks .my-bar .my-progress {
    border-radius: 20px;
    height: 12px;
    background: #335301;
    background: linear-gradient(16deg, #335301 0%, #91cb06 75%);
    display: flex;
    justify-content: right;
}

/* .member-VIP-card .bottom-blocks .my-bar .my-progress::after {
    content: "";
    width: 17px;
    height: 17px;
    background: rgb(85, 85, 85);
    background: linear-gradient(5deg, rgba(85, 85, 85, 1) 0%, rgba(190, 190, 190, 1) 100%);
    display: block;
    border-radius: 20px;
    margin-top: -4px;
    box-shadow: 0px 1px 4px #0000008c;
} */

/* FINANCE FLOAT */
.finance_float {
    display: block;
    position: fixed;
    width: 70px;
    height: 70px;
    background-color: #c92828;
    border-radius: 10px;
    bottom: 28px;
    right: 25px;
    box-shadow: 0 3px 10px #000000ad;
    z-index: 999;
}

.finance_float:hover {
    cursor: pointer;
}

.finance_float img {
    width: 60%;
    margin: 8px auto 0 auto;
}

.finance_float p {
    margin: 0 auto;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
}

.float_expand {
    display: none;
    position: absolute;
    width: 207px;
    height: 72px;
    top: -2px;
    right: -3px;
    padding-right: 57px;
    justify-content: flex-start;
}

.finance_float:hover .float_expand {
    display: flex;
}

.float_expand a {
    width: 38%;
    padding-right: 10px;
}

.float_expand a:hover {
    cursor: pointer;
    filter: brightness(1.3);
}

.float_expand a img {
    width: 100%;
    margin: 0;
}

.bankcard_notice {
    font-size: 12px;
}

#toClipboard {
    background: #242424 !important;
    color: #fff !important;
    border-radius: 10px;
}

.multiply_wrap {
    box-shadow: inset 0 0px 14px #00000075;
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.multiply_wrap.showoff {
    display: block;
    height: 44px;
    opacity: 1;
    transition: all .6s ease-in-out;
}

#left-classifyList {
    box-shadow: unset;
}

#left-classifyList2.memberArea {
    min-width: 1080px;
    width: calc(100% - 200px);
    margin: 0 0 0 187px;
}

#left-classifyList2 nav ul,
#left-classifyList nav ul {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 8px 0 0 0;
    /* background-color: #242424; */
    border-radius: 10px;
}

#left-classifyList2.multiply_wrap nav ul,
#left-classifyList.multiply_wrap nav ul {
    padding-top: 5px;
    margin: 0 0 0 187px;
    justify-content: center;
    border-radius: 10px;
    /* margin-top: 4px; */
    width: 400px;
}

#left-classifyList2>nav>ul>li,
#left-classifyList>nav>ul>li {
    margin: 0;
    padding: 0;
    width: auto;
    /* background: #2e384b; */
    text-align: center;
    text-align: -webkit-center;
    display: block;
    border-radius: 6px;
    cursor: pointer;
    margin: 4px 8px 4px 0;
}

#left-classifyList2>nav>ul>li:hover,
#left-classifyList>nav>ul>li:hover {
    background: #31343b;
}

/* #left-classifyList2>nav>ul>li.showoff,
#left-classifyList>nav>ul>li.showoff {
    -webkit-box-shadow: inset 0 0 6px #d7ffa33d;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d;
    box-shadow: inset 0 0 6px #d7ffa33d;
    background: #274b8f;
} */

#left-classifyList2>nav>ul>li>a,
#left-classifyList>nav>ul>li>a {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s;
}

#left-classifyList2.main-games nav ul,
#left-classifyList.main-games nav ul {
    overflow-x: auto;
}

#left-classifyList2.main-games.game-list-page nav ul,
#left-classifyList.main-games.game-list-page nav ul {
    margin: 0 auto;
}

#left-classifyList2.main-games>nav>ul>li>a,
#left-classifyList.main-games>nav>ul>li>a {
    width: auto;
    display: flex;
    border-radius: 6px;
    padding: 5px 13px;
}

#left-classifyList2>nav>ul>li.showoff>a,
#left-classifyList>nav>ul>li.showoff>a {
    /* -webkit-box-shadow: inset 0 0 8px #d9e8ffc7;
    -moz-box-shadow: inset 0 0 8px #d9e8ffc7;
    box-shadow: inset 0 0 8px #d9e8ffc7; */
    background: #31343b;
    /* background: linear-gradient(348deg, #0056776e, #0072ff); */
}

#left-classifyList2>nav>ul>li>a.multiply-number.showoff,
#left-classifyList>nav>ul>li>a.multiply-number.showoff {
    /* animation: mainButtonEff 0.3s ease-in;
    -webkit-box-shadow: inset 0 0 8px #d9e8ffc7;
    -moz-box-shadow: inset 0 0 8px #d9e8ffc7;
    box-shadow: inset 0 0 8px #d9e8ffc7; */
    background: #31343b;
}

@-webkit-keyframes mainButtonEff {
    0% {
        filter: brightness(1);
    }

    20% {
        filter: brightness(1.5) blur(2px);
    }

    70% {
        filter: brightness(1) blur(0px);
    }

    100% {
        filter: brightness(1);
    }
}

/* #left-classifyList>nav>ul>li>a>img {
    filter: brightness(1.4);
} */

#left-classifyList2>nav>ul>li>a>p,
#left-classifyList>nav>ul>li>a>p {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 15px;
    text-wrap: nowrap;
    /* padding-top: 3px; */
}

#left-classifyList2>nav>ul>li>a>img,
#left-classifyList>nav>ul>li>a>img {
    width: auto;
    height: 18px;
    margin: 0 5px 0 0;
    filter: grayscale(1) brightness(1.4);
}

#left-classifyList2>nav>ul>li.showoff>a>img,
#left-classifyList>nav>ul>li.showoff>a>img,
#left-classifyList2>nav>ul>li.showoff>a>p,
#left-classifyList>nav>ul>li.showoff>a>p {
    filter: grayscale(0);
    color: #98fe00;
}

#left-classifyList2>nav>ul>li.multiply-list>a,
#left-classifyList>nav>ul>li.multiply-list>a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 3px 15px;
    border-radius: 7px;
}

#left-classifyList2>nav>ul>li.multiply-list>a>img,
#left-classifyList>nav>ul>li.multiply-list>a>img {
    width: auto;
    position: initial;
    height: 25px;
    filter: grayscale(1) contrast(5);
    margin: 0;
}

#left-classifyList2>nav>ul>li.multiply-list>a.showoff>img,
#left-classifyList>nav>ul>li.multiply-list>a.showoff>img {
    height: 25px;
    width: auto;
    rotate: 359deg;
    filter: brightness(1) contrast(1);
    transition: all .5s ease-in;
}

.mobile-title-game {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 9px auto;
    padding: 0 7px;
    color: white;
    font-size: 16px;
}

.mobile-title-game img {
    width: 25px;
    height: 25px;
    margin-right: 7px;
}

.btn.transfer-switch {
    width: auto;
    background: transparent;
    box-shadow: unset;
}

btn.purple {
    background: rgb(82 16 122) !important;
    background: linear-gradient(180deg, rgb(84 65 210) 0%, rgb(56 30 98) 100%) !important;
    -webkit-box-shadow: inset 0 0 6px #d7ffa33d !important;
    -moz-box-shadow: inset 0 0 6px #d7ffa33d !important;
    box-shadow: inset 0 0 6px #d7ffa33d !important;
}

/* FINANCE FLOAT */

.vip-float .fa-circle-info:before {
    color: #4a78fd;
}

/* ADD TO HOME */
.addToHome_page,
.addToHome {
    display: none;
}

.highlighted-text {
    color: #549fff !important;
}

.payment-input input:checked {
    transform: rotate(0);
}

.member-jump .navi-support {
    cursor: pointer;
}

.member-jump .navi-support-items {
    display: none;
    padding-left: 38px;
}

.member-jump .navi-support-items.opened {
    display: flex;
}

.member-jump span {
    width: 100%;
    height: 5px;
    background-color: #0000001a;
    display: block;
    border-bottom: 1px solid #353535;
}

/* .member-jump a.active img {
    filter: drop-shadow(0px 1px 5px #00e7ff);
} */

.member-jump .navi-language {
    cursor: pointer;
}

.member-jump .navi-language-window {
    display: none;
    padding-left: 0;
    background-color: #0000005c;
}

.member-jump .navi-language-window.opened {
    display: block;
}

.member-jump .navi-language-window .lang-choose {
    display: block;
    padding: 9px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.member-jump .lang-choose .area-choose {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.member-jump .lang-choose .area-choose .lang-area-flex {
    display: flex;
}

.member-jump .lang-choose .area-choose p {
    font-size: 12px;
    margin-right: 10px;
}

.member-jump .navi-language-window .lang-choose a {
    padding: 0;
    margin: 5px;
    border: 0;
}

.member-jump .navi-language-window .lang-choose img {
    margin: 0;
    width: 22px;
    height: 22px;
}

.member-jump .navi-arrow {
    width: 8px;
    height: 14px;
    margin-right: 0;
    rotate: 90deg;
    position: absolute;
    right: 20px;
    opacity: 0.5;
}

.member-jump .navi-arrow.rotate {
    rotate: 270deg;
}

.mobile_index_more_popup {
    display: none;
}

/* FLOATING EVENTS */
.float-events {
    position: fixed;
    background: rgb(6,54,69);
    background: linear-gradient(7deg, rgba(6,54,69,1) 0%, rgba(38,184,222,1) 100%);
    border-radius: 0 10px 10px 0;
    width: 80px;
    height: auto;
    left: 0;
    bottom: 120px;
    z-index: 2;
    font-size: 14px;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    padding: 0 8px 8px 8px;
    width: 22px;
    box-shadow: 4px 4px 8px #000000d6;
}

.float-events img {
    width: 22px;
    height: auto;
    margin: -13px auto 6px auto;
}

/* countries buttons */
.form_note.select-countries {
    display: flex;
    justify-content: space-between;
}

.form_note.select-countries .input {
    width: calc(100% - 70px) !important;
    margin: 0 0 0 auto !important;
}

.myDropdown {
    z-index: 1;
    display: block;
    height: 48px;
    width: 68px;
    padding: 5px 0;
    border-radius: 6px;
    color: #fff;
    margin-top: 1px;
    border: solid 1px #75757580;
    box-shadow: inset 0 0 6px #d7ffa33d;
    align-content: center;
}

.myDropdown.opened {
    display: block;
    position: absolute;
    background-color: #292929;
    height: auto;
    width: 68px;
}

.myDropdown a {
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 8px;
    cursor: pointer;
}

.myDropdown a img {
    height: 25px;
    width: 25px;
}

.myDropdown a img.countries-arrow {
    height: 12px;
    width: 7px;
    rotate: 90deg;
}

.myDropdown a.countries-option {
        display: none;
}

.myDropdown.opened a.countries-option {
        display: flex;
}

.myDropdown.opened a img.countries-arrow {
    rotate: -90deg;
}