@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-size: 15px;
    color: #000;
    background: #fff;
}

a {
    text-decoration: none;
    cursor: pointer;
    /* -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; */
}

a:hover,
a:focus,
button:focus,
button:hover {
    text-decoration: none;
    outline: none;
    color: #136d51;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
    color: #666;
    width: 100%;
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #24262b;
    border-radius: 5px;
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #136d51;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #136d51;
}

@font-face {
    font-family: "archivo";
    src: url("../fonts/Archivo-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "bebas";
    src: url("../fonts/BebasNeue-Regular.otf") format("opentype");
}

@font-face {
    font-family: "gbk";
    src: url("../fonts/gbk.TTF") format("truetype");
}

/* login page */
body.login-bg {
    background: url(../images/login/background-login.png)no-repeat;
    background-size: 100% 100vh;
}

.login-wrap {
    padding-top: 10%;
    text-align: center;
    width: 50%;
    margin-left: 50%;
}

.login-title {
    color: #4d556d;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0px 20px;
}

.login-inner-wrap {
    max-width: 60%;
    margin: auto;
}

.login-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.login-form-title {
    color: #4d556d;
    font-weight: bold;
    width: 31%;
    text-align: left;
}

.login-form-box {
    position: relative;
    width: 100%;
    padding-left: 20px;
}

.login-icon {
    position: absolute;
    left: 30px;
    top: 10px;
}

.login-form-box input {
    padding: 15px 15px 15px 45px;
    border-radius: 10px;
    border: none;
    box-shadow: inset #4d556d 2px 2px 8px -4px;
}

.login-pass-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.login-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.login-row-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #808ea8;
}

.login-row-wrap i,
.login-row-wrap img {
    padding-right: 5px;
    color: #808ea8;
}

.login-row a:hover {
    color: #136d51;
}

.login-btn-wrap {
    text-align: center;
}

.login-btn {
    display: block;
    background: url(../images/login/login-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 305px;
    height: 50px;
    padding: 14px;
    color: #fff;
    font-size: 17px;
    margin: 25px auto 5px;
}

.login-btn-btm {
    color: #808ea8;
    font-size: 13px;
}

.login-btn-btm a {
    color: #53b875;
}

.login-chat {
    position: fixed;
    bottom: 1%;
    right: 5%;
    text-align: right;
}

.login-chat-box {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}

.login-reply-box {
    position: relative;
    padding: 10px 0px;
}

.login-reply-box input {
    padding: 15px;
    border-radius: 10px;
    border: none;
}

.login-reply-box i {
    position: absolute;
    right: 7px;
    top: 17px;
    color: #585858;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
}

/* end login page */

/* register page */
body.reg-bg {
    background: url(../images/login/Background_CreateAcc.png)no-repeat top center;
    background-size: 100% 100%;
    padding-bottom: 15%;
}

.reg-content {
    display: flex;
    justify-content: center;
    padding-top: 5%;
}

.reg-wrap {
    text-align: center;
    width: 50%;
}

.phone-form-box .iti__flag-container {
    display: flex;
    position: initial;
}

.phone-form-box {
    position: relative;
    width: 100%;
    padding-left: 20px;
}

.phone-form-box input {
    padding: 15px;
    border-radius: 10px;
    border: none;
    box-shadow: inset #4d556d 2px 2px 8px -4px;
    padding-left: 6px;
}

.phone-form-box .iti--separate-dial-code .iti__selected-flag {
    padding: 10px 10px 10px 40px;
    border-radius: 10px;
    background: none;
    border: none;
    box-shadow: inset #4d556d 2px 2px 8px -4px;
}

.phone-form-box .iti {
    display: flex;
    gap: 10px;
}

.phone-form-box .iti--separate-dial-code input[type=text],
.phone-form-box .iti--allow-dropdown input,
.phone-form-box .iti--allow-dropdown input[type=text],
.phone-form-box .iti--allow-dropdown input[type=tel],
.phone-form-box .iti--separate-dial-code input,
.phone-form-box .iti--separate-dial-code input[type=tel] {
    padding-left: 10px;
}

.reg-contact-icon {
    position: absolute;
    left: 30px;
    top: 10px;
}

.verify-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25%;
}

.checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: gray;
}

.reg-agree {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.reg-agree span {
    padding-left: 10px;
    color: #4d556d;
    font-size: 12px;
}

/* end register page */

/* forget password page */
.forget-sms {
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 12px;
    color: #fff;
    display: block;
    background: url(../images/login/SendSMS_Button.png) no-repeat;
    background-size: 100% 100%;
    padding: 6px 10px;
}

.forget-pass-wait {
    text-align: center;
    padding-top: 10px;
}

.forget-pass-wait span {
    color: #53b875;
}

.forget-btn-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 30px;
}

.fgt-next-btn {
    display: block;
    background: url(../images/login/Next_Button.png) no-repeat;
    background-size: 100% 100%;
    width: 145px;
    height: 49px;
    padding: 14px;
    color: #fff;
    font-size: 17px;
}

.fgt-cancel-btn {
    display: block;
    background: url(../images/login/Cancel_Button.png) no-repeat;
    background-size: 100% 100%;
    width: 145px;
    height: 49px;
    padding: 14px;
    color: #808ea8;
    font-size: 17px;
}

/* end forget password page */

/* header */
.top-header {
    background: #126e51;
    color: #fff;
    padding: 5px 0px;
    font-size: 12px;
}

.top-hdr-wrap {
    max-width: 1300px;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: end;
    margin: 0 auto;
}

.top-header a.dropdown-toggle {
    color: #fff;
    font-size: 12px;
    padding: 8px;
    display: block;
}

.top-header a.dropdown-toggle:focus,
.top-header a.dropdown-toggle:hover,
.top-header a.dropdown-toggle:active {
    border-color: none;
    color: #ffe418;
}

.top-header .dropdown-menu {
    font-size: 12px;
}

.menu-header {
    position: relative;
}

.menu-wrap {
    max-width: 1300px;
    margin: 15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-wrap ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    margin-bottom: 0px;
}

.menu-wrap ul li {
    padding: 10px 10px;
    cursor: pointer;
}

.dropbtn {
    color: #000;
    padding-bottom: 5px;
}

.menu-wrap .active .dropbtn {
    color: #126e51;
    border-bottom: 2px solid #126e51;
}

.dropmenu-inner {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    -webkit-transform-origin: 0% 0%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    transform: rotateX(-90deg);
}

.dropmenu:hover .dropmenu-inner {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}

.drop-wrap {
    text-align: center;
    padding: 10px 150px;
    margin: 0 auto;
}

.drop-wrap a {
    padding: 10px;
    display: inline-block;
}

.drop-wrap img {
    max-width: 180px;
    filter: grayscale(0.4);
    border-radius: 5px;
}

.drop-wrap a:hover img {
    filter: grayscale(0);
}

.prod-title {
    color: #136d51;
    background: url(../images/dropdown/Dropdown_Unselect.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px;
}

.dropmenu:hover .dropbtn {
    color: #136d51;
}

.dropmenu.active .dropbtn,
.dropmenu:hover .dropbtn,
.dropmenu:focus .dropbtn {
    color: #136d51;
    border-bottom: 2px solid #126e51;
}

.header-swiper .swiper-button-next::after,
.header-swiper .swiper-button-prev::after {
    content: "";
}

.header-swiper .swiper-button-next {
    content: "";
    background-image: none;
    width: 30px;
    height: 30px;
    color: #136d51;
    border: 1px solid #136d51;
    border-radius: 50px;
    z-index: 0;
    right: 0px;
}

.header-swiper .swiper-button-prev {
    content: "";
    background-image: none;
    width: 30px;
    height: 30px;
    color: #136d51;
    border: 1px solid #136d51;
    border-radius: 50px;
    z-index: 0;
    left: 0px;
}

.header-swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 0;
    max-height: 500px;
}

.swiper.header-swiper {
    position: relative;
    text-align: center;
    padding: 10px 30px;
    z-index: 0;
}

.header-swiper .swiper-slide {
    max-width: 30%;
}

.header-swiper .swiper-slide:hover,
.header-swiper-1 a:hover {
    background: linear-gradient(to bottom, #dbefe9 0%, #fff 100%);
}

.header-swiper .swiper-slide:hover .prod-title,
.header-swiper-1 a:hover .prod-title {
    background: url(../images/dropdown/Dropdown_Select.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.header-swiper-1 {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    /* width: 50%; */
    max-width: 30%;
}

.header-swiper-1 a {
    /* margin: 0px 20px; */
    padding: 0px 50px;
    max-width: 100%;
}

.header-login-btn {
    background: url(../images/header/Login\ Button.png) no-repeat top center;
    background-size: cover;
    padding: 13px 15px;
    width: 131px;
    height: 44px;
    text-align: center;
    color: #4d556d;
}

.header-reg-btn {
    background: url(../images/header/Register\ Button.png) no-repeat top center;
    background-size: cover;
    padding: 13px 15px;
    margin-left: 10px;
    width: 131px;
    height: 44px;
    text-align: center;
    color: #8a6012;
}

/* end header */

/* index page */
.index-bg {
    background: url(../images/index/Background.png) no-repeat top center;
    background-size: cover;
    padding-bottom: 50px;
}

.index-wrap {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 20px;
}

.announce-wrap {
    background: linear-gradient(to bottom, #f4fff1 0%, #fff 50%, #f3fbfa 100%);
    background-size: 100% 100%;
    box-shadow: #136d51 2px 2px 8px -4px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    color: #136d51;
    padding: 10px 10px 10px 60px;
}

.ann-icon {
    max-width: 55px;
    position: absolute;
    bottom: -3px;
    left: 5px;
}

.ann-bar {
    width: 100%;
}

.index-title {
    position: relative;
    text-align: center;
}

.index-title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-top: 60px;
}

.index-title-mid {
    display: initial;
    padding-bottom: 20px;
}

.index-title-mid span {
    display: block;
    padding-top: 5px;
}

.index-video-wrap {
    background: url(../images/index/video/Video_Base.png) no-repeat top center;
    background-size: 100% 100%;
    padding-bottom: 40px;
    position: relative;
}

.index-video-inner {
    margin: 0 auto;
    --bs-aspect-ratio: 40%;
}

.video-frame {
    width: 70%;
    padding: 60px 50px 10px 60px;
}

.video-logo {
    padding-left: 60px;
}

.video-model {
    position: absolute;
    right: 0px;
    top: 25px;
    max-width: 40%;
}

.game-tab-content {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    align-items: center;
}

.game-swiper-container {
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 0;
    height: 500px;
}

.swiper.game-swiper {
    overflow: initial;
}

.game-select-wrapper .game-select,
.game-select-wrapper .nav-pin.active .game-unselect {
    display: none;
}

.game-select-wrapper .nav-pin.active .game-select {
    display: block;
}

.game-main-wrapper img {
    display: none;
}

.game-main-wrapper img.active {
    display: block;
}

.game-swiper-container .swiper-slide {
    display: none;
}

.game-swiper-container .swiper-slide.active {
    display: block;
}

.game-swiper .swiper-button-prev {
    content: "";
    background-image: none;
    width: 30px;
    height: 30px;
    color: #136d51;
    border: 1px solid #136d51;
    border-radius: 50px;
    left: 47%;
    top: -7%;
    transform: rotate(90deg);
    transform-origin: left center;
}

.game-swiper .swiper-button-prev:after,
.game-swiper .swiper-rtl .swiper-button-next:after {
    content: "";
}

.game-swiper .swiper-button-next {
    content: "";
    background-image: none;
    width: 30px;
    height: 30px;
    color: #136d51;
    border: 1px solid #136d51;
    border-radius: 50px;
    left: 47%;
    top: 103%;
    transform: rotate(90deg);
    transform-origin: left center;
}

.game-swiper .swiper-button-next:after,
.game-swiper .swiper-rtl .swiper-button-prev:after {
    content: "";
}

.game-select {
    background: url(../images/index/popular-game/Game_Category/Game\ Category_Select.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 15px;
    width: 154px;
    height: 61px;
    cursor: pointer;
}

.game-unselect {
    background: url(../images/index/popular-game/Game_Category/Game\ Category_Unselect.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 15px;
    width: 154px;
    height: 61px;
    cursor: pointer;
}

.nav-lc,
.nav-h {
    margin-left: 20px;
}

.nav-slt,
.nav-p2p {
    margin-left: 30px;
}

.nav-s,
.nav-fish {
    margin-left: 40px;
}

.nav-es {
    margin-left: 50px;
}

.index-app-wrap {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    padding-top: 10px;
}

.index-app-detail {
    padding-top: 20%;
}

.index-app-detail span {
    padding: 20px 0px;
    display: block;
}

.app-title {
    font-weight: bold;
    font-size: 30px;
}

.index-app-row {
    display: flex;
    gap: 15px;
}

.index-app-box {
    background: url(../images/index/app-dl/QR\ CODE_FRAME.png) no-repeat;
    background-size: 100% 100%;
    width: 159px;
    height: 232px;
    text-align: center;
}

.index-app-box img {
    padding-top: 22px;
}

.index-app-box span {
    display: block;
    padding-top: 20px;
    font-weight: bold;
}

.index-service {
    padding-bottom: 50px;
}

.index-service-adv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-box {
    background: url(../images/index/service/SERVICE\ ADVANTAGES_Main.png) no-repeat;
    background-size: 100% 100%;
    width: 238px;
    height: 286px;
    text-align: center;
    padding: 70px 0px;
}

.service-num {
    font-size: 70px;
    background-image: linear-gradient(to bottom, #5de19c 0%, #30b269 50%, #289f5a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.service-desc {
    color: #136d51;
}

.index-service-btm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;
}

.service-box-1 {
    background: url(../images/index/service/SERVICE\ ADVANTAGE_BOX.png) no-repeat;
    background-size: 100% 100%;
    width: 666px;
    height: 159px;
    text-align: center;
    padding: 20px 10px;
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    margin: 10px;
}

.service-btm-detail {
    color: #8a929b;
    text-align: left;
}

.service-title {
    color: #136d51;
    font-weight: bold;
    font-size: 18px;
}

/* end index page */

/* footer */
.t-footer {
    background: #e1e1e4;
    padding: 20px 0px 30px;
}

.footer-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.footer-prov {
    /* display: flex;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 10px;
}

.footer-divider {
    width: 100%;
    height: 2px;
    border: 1px solid #d1d1d4;
    display: inline-block;
    margin: 15px 0px;
}

.footer-wrap-2 {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.footer-title {
    color: #136d51;
}

.footer-pay-wrap {
    display: flex;
    gap: 10px;
}

.footer-link {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.footer-link a {
    color: #585858;
    font-weight: bold;
}

.footer-link a:hover {
    color: #136d51;
    font-weight: bold;
}

.footer-line {
    padding: 0px 15px;
}

.footer-copyright {
    color: #808ea8;
    text-align: center;
    padding-top: 10px;
}

/* end footer */

/* side live chat icon */
.side-livechat {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 0;
    animation: float 4s ease-in-out infinite;
    transition: all 0.3s;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-10px);
    }

    100% {
        transform: translatey(0px);
    }
}

/* end side live chat icon */

/* product page */
.prod-tab .nav-link .prod-active {
    display: none;
}

.prod-tab .nav-link.active .prod-active {
    display: block;
}

.prod-tab .nav-link.active .prod-grey {
    display: none;
}

.prod-tab .nav-link.active {
    background: none;
}

.prod-tab .nav-link {
    padding: 10px;
}

.nav.prod-tab {
    justify-content: center;
}

.prod-tab-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.prod-name {
    color: #136d51;
    font-size: 25px;
    font-weight: bold;
}

.prod-left span {
    color: #8a929b;
    padding: 10px 0px 20px;
    display: block;
}

.prod-play-btn {
    background: url(../images/prod/BUTTON_PLAY\ NOW.png) no-repeat;
    background-size: 100% 100%;
    width: 170px;
    height: 43px;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 12px 0px;
}

.prod-play-btn:hover {
    color: #ffe418;
}

.prod-right {
    position: relative;
}

.prod-icon-1 {
    position: absolute;
    bottom: 10%;
    left: -5%;
    animation: float 2s ease-in-out infinite;
}

.prod-icon-2 {
    position: absolute;
    top: 10%;
    right: 5%;
    animation: float 3s ease-in-out infinite;
}

/* end product page */

/* promotion page */
.promo-logo {
    margin: 0 auto;
    display: block;
    padding-top: 30px;
}

.promo-tab-wrap {
    padding-bottom: 4px;
    background: linear-gradient(to left, #81cea0 0%, #1c7e44 12%, #82d3a0 47%, #2e8a54 100%) left bottom no-repeat;
    background-size: 100% 11px;
    border-radius: 10px;
}

.promo-tab {
    background: linear-gradient(to bottom, #f7fbff 0%, #fff 100%);
    border-radius: 10px;
    box-shadow: #808ea8 2px 2px 8px -4px;
}

.promo-tab-title {
    color: #136d51;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
    padding: 15px 0px;
}

.promo-tab-title span {
    border-left: 5px solid #7cc595;
    display: block;
    padding: 0px 10px;
}

.nav-pills.promo-tab .nav-link {
    border-radius: 0px;
    color: #136d51;
}

.nav-pills.promo-tab .nav-link.active,
.nav-pills.promo-tab .show>.nav-link {
    background: linear-gradient(to right, #fff 0%, #d3e6e0 100%);
}

.promo-wrap .tab-content {
    padding-left: 40px;
}

.promo-inner-wrap{
    display: grid;
    grid-template-columns: 20% auto;
    align-items: flex-start!important;
}

.promo-banner {
    position: relative;
    padding-bottom: 15px;
}

.promo-banner img{
    width: 100%;
}

.promo-time {
    position: absolute;
    top: 5px;
    left: 15%;
    color: #616c76;
}

.promo-time span{
    color: #51c2a3;
}

.promo-btn {
    position: absolute;
    bottom: 40px;
    left: 30px;
    background: url(../images/promo/Button_Info.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    display: block;
    width: 123px;
    height: 29px;
    text-align: center;
    padding: 5px 0px;
}

.promo-btn:hover {
    color: #ffe418;
}

.promo-detail-time {
    padding-top: 20px;
    text-align: center;
}

.promo-time-title {
    color: #616c76;
    font-weight: bold;
    padding-bottom: 20px;
}

.promo-time-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.promo-day-box {
    background: url(../images/promo/Remaining\ Time_Frame_Date.png) no-repeat;
    background-size: 100% 100%;
    color: #51c2a3;
    font-size: 30px;
    font-weight: bold;
    height: 70px;
    padding: 20px 20px;
}

.promo-day-label {
    color: #808ea8;
    padding-top: 5px;
}

.promo-hour-box {
    background: url(../images/promo/Remaining\ Time_Frame_Time.png) no-repeat;
    background-size: 100% 100%;
    color: #51c2a3;
    font-size: 30px;
    font-weight: bold;
    width: 330px;
    height: 70px;
    padding: 20px 20px;
    display: flex;
    justify-content: space-around;
}

.promo-hour-box span {
    display: block;
}

.promo-hour-label {
    display: flex;
    justify-content: space-around;
    color: #808ea8;
    padding-top: 5px;
}

.promo-hour-label span:nth-child(2) {
    padding-right: 8px;
}

.promo-hour-label span:nth-child(3) {
    padding-right: 5px;
}

.promo-event {
    padding-bottom: 50px;
}

.promo-event-title {
    color: #136d51;
    font-weight: bold;
    border-left: 4px solid #136d51;
    padding-left: 5px;
    font-size: 16px;
    margin: 20px 0px;
}

.promo-event span {
    color: #808ea8;
}

.promo-table {
    text-align: center;
    padding-bottom: 4px;
    background: linear-gradient(to left, #81cea0 0%, #1c7e44 12%, #82d3a0 47%, #2e8a54 100%) left bottom no-repeat;
    background-size: 100% 11px;
    border-radius: 10px;
    margin-top: 20px;
    font-weight: bold;
}

.promo-table .table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #136d51;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 0px;
}

.promo-table .table th,
.promo-table .table td {
    border: 1px solid #136d51;
}

.promo-table .table th {
    color: #136d51;
    padding: 20px;
    font-weight: bold;
}

.promo-table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.promo-table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.promo-table tr:first-child td:first-child {
    border-bottom-left-radius: 10px;
}

.promo-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.promo-table thead {
    vertical-align: middle;
}

.promo-apply ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #808ea8;
}

.promo-apply li {
    padding-left: 1em;
    text-indent: -.7em;
    line-height: 1.5;
}

.promo-apply li::before {
    content: "• ";
    color: #136d51;
}

/* end promotion page */

/* vip page */
.vip-top {
    position: relative;
}

.vip-top-intro {
    position: absolute;
    top: 20%;
    left: 10%;
    max-width: 500px;
}

.vip-top-intro h5 {
    color: #b4e5d0;
    font-weight: bold;
    font-size: 30px;
}

.vip-top-intro p {
    color: #fff;
    line-height: 1.6;
}

.vip-top img {
    width: 100%;
}

.vip-table {
    background: url(../images/vip/VIP_Frame.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 5px;
    padding-bottom: 40px;
}

.vip-table img {
    padding: 10px;
}

.vip-green {
    background: #126e51;
    color: #fff;
}

.vip-table-label {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
}

.vip-table table td.vip-table-label {
    color: #000;
}

.vip-table table td {
    border: none;
    color: #808ea8;
}

.vip-table table tbody tr td:first-child {
    text-align: left;
    padding-left: 20px;
}

tr .vip-table-label.vip-pt-2 {
    padding-top: 20px;
}

/* end vip page */

/* afterlogin header */
.al-wrap {
    background: none;
    color: #214a3b;
    padding-left: 20px;
}

.al-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.al-wrap button {
    background: none;
    border: none;
}

.al-detail {
    text-align: left;
}

.al-name {
    font-weight: bold;
    display: block;
}

.al-num {
    font-weight: bold;
    color: #126e51;
    font-size: 16px;
    display: block;
}

.al-rank img {
    display: block;
}

.al-refresh {
    cursor: pointer;
}

.al-wrap .dropdown-toggle::after {
    content: none;
}

.al-wrap .dropdown-menu {
    padding-bottom: 4px;
    background: linear-gradient(to left, #81cea0 0%, #1c7e44 12%, #82d3a0 47%, #2e8a54 100%) left bottom no-repeat;
    background-size: 100% 11px;
    border-radius: 10px;
    border: none;
}

.al-dropdown-wrap {
    background: linear-gradient(to bottom, #f2f8ff 0%, #fff 100%) left bottom no-repeat;
    border-radius: 10px;
    border-top: 4px solid #fff;
    padding: 10px 0px;
}

.al-dropdown-div {
    border-bottom: 1px solid #e5e5e5;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.al-dropdown-top {
    display: flex;
    text-align: center;
}

.al-dropdown-top a {
    font-size: 12px;
    color: #000;
}

.al-dropdown-top a:hover {
    color: #136d51;
}

.al-dropdown-btm a {
    display: flex;
    align-items: center;
    padding: 10px 10px;
}

.al-dropdown-btm a:hover {
    background: linear-gradient(to right, #dbefe9 0%, #fff 100%);
}

.al-dropdown-btm a span {
    padding-left: 10px;
    font-weight: bold;
    color: #136d51;
    font-size: 13px;
}

.al-logout-btn {
    background: url(../images/header/afterlogin/Button_Logout.png) no-repeat;
    background-size: 100% 100%;
    color: #8a6012;
    font-weight: bold;
    display: block;
    padding: 10px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
}

a span.al-msg-num {
    background: url(../images/header/afterlogin/Unread\ Message_Icon.png) no-repeat;
    background-size: 100% 100%;
    padding: 1px 6px 1px 4px;
    margin-left: 5px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}

/* end afterlogin header */

/* slots detail page */
.index-wrap.slot-d {
    position: relative;
}

.slt-char {
    position: absolute;
    right: 10px;
    z-index: 0;
}

.slt-d-jackpot {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

.slt-jackpot-box {
    background: url(../images/slots-detail/JACKPOT_BOX.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #555455;
}

.slt-jackpot-dot {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #555455;
}

.slt-d-wrap {
    padding-bottom: 5px;
    background: linear-gradient(to left, #81cea0 0%, #1c7e44 12%, #82d3a0 47%, #2e8a54 100%) left bottom no-repeat;
    background-size: 100% 11px;
    position: relative;
    margin-top: 30px;
    border-radius: 10px;
}

.slt-d-inner-wrap {
    background: #f1f8ff;
    border-radius: 10px;
    box-shadow: #808ea8 2px 2px 8px -4px;
    padding: 10px 20px;
    border-top: 5px solid #fff;
}

.slot-swiper .swiper-button-next::after,
.slot-swiper .swiper-button-prev::after {
    content: "";
}

.slot-swiper .swiper-button-next {
    content: "";
    background: url(../images/slots-detail/ARROW_NEXT\ GAME.png) no-repeat;
    background-size: 100% 100%;
    width: 11px;
    height: 20px;
    color: transparent;
    z-index: 0;
    right: 0px;
    top: 45px;
}

.slot-swiper .swiper-button-prev {
    content: "";
    background: url(../images/slots-detail/ARROW_PREVIOUS\ GAME.png) no-repeat;
    background-size: 100% 100%;
    width: 11px;
    height: 20px;
    color: transparent;
    z-index: 0;
    left: 0px;
    top: 45px;
}

.slot-swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 0;
}

.swiper.slot-swiper {
    position: relative;
    text-align: center;
    padding: 10px 30px;
    z-index: 0;
}

.slt-active {
    display: none;
}

.slot-swiper .swiper-slide.active .slt-inactive {
    display: none;
}

.slot-swiper .swiper-slide.active .slt-active {
    display: block;
}

.slot-swiper .nav {
    flex-wrap: nowrap;
}

.slot-logo-wrap {
    display: flex;
    justify-content: center;
}

.slot-tab-wrap {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 10px;
}

.slot-tab-content .nav-pills .nav-link {
    color: #555455;
}

.slot-tab-content .nav-pills .nav-link.active,
.slot-tab-content .nav-pills .show>.nav-link {
    color: #136d51;
    border-bottom: 2px solid #136d51;
    background: none;
    border-radius: 0px;
}

.slt-inner-content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.slt-inner-box {
    background: url(../images/slots-detail/SLOT\ GAME_BOX.png) no-repeat;
    background-size: 100% 100%;
}

.slt-box-btm {
    padding: 5px 10px 10px 10px;
}

.slt-box-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px 10px 10px;
}

.slt-box-img {
    display: block;
    width: 100%;
    padding: 0px 10px;
}

.slt-box-prov {
    color: #fff;
    padding: 0px 15px;
    font-size: 11px;
}

.slot-search {
    position: relative;
    color: #dbdbdb;
}

.slot-search i {
    position: absolute;
    left: 10px;
    top: 11px;
}

.slot-search input {
    border: none;
    border-radius: 5px;
    box-shadow: inset #4d556d 2px 2px 8px -4px;
    padding: 10px 10px 10px 30px;
}

.slot-search input::placeholder {
    color: #dbdbdb;
}

.slt-pagination {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.slt-pagination .page-link {
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    background: #f7f7f7;
    color: #cecece;
    margin: 0px 10px;
}

.slt-pagination .page-item:first-child .page-link,
.slt-pagination .page-item:last-child .page-link {
    border: none;
    background: none;
}

.slt-pagination .page-link:hover,
.slt-pagination .page-link:active {
    border: 1px solid #136d51;
    color: #136d51;
}

/* end slots detail page */

/* afterlogin common part */
.wallet-body-main {
    display: grid;
    grid-template-columns: 20% 80%;
    padding: 0px 0px 45px;
}

.wallet-wrap {
    padding-bottom: 4px;
    background: linear-gradient(to left, #81cea0 0%, #1c7e44 12%, #82d3a0 47%, #2e8a54 100%) left bottom no-repeat;
    background-size: 100% 11px;
    border-radius: 10px;
}

.wallet-inner-wrap {
    background: linear-gradient(to bottom, #f7fbff 0%, #fff 100%);
    border-radius: 10px;
    border-top: 5px solid #fff;
}

.wallet-tab-title {
    color: #136d51;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
    padding: 15px 0px;
}

.wallet-tab-title span {
    border-left: 5px solid #7cc595;
    display: block;
    padding: 0px 10px;
}

.wallet-divider {
    border-bottom: 1px solid #f2f3f4;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.wallet-list {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.wallet-list span {
    color: #136d51;
    font-weight: bold;
    padding-left: 10px;
}

.wallet-list.active,
.wallet-list:hover {
    background: linear-gradient(to right, #fff 0%, #d3e6e0 100%);
}

.wallet-body-right {
    margin-left: 30px;
}

.wallet-info {
    background: url(../images/afterlogin/top/Header_Frame.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.wallet-pic {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wallet-avatar {
    position: relative;
}

.wallet-camera {
    position: absolute;
    right: -3px;
    bottom: 10px;
    cursor: pointer;
}

.wl-name {
    color: #136d51;
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.wl-num {
    color: #808ea8;
    padding-top: 5px;
    display: block;
}

.wallet-status {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.wallet-div-2 {
    border-right: 2px solid #c8c8c8;
    height: 30px;
}

.wallet-main-content {
    background: url(../images/deposit/DEPOSIT_Frame.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 0px;
    margin-top: 20px;
    position: relative;
}

.wallet-main-title {
    color: #616c76;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
    padding: 15px 5px;
    font-size: 16px;
    display: block;
}

.wallet-main-title span {
    border-left: 5px solid #7cc595;
    display: block;
    padding: 0px 10px;
}

/* end afterlogin common part */

/* deposit page */
.dep-wrap {
    padding: 10px 10px 0px 0px;
    margin-left: 30px;
    width: 87%;
}

.dep-tab {
    color: #616c76;
    border-bottom: 1px solid #bed0c8;
}

.dep-tab a {
    color: #616c76;
    margin-right: 20px;
    position: relative;
    line-height: 1.5;
}

.dep-tab a.active,
.dep-tab a:hover {
    color: #7cc595;
}

.dep-tab a.active::after,
.dep-tab a:hover::after {
    content: "";
    background: #7cc595;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 15%;
    width: 30%;
}

.dep-how-btn {
    position: absolute;
    right: 25px;
    top: 30px;
    padding: 5px 10px;
    border: 1px solid #136d51;
    color: #136d51;
    border-radius: 50px;
    cursor: pointer;
}

.online-bank-tab {
    padding-top: 20px;
}

.online-bank-tab .nav-link img {
    display: block;
    margin: 0 auto;
}

.online-bank-tab .nav-link span {
    padding-top: 5px;
    color: #616c76;
    display: block;
    font-size: 10px;
    max-height: 20px;
}

.online-bank-tab .nav-link.active span {
    color: #fff;
    text-shadow: 2px 2px 4px #434343;
}

.online-bank-tab .nav-pills .nav-link {
    background: url(../images/deposit/bank/Bank\ Button_Inactive.png) no-repeat;
    background-size: 100% 100%;
    margin: 0px 8px;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    width: 80px;
    height: 90px;
}

.online-bank-tab .nav-pills .nav-link.active,
.online-bank-tab .nav-pills .show>.nav-link {
    background: url(../images/deposit/bank/Bank\ Button_Active.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 15px;
}

.dep-bank-detail {
    padding: 20px 0px;
}

.dep-bank-box {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    width: 50%;
    padding-bottom: 10px;
    position: relative;
}

.dep-bank-label {
    color: #616c76;
}

.dep-bank-fill {
    font-weight: bold;
}

.dep-wallet-btn {
    background: url(../images/deposit/BUTTON_MAIN\ WALLET.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 103px;
    height: 32px;
    padding: 7px;
    text-align: center;
    color: #fff;
}

.dep-bank-box input {
    color: #cecece;
    padding: 10px;
    border-radius: 5px;
    line-height: 1.2;
    font-size: 15px;
    border: none;
    box-shadow: inset #4d556d 2px 2px 8px -4px;
}

.dep-bank-box select {
    padding: 10px;
    border-radius: 5px;
    line-height: 1.2;
    font-size: 15px;
    border: none;
    box-shadow: inset #4d556d 2px 2px 8px -4px;
}

.dep-bank-box input::placeholder {
    color: #cecece;
}

.dep-upload {
    box-shadow: inset #4d556d 2px 2px 8px -4px;
    border-radius: 5px;
    padding: 10px;
    color: #cecece;
}

.dep-bank-box button {
    position: absolute;
    top: 6px;
    right: 6px;
    background: url(../images/deposit/BUTTON_UPLOAD.png) no-repeat;
    background-size: 100% 100%;
    padding: 5px 10px;
    border: none;
    color: #fff;
}

.dep-bank-box button:hover {
    color: #ffe418;
}

.dep-submit-btn {
    background: url(../images/deposit/BUTTON_SUBMIT.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px;
    width: 117px;
    height: 38px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.dep-submit-btn:hover {
    color: #ffe418;
}

.dep-info {
    padding: 30px 0px 20px 0px;
}

.dep-info h5 {
    font-weight: bold;
    font-size: 16px;
}

.dep-info ol {
    color: #616c76;
    padding-left: 15px;
}

.dep-info ol li {
    line-height: 1.4;
}

.dep-info ol li span {
    color: #7cc595;
    font-weight: bold;
}

#how-dep-modal .modal-dialog {
    max-width: 900px;
}

#how-dep-modal .modal-content {
    background: url(../images/deposit/Tutorial_Deposit/How\ to\ Deposit_Frame.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    border: none;
    border-radius: 12px;
}

.how-dep-header {
    padding: 10px;
    background: linear-gradient(to right, #60e699 0%, #31a859 50%, #1f8e4e 100%);
    border-radius: 10px 10px 0px 0px;
}

.how-dep-header h5 {
    color: #fff;
    text-shadow: 2px 2px 4px #434343;
    text-align: center;
    margin: 0px;
}

.how-dep-header .btn-close {
    position: absolute;
    top: 0px;
    right: 10px;
    background: none;
    font-size: 25px;
    color: #fff;
    text-shadow: 2px 2px 4px #434343;
}

.how-dep-content .dropdown-toggle {
    background: linear-gradient(to bottom, #fff 0%, #f4f9fe 100%);
    box-shadow: #4d556d 2px 2px 4px -4px;
    width: 250px;
    text-align: left;
    position: relative;
}

.how-dep-content .dropdown-toggle::after {
    position: absolute;
    right: 9px;
    top: 6px;
    content: "\f105";
    font-family: FontAwesome;
    color: #000;
    border: none;
}

.how-dep-content .dropdown-menu {
    width: 250px;
}

.how-dep-content .dropdown-menu .nav-link {
    padding: 10px;
    color: #136d51;
}

.how-dep-content .dropdown-item.active,
.how-dep-content .dropdown-item:active {
    background: #136d51;
    color: #fff;
    border-radius: 0px;
}

.how-dep-detail {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.how-dep-detail .nav {
    margin-left: 20px;
    position: relative;
    width: 20%;
}

.how-dep-detail .nav-pills .nav-link {
    background: url(../images/deposit/Tutorial_Deposit/Button_Step_Inactive.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
    color: #808ea8;
    width: 100%;
    font-size: 14px;
}

.how-dep-detail .nav-pills .nav-link.active,
.how-dep-detail .nav-pills .show>.nav-link {
    background: url(../images/deposit/Tutorial_Deposit/Button_Step_Active.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.dep-step-arrow {
    display: none;
}

.how-dep-detail .nav-pills .nav-link.active .dep-step-arrow {
    display: block;
    position: absolute;
    left: -15px;
}

.dep-detail-wrap {
    padding: 20px;
    max-width: 80%;
    margin: 0 auto;
}

.step-nav {
    display: flex;
    padding: 0;
    margin: auto;
    list-style: none;
    justify-content: space-between;
    border-bottom: 0;
}

.step-nav li {
    position: relative;
}

.step-nav li:nth-child(1):before {
    content: "";
    width: 680px;
    height: 2px;
    background: #ebedef;
    position: absolute;
    top: 39%;
    left: 67%;
}

.step-nav.nav-pills a.nav-link {
    background: none;
    text-align: center;
}

.step-nav.nav-pills .nav-link span {
    color: #585858;
    display: block;
    font-weight: bold;
}

.step-nav.nav-pills .nav-link.active span,
.step-nav.nav-pills .show>.nav-link span {
    color: #136d51;
}

.dep-detail-num {
    text-align: center;
    padding: 20px 0px;
    border-bottom: 2px solid #e5e5e5;
}

.dep-detail-num h5 {
    font-weight: bold;
    font-size: 30px;
}

.dep-detail-num span {
    color: #808ea8;
}

.dep-detail-btm {
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.dep-detail-box {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    padding-bottom: 15px;
    position: relative;
    text-wrap: nowrap;
    line-height: 1.5;
}

.dep-bank-red {
    color: red;
}

.dep-btm-right {
    margin-left: auto;
    margin-right: 0;
}

.dep-btm-right .dep-detail-box div:nth-child(2) {
    padding-left: 70px;
}

.dep-bank-content {
    position: relative;
}

.dep-copy {
    position: relative;
}

.dep-copy input {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 60px;
    font-weight: bold;
    color: #000;
}

.crypto-qr {
    background: url(../images/deposit/QR_Frame.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
}

.crypto-qr span {
    color: #616c76;
    text-align: center;
    display: block;
    font-size: 12px;
    padding-top: 10px;
}

/* end deposit page */

/* withdrawal page */
.withdraw-wrap {
    display: grid;
    grid-template-columns: 65% 35%;
    padding: 20px 40px;
}

.wd-addbank {
    text-align: center;
    margin: auto;
}

.wd-addbank span {
    display: block;
    padding: 10px 0px 20px;
}

.wd-add-btn {
    background: url(../images/withdrawal/BUTTON_Add.png) no-repeat;
    background-size: 100% 100%;
    width: 117px;
    height: 38px;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    text-shadow: 2px 2px 4px #434343;
    cursor: pointer;
}

.wd-add-btn:hover {
    color: #ffe418;
}

.wd-wallet-wrap {
    padding-bottom: 4px;
    background: linear-gradient(to left, #addccc 0%, #c8e2d3 12%, #cae0d3 47%, #bde0d0 100%) left bottom no-repeat;
    background-size: 100% 11px;
    border-radius: 10px;
    display: block;
}

.wd-wallet-inner-wrap {
    background: #fff;
    border-radius: 10px;
    box-shadow: #808ea8 2px 2px 8px -4px;
    padding: 10px;
}

.main-wallet-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.main-wal-title {
    display: flex;
    align-items: center;
    color: #126e51;
}

.main-wal-title span {
    color: #126e51;
    font-weight: bold;
    padding-left: 10px;
}

.main-wal-amt {
    color: #136d51;
    font-weight: bold;
    padding-top: 5px;
}

.retrieve-btn {
    background: url(../images/withdrawal/Button_Retrive\ All.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 5px 10px;
}

.retrieve-btn:hover {
    color: #ffe418;
}

.main-wallet-body {
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.main-wallet-list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.mw-prov {
    color: #808ea8;
}

.mw-num {
    font-weight: bold;
}

.mw-num.red {
    color: red;
}

.mw-readmore {
    text-align: center;
}

.main-wallet-btm {
    padding-top: 15px;
}

#add-bank-modal .modal-dialog {
    max-width: 500px;
}

#add-bank-modal .modal-content {
    background: url(../images/withdrawal/add-bank/Add\ Bank\ Details_FrAME.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 105%;
    border: none;
    border-radius: 12px;
}

.add-bank-content {
    padding: 15px 0px;
}

.add-bank-box {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    padding-bottom: 15px;
}

.add-bank-box input {
    color: #cecece;
    padding: 10px;
    border-radius: 5px;
    line-height: 1.2;
    font-size: 15px;
    border: none;
    box-shadow: inset #4d556d 2px 2px 8px -4px;
    position: relative;
}

.add-bank-box select {
    padding: 10px;
    border-radius: 5px;
    line-height: 1.2;
    font-size: 15px;
    border: none;
    box-shadow: inset #4d556d 2px 2px 8px -4px;
}

.add-bank-content .dep-info {
    padding: 10px 0px;
}

.add-bank-content .dep-info h5 {
    font-size: 16px;
}

.add-bank-btn {
    background: url(../images/withdrawal/add-bank/Button_Add.png) no-repeat;
    background-size: 100% 100%;
    width: 300px;
    height: 43px;
    margin: 0 auto;
    padding: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 4px #434343;
    cursor: pointer;
    display: block;
}

.add-bank-btn:hover {
    color: #ffe418;
}

#add-success-modal .modal-dialog {
    max-width: 400px;
}

#add-success-modal .modal-content {
    background: url(../images/withdrawal/add-bank/Frame.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    border: none;
    border-radius: 12px;
    position: relative;
}

#add-success-modal .btn-close {
    position: absolute;
    top: 0px;
    right: 10px;
    background: none;
    font-size: 25px;
    color: #000;
    text-shadow: 2px 2px 4px #434343;
    z-index: 1;
}

.add-success-icon {
    position: absolute;
    top: -26%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.add-success-content {
    text-align: center;
    padding: 15% 0px 20px;
}

.success-status {
    color: #51ad7d;
    font-size: 18px;
    font-weight: bold;
}

.add-success-content span {
    color: #888888;
    display: block;
    padding: 20px 0px 40px;
}

#how-wd-modal .modal-dialog {
    max-width: 900px;
}

#how-wd-modal .modal-content {
    background: url(../images/withdrawal/how/How\ to\ Withdraw_Frame.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    border: none;
    border-radius: 12px;
}

.wd-after-addbank p {
    color: #616c76;
}

.wd-card {
    position: relative;
    cursor: pointer;
}

.wd-card-name {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 11px;
}

.wd-card-name img {
    border-radius: 20px;
    max-width: 25px;
    padding-right: 5px;
}

.wd-card-type {
    position: absolute;
    top: 30px;
    left: 40px;
    color: #fff;
    font-size: 10px;
}

.wd-card-num {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 40px;
    text-shadow: 1px 1px 1px #434343;
}

.wd-card-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.wd-card-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 0px 10px;
}

.wd-card-add {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #bcc0d1;
    font-size: 13px;
    gap: 5px;
}

.wd-card-dlt {
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
}

.dep-bank-box.wd {
    width: 70%;
    padding-bottom: 5px;
}

.wd .dep-copy input {
    font-weight: normal;
}

.wd-bal {
    color: #808ea8;
    font-size: 12px;
}

#wd-confirm-modal .modal-dialog {
    max-width: 600px;
}

#wd-confirm-modal .modal-content {
    background: url(../images/withdrawal/pin/Frame.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    border: none;
    border-radius: 12px;
    position: relative;
}

.wd-confirm-content {
    padding: 0px 30px;
}

.wd-confirm-content h5 {
    color: #888888;
    display: block;
    font-size: 15px;
    padding: 10px 0px;
}

.wd-pin {
    display: flex;
    justify-content: space-between;

}

.wd-pin input {
    background: url(../images/withdrawal/pin/Pin\ Number_Frame.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    height: 57px;
    width: 57px;
    padding: 0px 20px;
    font-size: 30px;
}

.wd-pin input:focus {
    outline: none !important;
    border: none;
}

.wd-confirm-btn {
    background: url(../images/withdrawal/pin/Button_Submit.png) no-repeat;
    background-size: 100% 100%;
    padding: 12px;
    width: 126px;
    height: 42px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 20px auto 10px;
}

.wd-confirm-btn:hover {
    color: #ffe418;
}

.wd-bank-label {
    color: #616c76;
    display: flex;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wd-detail-box {
    display: grid;
    grid-template-columns: 40% 60%;
    padding-bottom: 15px;
    position: relative;
    text-wrap: nowrap;
    line-height: 1.5;
}

#wd-dlt-modal .modal-dialog {
    max-width: 600px;
}

#wd-dlt-modal .modal-content {
    background: url(../images/withdrawal/delete-bank/Delete\ Bank\ Details_Frame.png) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    border: none;
    position: relative;
}

.wd-confirm-content {
    text-align: center;
}

.wd-dlt-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.wd-dlt-btn {
    background: url(../images/withdrawal/delete-bank/Button_Confirm.png) no-repeat;
    background-size: 100% 100%;
    padding: 12px;
    width: 122px;
    height: 42px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: block;
}

.wd-dlt-btn.cancel {
    background: url(../images/withdrawal/delete-bank/Button_Cancel.png) no-repeat;
    color: #616c76;
}

.wd-dlt-btn:hover {
    color: #ffe418;
}

.wd-dlt-btn.cancel:hover {
    color: #136d51;
}

/* end withdrawal page */

/* transfer page  */
.transfer-wrap {
    padding: 10px 10px 0px 0px;
    margin-left: 30px;
    width: 87%;
}

.tf-wallet {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #888888;
    padding-bottom: 20px;
}

.tf-wallet-amt {
    color: #126e51;
    font-weight: bold;
}

.tf-retrieve-btn {
    padding: 5px 10px;
    border: 1px solid #136d51;
    color: #7cc595;
    border-radius: 50px;
    cursor: pointer;
}

.tf-step {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tf-select-box {
    position: relative;
    width: 100%;
}

.tf-select-box select:active,
.tf-select-box select:focus {
    border-color: transparent;
    box-shadow: none;
}

.tf-select-box i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #855b0c;
}

.tf-select-box select option {
    color: #888888;
}

.tf-select-box select {
    border: none;
    box-shadow: #808ea8 2px 2px 8px -4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tf-from {
    background: url(../images/transfer/Button_Transfer\ From.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    color: #855b0c;
    font-weight: bold;
}

.tf-to {
    background: url(../images/transfer/Button_Transfer\ To.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    color: #616c76;
    font-weight: bold;
}

.tf-step span {
    white-space: nowrap;
}

.tf-step input {
    color: #cecece;
    padding: 10px;
    border-radius: 5px;
    line-height: 1.2;
    font-size: 15px;
    border: 1px solid transparent;
    box-shadow: inset #4d556d 2px 2px 8px -4px;
}

.tf-step input::placeholder {
    color: #dbdbdb;
}

.tf-step input:active,
.tf-step input:focus {
    outline: none !important;
    border: 1px solid red;
}

.tf-step input:focus::placeholder {
    color: red;
}

.tf-submit-btn {
    background: url(../images/transfer/Button_Submit.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 10px 40px;
    cursor: pointer;
}

.tf-submit-btn:hover {
    color: #ffe418;
}

.tf-prov-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 20px 0px;
}

.tf-prov-box {
    border: 1px solid #90b8ab;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin: 10px;
}

.tf-prov-name {
    display: block;
    color: #888888;
    text-align: center;
}

.tf-prov-amt {
    color: #000;
    font-weight: bold;
    padding-top: 5px;
}

.tf-prov-amt.red {
    color: red;
}

.tf-modal .modal-dialog {
    max-width: 400px;
}

.tf-modal .modal-content {
    background: url(../images/transfer/Transfer_Pop\ Up_Frame.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    border: none;
    border-radius: 12px;
    position: relative;
}

.tf-modal .btn-close {
    position: absolute;
    top: 0px;
    right: 10px;
    background: none;
    font-size: 25px;
    color: #000;
    text-shadow: 2px 2px 4px #434343;
    z-index: 1;
}

.tf-success-content {
    text-align: center;
    padding: 15% 0px 20px;
}

.tf-success-detail {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.tf-success-name {
    color: #888888;
}

.tf-success-btn {
    display: flex;
    justify-content: center;
    padding: 20px 0px 10px;
}

.tf-play-btn {
    background: url(../images/transfer/Button_Play\ Now_Deposit\ Now.png) no-repeat;
    background-size: 100% 100%;
    width: 157px;
    height: 54px;
    margin: 0 auto;
    padding: 17px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: block;
}

.tf-play-btn:hover {
    color: #ffe418;
}

.tf-later-btn {
    background: url(../images/transfer/Button_Later.png) no-repeat;
    background-size: 100% 100%;
    width: 157px;
    height: 54px;
    margin: 0 auto;
    padding: 17px;
    color: #888888;
    text-align: center;
    cursor: pointer;
    display: block;
}

.tf-fail-note {
    color: #888888;
    display: block;
    padding: 20px 0px 40px;
}

.success-status.fail {
    color: #df6a6c;
}

/* end transfer page  */

/* history page */
.history-wrap {
    padding: 10px 10px 30px 0px;
    margin-left: 30px;
    width: 87%;
}

.his-box {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
}

.his-type .nav-tabs {
    border-bottom: none;
}

.his-type .nav-tabs .nav-link {
    border: none;
    color: #616c76;
    background: #f7f8f9;
    color: #616c76;
    border-bottom: 1px solid #bcdacd;
    border-radius: 10px;
    padding: 8px 10px;
    box-shadow: #136d51 2px 2px 8px -4px;
    margin: 0px 5px;
}

.his-type .nav-tabs .nav-link:first-child {
    margin-left: 0px;
}

.his-type .nav-tabs .nav-item.show .nav-link,
.his-type .nav-tabs .nav-link.active,
.his-type .nav-tabs .nav-link:hover {
    border: none;
    color: #36ba72;
    font-weight: bold;
    background: none;
    background: linear-gradient(to bottom, #4fc58b 0%, #1e9252 12%, #1d8f4d 50%, #76ba93 100%);
    box-shadow: #136d51 2px 2px 8px -4px;
    color: #fff;
}

.his-box input[type="date"] {
    width: 40%;
    padding: 10px;
    border-radius: 5px;
    line-height: 1.2;
    font-size: 15px;
    border: none;
    box-shadow: inset #4d556d 2px 2px 8px -4px;
}

.his-table {
    margin-top: 20px;
    border: 1px solid #abbfb2;
    border-radius: 10px;
    text-align: center;
}

.his-table table {
    margin-bottom: 0px;
}

.his-table tr th {
    vertical-align: middle;
    border: none;
}

.his-table thead tr th {
    font-weight: normal;
    background: #dceee4;
    color: #616c76;
}

.his-table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.his-table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.his-table tr:first-child td:first-child {
    border-bottom-left-radius: 10px;
}

.his-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.his-table-date {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.his-table tbody tr td {
    border: none;
}

.his-table tbody tr td.his-no-data {
    padding: 30px 0px;
}

.his-red {
    color: red;
}

.his-success {
    background: url(../images/history/Status_Success.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 3px 0px;
    width: 66px;
    height: 24px;
    margin: auto;
}

.his-fail {
    background: url(../images/history/Status_Failed.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 3px 0px;
    width: 66px;
    height: 24px;
    margin: auto;
}

.his-process {
    background: url(../images/history/Status_Process.png) no-repeat;
    background-size: 100% 100%;
    color: #855b0c;
    padding: 3px 0px;
    width: 66px;
    height: 24px;
    margin: auto;
}

.wallet-main-title.his span {
    border-left: transparent;
}

.step-nav.his-tf-step {
    width: 50%;
}

.step-nav.his-tf-step li:nth-child(1):before {
    width: 280px;
}

/* end history page */

/* betting records page */
.bet-wrap {
    padding: 10px 10px 30px 0px;
    margin-left: 30px;
    width: 87%;
}

.bet-box {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
}

.bet-box select {
    width: 40%;
    padding: 10px;
    border-radius: 5px;
    line-height: 1.2;
    font-size: 15px;
    border: none;
    box-shadow: inset #4d556d 2px 2px 8px -4px;
    color: #cecece;
}

.bet-box select option {
    color: #616c76;
}

.bet-list {
    background: url(../images/betting/Side\ Bar.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 80px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.bet-list-box {
    text-align: center;
}

.bet-label {
    color: #808ea8;
    padding-bottom: 5px;
    display: block;
}

.bet-num {
    font-weight: bold;
    font-size: 16px;
}

.bet-num.green,
.bet-table-green {
    color: #136d51;
}

.bet-table-red {
    color: red;
}

/* end betting records page */

/* profile page */
.profile-wrap {
    padding: 10px 10px 30px 0px;
    margin-left: 30px;
    width: 87%;
}

.dep-bank-box input.profile-form {
    color: #616c76;
}

.gender-btn-wrap {
    display: flex;
    gap: 20px;
}

.gender-btn {
    background: url(../images/profile/Gender_Inactive.png) no-repeat;
    background-size: 100% 100%;
    color: #cecece;
    padding: 7px 0px;
    width: 103px;
    height: 32px;
    text-align: center;
}

.gender-btn:active,
.gender-btn:focus,
.gender-btn:hover {
    background: url(../images/profile/Gender_Active.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.pf-remark {
    cursor: pointer;
}

#pf-remark-modal .modal-dialog {
    max-width: 500px;
}

#pf-remark-modal .modal-content {
    background: url(../images/profile/remark/Delete\ Bank\ Details_Frame.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 115%;
    border: none;
    border-radius: 12px;
}

.pf-remark-content {
    text-align: center;
}

.pf-remark-content span {
    color: #888888;
    display: block;
    padding: 10px 0px 20px;
}

.pf-got-btn {
    background: url(../images/profile/remark/Button_Confirm@2x.png) no-repeat;
    background-size: 100% 100%;
    width: 122px;
    height: 42px;
    margin: 0 auto;
    padding: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 4px #434343;
    cursor: pointer;
    display: block;
}

.pf-got-btn:hover {
    color: #ffe418;
}

#avatar-modal .modal-dialog {
    max-width: 500px;
}

#avatar-modal .modal-content {
    background: url(../images/profile/avatar/Select\ Avatar_Frame.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 110%;
    border: none;
    border-radius: 12px;
}

.avatar-content {
    padding: 20px 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.avatar-box {
    position: relative;
    text-align: center;
}

.avatar-tick {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
}

/* end profile page */

/* inbox page */
.msg-wrap {
    padding: 10px 10px 0px 0px;
    margin: 0px 30px;
    min-height: 550px;

}

.msg-tab-wrap {
    display: flex;
    justify-content: space-between;
    color: #616c76;
    border-bottom: 1px solid #bed0c8;
}

.msg-tab-right {
    display: flex;
    gap: 15px;
    align-items: center;
}

.msg-tab-right a {
    color: #616c76;
    display: flex;
    align-items: center;
    gap: 5px;
}

.msg-tab-right a:hover {
    color: #32ab5c;
}

.msg-tab-right a:hover img {
    filter: invert(59%) sepia(9%) saturate(3097%) hue-rotate(88deg) brightness(92%) contrast(80%);
}

.msg-tab-wrap .nav-tabs {
    border: none;
}

.msg-tab-wrap .nav-tabs .nav-link {
    border: none;
    color: #616c76;
}

.msg-tab-wrap .nav-tabs .nav-item.show .nav-link,
.msg-tab-wrap .nav-tabs .nav-link.active {
    background: transparent;
    color: #32ab5c;
}

.msg-tab-wrap .nav-tabs .nav-link:hover {
    color: #32ab5c;
}

.msg-tab-wrap button {
    position: relative;
}

.msg-tab-wrap button.active::after,
.msg-tab-wrap button:hover::after {
    content: "";
    background: #32ab5c;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 6%;
    width: 45%;
}

.msg-tab-content {
    padding-top: 20px;
}

.msg-tab-box {
    gap: 10px;
    padding: 10px 0px 15px;
    border-bottom: 1px solid #bed0c8;
}

.msg-tab-box.edit {
    display: grid;
    grid-template-columns: 2% auto;
    align-items: center;
}

.msg-tab-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.msg-left-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.msg-icon {
    position: relative;
}

.msg-red-dot {
    position: absolute;
    right: -2px;
    top: -2px;
}

.msg-title {
    color: #136d51;
    font-weight: bold;
}

.msg-text {
    color: #616c76;
    font-size: 13px;
    padding-top: 5px;
    max-width: 700px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.msg-tab-date {
    color: #616c76;
    font-size: 13px;
}

.unread {
    filter: opacity(50%);
}

.msg-no-more {
    text-align: center;
    padding: 30px 0px;
    color: #616c76;
}

.msg-checkbox {
    position: relative;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: 15px;
    width: 15px;
    color: rgb(97, 97, 97);
}

.msg-checkbox::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #616c76;
    border-radius: 2px;
    box-shadow: none;
}

.msg-checkbox:checked::after {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    left: 0px;
    top: 0px;
    text-align: center;
    background-color: transparent;
    font-size: 10px;
    height: 15px;
    width: 15px;
    content: "\f00c";
    font-family: FontAwesome;
    background-color: rgb(67, 176, 42);
    border: 1px solid #616c76;
    color: #fff;
}

.msg-checkbox-1 {
    position: relative;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: 15px;
    width: 15px;
    color: rgb(97, 97, 97);
    appearance: none;
    -webkit-appearance: none;
}

.msg-checkbox-1::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #616c76;
    border-radius: 50px;
    box-shadow: none;
}

.msg-checkbox-1:checked::after {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    left: 0px;
    top: 0px;
    text-align: center;
    background-color: transparent;
    font-size: 6px;
    height: 16px;
    width: 16px;
    content: "\f111";
    font-family: FontAwesome;
    background-color: rgb(67, 176, 42);
    border: 1px solid rgb(55, 148, 36);
    color: #fff;
    border-radius: 50px;
}

.msg-select-all {
    display: flex;
    align-items: center;
    gap: 5px;
}

a.msg-submit-btn {
    background: url(../images/inbox/Button_Submit.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    padding: 3px 12px;
    color: #fff;
    display: block;
}

a.msg-submit-btn:hover {
    color: #ffe418;
}

.msg-dlt {
    cursor: pointer;
}

#msg-dlt-modal .modal-dialog {
    max-width: 500px;
}

#msg-dlt-modal .modal-content {
    background: url(../images/inbox/delete/Delete\ Bank\ Details_Frame.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 110%;
    border: none;
    border-radius: 12px;
}

.msg-dlt-content {
    text-align: center;
}

.msg-dlt-content h5 {
    color: #888888;
    display: block;
    font-size: 15px;
    padding: 10px 0px;
}

.msg-detail-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #949595;
    padding-bottom: 15px;
}

.msg-detail-info h5 {
    color: #136d51;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 3px;
}

.msg-detail-info span {
    color: #bcc0d1;
    font-size: 13px;
}

.msg-detail-icon {
    display: flex;
    align-items: center;
    gap: 30px;
}

.msg-detail-icon a {
    color: #616c76;
    display: flex;
    align-items: center;
    gap: 5px
}

.msg-detail-icon a:hover {
    color: #32ab5c;
}

.msg-detail-icon a:hover img {
    filter: invert(59%) sepia(9%) saturate(3097%) hue-rotate(88deg) brightness(92%) contrast(80%);
}

.msg-detail-content {
    padding: 30px 0px 20px;
}

.msg-detail-content p {
    color: #808ea8;
}

.msg-space {
    text-indent: 30px;
}

/* end inbox page */

/* bank page */
.bank-wrap {
    padding: 10px 10px 30px 0px;
    margin-left: 30px;
    width: 87%;
}

.his-table.bank {
    margin-top: 0px;
}

.his-table.bank tr:first-child th:first-child {
    text-align: left;
    padding-left: 50px;
}

.his-table.bank tr td:first-child {
    padding-left: 20px;
}

.bank-table-left {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* end bank page */

/* security page */
.security-wrap {
    padding: 10px 10px 30px 0px;
    margin-left: 30px;
    width: 87%;
    min-height: 400px;
}

.sec-tab-content {
    padding-top: 20px;
}

.sec-pass-icon {
    position: absolute;
    right: 10px;
    top: 7px;
}

/* end security page */

/* referral page */
.ref-wrap {
    padding: 10px 10px 30px 0px;
    margin-left: 30px;
    width: 87%;
    min-height: 400px;
}

.ref-qr {
    position: relative;
    background: url(../images/referral/QR_FRAME.png) no-repeat;
    background-size: 100%;
    width: 221px;
    height: 254px;
    text-align: center;
}

.ref-qr-img {
    padding-top: 20px;
    margin: auto;
    left: 0;
    right: 0;
}

.ref-dl-btn {
    display: block;
    background: url(../images/referral/Button_Download.png) no-repeat;
    background-size: 100%;
    width: 160px;
    height: 28px;
    margin: 20px auto;
    padding: 5px;
    color: #fff;
}

.dep-bank-box.ref-copy-box button {
    background: none;
    top: 4px;
}

.dep-bank-box.ref-qr-box {
    align-items: initial;
}

/* end referral page */

/* about us page */
.abt-menu {
    color: #616c76;
    border-bottom: 1px solid #bed0c8;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 60px;
}

.abt-menu a {
    color: #616c76;
    font-weight: bold;
    position: relative;
    line-height: 1.5;
}

.abt-menu a.active,
.abt-menu a:hover {
    color: #5abc7a;
}

.abt-menu a:hover img {
    filter: invert(58%) sepia(64%) saturate(378%) hue-rotate(86deg) brightness(91%) contrast(94%);
}

.abt-menu a.active:hover img {
    filter: none;
}

.abt-menu a.active::after,
.abt-menu a:hover::after {
    content: "";
    background: #5abc7a;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 4%;
    width: 50%;
}

.abt-menu span {
    display: block;
    padding-top: 5px;
}

.abt-logo {
    text-align: center;
    padding: 40px 0px;
}

.abt-logo span {
    font-weight: bold;
    display: block;
    font-size: 20px;
    padding-top: 5px;
}

.abt-content p {
    color: #808ea8;
}

/* end about us page */

/* tnc page */
.tnc-menu {
    padding-top: 30px;
}

.tnc-menu .nav-tabs {
    justify-content: center;
    border-bottom: none;
    border: 2px solid #50a576;
    border-radius: 20px;
    width: 40%;
    margin: auto;
}

.tnc-menu .nav-tabs .nav-link {
    color: #50a576;
    width: 50%;
    font-weight: bold;
    border-radius: 20px;
}

.tnc-menu .nav-tabs .nav-link:focus,
.tnc-menu .nav-tabs .nav-link:hover {
    background: transparent;
    border-color: transparent;
    color: #136d51;
}

.tnc-menu .nav-tabs .nav-item.show .nav-link,
.tnc-menu .nav-tabs .nav-link.active {
    background: linear-gradient(to bottom, #96dab8 0%, #57af7e 20%, #1a8c4b 40%, #1d8b4c 100%);
    padding: 10px;
    color: #fff;
    border: none;
}

.tnc-tab-content {
    padding-top: 20px;
    min-height: 500px;
    color: #808ea8;
    line-height: 1.4;

}

.tnc-title {
    color: #136d51;
    font-weight: bold;
    padding: 15px 5px;
    font-size: 18px;
    display: block;
}

.tnc-title span {
    border-left: 5px solid #136d51;
    display: block;
    padding: 0px 10px;
}

/* end tnc page */

/* faq page */
.tnc-menu.faq .nav-tabs {
    width: 60%;
}

.tnc-menu.faq .nav-tabs .nav-link {
    width: 20%;
}

.tnc-tab-content p {
    color: #136d51;
    font-size: 16px;
    font-weight: bold;
}

/* end faq page */

/* banking page */
.promo-table.banking tr:first-child td:first-child {
    border-bottom-left-radius: 0px
}

.promo-table.banking tr:last-child td:last-child {
    border-bottom-right-radius: 0px;
}

.banking-how-dep .nav {
    position: relative;
    align-items: center;
    padding: 20px 0px 20px;
}

.banking-how-dep .nav-pills .nav-link {
    background: url(../images/help/banking/Button_Step_Inactive.png) no-repeat;
    background-size: 100% 100%;
    color: #808ea8;
    font-size: 14px;
    width: 150px;
}

.banking-how-dep .nav-pills .nav-link.active,
.banking-how-dep .nav-pills .show>.nav-link {
    background: url(../images/help/banking/Button_Step_Active.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.banking-arrow {
    padding: 0px 10px;
}

.banking-how-dep .tab-content img {
    width: 100%;
}

/* end banking page */

/* contact us page */
.contact-wrap {
    padding-bottom: 5px;
    background: linear-gradient(to left, #81cea0 0%, #1c7e44 12%, #82d3a0 47%, #2e8a54 100%) left bottom no-repeat;
    background-size: 100% 11px;
    position: relative;
    margin-top: 30px;
    border-radius: 10px;
}

.contact-inner-wrap {
    background: linear-gradient(to bottom, #f7fbff 0%, #fff 100%);
    border-radius: 10px;
    box-shadow: #808ea8 2px 2px 8px -4px;
    padding: 10px 0px;
    border-top: 5px solid #fff;
}

.contact-title {
    color: #136d51;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
    padding: 0px 0px 15px;
    font-size: 16px;
    display: block;
}

.contact-title span {
    border-left: 5px solid #7cc595;
    display: block;
    padding: 0px 10px;
}

.contact-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 10px 20px;
    width: 50%;
}

.contact-inner-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-detail h5 {
    font-size: 16px;
    color: #888888;
}

.contact-detail span {
    font-weight: bold;
}

.contact-cs-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
}

.contact-cs-detail p {
    color: #136d51;
    font-style: italic;
}

.contact-chat-btn {
    background: url(../images/help/contact/Button_Chat\ Now.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 25px;
    color: #fff;
}

.contact-chat-btn:hover {
    color: #ffe418;
}

/* end contact us page */

/* afterlogin vip page */
.my-vip-wrap {
    padding-bottom: 5px;
    background: linear-gradient(to left, #81cea0 0%, #1c7e44 12%, #82d3a0 47%, #2e8a54 100%) left bottom no-repeat;
    background-size: 100% 11px;
    position: relative;
    margin-top: 30px;
    border-radius: 10px;
    margin: 30px 5px 0px;
}

.my-vip-inner-wrap {
    background: linear-gradient(to bottom, #f7fbff 0%, #fff 100%);
    border-radius: 10px;
    box-shadow: #808ea8 2px 2px 8px -4px;
    padding: 10px 0px;
    border-top: 5px solid #fff;
}

.my-vip-title {
    color: #616c76;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
    padding: 10px 0px;
    font-size: 16px;
    display: block;
}

.my-vip-title span {
    border-left: 5px solid #7cc595;
    display: block;
    padding: 0px 10px;
}

.my-vip {
    padding: 10px 10px 20px 0px;
    margin: 0px 30px;
}

.my-vip-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.my-vip a {
    color: #808ea8;
}

.my-vip a:hover {
    color: #136d51;
}

.my-vip-status {
    color: #808ea8;
}

.my-vip-status span {
    color: #136d51;
    font-weight: bold;
}

.my-vip-level {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 5px;
}

.my-vip-bar {
    position: relative;
}

.my-vip-dot {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 3px 5px;
    gap: 1px;
}

.my-vip-bar-num {
    position: absolute;
    top: -20px;
    left: 16%;
    text-align: center;
    line-height: 0.5;
}

.my-vip-bar-num span {
    font-size: 13px;
    display: block;
    font-weight: bold;
}

.my-vip-bar-num i {
    color: #36ba72;
}

.my-vip-note {
    color: #808ea8;
    text-align: center;
}

.my-vip-note span {
    color: red;
    font-weight: bold;
}

.vip-pri-wrap {
    padding: 10px 10px 30px 0px;
    margin-left: 30px;
    width: 87%;
    min-height: 400px;
}

.vip-pri-bnf {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.vip-bnf-box {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #808ea8;
    font-size: 14px;
}

.vip-bnf-box span {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
}

.vip-pri-table-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.vip-pri-table {
    border: 1px solid #808ea8;
    border-radius: 20px;
    width: 50%;
}

.vip-pri-green {
    background: #e6f5ec;
    padding: 5px 10px;
    font-weight: bold;
}

.vip-pri-green.top {
    border-radius: 20px 20px 0px 0px;
}

.vip-pri-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
}

.vip-pri-row span:first-child {
    color: #808ea8;
}

.vip-pri-row span:nth-child(2) {
    color: #136d51;
    font-weight: bold;
}

/* end afterlogin vip page */

/* afterlogin vip benefit page */
.vip-al-swiper .swiper-slide {
    position: relative;
    transform: scale(0.8);
}

.vip-al-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

.vip-bnf-lvl {
    background: url(../images/vip-login/benefit/main/Icon_UnlockedLevel.png) no-repeat;
    background-size: 100% 100%;
    width: 135px;
    height: 40px;
    padding: 10px 20px;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 0;
}

.vip-bnf-lvl.lock {
    background: url(../images/vip-login/benefit/main/Icon_Locked\ Level.png) no-repeat;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 30px;
}

.vip-bnf-content {
    position: absolute;
    top: 45%;
    left: 30px;
    color: #808ea8;
}

.vip-bnf-content img {
    padding-bottom: 10px;
}

.vip-bnf-word span {
    color: #136d51;
    font-weight: bold;
}

.vip-al-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 0;
}

.swiper.vip-al-swiper {
    position: relative;
    text-align: center;
    padding: 50px 30px 10px;
    z-index: 0;
}

.vip-al-swiper .swiper-button-next::after,
.vip-al-swiper .swiper-button-prev::after {
    content: "";
}

.vip-al-swiper .swiper-button-next {
    content: "";
    background: url(../images/slots-detail/ARROW_NEXT\ GAME.png) no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 30px;
    color: transparent;
    z-index: 0;
    right: 0px;
}

.vip-al-swiper .swiper-button-prev {
    content: "";
    background: url(../images/slots-detail/ARROW_PREVIOUS\ GAME.png) no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 30px;
    color: transparent;
    z-index: 0;
    left: 0px;
}

.vip-rebate-table {
    text-align: center;
}

.vip-rebate-table .table thead {
    vertical-align: middle;
    background: #e6f5ec;
}

.vip-rebate-table .table {
    border: transparent;
}

.vip-rebate-table thead tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.vip-rebate-table thead tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.vip-rebate-table tbody tr:last-child th:first-child {
    border-bottom-left-radius: 10px;
}

.vip-rebate-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.vip-rebate-table .table thead tr th:first-child {
    color: #616c76;
    font-weight: normal;
}

.vip-rebate-table tbody tr th {
    background: #e6f5ec;
    color: #616c76;
    font-weight: bold;
}

.table tr td.vip-rebate-green {
    background: #eef3f0;
}

.vip-rebate-table tbody tr td {
    padding: 15px;
}

.vip-rebate-table .table tr th.vip-rebate-bg,
.vip-rebate-table .table tr td.vip-rebate-bg {
    background: linear-gradient(to right, #b3ebc3 0%, #cff5db 50%, #e8fef0 100%);
    border-right: 2px solid rgb(172, 206, 195, 0.8);
    color: #136d51;
    font-weight: bold;
    border-bottom: transparent;
}

.vip-rebate-table .table tbody tr .vip-rebate-bg {
    font-size: 18px;
}

.vip-rebate-bg {
    position: relative;
}

.vip-rebate-crown {
    position: absolute;
    display: flex;
    top: -15px;
    left: -15px;
    width: 119%;
}

.vip-crown-left {
    width: 0;
    height: 0;
    border-bottom: 15px solid #2fa456;
    border-left: 15px solid transparent;
}

.vip-crown-right {
    width: 0;
    height: 0;
    border-bottom: 15px solid #2fa456;
    border-right: 15px solid transparent;
}

.vip-crown-mid {
    height: 15px;
    width: 100%;
    background: linear-gradient(to right, #b3ebc3 0%, #cff5db 50%, #e8fef0 100%);
}

.my-vip-1 {
    padding: 10px 10px 30px 0px;
    margin: 0px 150px;
}

.vip-pri-bnf-1 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.vip-box-wrap {
    padding-bottom: 2px;
    background: linear-gradient(to left, #81cea0 0%, #1c7e44 12%, #82d3a0 47%, #2e8a54 100%) left bottom no-repeat;
    background-size: 100% 11px;
    position: relative;
    margin-top: 30px;
    border-radius: 10px;
    margin: 0px 5px 0px;
    width: 100%;
}

.vip-box-inner-wrap {
    background: linear-gradient(to bottom, #f7fbff 0%, #fff 100%);
    border-radius: 10px;
    box-shadow: #808ea8 2px 2px 8px -4px;
    padding: 10px 30px;
    border-top: 5px solid #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 85px;
}

.vip-bnf-1 {
    color: #616c76;
    font-size: 13px;
}

.vip-bnf-1 span {
    color: #2fa456;
    font-weight: bold;
    font-size: 17px;
    display: block;
}

.my-vip-tnc {
    color: #808ea8;
    line-height: 1.4;
}

.vip-lvl-bar {
    position: relative;
    padding: 50px 0px 20px;
    margin: 40px auto 80px;
    text-align: center;
    max-width: 1200px;
}

/* .vip-lvl-norm {
    position: absolute;
    left: 0;
    top: 20%;
}

.vip-lvl-brz {
    position: absolute;
    left: 18%;
    top: -20%;
}

.vip-lvl-slv {
    position: absolute;
    left: 36%;
    top: -35%;
}

.vip-lvl-gold {
    position: absolute;
    right: 36%;
    top: -35%;
}

.vip-lvl-plat {
    position: absolute;
    right: 18%;
    top: -20%;
}

.vip-lvl-dia {
    position: absolute;
    right: 0;
    top: 20%;
} */

.vip-lvl-bar span.inactive {
    color: #808ea8;
    display: block;
}

.vip-lvl-bar span.active {
    color: #2fa456;
    font-weight: bold;
    display: block;
}

.vip-al-thumb-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 0;
}

.swiper.vip-al-thumb-swiper {
    position: relative;
    padding: 10px 30px;
    z-index: 0;
    position: unset !important;
}

.vip-lvl-bar img, .vip-lvl-bar span.active {
    display: none;
}

.vip-lvl-bar img.show, .vip-lvl-bar span.active.show {
    display: block;
}

.vip-lvl-bar span.inactive{
    display: none; 
}

.vip-lvl-bar span.inactive.show{
    display: block;
}

.vip-lvl-norm {
    position: absolute;
    left: 0px;
    top: -20%;
}

.vip-lvl-brz {
    position: absolute;
    left: 96px;
    top: -15%;
}

.vip-lvl-slv {
    position: absolute;
    left: 304px;
    top: -8px;
}

.vip-lvl-gold {
    position: absolute;
    right: 459px;
    top: -8px;
}

.vip-lvl-plat {
    position: absolute;
    right: 247px;
    top: -9px;
}

.vip-lvl-dia {
    position: absolute;
    right: 34px;
    top: -16%;
}

.vip-lvl-norm span{
    position: absolute;
    bottom: -10%;
    left: 29%;
}

.vip-lvl-brz span{
    position: absolute;
    bottom: 10%;
    left: 65%;
}

.vip-lvl-slv span{
    position: absolute;
    bottom: 27%;
    left: 67%;
}

.vip-lvl-gold span{
    position: absolute;
    bottom: 27%;
    left: 67%;
}

.vip-lvl-plat span{
    position: absolute;
    bottom: 13%;
    left: 63%;
}

.vip-lvl-dia span{
    position: absolute;
    bottom: -9%;
    left: 61%;
}
/* end afterlogin vip benefit page */


/* 2/7/2024 */
.filter-menu-bar {
    display: block;
    background: url(../images/promo/bg.png) no-repeat top center;
    padding-top: 53px;
    position: relative;
    min-height: 575px;
}

.promo_side_txt {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
}

.filter-menu-bar .nav-pills .nav-link {
    font-size: 13px;
    font-weight: 700;
    border-radius: 29px;
    height: 45px;
    color: #126e51;
    -moz-box-shadow: 0px 0px 6px 0px rgb(203, 182, 152, 0.7);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-transform: uppercase;
    margin-bottom: 18px;
    width: 180px;
}

.filter-menu-bar .nav-pills .nav-link.active, .filter-menu-bar .nav-pills .nav-link:hover {
    background: #126e51;
    color: #ffffff;
}

.lang-btn a.dropdown-toggle {
    color: #000;
    font-size: 12px;
    padding: 8px;
    display: block;
}

.lang-btn .dropdown-menu {
    font-size: 12px;
}

.al-bal{
    display: flex;
    align-items: center;
    gap: 5px;
}

.al-profile{
    text-align: center;
}

.al-dep-btn{
    background: linear-gradient(to bottom, #4fc58b 0%, #1e9252 12%, #1d8f4d 50%, #76ba93 100%);
    box-shadow: #136d51 2px 2px 8px -4px;
    color: #fff;
    padding: 10px 15px;
    margin: 0px 5px;
    border-radius: 10px;
}

.swiper-wrapper__center {
    justify-content: center;
    margin: 0 auto;
}

/* 29/7/2024 */
.header-slt-container, .header-sp-container, .header-fs-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 0;
    max-height: 500px;
}