#product_box .nav-link img {
    height: 60px;
    object-fit: contain;
}

/*Login*/
.login-modal-btn {
    width: 100%;
    border: 0px;
}

/*Deposit*/
.dep-submit-btn {
    width: 100%;
    border: 0px;
}

/*Product*/
.game-list-item .game-img>img {
    object-fit: fill;
}


/* 17/4/2025 */
.logo img {
    max-width: 150px;
}

.prod-tab .nav-link img {
    height: 60px;
    object-fit: contain;
}


/* 29/4/2025 */
.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    bottom: 13%;
    right: 6%;
    position: fixed;
    z-index: 1000;
    background: #ae2522;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: none;
}

.floating .livechat-icon{
    font-size: 20px;
    color: #fff;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 15px);
    }

    to {
        transform: translate(0, -0px);
    }
}

#closeButton {
    margin-left: -40px;
    top: -20px;
    color: #fff;
    opacity: 1;
    position: fixed;
    z-index: 111;
    text-align: center;
    font-size: 27px;
    font-weight: 100;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    font-weight: bold;
    text-shadow: 0px 2px 1px black;
}

@media only screen and (max-width: 991px) {
    .floating {
        display: block;
    }
}

/* 23/5/2025 */
.afterlogin_inn_wrap_faqbody {
    background: var(--bg-color5);
    border-radius: 10px;
    padding: 10px;
    height: 100%;
    margin-left: 10px;
}

.dep_faq_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.afterlogin_dep_head {
    background: var(--bg-color5);
    padding: 20px;
    display: flex;
    border-radius: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.afterlogin_dep_headbody_wrap {
    overflow: hidden;
    border-radius: 1rem;
}

.afterlogin_dep_headbody_wrap.afterlogin_dep_headbody_wrap_custom {
    overflow: hidden;
    border-radius: 1rem;
    margin-top: 0;
}

.head_col_1 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.head_col_1 span {
    font-weight: 600;
}

.trans_btn {
    background: var(--btn-2);
    border: 2px solid var(--main-color);
    border-radius: 10px;
    color: var(--main-color);
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
}

.trans_btn:hover {
    filter: brightness(1.1);
}

.head_bal {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.head_bal span {
    color: var(--main-color);
}

.rd-color {
    font-size: 25px;
    background: none;
    border: none;
    color: var(--main-color);
}

.point-wrap {
    display: flex;
    flex-direction: row;
}

.m-show {
    display: none;
}

.important-notice {
    background: var(--bg-color3);
    border-radius: 15px;
    padding: 15px;
    margin-top: 15px;
}

.af-tab ul {
    display: grid;
    justify-content: space-between;
    border: none;
    border-radius: 10px;
    background: #787878;
    margin-bottom: 20px;
    grid-template-columns: repeat(5, 1fr);
    margin: 0px;
}

.af-tab ul li a {
    padding: 10px 4px;
    display: block;
    text-align: center;
    align-items: center;
    border: none !important;
    color: #fff;
}

.af-tab ul li a.active {
    background: var(--main-color2);
    border-radius: 10px;
    color: #fff !important;
}

.af-tab ul li .nav-link:hover, .af-tab ul li .nav-item a:focus {
    color: #fff !important;
    border: none;
}

.aff-ico img {
    filter: invert(1);
}

.af-tab ul li a p {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}

.bank-select {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: none;
    margin: 10px 0px;
    grid-gap: 15px;
}

.bank-select .nav-link {
    height: 82px;
    font-size: 12px;
    padding: 15px 5px;
    border-radius: 10px;
    text-align: center;
    display: block;
    background: #787878;
    border: 1px solid transparent;
    color: #fff;
}

.bank-select .nav-link:hover {
    background: var(--main-color2);
    border: none;
    color: #fff;
}

.bank-select .nav-item.show .nav-link, .bank-select .nav-link.active {
    background: var(--main-color2);
    border: none;
    color: #fff;
}

.bank-img {
    height: 40px;
}

.bank-detail {
    background: #787878;
    border-radius: 10px;
    padding: 5px 15px;
    color: #fff;
    margin-bottom: 15px;
}

.bnk-table {
    width: 100%;
}

.bnk-table tr td {
    font-size: 12px;
    padding: 0px 10px;
}

.acc-wrap.dep{
    flex-direction: column;
}

.bnk-table .btn-outline-secondary{
    border: 1px solid #fff;
    color: #fff;
    margin: 5px;
}


@media (max-width: 991px) {
    .m-show {
        display: block;
    }

    .point-wrap {
        flex-direction: column;
        gap: 10px;
    }

    .m-hide {
        display: none;
    }

    .af-tab ul li a{
        padding: 10px;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 0px;
        display: none;
    }

    .afterlogin_inn_wrap_faqbody{
        margin-left: 0px;
    }

    .bank-select .nav-link{
        min-width: 100px;
    }

}