@charset "UTF-8";

/**
Copyright 2022
**/

.offcanvas.offcanvas-start {
    width: 85%;
}

.majorBox {
    background-color: #FFF;
}

.btn-login {
    color: #FFF;
    width: 100%;
    padding: .375rem 0;
    letter-spacing: .1rem;
    border: 1px solid #FF3E00;
    background: linear-gradient(to bottom, #F99B04, #FF3E00);
}

.btn-register, .btn-register:hover {
    color: #2C2D2E !important;
    width: 100%;
    padding: .375rem 0;
    letter-spacing: .1rem;
    display: block;
    text-decoration: none;
    text-align: center;
    border: 1px solid #FF3E00;
    background: #ffffff;
}

.btn-restore {
    /* color: #FFF; */
    width: 100%;
    padding: .6rem 0;
    letter-spacing: .1rem;
    border: 1px solid #FF3E00;
    background: #ffffff;
}

.btn-depRestore {
    color: #FFF;
    width: 100%;
    padding: .6rem 0;
    letter-spacing: .1rem;
    border: 1px solid #FF3E00;
    border-radius: 0.5rem;
    background: #FF3E00;
}

/**
Desktop - TopNav
**/

.topNav a {
    color: #2C2D2E !important;
    padding: .5rem;
}

/**
Desktop - Side MainNav
**/

.sideMainNav > a {
    color: #2C2D2E;
    font-weight: 600;
    /* border: 2px solid #FF3E00; */
    padding: .3rem .5rem;
    text-decoration: none;
    background: #ffffff;
}

.sideMainNav > a:hover {
    color: #FFF !important;
    background-color: #FF3E00;
}

.sideMainNav > a.active {
    color: #FFF !important;
    background: linear-gradient(to bottom, #F99B04, #FF3E00);
    border: 2px solid #FF3E00;
}

/*
Common
*/

.btn-hamburger {
    color: #FFF;
}

.btn-hamburger:hover, .btn-hamburger:focus {
    color: #FFF;
    outline: none;
    box-shadow: unset !important;
}

.wallet-icon
{
    height: 1.5rem; /* Smaller image size, adjust as needed */
    width: auto; /* Maintain aspect ratio */
}

/*
Footer
*/

.supportZone img {
    width: 3rem;
}

.supportZone .cs24 {
    width: 7rem;
}

.footer-link, .footer-link a {
    color: #2C2D2E;
    font-size: .8rem;
    line-height: 8px;
}

.footer-link a {
    text-decoration: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.footer-link a:hover {
    color: #FF3E00;
}

.footer-link-header {
    color: #4d4d4d;
    font-size: .8rem;
}

.footer-phase {
    font-size: .7rem;
}

.footer-phase h4 {
    font-size: .9rem;
    font-weight: 600;
    margin: 0;
}

.extra-wrapper {
    padding: 1rem 0;
    border-top: 1px dotted #E6E6E6;
}

.footer-paymethod > dd > i,
.footer-browser > dd > i {
    width: 36px;
    height: 36px;
    display: inline-block;
}

.footer-paymethod > dd, .footer-browser > dd, .footer-responsible > dd, .footer-license > dd {
    margin: 0;
    /* text-align: center; */
}

.footer-paymethod > dd:first-child > i {
    width: 70px !important;
    height: 36px !important;
    background: url('../../assets/img/paymethod/FPX.svg') no-repeat center center;
    background-size: 128%;
}

.footer-paymethod > dd:nth-child(2) > i {
    background: url('../../assets/img/paymethod/duitnow.svg') no-repeat center center;
    background-size: 100%;
}

.footer-paymethod > dd:nth-child(3) > i {
    background: url('../../assets/img/paymethod/TNG.svg') no-repeat center center;
    background-size: 150%;
}

.footer-paymethod > dd:nth-child(4) > i {
    background: url('../../assets/img/paymethod/grab.svg') no-repeat center center;
    background-size: 129%;
}

.footer-paymethod > dd:nth-child(5) > i {
    background: url('../../assets/img/paymethod/boost.svg') no-repeat center center;
    background-size: 100%;
}

.footer-browser > dd:first-child > i {
    background: url('../../assets/img/browser/edge.svg') no-repeat center center;
    background-size: 100%;
}

.footer-browser > dd:nth-child(2) > i {
    background: url('../../assets/img/browser/chrome.svg') no-repeat center center;
    background-size: 100%;
}

.footer-browser > dd:last-child > i {
    background: url('../../assets/img/browser/safari.svg') no-repeat center center;
    background-size: 100%;
}

.footer-responsible > dd:first-child > i {
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url('../../assets/img/responsible/18.svg') no-repeat center center;
    background-size: 166%;
}

.footer-responsible > dd:nth-child(2) > i {
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url('../../assets/img/responsible/gamcare.svg') no-repeat center center;
    background-size: 148%;
}

.footer-responsible > dd:last-child > i {
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url('../../assets/img/responsible/BGA.svg') no-repeat center center;
    background-size: 148%;
}

.footer-license > dd:first-child > i {
    width: 70px;
    height: 44px;
    display: inline-block;
    background: url('../../assets/img/license/bmm.svg') no-repeat center center;
    background-size: 118%;
}

.footer-license > dd:nth-child(2) > i {
    width: 44px;
    height: 44px;
    display: inline-block;
    background: url('../../assets/img/license/itechlab.svg') no-repeat center center;
    background-size: 100%;
}

.footer-license > dd:nth-child(3) > i {
    width: 44px;
    height: 44px;
    display: inline-block;
    background: url('../../assets/img/license/GLI.svg') no-repeat center center;
    background-size: 100%;
}

.footer-license > dd:nth-child(4) > i {
    width: 70px;
    height: 44px;
    display: inline-block;
    background: url('../../assets/img/license/TST.svg') no-repeat center center;
    background-size: 100%;
}

.footer-license > dd:last-child > i {
    width: 90px;
    height: 44px;
    display: inline-block;
    background: url('../../assets/img/license/godaddy.svg') no-repeat center center;
    background-size: 100%;
}

/*
Promotion
*/

.promo-text {
    color: #FFF;
    background-color: #000;
    padding: 0 1rem;
}

.promo-footer {
    display: block;
    color: #a2aabd;
    font-weight: 300;
    padding: .3rem .5rem;
    background-color: #000;
}

/*
Registration
*/

.wrap-registration::before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    /*background: url('../../assets/img/bg_regis.png') no-repeat center center;*/
    background: #ffffff;
    background-size: cover;
}

/*
Mobile
*/

/*
Home
*/

.cursor-left{
    cursor: pointer;
    height: 50%;
    justify-content: center;
    align-items: center !important;
    background:#dffff4;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.cursor-right{
    cursor: pointer;
    height: 50%;
    justify-content: center;
    align-items: center !important;
    background:#dffff4;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

.clientZone {
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid #FF3E00;
    margin-top: .5rem;
    margin-bottom: 0rem !important;
}

.clientZone dl > dd:nth-child(2) a.btn-wallet{
    width: 100%;
    display: inline-block;
    text-decoration: none;
    background: url('../../assets/img/buttons/en/ewallet.png') no-repeat center center transparent;
    background-size: contain;
}

.clientZone dl > dd:nth-child(3) a.btn-customerservice {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    background: url('../../assets/img/buttons/en/support.png') no-repeat center center transparent;
    background-size: contain;
}
/* Settings */
.btn-bankaccount {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../../assets/img/buttons/en/bank_account_icon.png') no-repeat center center;
    background-size: 100%;
    content: "";
    position: unset;
    top: 10px;
    left: 1rem;
    z-index: 1;
    pointer-events: none;
}

.btn-commissionreport {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../../assets/img/buttons/en/comm_report_icon.png') no-repeat center center;
    background-size: 100%;
    content: "";
    position: unset;
    top: 10px;
    left: 1rem;
    z-index: 1;
    pointer-events: none;
}

.btn-message {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../../assets/img/buttons/en/msg_icon.png') no-repeat center center;
    background-size: 100%;
    content: "";
    position: unset;
    top: 10px;
    left: 1rem;
    z-index: 1;
    pointer-events: none;
}

.btn-settings {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../../assets/img/buttons/en/setting_icon.png') no-repeat center center;
    background-size: 100%;
    content: "";
    position: unset;
    top: 10px;
    left: 1rem;
    z-index: 1;
    pointer-events: none;
}

.icn-password {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../../assets/img/icon/password.png') no-repeat center center;
    background-size: 100%;
    content: "";
    position: unset;
    top: 10px;
    left: 1rem;
    z-index: 1;
    pointer-events: none;
}

.icn-scrpassword {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../../assets/img/icon/secure_pwd_icon.png') no-repeat center center;
    background-size: 100%;
    content: "";
    position: unset;
    top: 10px;
    left: 1rem;
    z-index: 1;
    pointer-events: none;
}

.icn-logout {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../../assets/img/icon/logout.png') no-repeat center center;
    background-size: 100%;
    content: "";
    position: unset;
    top: 10px;
    left: 1rem;
    z-index: 1;
    pointer-events: none;
}

/*
History Menu
*/

.history-menu {
    height: 5rem;
    text-shadow: none;
    width: -webkit-calc(20% * 5);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
    overflow-y: hidden;
    background: #f4f5f7;
}

.history-menu a{
    text-align: center;
    white-space: normal;
    text-decoration: none;
    /* max-width: 64px; */
    padding: 0 .5rem;
    margin: 0 .3rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 60%;
    font-size: 12px;
    border-radius: 0.375rem;
    transition: all .3s ease-in-out;;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    color: #2C2D2E;
    background: #FFF;
}

.history-menu a.active {
    color: #FFF !important;
    background: #FF3E00;
    
}


/*
Game Menu
*/

/**
Desktop - Game MainNav
**/

.home-navBox {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: auto;
}

.game-menu {
    text-shadow: none;
    width: -webkit-calc(20% * 5);
    width: calc(20% * 5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
    overflow-y: hidden;
}

.game-menu a {
    text-align: center;
    text-decoration: none;
    /* max-width: 64px; */
    padding: 0 .5rem;
    margin: 0 .2rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    transition: all .3s ease-in-out;;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    color: #FF3E00;
    background: #FFF;
    border: 1px solid #FF3E00;
}

.game-menu a:hover {
    /* background: #4D4D4D !important; */
    /* box-shadow: inset 0 0 2rem 0.1rem rgba(0,0,0,.8); */
    background: #ffefe0;
}

.game-menu a.active {
    /* background: #4D4D4D !important; */
    /* box-shadow: inset 0 0 2rem 0.1rem rgba(0,0,0,.8); */
    color: #FFF !important;
    background: #ffefe0;
}

.mgame-menu {
    text-shadow: none;
    width: calc(20% * 5);
}

.mgame-menuNav{
    height: 5rem;
}

.mgame-menu a {
    text-align: center;
    text-decoration: none;
    /* max-width: 64px; */
    padding: 0 .5rem;
    margin: 0 .2rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    transition: all .3s ease-in-out;;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    color: #FF3E00;
    background: #FFF;
}

.promo-menu {
    text-shadow: none;
    width: -webkit-calc(20% * 5);
    width: calc(20% * 5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
    overflow-y: hidden;
}

.promo-menu a {
    text-align: center;
    padding: .5rem 1rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    transition: all .3s ease-in-out;;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    background-color: #E3E3E3;
}

.promo-menu a.active {
    color: #f9f9f9 !important;
    background: linear-gradient(to bottom, #F99B04, #FF3E00);
}

.game-menu a > i {
    display: inline-block;
    max-width: 64px;
    width: 100%;
    height: 100%;
}

.game-menu a > i {
    display: inline-block;
    max-width: 64px;
    width: 100%;
    height: 100%;
}

.mgame-menu a > i {
    display: inline-block;
    max-width: 64px;
    width: 100%;
    height: 100%;
}

/* EN */
.game-menu.en a[data-bs-target="#sport"] > i {
    background: url('../../assets/img/buttons/en/sport_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.en a.active[data-bs-target="#sport"] > i {
    background: url('../../assets/img/buttons/en/sport.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.en a[data-bs-target="#casino"] > i {
    background: url('../../assets/img/buttons/en/casino_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.en a.active[data-bs-target="#casino"] > i {
    background: url('../../assets/img/buttons/en/casino.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.en a[data-bs-target="#all"] > i {
    background: url('../../assets/img/buttons/en/all_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.en a.active[data-bs-target="#all"] > i {
    background: url('../../assets/img/buttons/en/all.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.en a[data-bs-target="#slot"] > i {
    background: url('../../assets/img/buttons/en/slot_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.en a.active[data-bs-target="#slot"] > i {
    background: url('../../assets/img/buttons/en/slot.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.en a[data-bs-target="#lottery"] > i {
    background: url('../../assets/img/buttons/en/others_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.en a.active[data-bs-target="#lottery"] > i {
    background: url('../../assets/img/buttons/en/others.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.en a[data-bs-target="#sport"] > i {
    background: url('../../assets/img/buttons/en/sport_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.en a.active[data-bs-target="#sport"] > i {
    background: url('../../assets/img/buttons/en/sport.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.en a[data-bs-target="#casino"] > i {
    background: url('../../assets/img/buttons/en/casino_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.en a.active[data-bs-target="#casino"] > i {
    background: url('../../assets/img/buttons/en/casino.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.en a[data-bs-target="#all"] > i {
    background: url('../../assets/img/buttons/en/all_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.en a.active[data-bs-target="#all"] > i {
    background: url('../../assets/img/buttons/en/all.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.en a[data-bs-target="#slot"] > i {
    background: url('../../assets/img/buttons/en/slot_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.en a.active[data-bs-target="#slot"] > i {
    background: url('../../assets/img/buttons/en/slot.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.en a[data-bs-target="#lottery"] > i {
    background: url('../../assets/img/buttons/en/others_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.en a.active[data-bs-target="#lottery"] > i {
    background: url('../../assets/img/buttons/en/others.png') no-repeat center center transparent;
    background-size: 100%;
}

/* MY */
.game-menu.my a[data-bs-target="#sport"] > i {
    background: url('../../assets/img/buttons/my/sport_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.my a.active[data-bs-target="#sport"] > i {
    background: url('../../assets/img/buttons/my/sport.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.my a[data-bs-target="#casino"] > i {
    background: url('../../assets/img/buttons/my/casino_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.my a.active[data-bs-target="#casino"] > i {
    background: url('../../assets/img/buttons/my/casino.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.my a[data-bs-target="#all"] > i {
    background: url('../../assets/img/buttons/my/all_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.my a.active[data-bs-target="#all"] > i {
    background: url('../../assets/img/buttons/my/all.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.my a[data-bs-target="#slot"] > i {
    background: url('../../assets/img/buttons/my/slot_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.my a.active[data-bs-target="#slot"] > i {
    background: url('../../assets/img/buttons/my/slot.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.my a[data-bs-target="#lottery"] > i {
    background: url('../../assets/img/buttons/my/others_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.my a.active[data-bs-target="#lottery"] > i {
    background: url('../../assets/img/buttons/my/others.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.my a[data-bs-target="#sport"] > i {
    background: url('../../assets/img/buttons/my/sport_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.my a.active[data-bs-target="#sport"] > i {
    background: url('../../assets/img/buttons/my/sport.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.my a[data-bs-target="#casino"] > i {
    background: url('../../assets/img/buttons/my/casino_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.my a.active[data-bs-target="#casino"] > i {
    background: url('../../assets/img/buttons/my/casino.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.my a[data-bs-target="#all"] > i {
    background: url('../../assets/img/buttons/my/all_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.my a.active[data-bs-target="#all"] > i {
    background: url('../../assets/img/buttons/my/all.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.my a[data-bs-target="#slot"] > i {
    background: url('../../assets/img/buttons/my/slot_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.my a.active[data-bs-target="#slot"] > i {
    background: url('../../assets/img/buttons/my/slot.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.my a[data-bs-target="#lottery"] > i {
    background: url('../../assets/img/buttons/my/others_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.my a.active[data-bs-target="#lottery"] > i {
    background: url('../../assets/img/buttons/my/others.png') no-repeat center center transparent;
    background-size: 100%;
}

/* TH */
.game-menu.th a[data-bs-target="#sport"] > i {
    background: url('../../assets/img/buttons/th/sport_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.th a.active[data-bs-target="#sport"] > i {
    background: url('../../assets/img/buttons/th/sport.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.th a[data-bs-target="#casino"] > i {
    background: url('../../assets/img/buttons/th/casino_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.th a.active[data-bs-target="#casino"] > i {
    background: url('../../assets/img/buttons/th/casino.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.th a[data-bs-target="#all"] > i {
    background: url('../../assets/img/buttons/th/all_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.th a.active[data-bs-target="#all"] > i {
    background: url('../../assets/img/buttons/th/all.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.th a[data-bs-target="#slot"] > i {
    background: url('../../assets/img/buttons/th/slot_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.th a.active[data-bs-target="#slot"] > i {
    background: url('../../assets/img/buttons/th/slot.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.th a[data-bs-target="#lottery"] > i {
    background: url('../../assets/img/buttons/th/others_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.th a.active[data-bs-target="#lottery"] > i {
    background: url('../../assets/img/buttons/th/others.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.th a[data-bs-target="#sport"] > i {
    background: url('../../assets/img/buttons/th/sport_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.th a.active[data-bs-target="#sport"] > i {
    background: url('../../assets/img/buttons/th/sport.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.th a[data-bs-target="#casino"] > i {
    background: url('../../assets/img/buttons/th/casino_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.th a.active[data-bs-target="#casino"] > i {
    background: url('../../assets/img/buttons/th/casino.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.th a[data-bs-target="#all"] > i {
    background: url('../../assets/img/buttons/th/all_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.th a.active[data-bs-target="#all"] > i {
    background: url('../../assets/img/buttons/th/all.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.th a[data-bs-target="#slot"] > i {
    background: url('../../assets/img/buttons/th/slot_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.th a.active[data-bs-target="#slot"] > i {
    background: url('../../assets/img/buttons/th/slot.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.th a[data-bs-target="#lottery"] > i {
    background: url('../../assets/img/buttons/th/others_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.th a.active[data-bs-target="#lottery"] > i {
    background: url('../../assets/img/buttons/th/others.png') no-repeat center center transparent;
    background-size: 100%;
}

/* VN */
.game-menu.vn a[data-bs-target="#sport"] > i {
    background: url('../../assets/img/buttons/vn/sport_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.vn a.active[data-bs-target="#sport"] > i {
    background: url('../../assets/img/buttons/vn/sport.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.vn a[data-bs-target="#casino"] > i {
    background: url('../../assets/img/buttons/vn/casino_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.vn a.active[data-bs-target="#casino"] > i {
    background: url('../../assets/img/buttons/vn/casino.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.vn a[data-bs-target="#all"] > i {
    background: url('../../assets/img/buttons/vn/all_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.vn a.active[data-bs-target="#all"] > i {
    background: url('../../assets/img/buttons/vn/all.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.vn a[data-bs-target="#slot"] > i {
    background: url('../../assets/img/buttons/vn/slot_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.vn a.active[data-bs-target="#slot"] > i {
    background: url('../../assets/img/buttons/vn/slot.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.vn a[data-bs-target="#lottery"] > i {
    background: url('../../assets/img/buttons/vn/others_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.vn a.active[data-bs-target="#lottery"] > i {
    background: url('../../assets/img/buttons/vn/others.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.vn a[data-bs-target="#sport"] > i {
    background: url('../../assets/img/buttons/vn/sport_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.vn a.active[data-bs-target="#sport"] > i {
    background: url('../../assets/img/buttons/vn/sport.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.vn a[data-bs-target="#casino"] > i {
    background: url('../../assets/img/buttons/vn/casino_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.vn a.active[data-bs-target="#casino"] > i {
    background: url('../../assets/img/buttons/vn/casino.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.vn a[data-bs-target="#all"] > i {
    background: url('../../assets/img/buttons/vn/all_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.vn a.active[data-bs-target="#all"] > i {
    background: url('../../assets/img/buttons/vn/all.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.vn a[data-bs-target="#slot"] > i {
    background: url('../../assets/img/buttons/vn/slot_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.vn a.active[data-bs-target="#slot"] > i {
    background: url('../../assets/img/buttons/vn/slot.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.vn a[data-bs-target="#lottery"] > i {
    background: url('../../assets/img/buttons/vn/others_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.vn a.active[data-bs-target="#lottery"] > i {
    background: url('../../assets/img/buttons/vn/others.png') no-repeat center center transparent;
    background-size: 100%;
}

/* CN */
.game-menu.cn a[data-bs-target="#sport"] > i {
    background: url('../../assets/img/buttons/cn/sport_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.cn a.active[data-bs-target="#sport"] > i {
    background: url('../../assets/img/buttons/cn/sport.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.cn a[data-bs-target="#casino"] > i {
    background: url('../../assets/img/buttons/cn/casino_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.cn a.active[data-bs-target="#casino"] > i {
    background: url('../../assets/img/buttons/cn/casino.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.cn a[data-bs-target="#all"] > i {
    background: url('../../assets/img/buttons/cn/all_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.cn a.active[data-bs-target="#all"] > i {
    background: url('../../assets/img/buttons/cn/all.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.cn a[data-bs-target="#slot"] > i {
    background: url('../../assets/img/buttons/cn/slot_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.cn a.active[data-bs-target="#slot"] > i {
    background: url('../../assets/img/buttons/cn/slot.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.cn a[data-bs-target="#lottery"] > i {
    background: url('../../assets/img/buttons/cn/others_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.game-menu.cn a.active[data-bs-target="#lottery"] > i {
    background: url('../../assets/img/buttons/cn/others.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.cn a[data-bs-target="#sport"] > i {
    background: url('../../assets/img/buttons/cn/sport_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.cn a.active[data-bs-target="#sport"] > i {
    background: url('../../assets/img/buttons/cn/sport.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.cn a[data-bs-target="#casino"] > i {
    background: url('../../assets/img/buttons/cn/casino_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.cn a.active[data-bs-target="#casino"] > i {
    background: url('../../assets/img/buttons/cn/casino.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.cn a[data-bs-target="#all"] > i {
    background: url('../../assets/img/buttons/cn/all_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.cn a.active[data-bs-target="#all"] > i {
    background: url('../../assets/img/buttons/cn/all.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.cn a[data-bs-target="#slot"] > i {
    background: url('../../assets/img/buttons/cn/slot_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.cn a.active[data-bs-target="#slot"] > i {
    background: url('../../assets/img/buttons/cn/slot.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.cn a[data-bs-target="#lottery"] > i {
    background: url('../../assets/img/buttons/cn/others_h.png') no-repeat center center transparent;
    background-size: 100%;
}

.mgame-menu.cn a.active[data-bs-target="#lottery"] > i {
    background: url('../../assets/img/buttons/cn/others.png') no-repeat center center transparent;
    background-size: 100%;
}

/*
Promotion
*/

/* .promo-menu {
    background-color: #E3E3E3;
}

#grid-promotion .date-range {
    line-height: 12px;
} */

/*
Footer
*/

.badge-unread {
    display: none;
    position: absolute;
    top: -4px;
    /* adjust vertical position */
    right: -4px;
    /* adjust horizontal position */
    background-color: rgb(236, 17, 17);
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    line-height: 1;
    padding: 3px 3px;
    border-radius: 50%;
    min-width: 16px;
    text-align: center;
}

.hbadge-unread {
    display: none;
}

.mobile-footer {
    background-color: #FFF;
    padding: .5rem 0;
    /* margin: .5rem .5rem; */
    /* box-shadow: 0 0 2rem rgb(77 77 77 / 80%); */
    border-top: 2.5px solid #FF3E00;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    width: 100%; /* Full width */
}


.mobile-footer ul > li > a {
    font-size: .6rem;
    text-decoration: none;
    text-align: center;
    display: block;
}

.mobile-footer ul > li > a > i,
.mobile-footer.en ul > li[data-page="history"] > a > i {
    display: block;
    width: 100%;
    height: 50px;
    background: url('../../assets/img/en/history.png') no-repeat center center;
    background-size: 100%;
}


.mobile-footer.en ul > li[data-page="history"] > a.active > i {
    background: url('../../assets/img/en/history_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.en ul > li[data-page="promotion"] > a > i {
    background: url('../../assets/img/en/promo.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.en ul > li[data-page="promotion"] > a.active > i {
    background: url('../../assets/img/en/promo_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.en ul>li[data-page="message"]>a {
    position: relative;
    /* make <a> the positioning context */
}

.mobile-footer.en ul > li[data-page="message"] > a > i {
    background: url('../../assets/img/en/message.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.en ul > li[data-page="message"] > a.active > i {
    background: url('../../assets/img/en/message_h.png') no-repeat center center;
    background-size: 100%;
}


.mobile-footer.en ul > li[data-page="home"] > a > i {
    height: 95px !important;
    background: url('../../assets/img/en/home_btn.png') no-repeat center center;
    background-size: 90%;
}

.mobile-footer.en ul > li[data-page="affiliate"] > a > i {
    background: url('../../assets/img/en/affiliate.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.en ul > li[data-page="affiliate"] > a.active > i {
    background: url('../../assets/img/en/affiliate_h.png') no-repeat center center;
    background-size: 100%;
}


.mobile-footer.en ul > li[data-page="account"] > a > i {
    background: url('../../assets/img/en/account.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.en ul > li[data-page="account"] > a.active > i {
    background: url('../../assets/img/en/account_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.en ul > li[data-page="support"] > a > i {
    background: url('../../assets/img/en/support.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.en ul > li[data-page="support"] > a.active > i {
    background: url('../../assets/img/en/support_h.png') no-repeat center center;
    background-size: 100%;
}

/* my */
.mobile-footer.my ul > li[data-page="history"] > a > i {
    background: url('../../assets/img/my/history.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.my ul > li[data-page="history"] > a.active > i {
    background: url('../../assets/img/my/history_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.my ul > li[data-page="promotion"] > a > i {
    background: url('../../assets/img/my/promo.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.my ul > li[data-page="promotion"] > a.active > i {
    background: url('../../assets/img/my/promo_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.my ul>li[data-page="message"]>a {
    position: relative;
    /* make <a> the positioning context */
}

.mobile-footer.my ul > li[data-page="message"] > a > i {
    background: url('../../assets/img/my/message.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.my ul > li[data-page="message"] > a.active > i {
    background: url('../../assets/img/my/message_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.my ul > li[data-page="home"] > a > i {
    height: 95px !important;
    background: url('../../assets/img/my/home_btn.png') no-repeat center center;
    background-size: 90%;
}

.mobile-footer.my ul > li[data-page="affiliate"] > a > i {
    background: url('../../assets/img/my/affiliate.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.my ul > li[data-page="affiliate"] > a.active > i {
    background: url('../../assets/img/my/affiliate_h.png') no-repeat center center;
    background-size: 100%;
}


.mobile-footer.my ul > li[data-page="account"] > a > i {
    background: url('../../assets/img/my/account.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.my ul > li[data-page="account"] > a.active > i {
    background: url('../../assets/img/my/account_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.my ul > li[data-page="support"] > a > i {
    background: url('../../assets/img/my/support.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.my ul > li[data-page="support"] > a.active > i {
    background: url('../../assets/img/my/support_h.png') no-repeat center center;
    background-size: 100%;
}


/* cn */
.mobile-footer.cn ul > li[data-page="history"] > a > i {
    background: url('../../assets/img/cn/history.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.cn ul > li[data-page="history"] > a.active > i {
    background: url('../../assets/img/cn/history_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.cn ul > li[data-page="promotion"] > a > i {
    background: url('../../assets/img/cn/promo.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.cn ul > li[data-page="promotion"] > a.active > i {
    background: url('../../assets/img/cn/promo_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.cn ul>li[data-page="message"]>a {
    position: relative;
    /* make <a> the positioning context */
}

.mobile-footer.cn ul > li[data-page="message"] > a > i {
    background: url('../../assets/img/cn/message.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.cn ul > li[data-page="message"] > a.active > i {
    background: url('../../assets/img/cn/message_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.cn ul > li[data-page="home"] > a > i {
    height: 95px !important;
    background: url('../../assets/img/cn/home_btn.png') no-repeat center center;
    background-size: 90%;
}

.mobile-footer.cn ul > li[data-page="affiliate"] > a > i {
    background: url('../../assets/img/cn/affiliate.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.cn ul > li[data-page="affiliate"] > a.active > i {
    background: url('../../assets/img/cn/affiliate_h.png') no-repeat center center;
    background-size: 100%;
}


.mobile-footer.cn ul > li[data-page="account"] > a > i {
    background: url('../../assets/img/cn/account.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.cn ul > li[data-page="account"] > a.active > i {
    background: url('../../assets/img/cn/account_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.cn ul > li[data-page="support"] > a > i {
    background: url('../../assets/img/cn/support.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.cn ul > li[data-page="support"] > a.active > i {
    background: url('../../assets/img/cn/support_h.png') no-repeat center center;
    background-size: 100%;
}

/*TH*/
.mobile-footer.th ul > li[data-page="history"] > a > i {
    background: url('../../assets/img/th/history.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.th ul > li[data-page="history"] > a.active > i {
    background: url('../../assets/img/th/history_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.th ul > li[data-page="promotion"] > a > i {
    background: url('../../assets/img/th/promo.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.th ul > li[data-page="promotion"] > a.active > i {
    background: url('../../assets/img/th/promo_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.th ul>li[data-page="message"]>a {
    position: relative;
    /* make <a> the positioning context */
}

.mobile-footer.th ul > li[data-page="message"] > a > i {
    background: url('../../assets/img/th/message.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.th ul > li[data-page="message"] > a.active > i {
    background: url('../../assets/img/th/message_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.th ul > li[data-page="home"] > a > i {
    height: 95px !important;
    background: url('../../assets/img/th/home_btn.png') no-repeat center center;
    background-size: 90%;
}

.mobile-footer.th ul > li[data-page="affiliate"] > a > i {
    background: url('../../assets/img/th/affiliate.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.th ul > li[data-page="affiliate"] > a.active > i {
    background: url('../../assets/img/th/affiliate_h.png') no-repeat center center;
    background-size: 100%;
}


.mobile-footer.th ul > li[data-page="account"] > a > i {
    background: url('../../assets/img/th/account.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.th ul > li[data-page="account"] > a.active > i {
    background: url('../../assets/img/th/account_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.th ul > li[data-page="support"] > a > i {
    background: url('../../assets/img/th/support.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.th ul > li[data-page="support"] > a.active > i {
    background: url('../../assets/img/th/support_h.png') no-repeat center center;
    background-size: 100%;
}

/*VN*/
.mobile-footer.vn ul > li[data-page="history"] > a > i {
    background: url('../../assets/img/vn/history.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.vn ul > li[data-page="history"] > a.active > i {
    background: url('../../assets/img/vn/history_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.vn ul > li[data-page="promotion"] > a > i {
    background: url('../../assets/img/vn/promo.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.vn ul > li[data-page="promotion"] > a.active > i {
    background: url('../../assets/img/vn/promo_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.vn ul>li[data-page="message"]>a {
    position: relative;
    /* make <a> the positioning context */
}

.mobile-footer.vn ul > li[data-page="message"] > a > i {
    background: url('../../assets/img/vn/message.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.vn ul > li[data-page="message"] > a.active > i {
    background: url('../../assets/img/vn/message_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.vn ul > li[data-page="home"] > a > i {
    height: 95px !important;
    background: url('../../assets/img/vn/home_btn.png') no-repeat center center;
    background-size: 90%;
}

.mobile-footer.vn ul > li[data-page="affiliate"] > a > i {
    background: url('../../assets/img/vn/affiliate.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.vn ul > li[data-page="affiliate"] > a.active > i {
    background: url('../../assets/img/vn/affiliate_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.vn ul > li[data-page="account"] > a > i {
    background: url('../../assets/img/vn/account.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.vn ul > li[data-page="account"] > a.active > i {
    background: url('../../assets/img/vn/account_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.vn ul > li[data-page="support"] > a > i {
    background: url('../../assets/img/vn/support.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer.vn ul > li[data-page="support"] > a.active > i {
    background: url('../../assets/img/vn/support_h.png') no-repeat center center;
    background-size: 100%;
}

.mobile-footer ul > li[data-page="home"] > a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.mobile-footer ul > li .dropup a {
    font-size: 1rem;
    color: #FF3E00;
}

.mobile-footer ul > li .dropup .dropdown-menu {
    border-width: 0px;
    background-color: #FFF;
}

/*
Register
*/

.regi-mobile-code {
    font-size: 0.8rem;
    max-width: 30%;
    background-color: #def3ff;
}

/* 
Game Rules
*/

.gamerules-content .swal2-content {
    padding: 0;
    height: 400px;
    background-color: #ebf8ff;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: auto;
}

/*
Bank account
*/

/* add bank card btn */
.btn-bankcard{
    color: #FFF;
    width: 100%;
    padding: .375rem 0;
    letter-spacing: .1rem;
    background: #FF3E00;
    text-decoration: none;
    border-radius: .5rem;
}

.account-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    margin-bottom: .5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.account-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
        
.account-card:active {
    transform: translateY(-2px);
}
        
.account-card.default {
    border-left: 5px solid #4CAF50;
    background: linear-gradient(135deg, #f8fff8 0%, #ffffff 100%);
}

.account-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}
        
        
.detail-label {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 5px;
    font-weight: 500;
}

#tabScrollContainer { 
    flex-wrap: wrap; /* allow wrapping */ 
    overflow-x: hidden; /* prevent horizontal overflow */ 
} 
    
#tabScrollContainer a.badge.nav-pill { 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    text-align: center; 
    white-space: normal; /* allow text to wrap if too long */ 
    font-size: 10px !important;
}

.Ecurrency{
    font-size: .8em;
    color: grey;
}

.mprofile .userCash .Ecurrency, .mprofile .userChip .Ecurrency{
    font-size: .8em;
    color: #0d0909;
}

.btn-outline-manual {
    --bs-btn-color: #ff3e00;
    --bs-btn-border-color: #ff3e00;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff3e00;
    --bs-btn-hover-border-color: #ff3e00;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff3e00;
    --bs-btn-active-border-color: #ff3e00;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ff3e00;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ff3e00;
    --bs-gradient: none;
}

.detail-value { 
    white-space: normal; /* allow wrapping */ 
    word-break: break-word; /* break long words if needed */ 
    overflow-wrap: break-word; /* modern equivalent */ 
}

.default-account { 
    border: 2px solid #ff3e00; /* green border */ 
    border-radius: 6px; /* optional: rounded corners */ 
    padding: 8px; /* spacing inside */ 
    background-color: #fff;
}

.cstmhg{
    height: 4.5rem;
}

.badgeRR{
    border: 1px solid #e92801;
    border-radius: 5px;
    font-size: 10px;
    padding: 3px;
    color: #e92801;
}

.cpx-0{
    padding-top: 1rem !important;
}

.cpx-1{
    padding-bottom: 2.5rem !important;
}

.cpx-1{
    padding-bottom: 1.25rem !important;
}

.curved-line { transform: translateY(-20px); /* shifts the whole SVG up */ }

.deposit-channel{
    border: 1px solid #dee2e6;
}

.bank-channel label{
    padding: 2px;
}

.bank-channel label img{
    width: 60px;
}

.withdrawIMG{
    width: 45px;
}

.withdrawText{
    font-size: 13px;
}

.withdrawName{
    font-size: 18px;
}

.btn-chgbank {
    color: #FFF;
    font-size: 10px;
    width: 100%;
    padding: .6rem 0;
    border: 1px solid #e92801;
    border-radius: 0.5rem;
    background: #e92801;
}

.depoptionimg{
    width: 45px;
}

#depositPayGatewayBank-list img{
    width: 45px;
}

.currencyS{
    font-size: 12px;
    padding: 0.1rem 0.3rem;;
    border: solid 1px #01DC66;
    border-radius: 0.5rem;
    background: #ffffff;
    color: #01DC66;
    line-height: 1;
    white-space: nowrap;
}

.custom-bank-button {
    width: 85px;
    background: #ffefe0;
    --bs-btn-color: #2c2d2e;
    --bs-btn-border-color: #fd5c02;
    --bs-btn-hover-color: #fe4e00;
    --bs-btn-hover-bg: #fe4e00;
    --bs-btn-hover-border-color: #fd5c02;
    --bs-btn-focus-shadow-rgb: 25,135,84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #fe4e00;
    --bs-btn-active-border-color: #fe4e00;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fe4e00;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fd5c02;
    --bs-gradient: none;
}

.custom-pg-button {
    width: 85px;
    font-size: 12px;
    background: #ffefe0;
    --bs-btn-color: #2c2d2e;
    --bs-btn-border-color: #fd5c02;
    --bs-btn-hover-color: #fe4e00;
    --bs-btn-hover-bg: #fe4e00;
    --bs-btn-hover-border-color: #fd5c02;
    --bs-btn-focus-shadow-rgb: 25,135,84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #fe4e00;
    --bs-btn-active-border-color: #fe4e00;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fe4e00;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fd5c02;
    --bs-gradient: none;
}

.btn-pgDep{
    display: flex;
    width: 100%;
    border-radius: 5px;
    text-decoration: none;
    font-size: 17px;
    align-items: center;
}

.dropdown-item{
    display: flex !important;
    align-items: center;
}

.dropdown-item img{
    width: 33px;
    padding-right: 2px;
}

.dropdown-toggle::after{
    margin-left: auto;
}

#dropdownMenuPG label{
    display: flex;
    align-items: center;
}

#dropdownMenuPG label img{
    width: 33px;
    padding: 2px;
}