/* login.html */
.login-wrap{
    margin: auto;
    max-width: 1000px;
    justify-content: center; 
    display: flex;
    padding-top: 20px;
}

.login-wrap .login-left img{
    max-width: 300px;
}

.login-right {
    padding: 32px;
    width: 50%;
}

/* register.html */
.reg-list ul:after{
    max-width: 410px;
}

@media (max-width: 999px) {
    .login-left {
        display: none;
    }

    .login-right {
        padding: 10px;
        width: 100%;
    }
}

/* new vip.html */
.vip_table_head{
    background: #040300;
}

table.vip_table tr td span{
    color: #fff;
}

.table_vip_responsive tr th.headcol.headcol_sub{
    color: #ebff2f;
}

.table_vip_responsive tr th.headcol{
    width: auto;
    color: #939393;
}

.table_vip_responsive tr:first-child th.headcol{
    display: table-cell;
    vertical-align: bottom;
    font-size: 20px;
    font-weight: bold;
    color: #ebff2f;
}

table.vip_table tr.vip_colbackground_cus th, table.vip_table tr.vip_colbackground_cus td{
    background: #040300;
}

.table_vip_wrap {
    background: #040300;
}

.table_vip_outwrap{
    background: #040300;
}

.table_vip_responsive tr:first-child{
    border-bottom: 1px solid #ebff2f;
}

table.vip_table tr td span{
    font-weight: bold;
    white-space: nowrap;
}

table.vip_table tr td span.vip-jade{
    color: #93b56c;
}

table.vip_table tr td span.vip-rose{
    color: #d89393;
}

table.vip_table tr td span.vip-ruby{
    color: #e74647;
}

table.vip_table tr td span.vip-sapp{
    color: #1c8ade;
}

table.vip_table tr td span.vip-eme{
    color: #a7efbe;
}

table.vip_table tr td span.vip-roy{
    color: #f0c783;
}

.headcol_first_mobile{
    background-color: none;
}

/* 11/12/2024 register.html */
.password-criteria {
    display: none;
    background: #000;
    color: #fff;
    border: 1px solid #ebff2f;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
}

.password-criteria ul {
    list-style-type: none;
    padding: 0;
}

.password-criteria .valid {
    color: green;
    font-weight: bold;
}

.password-criteria .invalid {
    color: red;
}

.input_custom{
    background: #fff;
}


@media (max-width: 999px) {
    .table_vip_responsive tr th.headcol.headcol_sub {
        color: #ebff2f;
    }

    .table_vip_responsive tr th.headcol{
        width: 45%;
    }

    .table_vip_responsive tr:first-child th.headcol{
        display: flex;
    }

    .table_vip_outwrap{
        padding: 0px;
    }
}

@media (max-width: 600px) {
    .table_vip_responsive tr:first-child th.headcol{
        font-size: 4vw;

    }
}

/* 18/12/2024 deposit.html */
#usdt_tab1 .payment-gateway a img{
    max-width: 45px;
}

.main_wrapper .af-form{
    padding: 0px;
}

.af-tab.done{
    max-width: 500px;
    margin: 0 auto;
    padding-top: 8%;
}


/* 27/12/2024 wheel.html */
.fortune-wheel-bg {
    position: relative;
    text-align: center;
}

.wheel-frame {
    z-index: 11;
    position: relative;
    width: 100%;
}

.prize-wheel {
    position: absolute;
    top: 0;
    z-index: 16;
    left: 0;
    right: 0;
}

.wheel-needle {
    position: absolute;
    z-index: 13;
    width: 100%;
    top: 0px;
    bottom: 0px;
    align-content: center;
    left: 4px;
}

.btn-fortune-group {
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}

.point-circle-1 {
    background: #1a1a1a;
    border: 2px solid #ebff2f;
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    height: 55px;
    width: 55px;
    text-transform: capitalize;
    border-radius: 50px;
    padding: 15px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.spin-btn {
    color: #fff;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
}

.more-btn {
    color: #fff;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
}

.fortune-sec {
    background: #000 url(../images/wheel/spin-bg-1.jpg) no-repeat center top;
    min-height: 700px;
    display: flex;
}

.fortune-sec .container {
    max-width: 1100px;
    margin: 0 auto;
    height: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}


/* 13/1/2025  index.html*/
.floating img{
    width: 100%;
}

#closeButton{
    right: -20px;
    top: -10px;
    left: auto;
}

.regTxtbox{
    background: transparent;
    border: none;
}

input.regTxtbox, select.regTxtbox{
    color: #fff;
    font-weight: 600;
}

select.regTxtbox option{
    color: #000;
}

.form-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #ebff2f;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px;
    background: #000;
}

.inp-box{
    position: relative;
    width: 100%;
}

.inp-txt {
    width: 150px;
    padding-left: 5px;
}

.inp-txt span.red {
    color: #ff001e;
    padding-left: 5px;
}

#main {
    /* margin: 50px 0; */
    width: 100%;
}

#main #faq .card {
    margin-bottom: 0px;
    border: 0;
    background: none !important;
}

#main #faq .card .card-header {
    border: 0;
    box-shadow: none;
    border-radius: 2px;
    padding: 0;
    background: none;
    display: flex;
    align-items: center;
    width: 100%;
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: none;
    color: #fff;
    /* padding: 20px; */
    font-weight: 100;
    padding: 0px;
    width: 100%;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    transform: rotate(180deg);
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
    transform: rotate(180deg);
}

#main #faq .card .collapse.show {
    background: none;
    line-height: 30px;
    color: #222;
}

#main #faq .card .collapse {
    border: 0;
}

#main .inp-box {
    border: 1px solid #ebff2f;
    border-radius: 5px;
    padding: 0px 10px;
}

/* 12/2/2025 */
.ftr-center a{
    position: relative;
    background:#ebff2f;
    border-radius: 50%;
    padding: 10px;
    margin-top: -20px;
    display: inline-block;
    font-size: 13px;

}

.footer-in ul li.ftr-center a{
    font-size: 13px;
}

/* 7/3/2025 */
.gs1-lobby{
    margin-top: 30px;
}

.gs1-iframe iframe {
    width: 100%;
    min-height: 700px;
    border: none;
}


@media (max-width: 1023.5px) {
    .form-wrap {
        flex-direction: column;
        align-items: baseline;
        padding: 10px;
    }

    .inp-txt {
        padding: 0px;
    }
}

/* 6/5/2025*/
@keyframes floating {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

.countdown-dep {
    position: fixed;
    top: 20%;
    right: 20px;
    z-index: 1000;
    display: inline-block;
    animation: floating 3s ease-in-out infinite;
}

.countdown-dep img {
    height: auto;
}

#countdown-timer {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 19px;
    color: #fff;
    letter-spacing: 5px;
    display: flex;
    gap: 5px;
    border-radius: 5px;
}

@media (max-width: 680px) {
    .countdown-dep{
        right: 0px;
        text-align: center;
    }

    .countdown-dep img {
        width: 70%;
    }

    #countdown-timer{
        font-size: 15px;
        letter-spacing: 1px;
    }
    
}

/* 17/6/25 */
.footer-in ul{
    justify-content: space-between;
}

.footer-in ul li a{
    font-size: 10px;
}