@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: 13px;
    color: #000;
    background: #fff;
    max-width: 991px;
    margin: 0 auto;
    background: url(../images/index/background.png) no-repeat top center fixed;
    background-size: cover;
    height: 100%;
}

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: #000;
    width: 100%;
}

input:focus {
    outline: none !important;
    border: none;
}

@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");
}

/* landing version 1 */
body.landing-v1 {
    background: url(../images/landing/ver1.png) no-repeat top center fixed;
    background-size: cover;
    height: 100%;
    max-width: 991px;
}

.landing-wrap {
    padding: 20px 10px;
}

.landing-logo {
    text-align: center;
    max-width: 200px;
    margin: auto;
}

.landing-btm {
    position: fixed;
    bottom: 25%;
    margin: auto;
    left: 0;
    right: 0;
}

.landing-slogan {
    text-align: center;
    max-width: 250px;
    margin: auto;
}

.landing-flag {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    text-align: center;
    padding: 20px 20px 0px;
}

.landing-flag a {
    color: #000;
}

.landing-flag a span {
    display: block;
}

/* end landing version 1 */

/* landing version 2 */
body.landing-v2 {
    background: url(../images/landing/ver2.png) no-repeat top center fixed;
    background-size: cover;
    height: 100%;
}

.landing-slogan-v2 {
    text-align: center;
    max-width: 250px;
    margin: auto
}

.landing-btm-v2 {
    padding-top: 0%;
    position: fixed;
    bottom: 15%;
    margin: auto;
    left: 0;
    right: 0;
}

/* end landing version 2 */

/* login page */
body.login-bg {
    background: url(../images/login/bg.png) no-repeat top center fixed;
    background-size: cover;
    height: 100%;
}

.login-wrap {
    padding: 0px 20px 10px;
    position: relative;
}

.login-logo {
    max-width: 200px;
    margin: auto;
    padding: 40% 0px 20px;
}

.login-title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 0px 20px;
}

.login-form-box {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}

.login-icon {
    position: absolute;
    left: 5px;
    top: 3px;
    max-width: 40px;
}

.login-form-box input {
    padding: 15px 15px 15px 45px;
    border-radius: 30px;
    border: 1px solid #747f82;
    background: rgb(131, 170, 160, 0.8);
    box-shadow: inset #fff 2px 2px 8px -4px;
}

.login-form-box input::placeholder {
    color: #a1b7ac;
}

.login-pass-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    max-width: 20px;
}

.verify-icon {
    position: absolute;
    right: 35px;
    top: 10px;
    width: 60px;
}

.refresh-icon {
    position: absolute;
    right: 10px;
    top: 15px;
    max-width: 20px;
}

.login-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

.login-rmb {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
}

.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;
}

.login-forget {
    color: #fff;
}

.login-btn-wrap {
    text-align: center;
}

.login-btn {
    background: linear-gradient(to bottom, #90d4b1 0%, #1c8d4c 12%, #209150 50%, #1e8c4d 100%);
    border-radius: 20px;
    box-shadow: #136d51 2px 2px 8px -2px;
    display: block;
    padding: 12px;
    color: #fff;
    margin: 25px auto 5px;
}

.login-btn-btm {
    color: #fff;
    font-size: 13px;
}

.login-btn-btm a {
    color: #ffe418;
}

.login-skip {
    text-align: center;
    position: fixed;
    bottom: 7%;
    left: 0;
    right: 0;
}

.login-skip a {
    color: #fff;
}

/* end login page */

/* register page */
.phone-form-box .iti__flag-container {
    display: flex;
    position: initial;
}

.phone-form-box {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}

.phone-form-box input {
    padding: 15px;
    border-radius: 30px;
    border: 1px solid #747f82;
    background: rgb(131, 170, 160, 0.8);
    box-shadow: inset #fff 2px 2px 8px -4px;
    padding-left: 6px;
}

.phone-form-box input::placeholder {
    color: #a1b7ac;
}

.phone-form-box .iti--separate-dial-code .iti__selected-flag {
    padding: 10px 10px 10px 40px;
    border-radius: 30px;
    background: rgb(131, 170, 160, 0.8);
    border: none;
    box-shadow: inset #fff 2px 2px 8px -4px;
    color: #fff;
}

.phone-form-box .iti__arrow {
    border-top: 4px solid #fff;
}

.phone-form-box .iti {
    display: flex;
    gap: 5px;
}

.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;
}

.phone-form-box .iti--allow-dropdown .iti__flag-container:hover {
    background: rgb(131, 170, 160, 0.8);
    border-radius: 30px;
}

.login-bg.iti-mobile .iti--container {
    top: 28%;
    bottom: 0px;
    left: 30px;
    right: 30px;
    position: absolute;
}

.reg-contact-icon {
    position: absolute;
    left: 2px;
    top: 4px;
    max-width: 40px;
    z-index: 2;
}

.login-form-box input:focus,
.phone-form-box input:focus {
    outline: none !important;
    border: 1px solid #fff;
    box-shadow: 0 0 10px #136d51;
}

.reg-agree {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 5px;
}

/* end register page */


/* forget password page */
body.fp-bg {
    background: url(../images/login/forgot-pass/background.png) no-repeat top center fixed;
    background-size: cover;
    height: 100%;
}

.fp-header {
    background: url(../images/login/forgot-pass/header.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 15px;
}

.fp-header img {
    max-width: 25px;
}

.fp-wrap {
    padding: 70px 15px 10px;
}

.fp-note {
    padding: 0px 5px 15px;
    font-weight: bold;
}

.fp-form-box {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
}

.fp-form-box input {
    background: linear-gradient(to bottom, #f7fbff 0%, #fff 100%);
    background: #fff;
    border-radius: 10px;
    box-shadow: #808ea8 2px 2px 8px -4px;
    border: none;
    border-bottom: 4px solid #d6e6d7;
    padding: 15px;
    text-align: end;
}

.fp-form-label {
    position: absolute;
    top: 15px;
    left: 20px;
    font-weight: bold;
}

.fp-form-box input:focus {
    outline: none !important;
    border: none;
    box-shadow: none;
}

.fp-form-box.left input {
    text-align: left;
}

.fp-sms-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    background: url(../images/login/forgot-pass/btn-short.png) no-repeat;
    background-size: 100% 100%;
    padding: 12px 13px 16px;
    color: #fff;
    font-size: 12px;
}

.fp-sms-btn:hover {
    color: #ffe418;
}

.forget-btn-wrap {
    padding-top: 20px;
    text-align: center;
}

.forget-pass-wait {
    text-align: center;
    padding-top: 10px;
}

.forget-pass-wait span {
    color: #53b875;
}

.fgt-next-btn {
    background: linear-gradient(to bottom, #90d4b1 0%, #1c8d4c 12%, #209150 50%, #1e8c4d 100%);
    border-radius: 20px;
    box-shadow: #136d51 2px 2px 8px -2px;
    display: block;
    padding: 12px 0px;
    color: #fff;
}

/* end forget password page */

/* reset password page */
.rs-form-label {
    position: absolute;
    top: 12px;
    left: 20px;
    font-weight: bold;
}

.fp-form-box.reset input {
    padding: 22px 40px;
}

/* end reset password page */

/* top header */
.top-header {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    align-items: center;
    padding: 10px;
    position: fixed;
    width: 100%;
    max-width: 991px;
    box-shadow: #136d51 2px 2px 8px -4px;
    z-index: 1;
    background: #fff;
}

.top-menu img {
    max-width: 30px;
}

.top-logo {
    display: block;
    text-align: center;
}

.top-logo img {
    max-width: 100px;
}

.top-right {
    display: flex;
    gap: 5px;
    justify-content: end;
}

.top-right img {
    max-width: 25px;
}

/* end top header */

/* side menu */
.side-menu .modal-dialog {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 250px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal.left .modal-body {
    padding: 0;
}

.side-menu .modal-content {
    border-radius: 0px;
    background: url(../images/side-menu/background.png) no-repeat;
    background-size: 100% 100%;
}

.side-logo {
    text-align: center;
    padding: 20% 0px 20px;
}

.side-logo img {
    max-width: 150px;
}

.side-login-btn {
    background: url(../images/side-menu/button\ -\ login.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    display: block;
    width: 50%;
    padding: 15px;
    margin: 20px auto 10px;
}

.side-menu-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 15px;
    display: block;
}

.side-menu-box img {
    max-width: 40px;
}

.side-menu-box span {
    color: #136d51;
    font-weight: bold;
}

.side-copyright {
    position: fixed;
    bottom: 5%;
    left: 0;
    right: 0;
    text-align: center;
    color: #136d51;
}

#language-modal .modal-dialog {
    max-width: 500px;
}

#language-modal .modal-content {
    background: url(../images/side-menu/language/box.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    border-radius: 12px;
}

.lang-header {
    padding: 20px 10px 10px;
}

.lang-header h5 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
}

.lang-header .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    font-size: 25px;
    color: #616c76;
}

.lang-wrap {
    padding: 0px 20px;
}

.lang-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
}

.lang-box img {
    max-width: 30px;
}

.lang-box-list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lang-box-list a {
    color: #616c76;
}

.lang-box-list a:hover {
    color: #136d51;
    font-weight: bold;
}

.lang-divider {
    border-right: 2px solid #c8c8c8;
    height: 20px;
}

/* end side menu */

/* index page */
.t-body.index-bg {
    padding-top: 50px;
}

.index-box {
    padding-bottom: 4px;
    background: linear-gradient(to left, #dfeeea 0%, #c5dcce 12%, #c1e1d1 47%, #c1d9cf 100%) left bottom no-repeat;
    background-size: 100% 11px;
    position: relative;
    margin-top: 30px;
    border-radius: 10px;
    margin: 10px 5px;
    color: #000;
}

.index-box-wrap {
    background: linear-gradient(to right, #f3f8f6 0%, #fbfcf6 100%);
    background: #fff;
    border-radius: 10px;
    box-shadow: #136d51 2px 2px 8px -4px;
    border-top: 5px solid #fff;
}

.announce-wrap {
    display: flex;
    align-items: center;
    position: relative;
    color: #136d51;
    padding: 5px 10px 10px 30px;
    border-bottom: 1px solid #e6f0e8;
}

.ann-icon {
    max-width: 18px;
    position: absolute;
    bottom: 15px;
    left: 10px;
}

.ann-bar {
    width: 100%;
}

.index-btm-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 15px;
}

.index-welcome {
    color: #136d51;
    font-weight: bold;
}

.index-login {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 13px;
}

.index-login img {
    max-width: 25px;
}

.index-link {
    display: flex;
    text-align: center;
    gap: 10px;
}

.index-link img {
    max-width: 30px;
}

.index-link span {
    display: block;
    color: #136d51;
    font-size: 12px;
}

.gallery-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.gallery-main {
    width: 57%;
    height: 100%;
    margin: 10px auto;
    box-shadow: 0 50px 75px 50px rgba(#1e1e1e, 0.18);
}

.gallery-main .swiper-slide img {
    width: 100%;
}

/* .gallery-main .swiper-button-prev, .gallery-main .swiper-button-next{
    position: absolute;
    bottom: 0;
    right: 0;
    top: 53px;
    left: auto;
    height: 25px;
    width: 20px;
    color: #1e1e1e;
    background: #e9e9e9;
}

.gallery-main .swiper-button-prev::after, .gallery-main .swiper-button-next::after{
    font-size: 12px;
}

.gallery-main .swiper-button-prev{
    left: 0px;
    border-right: 1px solid #e9e9e9;
}

.gallery-main .swiper-button-next{
    left: 95px;
    border-right: 1px solid #e9e9e9;
} */

.gallery-thumbs .swiper-button-prev,
.gallery-thumbs .swiper-button-next {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 70px;
    left: auto;
    height: 25px;
    width: 20px;
    color: transparent;
    background: transparent;
}

.gallery-thumbs .swiper-button-prev::after,
.gallery-thumbs .swiper-button-next::after {
    font-size: 12px;
}

.gallery-thumbs .swiper-button-prev {
    left: 0px;
    /* border-right: 1px solid #e9e9e9; */
    background: url(../images/index/icon\ arrow\ -\ left.png) no-repeat;
    background-size: 100% 100%;

}

.gallery-thumbs .swiper-button-next {
    left: 35%;
    /* border-right: 1px solid #e9e9e9; */
    background: url(../images/index/icon\ arrow\ -\ right.png) no-repeat;
    background-size: 100% 100%;
}

.gallery-title {
    position: absolute;
    bottom: 25%;
    right: 0px;
    color: #ffffff;
    background: url(../images/index/box\ type\ 2.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 10px 10px 20px;
    display: flex;
    align-items: center;
}

.swiper-slide-active .gallery-title {
    animation: slide-in 0.3s ease-in both;
}

.gallery-title-btn {
    background: url(../images/index/btn-short.png) no-repeat;
    background-size: 100% 100%;
    padding: 3vw 3vw 3.6vw;
    font-size: 2.9vw;
    color: #fff;
}

.gallery-title img {
    max-width: 70px;
}

.gallery-thumbs {
    order: -1;
    width: 120px;
    height: 400px;
    position: relative;
}

.gallery-thumbs .swiper-slide img {
    transition: 0.3s;
    padding: 5px;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 0.9;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide .thumb-active {
    display: none;
}

.gallery-thumbs .swiper-slide .thumb-inactive {
    display: block;
}

.gallery-thumbs .swiper-slide-thumb-active .thumb-active {
    display: block;
}

.gallery-thumbs .swiper-slide-thumb-active .thumb-inactive {
    display: none;
}

/* .gallery-thumbs .swiper-slide.swiper-slide-visible:not(.swiper-slide-active.swiper-slide-thumb-active, .swiper-slide-next) img {
    margin-left: -7px;
}

.gallery-thumbs .swiper-slide-thumb-active img {
    margin-left: 5px;
} */

@keyframes slide-in {
    from {
        opacity: 0;
        right: -50%;
    }
}

.gallery-main.swiper-container {
    position: unset;
}

.gallery-thumbs.swiper-container {
    position: unset;
}

.menu-tab {
    padding: 10px;
}

.menu-tab .nav-link .menu-inactive {
    display: block;
}

.menu-tab .nav-link .menu-active {
    display: none;
}

.menu-tab .nav-link.active .menu-active {
    display: block;
}

.menu-tab .nav-link.active .menu-inactive {
    display: none;
}

.menu-tab .nav-pills {
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
}

.menu-tab .nav-pills .nav-link {
    background: none;
    padding: 5px;
}

.menu-tab .nav-pills .nav-link img {
    max-width: 55px;
}

.gallery-hot-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 55px;
}

/* end index page */


/* fixed bottom menu  */
.menu-btm {
    position: fixed;
    width: 100%;
    max-width: 991px;
    bottom: 0;
    background: #fefefe;
    z-index: 1;
    filter: drop-shadow(0px 0px 1px #dbf1ed);
}

.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    padding: 5px;
    box-shadow: 0px -3px 5px 0px rgba(202, 250, 206, 0.2);
    height: 55px;
}

.menu-wrapper a {
    text-align: center;
    color: #000;
}

.menu-wrapper a.active span {
    color: #136d51;
    display: block;
}

.menu-wrapper a img.inactive {
    display: block;
}

.menu-wrapper a img.active {
    display: none;
}

.menu-wrapper a.active img.active {
    display: block;
}

.menu-wrapper a.active img.inactive {
    display: none;
}

.menu-wrapper img {
    max-width: 30px;
    margin: 0 auto;
}

.menu-btm-wallet {
    max-width: 50px;
    position: relative;
    bottom: 20px;
    margin: 0 auto;
}

.menu-btm-wallet img {
    max-width: 50px;
    background: #fff;
    border-radius: 50px;
}

/* end fixed bottom menu  */

/* slots page */
.top-long-header {
    background: url(../images/index/game-banner/slot/header-2.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    width: 100%;
    max-width: 991px;
    z-index: 2;
}

.top-long-header img {
    max-width: 30px;
}

.tp-header-top {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    align-items: center;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 15px;
}

.tp-header-title {
    text-align: center;
}

.tp-header-right {
    /* display: flex; */
    gap: 5px;
}

.slt-tab .nav {
    justify-content: space-between;
    padding: 0px 0px 20px;
    border: none;
}

.slt-tab .nav-tabs .nav-link {
    border: none;
    color: #616c76;
}

.slt-tab .nav-tabs .nav-item.show .nav-link,
.slt-tab .nav-tabs .nav-link.active {
    border: none;
    font-weight: bold;
    color: #136d51;
}

.top-long-wrap {
    padding: 120px 10px 20px;
}

.slt-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.slt-inner-box {
    background: linear-gradient(to bottom, #f7fbff 0%, #fff 100%);
    background: #fff;
    border-radius: 10px;
    box-shadow: #808ea8 2px 2px 8px -4px;
    border-bottom: 3px solid #d6e6d7;
    margin: 5px;
}

.slt-box-img {
    display: block;
    width: 100%;
}

.slt-box-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 12px;
    font-size: 10px;
    color: #000;
}

.slt-box-name img {
    max-width: 20px;
}

.top-short-header {
    background: url(../images/index/game-banner/slot/header-1.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    width: 100%;
    max-width: 991px;
    display: grid;
    grid-template-columns: 20% 60% 20%;
    align-items: center;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 15px;
    z-index: 2;
}

.top-short-header a {
    color: #000;
}

.top-short-header img {
    max-width: 25px;
}

.top-short-header span {
    display: block;
    text-align: center;
}

.top-short-wrap {
    padding: 65px 10px 20px;
}

.slt-search-box {
    padding: 10px;
}

.slt-search {
    position: relative;
    color: #dbdbdb;
}

.slt-search input {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 10px 10px 10px 10px;
}

.slt-search i {
    position: absolute;
    right: 10px;
    top: 11px;
    color: #000;
}

.slt-hot {
    padding-top: 10px;
}

.slt-hot h5 {
    font-size: 15px;
    font-weight: bold;
}

.slt-hot-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.slt-hot-box {
    background: url(../images/index/game-banner/slot/hot-game-btn.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 5px 7px;
}

.slt-no-result {
    position: relative;
}

.slt-no-result span {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    color: #c8c8c8;
}

.slt-result {
    padding: 5px 0px;
}

#slt-trf-modal .modal-dialog {
    max-width: 500px;
}

#slt-trf-modal .modal-content {
    background: url(../images/index/game-banner/slot/popup\ -\ box.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    border-radius: 12px;
}

.slt-trf-content {
    padding: 0px 10px;
}

.slt-trf-content h5 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.slt-trf-box {
    background: url(../images/index/game-banner/slot/popup\ -\ background.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.slt-trf-wallet {
    text-align: center;
}

.slt-trf-box img {
    max-width: 40px;
}

.slt-trf-num {
    color: #136d51;
    font-weight: bold;
    display: block;
    font-size: 16px;
}

.slt-trf-range {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #136d51;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #e2e2e2;
    border-radius: 10px;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: linear-gradient(to bottom, #179c64 0%, #105f2d 100%);
    border-radius: 50px;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: linear-gradient(to bottom, #179c64 0%, #105f2d 100%);
    border-radius: 50px;
    cursor: pointer;
}

.slt-trf-form {
    position: relative;
    color: #136d51;
}

.slt-trf-form input {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 10px 10px 10px 10px;
    text-align: end;
}

.trf-form-label {
    position: absolute;
    left: 10px;
    top: 10px;
}

.slt-trf-btn {
    display: block;
    background: url(../images/index/game-banner/slot/popup\ -\ button.png) no-repeat;
    background-size: 100% 100%;
    margin: 10px auto;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.slt-detail-logo {
    text-align: center;
    padding: 20px 0px;
    max-width: 300px;
    margin: auto;
}

.slt-detail-form {
    position: relative;
    padding-bottom: 5px;
}

.slt-detail-form input {
    background: linear-gradient(to bottom, #f7fbff 0%, #fff 100%);
    background: #fff;
    border-radius: 10px;
    box-shadow: #808ea8 2px 2px 8px -4px;
    border: none;
    border-bottom: 4px solid #d6e6d7;
    padding: 20px 45px 15px 0px;
    text-align: end;
}

.slt-detail-form input::placeholder {
    color: #136d51;
}

.slt-form-label {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #000;
}

.slt-copy-icon {
    position: absolute;
    top: 19px;
    right: 15px;
    max-width: 15px;
}

.slt-detail-step {
    padding: 10px;
}

.slt-detail-step h5 {
    font-size: 15px;
    font-weight: bold;
}

.slt-detail-step p {
    color: #616c76;
}

.slt-detail-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.slt-detail-btn a {
    width: 50%;
    text-align: center;
}


/* end slots page */

/* afterlogin index page */
.index-al-name {
    color: #136d51;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.index-al-name img {
    max-width: 13vw;
}

.al-side-avatar {
    position: relative;
    margin-top: 20px;
}

.al-side-vip {
    position: absolute;
    bottom: -10px;
    left: -15px;
    right: 0;
    margin: 0 auto;
}

img.al-side-vip {
    max-width: 80px;
}

.al-side-name {
    color: #136d51;
    font-weight: bold;
    font-size: 16px;
    padding-top: 12px;
}

.side-logout-btn {
    background: linear-gradient(to bottom, #fbeecf 0%, #e5c484 100%);
    border-radius: 25px;
    color: #8a6012;
    display: block;
    width: 50%;
    padding: 10px;
    margin: 5px auto 0px;
    box-shadow: inset #fff 2px 2px 8px -4px;
}

/* end afterlogin index page */

/* wallet page */
.wallet-wrap {
    padding: 20px 10px 75px;
}

.wallet-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.wallet-title img {
    max-width: 30px;
}

.wallet-title span {
    color: #136d51;
    font-weight: bold;
    font-size: 14px;
}

.wallet-amt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding-top: 5px;
}

.wallet-amt img {
    max-width: 25px;
}

.wallet-amt span {
    font-size: 22px;
    font-weight: bold;
}

.wallet-list {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 10px;
}

.wallet-list-box {
    color: #000;
}

.wallet-list-box img {
    max-width: 30px;
}

.wallet-div {
    border-right: 2px solid #eaeaea;
    height: 40px;
}

.main-wallet-body {
    padding: 10px;
}

.main-wallet-list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.mw-prov {
    color: #888888;
}

.mw-num {
    font-weight: bold;
}

.mw-num.red {
    color: red;
}

.mw-readmore {
    text-align: center;
    max-width: 25px;
    margin: 0 auto;
}

/* end wallet page */

/* deposit page */
.top-hdr-right {
    text-align: end;
}

.dep-tab {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.dep-tab a {
    text-align: center;
    background: #f7f8f9;
    color: #616c76;
    border-bottom: 1px solid #bcdacd;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    box-shadow: #136d51 2px 2px 8px -4px;
    margin: 0px 10px;
}

.dep-tab a.active {
    background: linear-gradient(to bottom, #4fc58b 0%, #1e9252 12%, #1d8f4d 50%, #76ba93 100%);
    box-shadow: #136d51 2px 2px 8px -4px;
    color: #fff;
}

.dep-bank-tab {
    padding: 10px;
}

.dep-bank-tab img {
    max-width: 70px;
}

.dep-bank-tab .nav.nav-pills {
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
}

.dep-bank-tab .nav-pills .nav-link img.inactive {
    display: block;
}

.dep-bank-tab .nav-pills .nav-link img.active {
    display: none;
}

.dep-bank-tab .nav-pills .nav-link.active img.active,
.dep-bank-tab .nav-pills .show>.nav-link img.active {
    display: block;
}

.dep-bank-tab .nav-pills .nav-link.active img.inactive,
.dep-bank-tab .nav-pills .show>.nav-link img.inactive {
    display: none;
}

.dep-bank-tab .nav-pills .nav-link {
    background: none;
    border: none;
    padding: 5px;
}

.dep-bank-tab .nav-pills .nav-link.active,
.dep-bank-tab .nav-pills .show>.nav-link {
    background: none;
    border: none;
}

.dep-bank-detail {
    padding: 0px 0px;
}

.dep-bank-box {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
}

.dep-bank-label {
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

.dep-bank-fill {
    font-weight: bold;
    font-size: 12px;
}

.dep-bank-box img {
    max-width: 15px;
}

.dep-to {
    padding: 10px;
}

.dep-title {
    font-weight: bold;
    padding: 0px 5px;
    margin-bottom: 5px;
}

.dep-wallet-btn {
    background: url(../images/wallet/deposit/online/btn-wallet.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 35%;
    padding: 10px 15px 12px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.dep-channel {
    padding: 10px;
}

select.dep-option {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    font-size: 13px;
}

select.form-select.dep-option {
    color: #888888;
}

select.dep-option option {
    background: #fff;
    color: #136d51;
}

select.dep-option:focus {
    outline: none !important;
    box-shadow: none;
}

.dep-amount {
    padding: 10px;
}

.dep-amt-list {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    padding: 5px 0px;
}

.dep-amt-list button {
    background: url(../images/wallet/deposit/online/btn-amt-inactive.png) no-repeat;
    background-size: 100% 100%;
    padding: 8px 5px;
    border: none;
    width: 100%;
}

.dep-amt-list button:active,
.dep-amt-list button:focus {
    background: url(../images/wallet/deposit/online/btn-amt-active.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

input.dep-form-input {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 10px 10px 10px 10px;
}

input.dep-form-input::placeholder {
    color: #888888;
}

.dep-promo {
    padding: 10px;
}

.dep-receipt {
    padding: 10px;
}

.dep-upload {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 10px 10px 10px 10px;
    position: relative;
    color: #888888;
}

.dep-upload button {
    position: absolute;
    top: 2px;
    right: 2px;
    background: url(../images/wallet/deposit/online/btn-upload.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 15px;
    font-size: 12px;
    border: none;
    color: #fff;
}

.dep-submit {
    text-align: center;
    padding: 10px 0px;
}

.green-btn {
    background: linear-gradient(to bottom, #90d4b1 0%, #1c8d4c 12%, #209150 50%, #1e8c4d 100%);
    border-radius: 20px;
    box-shadow: #136d51 2px 2px 8px -2px;
    display: block;
    padding: 12px 0px;
    color: #fff;
    text-align: center;
}

.green-btn:hover {
    color: #ffe418;
}

.white-btn {
    background: #fff;
    border-radius: 20px;
    box-shadow: #136d51 2px 2px 5px -2px;
    display: block;
    padding: 12px 0px;
    color: #616c76;
}

.how-dep-btn {
    color: #136d51;
    font-weight: bold;
    display: block;
    margin: 10px 0px;
}

.dep-info {
    padding: 20px 10px;
}

.dep-info h5 {
    font-weight: bold;
    font-size: 14px;
}

.dep-info ol {
    color: #616c76;
    padding-left: 15px;
}

.dep-info ol li {
    line-height: 1.2;
}

.dep-info ol li span {
    color: #136d51;
    font-weight: bold;
}

.dep-detail-progress {
    /* background: url(../images/wallet/deposit/online/detail/box-1.png) no-repeat;
    background-size: 100% 100%;
    padding: 45px 15px 15px;
    margin-top: 30px;
    margin-bottom: 5px; */
    padding: 45px 10px 10px;
    position: relative;
}

.dep-detail-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -25px;
    max-width: 70px;
}

.step-nav {
    display: flex;
    padding: 0;
    margin: auto;
    list-style: none;
    justify-content: space-between;
    border-bottom: 0;
    max-width: 270px;
}

.step-nav li {
    position: relative;
}

.step-nav li:nth-child(1):before,
.step-nav li:nth-child(2):before {
    content: "";
    width: 100%;
    height: 2px;
    background: #ebedef;
    position: absolute;
    top: 39%;
    left: 64%;
}

.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;
}

.step-nav.nav-pills a img {
    max-width: 30px;
}

.dep-detail-num {
    text-align: center;
    padding: 10px 0px;
}

.dep-detail-num h5 {
    font-weight: bold;
    font-size: 30px;
}

.dep-detail-num span {
    color: #808ea8;
}

.dep-detail-info {
    /* background: url(../images/wallet/deposit/online/detail/box-2.png) no-repeat;
    background-size: 100% 100%; */
    padding: 0px 10px;
}

.dep-detail-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 13px 0px;
}

.dep-detail-box:last-child {
    border-bottom: none;
}

.dep-detail-box div:nth-child(2) {
    width: 60%;
    word-break: break-word;
}

.dep-bank-name {
    text-align: end;
}

.dep-bank-red {
    color: red;
    text-align: end;
}

.dep-detail-box img {
    max-width: 15px;
}

.crypto-qr {
    padding: 10px;
}

.crypto-qr img {
    margin: 0 auto;
    text-align: center;
    max-width: 150px;
    margin: 20px auto 10px;
    display: block;
}

.crypto-qr span {
    color: #616c76;
    text-align: center;
    display: block;
    font-size: 12px;
    padding-top: 10px;
}

.dep-address {
    padding: 10px;
}

.dep-copy {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 10px 10px 10px 10px;
    position: relative;
    color: #888888;
}

.dep-copy input {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 60px;
    font-weight: bold;
    color: #000;
    border: none;
}

.dep-copy button {
    position: absolute;
    top: 2px;
    right: 2px;
    background: url(../images/wallet/deposit/crypto/btn-copy.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 18px;
    font-size: 12px;
    border: none;
    color: #136d51;
}

/* end deposit page */

/* withdrawal page */
.wd-main {
    padding: 15px;
}

.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-title img {
    max-width: 30px;
}

.main-wal-amt {
    font-weight: bold;
    padding-top: 5px;
    font-size: 16px;
}

.retrieve-btn {
    background: url(../images/wallet/withdraw/btn-retrieve.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 10px 15px;
}

.retrieve-btn:hover {
    color: #ffe418;
}

.main-wallet-body-1 {
    padding: 10px;
}

.wd-add-bank {
    padding: 40px 15px;
    text-align: center;
}

.wd-add-bank img {
    max-width: 60px;
    margin: auto;
    display: block;
}

.wd-add-bank span {
    color: #136d51;
}

.read-more {
    text-align: center;
}

.read-more img {
    max-width: 35px;
}

.moretext {
    display: none;
}

.wd-addbank-bg {
    padding: 0px 15px;
}

select.wd-add-option {
    border: none;
    padding: 0px;
    font-size: 13px;
    width: auto;
    padding-right: 15px;
    text-align: end;
}

select.wd-add-option:focus {
    outline: none !important;
    box-shadow: none;
}

select.form-select.wd-add-option {
    background: url(../images/wallet/withdraw/arrow-select.png) no-repeat;
    background-size: 7px 10px;
    background-position: right 0.2rem center;
}

input.wd-add-input {
    border: none;
    padding: 0px;
    font-size: 13px;
    width: auto;
    text-align: end;
    background: #fff;
}

input.wd-add-input::placeholder {
    color: #888888;
}

#add-success-modal .modal-content {
    background: url(../images/wallet/withdraw/box-popup.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    border: none;
    border-radius: 12px;
    position: relative;
}

.add-success-icon {
    position: absolute;
    top: -26%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100px;
}

.add-success-btn {
    text-align: center;
    padding: 0px 15px;
}

.add-success-content {
    text-align: center;
    padding: 15% 0px 20px;
}

.success-status {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.add-success-content span {
    color: #888888;
    display: block;
    padding: 0px 0px 15px;
}

.wd-select-bank {
    padding: 10px;
}

.wd-select-title {
    padding: 0px 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wd-select-title h5 {
    font-weight: bold;
    font-size: 13px;
    margin: 0px;
}

.wd-add-small-btn {
    color: #7cc595;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}

.wd-add-small-btn img {
    max-width: 20px;
}

.wd-select-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 13px 0px;
}

.wd-select-box:last-child {
    border-bottom: none;
}

.wd-bank-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.wd-bank-dlt {
    max-width: 15px;
}

.wd-bank-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.wd-bank-name img {
    max-width: 25px;
}

.wd-bank-checkbox {
    position: relative;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    clip-path: circle(50% at 50% 50%);
    color: rgb(97, 97, 97);
}

.wd-bank-checkbox::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;
}

.wd-bank-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;
    border-radius: 50px;
    content: "\f00c";
    font-family: FontAwesome;
    background-color: rgb(67, 176, 42);
    border: 1px solid #616c76;
    color: #fff;
}

input.wd-bank-checkbox {
    border: none;
}

.wd-amount {
    padding: 10px;
}

.wd-amt-note {
    color: red;
    padding: 5px 5px;
    font-size: 12px;
}

#wd-confirm-modal .modal-dialog {
    position: fixed;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

#wd-confirm-modal .modal-content {
    background: #fff;
    border: none;
    border-radius: 12px;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}

.wd-con-header {
    text-align: center;
    font-weight: bold;
    padding: 10px 10px 10px;
}

.wd-con-header .btn-close {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    font-size: 20px;
    color: #000;
}

.wd-con-header h5 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
}

.wd-confirm-content h5 {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.wd-pin {
    display: flex;
    justify-content: space-between;
}

.wd-pin input {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 0px 5px;
    text-align: center;
    font-size: 20px;
    color: #136d51;
}

.wd-pin input:focus {
    outline: none !important;
    border: 1px solid #136d51;
}

.wd-pin-num {
    padding: 20px 40px;
}

.wd-pin-num-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 0px;
    font-size: 20px;
    text-align: center;
}

.wd-pin-num-wrap i {
    font-size: 20px;
    color: #616c76;
}

.wd-pin-num-wrap span:hover {
    cursor: pointer;
    color: #136d51;
}

/* end withdrawal page */

/* transfer page */
.tf-wallet {
    padding: 15px 15px 30px;
}

.tf-step {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tf-from {
    background: url(../images/wallet/transfer/btn-1.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    color: #855b0c;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.tf-to {
    background: url(../images/wallet/transfer/btn-2.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    color: #616c76;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.tf-arrow {
    max-width: 20px;
}

.tf-amount {
    padding-top: 10px;
}

.tf-wallet-modal .modal-content {
    background: url(../images/wallet/transfer/box-popup.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    border-radius: 12px;
}

.tf-modal-wrap {
    padding: 0px 10px 10px;
}

.tf-prov-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 13px 0px;
    flex-direction: row-reverse;
}

.tf-prov-box:last-child {
    border-bottom: none;
}

.wd-bank-checkbox:checked+.tf-prov-label {
    color: #136d51;
}

.tf-modal .modal-content {
    background: url(../images/wallet/transfer/box-popup.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: 10% 10px 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;
    width: 100%;
    padding: 15px 0px 10px;
}

.tf-success-btn a {
    width: 100%;
    text-align: center;
    margin: 0px 5px;
}

.tf-fail-note {
    color: #888888;
    display: block;
    padding: 10px 0px 10px;
}

/* end transfer page */

/* download page */
.dl-title {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding: 20px 0px 10px;
}

.dl-title span {
    color: #136d51;
}

.dl-note {
    color: #616c76;
    text-align: center;
}

.dl-box {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    padding: 10px;
}

.dl-qr {
    max-width: 100px;
}

.dl-box-info {
    text-align: center;
}

.dl-type img {
    max-width: 25px;
}

.dl-btn {
    background: url(../images/download/button.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    color: #fff;
    padding: 15px 25px;
    margin-top: 10px;
}

/* end download page */

/* contact us page */
.contact-lc {
    padding: 10px;
}

.contact-lc h5 {
    font-size: 13px;
    font-weight: bold;
}

.contact-lc-inner {
    background: url(../images/contact/bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.contact-lc-inner img {
    max-width: 40px;
}

.contact-lc-inner span {
    color: #7cc595;
    font-size: 12px;
}

.contact-lc-inner a {
    display: block;
    background: url(../images/contact/btn-chat.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px;
    font-size: 11px;
    color: #fff;
    white-space: nowrap;
}

.contact-opt-title {
    font-size: 13px;
    font-weight: bold;
    padding: 20px 10px 10px;
}

.contact-opt {
    padding: 10px;
}

.contact-opt-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0px;
    margin: 0px 10px;
}

.contact-opt-box:last-child {
    border-bottom: none;
}

.contact-opt-label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-opt-label img {
    max-width: 40px;
}

.contact-opt-list h5 {
    color: #888888;
    font-size: 13px;
    margin: 0px;
}

.contact-opt-list span {
    font-size: 15px;
    font-weight: bold;
}

.contact-opt-copy {
    display: block;
    background: url(../images/contact/btn-copy.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 20px;
    font-size: 12px;
    color: #136d51;
}

/* end contact us page */

/* account page */
body.acc-bg {
    background: url(../images/account/background.png) no-repeat top center fixed;
    background-size: cover;
    height: 100%;
}

.acc-wrap {
    padding: 20px 10px;
}

.acc-pic {
    display: flex;
    align-items: center;
    gap: 10px;
}

.acc-avatar {
    max-width: 55px;
}

.acc-name {
    color: #136d51;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.acc-num {
    color: #808ea8;
    padding-top: 5px;
    display: block;
}

.acc-num span {
    color: #136d51;
}

.acc-status {
    background: url(../images/account/card.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 10px;
    margin: 10px 0px;
}

.acc-wl-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

.acc-wl-row a {
    color: #fff;
}

.acc-wl-status {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #c4e6dc;
    font-weight: bold;
}

.acc-wl-status img {
    max-width: 25px;
}

.acc-wl-amt {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 0px 10px;
}

.my-vip-level {
    align-items: center;
    justify-items: center;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 20% 60% 20%;
    position: relative;
    margin: 0px 0px 10px;
}

.my-vip-bar {
    position: relative;
    width: 100%;
}

.my-vip-dot {
    background: url(../images/account/vip\ bar.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-around;
    padding: 3px 5px;
    gap: 1px;
    max-width: 60vw;
}

.my-vip-dot img {
    max-width: 4px;
    max-height: 8px;
}

.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;
}

.acc-vip-icon {
    max-width: 15vw;
}

.acc-vip-note {
    color: #888888;
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
}

.acc-vip-note span {
    color: #fff;
}

.acc-link {
    display: flex;
    justify-content: end;
    gap: 5px;
    padding: 0px 10px;
}

.acc-link a {
    display: block;
    background: url(../images/account/btn-link.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 15px;
    color: #fff;
    font-size: 12px;
}

.green-box-wrap {
    padding-bottom: 4px;
    background: linear-gradient(to left, #dfeeea 0%, #c5dcce 12%, #c1e1d1 47%, #c1d9cf 100%) left bottom no-repeat;
    background-size: 100% 11px;
    position: relative;
    margin-top: 30px;
    border-radius: 10px;
    margin: 10px 5px;
}

.green-box-inner-wrap {
    background: linear-gradient(to bottom, #f7fbff 0%, #fff 100%);
    border-radius: 10px;
    box-shadow: #808ea8 2px 2px 8px -4px;
    border-top: 5px solid #fff;
}

.acc-mem-title {
    background: #eef3f0;
    color: #136d51;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
    font-size: 14px;
    display: block;
    position: relative;
}

.acc-mem-title span {
    display: block;
    padding: 6px 10px;
}

.title-green-border {
    position: absolute;
    left: 0px;
    width: 4px;
    height: 16px;
    border-radius: 0px 20px 20px 0px;
    background: #7cc595;
    z-index: 1;
}

.title-grey-border {
    position: absolute;
    left: 0px;
    width: 4px;
    height: 16px;
    border-radius: 0px 20px 20px 0px;
    background: #888888;
    z-index: 1;
}

.acc-mem-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    text-align: center;
    padding: 10px 10px;
}

.acc-mem-list a {
    padding: 5px 0px;
}

.acc-mem-list img {
    max-width: 40px;
}

.acc-mem-list span {
    color: #000;
    display: block;
    font-size: 13px;
}

.acc-logout-btn {
    display: block;
    /* background: url(../images/account/button.png) no-repeat;
    background-size: 100% 100%; */
    background: linear-gradient(to bottom, #fdf5e1 0%, #e5c485 100%);
    box-shadow: #136d51 2px 2px 6px -4px;
    padding: 12px;
    margin-top: 15px;
    color: #855b0c;
    text-align: center;
    border-bottom: 2px solid #f5e7c1;
    border-radius: 20px;
}

#avatar-modal .modal-content {
    background: url(../images/account/avatar/box.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    border-radius: 12px;
}

.avatar-content {
    padding: 20px 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.avatar-tick {
    max-width: 30px;
}

.avatar-box {
    position: relative;
    text-align: center;
}

.avatar-tick {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
}

/* end account page */

/* profile page */
.white-box-wrap {
    padding-bottom: 4px;
    background: linear-gradient(to left, #dfeeea 0%, #c5dcce 12%, #c1e1d1 47%, #c1d9cf 100%) left bottom no-repeat;
    background-size: 100% 11px;
    position: relative;
    margin-top: 30px;
    border-radius: 10px;
    margin: 10px 5px;
    color: #000;
}

.white-box-inner-wrap {
    background: linear-gradient(to bottom, #f7fbff 0%, #fff 100%);
    background: #fff;
    border-radius: 10px;
    box-shadow: #136d51 2px 2px 8px -4px;
    border-top: 5px solid #fff;
}

.profile-wrap {
    padding: 0px 10px;
}

.pf-remark {
    cursor: pointer;
    padding-left: 3px;
}

#pf-remark-modal .modal-content {
    background: url(../images/account/profile/box-popup1.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    border: none;
    border-radius: 12px;
}

.pf-remark-content {
    text-align: center;
    padding: 10px;
}

.pf-remark-content span {
    color: #888888;
    display: block;
    padding: 10px 0px 20px;
}

.pf-remark-content h5 {
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.pf-remark-content img {
    max-width: 20px;
}

.pf-got-btn {
    background: linear-gradient(to bottom, #90d4b1 0%, #1c8d4c 12%, #209150 50%, #1e8c4d 100%);
    border-radius: 20px;
    box-shadow: #136d51 2px 2px 6px -2px;
    margin: 0 auto;
    padding: 12px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: block;
}

.pf-got-btn:hover {
    color: #ffe418;
}

.dep-bank-label.remark {
    display: flex;
    align-items: center;
}

input.pf-date {
    width: auto;
    text-align: end;
    border: none;
    background-image: url(../images/account/profile/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    text-indent: 20px;
    background-size: 6% 75%;
    position: relative;
}

input.pf-date:focus,
input.pf-date:active {
    background-image: none;
}

input.pf-date::placeholder {
    color: #000;
    font-size: 20px;
}

input.pf-date:not(:placeholder-shown) {
    background-image: none;
}

.pf-arrow {
    text-align: end;
}

.pf-arrow img {
    max-width: 9px;
}

.gdr-modal .modal-content {
    background: url(../images/account/profile/box-popup2.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    border-radius: 12px;
}

/* end profile page */

/* security page */
.nav.sec-menu-tab {
    width: 100%;
    justify-content: center;
}

.sec-menu-tab .nav-item {
    display: flex;
    width: 50%;
    justify-content: center;
    padding: 0px 5px;
}

.nav-pills.sec-menu-tab .nav-link {
    background: #f7f8f9;
    color: #616c76;
    border-bottom: 1px solid #bcdacd;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    box-shadow: #136d51 2px 2px 8px -4px;
}

.nav-pills.sec-menu-tab .nav-link.active,
.nav-pills.sec-menu-tab .show>.nav-link {
    background: linear-gradient(to bottom, #4fc58b 0%, #1e9252 12%, #1d8f4d 50%, #76ba93 100%);
    box-shadow: #136d51 2px 2px 8px -4px;
    color: #fff;
}

.sec-content-wrap {
    padding: 10px;
}

.sec-input {
    position: relative;

}

.sec-input input {
    border: none;
    padding: 0px;
    font-size: 13px;
    width: auto;
    text-align: end;
    background: #fff;
    padding-right: 30px;
}

.sec-hide-icon {
    position: absolute;
    right: 5px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

img.sec-hide-icon {
    max-width: 20px;
}

input.sec-input::placeholder {
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sec-detail-box {
    display: grid;
    grid-template-columns: 25% 75%;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 13px 0px;
}

.sec-detail-box:last-child {
    border-bottom: none;
}

.sec-detail-box div:nth-child(2) {
    width: auto;
    display: grid;
    word-break: break-word;
}

#sec-pin-modal .modal-dialog {
    position: fixed;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

#sec-pin-modal .modal-content {
    border: none;
    border-radius: 0px;
    position: relative;
}

#sec-pin-modal .modal-body {
    padding: 0px;
}

.keypad {
    grid-gap: 1px;
    background-color: #ccc;
    border: 1px solid #ccc;
}

.key-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

}

.key {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.special {
    grid-row: span 2;
}

.large {
    display: block;
    background: linear-gradient(to bottom, #95e8ba 0%, #56bf8b 100%);
    color: white;
    grid-row: span 3;
}

.zero {
    grid-column: span 2;
}

.key:hover {
    background-color: #f0f0f0;
}

.key:active {
    background-color: #e0e0e0;
}

.large:hover {
    background-color: #45a049;
}

.large:active {
    background-color: #397d39;
}

/* end security page */

/* bank detail page */
.bd-note {
    text-align: center;
    color: #888888;
}

.bank-af {
    padding: 15px;
}

.bank-select-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 13px 0px;
}

.bank-select-box:last-child {
    border-bottom: none;
}

.bank-af-detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.bank-af-detail img {
    max-width: 30px;
}

.bank-af-name h5 {
    font-size: 13px;
    margin: 0px;
}

.bank-af-name span {
    color: #616c76;
    padding-top: 5px;
    display: block;
}

.bank-af-dlt {
    max-width: 20px;
}

.dlt-modal .modal-content {
    background: url(../images/account/bank-detail/box.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    border-radius: 12px;
}

.bank-dlt-content {
    text-align: center;
    padding: 15px;
}

.bank-dlt-content h5 {
    font-weight: bold;
    font-size: 15px;
}

.bank-dlt-content span {
    color: #616c76;
}

.bank-dlt-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 20px 0px 10px;
}

.bank-dlt-btn a {
    width: 50%;
}

/* end bank detail page */

/* inbox page */
.nav.inbox-tab {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.inbox-tab .nav-item {
    display: flex;
    justify-content: center;
    padding: 0px 5px;
}

.nav-pills.inbox-tab .nav-link {
    background: #f7f8f9;
    color: #616c76;
    border-bottom: 1px solid #bcdacd;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    box-shadow: #136d51 2px 2px 8px -4px;
}

.nav-pills.inbox-tab .nav-link.active,
.nav-pills.inbox-tab .show>.nav-link {
    background: linear-gradient(to bottom, #4fc58b 0%, #1e9252 12%, #1d8f4d 50%, #76ba93 100%);
    box-shadow: #136d51 2px 2px 8px -4px;
    color: #fff;
}

.inbox-title {
    background: #eef3f0;
    color: #136d51;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
    font-size: 13px;
    display: block;
    position: relative;
}

.inbox-title span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 3px 10px;
}

.inbox-title img {
    max-width: 30px;
}

.inbox-title .title-green-border,
.inbox-title .title-grey-border {
    height: 20px;
}

.inbox-date {
    font-size: 11px;
    color: #616c76;
    padding: 10px;
}

.inbox-msg {
    padding: 0px 10px 10px;
    font-size: 12px;
    line-height: 1.4;
}

.inbox-no-msg {
    text-align: center;
    color: #616c76;
}

.unread {
    filter: opacity(50%);
}

.inbox-btm {
    position: fixed;
    width: 100%;
    max-width: 991px;
    bottom: 0;
    z-index: 1;
    display: flex;
    gap: 5px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
}

.inbox-btm a img {
    max-width: 20px;
}

.inbox-unread-btn {
    background: linear-gradient(to right, #e3c07f 0%, #fcf0ca 100%);
    box-shadow: #136d51 2px 2px 8px -4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #855b0c;
    width: 50%;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    border-bottom: 2px solid #e3c180;
}

.inbox-dlt-btn {
    background: linear-gradient(to bottom, #4fc58b 0%, #1e9252 12%, #1d8f4d 50%, #76ba93 100%);
    box-shadow: #136d51 2px 2px 8px -4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    width: 50%;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    border-bottom: 2px solid #cfe4d5;
}

.inbox-detail-box {
    padding: 10px;
}

.inbox-detail-box h5 {
    color: #136d51;
    font-weight: bold;
    font-size: 15px;
}

.inbox-detail-box p {
    color: #616c76;
}

.inbox-detail-box span {
    display: block;
    color: #888888;
    text-align: end;
}

/* end inbox page */

/* history page  */
.his-tab .nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0px 0px 20px;
    border: none;
}

.his-tab .nav-tabs .nav-link {
    border: none;
    color: #616c76;
}

.his-tab .nav-tabs .nav-item.show .nav-link,
.his-tab .nav-tabs .nav-link.active {
    border: none;
    font-weight: bold;
    color: #136d51;
}

.his-tab .nav-tabs .nav-link.active::after {
    content: "";
    display: block;
    width: 50%;
    height: 5px;
    border-bottom: 2px solid #136d51;
    margin: 0px auto;
}

.his-type .nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0px 0px 20px;
    border: none;
    gap: 7px;
}

.his-type .nav-tabs .nav-link {
    background: #f7f8f9;
    color: #616c76;
    border-bottom: 1px solid #bcdacd;
    width: 100%;
    border-radius: 10px;
    padding: 8px 10px;
    box-shadow: #136d51 2px 2px 8px -4px;
    white-space: nowrap;
}

.his-type .nav-tabs .nav-item.show .nav-link,
.his-type .nav-tabs .nav-link.active,
.his-type .nav-tabs .nav-link:active {
    background: linear-gradient(to bottom, #4fc58b 0%, #1e9252 12%, #1d8f4d 50%, #76ba93 100%);
    box-shadow: #136d51 2px 2px 8px -4px;
    color: #fff;
}

.his-type .nav-tabs .nav-link .his-date-inactive {
    display: block;
}

.his-type .nav-tabs .nav-link .his-date-active {
    display: none;
}

.his-type .nav-tabs .nav-link:active .his-date-active,
.his-type .nav-tabs .nav-link.active .his-date-active {
    display: block;
}

.his-type .nav-tabs .nav-link:active .his-date-inactive,
.his-type .nav-tabs .nav-link.active .his-date-inactive {
    display: none;
}

.his-type .nav-tabs .nav-link img {
    max-width: 25px;
    margin: auto;
}

.trans-no-data {
    position: relative;
    bottom: 50px;
    text-align: center;
    color: #616c76;
}

.trans-wrap {
    padding: 10px;
}

.trans-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #616c76;
    padding-bottom: 5px;
}

.trans-success {
    background: linear-gradient(to bottom, #34ac5c 0%, #52bd74 100%);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.trans-verify {
    background: linear-gradient(to bottom, #e4c282 0%, #fceec7 100%);
    color: #855b0c;
    padding: 5px;
    border-radius: 5px;
}

.trans-fail {
    background: linear-gradient(to bottom, #ee7a7a 0%, #d55f62 100%);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.trans-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trans-avatar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trans-avatar img {
    max-width: 40px;
}

.trans-detail-label h5 {
    margin: 0px;
    font-weight: bold;
    font-size: 13px;
}

.trans-detail-label span {
    color: #616c76;
}

.trans-detail-amt {
    font-weight: bold;
    font-size: 15px;
}

.step-nav.his-tf-step {
    max-width: 170px;
}

.step-nav.his-tf-step li:nth-child(1):before {
    width: 100%;
}

.step-nav.his-tf-step li:nth-child(2):before {
    width: 0px;
}

.trans-date-list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trans-date-detail {
    display: flex;
    align-items: center;
    gap: 5px;
}

.trans-start {
    color: #616c76;
}

/* end history page  */

/* bet record page */
.bet-wrap {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.bet-list {
    display: flex;
    padding: 5px 0px;
}

.bet-list-detail {
    display: grid;
    align-items: center;
    grid-template-rows: 50% 50%;
    gap: 5px;
    text-align: end;
    padding: 0px 5px;
}

.bet-list-label {
    color: #616c76;
}

.bet-list-detail .green {
    color: #136d51;
}

.wheel ul {
    padding: 0px;
}

.bet-table {
    position: relative;
}

.bet-table .table {
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
}

.bet-table .title-green-border {
    top: 7px;
    height: 20px;
}

.bet-table .table thead th {
    background-color: #eef3f0;
    color: #888888;
    font-weight: normal;
    vertical-align: middle;
}

.bet-table .table thead th:first-child {
    border-top-left-radius: 10px;
}

.bet-table .table thead th:last-child {
    border-top-right-radius: 10px;
}

.bet-table .table tbody tr {
    border: transparent;
}

.bet-table .table tbody tr td.green {
    color: #136d51;
}

.bet-table .table tbody tr td.red {
    color: red;
}

.bet-table .table tbody tr td {
    white-space: nowrap;
}

/* end bet record page */

/* voucher page */
.voucher-wrap {
    padding: 10px 10px 15px;
}

/* end voucher page */

/* referral page */
.ref-tab .nav {
    justify-content: space-around;
    padding: 0px 0px 20px;
    border: none;
}

.ref-tab .nav-tabs .nav-link {
    border: none;
    color: #616c76;
}

.ref-tab .nav-tabs .nav-item.show .nav-link,
.ref-tab .nav-tabs .nav-link.active {
    border: none;
    font-weight: bold;
    color: #136d51;
}

.ref-tab .nav-tabs .nav-link.active::after {
    content: "";
    display: block;
    width: 50%;
    height: 5px;
    border-bottom: 2px solid #136d51;
    margin: 0px auto;
}

.ref-wrap {
    padding: 10px;
    color: #616c76;
}

.ref-by-wrap {
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding: 15px 0px 10px;
}

.ref-by-box h5 {
    color: #000;
    font-weight: bold;
    font-size: 17px;
}

.ref-copy-box button {
    background: none;
    top: 1px;
    right: -5px;
    max-width: 50px;
}

.ref-qr {
    padding: 20px 10px;
}

.ref-qr span {
    display: block;
    padding: 10px 0px;
}

.ref-qr img {
    max-width: 150px;
    margin: auto;
}

/* end referral page */

/* help page */
.help-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 10px 10px 15px;
}

.help-list-box {
    color: #000;
    display: grid;
    align-items: center;
    grid-template-rows: 50% 50%;
    gap: 5px;
    margin: auto;
}

.help-list-box img {
    max-width: 30px;
    margin: auto;
}

.help-acc {
    padding: 5px 0px;
}

.help-acc .accordion {
    border: none;
    border-radius: 0px;
}

.help-acc .accordion-item:first-of-type .accordion-button,
.help-acc .accordion-item:first-of-type {
    border-radius: 0px;
}

.help-acc .accordion-item {
    border: none;
}

.help-acc .accordion-button {
    color: #000;
    font-size: 13px;
    padding: 10px;
}

.help-acc .accordion-button img {
    max-width: 35px;
    padding-right: 5px;
}

.help-acc .accordion-button:focus {
    outline: none !important;
    border: none;
    box-shadow: none;
}

.help-acc .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000;
}

.help-acc .accordion-body {
    font-size: 13px;
    background: #fafafa;
    /* text-align: end; */
    padding: 0px;
}

.help-inner-link {
    color: #616c76;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-right: 15px;
    margin-left: 30px;
}

.help-inner-link span {
    display: block;
    padding: 10px 0px;
}

.help-inner-link i {
    font-size: 15px;
}

.help-acc .accordion-button::after {
    content: "\f106";
    font-family: FontAwesome;
    transform: rotate(180deg);
    background-image: none;
    font-size: 15px;
    color: #616c76;
    position: absolute;
    right: 13px;
    top: 13px;
}

.help-acc .accordion-button:not(.collapsed)::after {
    content: "\f107";
    font-family: FontAwesome;
    transform: rotate(180deg);
    background-image: none;
}

.help-faq-more {
    text-align: center;
    display: block;
    padding: 10px 0px;
    color: #616c76;
}

/* end help page */

/* faq page */
.faq-wrap {
    padding: 10px;
}

.faq-wrap h5 {
    font-weight: bold;
    font-size: 13px;
}

.faq-wrap ol {
    color: #616c76;
    padding-left: 15px;
}

.faq-like {
    display: flex;
    justify-content: end;
    gap: 20px;
    border-top: 1px solid #eaeaea;
    padding-top: 15px;
}

.faq-like-box {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #616c76;
    font-weight: bold;
}

.faq-like-box img {
    max-width: 20px;
}

/* end faq page */

/* about us page */
.about-logo {
    text-align: center;
    max-width: 200px;
    margin: auto;
    padding: 20px 0px;
}

.about-logo span {
    display: block;
    font-weight: bold;
    font-size: 15px;
    padding-top: 10px;
}

.about-wrap {
    padding: 10px;
}

.about-wrap p {
    color: #616c76;
    text-align: center;
}

.about-title {
    text-align: center;
    font-weight: bold;
}

.about-license {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0px;
}

.about-license img {
    max-width: 100px;
    max-height: 50px;
}

/* end about us page */

/* tnc page */
.tnc-wrap a {
    border-bottom: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #000;
    padding: 10px;
}

.tnc-wrap a:last-child {
    border-bottom: none;
}

.tnc-wrap i {
    color: #616c76;
}

.tnc-detail-wrap {
    padding: 0px 10px 10px;
    line-height: 1.4;
}

.tnc-detail-wrap ol {
    padding-left: 15px;
    font-weight: bold;
}

.tnc-detail-wrap ul {
    padding-left: 5px;
    font-weight: normal;
    color: #616c76;
}

.tnc-detail-wrap span {
    font-weight: bold;
    padding: 10px 0px;
    display: block;
}

ul.first-marker {
    list-style-type: square;
}

ul.first-marker ul {
    list-style-type: none;
}

ul.first-marker ul li:before {
    content: "-";
    padding-right: 5px;
}

ul.first-marker ul ul {
    list-style-type: none;
}

ul.first-marker ul ul li:before {
    content: "-";
    padding-right: 5px;
}

.tnc-detail-wrap li:not(:last-child) {
    margin-bottom: 10px;
}

/* end tnc page */

/* policy page */
.policy-wrap {
    padding: 10px 15px 15px;
    color: #616c76;
}

/* end policy page */

/* how to deposit page */
.nav.how-tab {
    width: 100%;
    justify-content: center;
}

.how-tab .nav-item {
    display: flex;
    width: 33.33%;
    justify-content: center;
    padding: 0px 5px;
}

.nav-pills.how-tab .nav-link {
    background: #f7f8f9;
    color: #616c76;
    border-bottom: 1px solid #bcdacd;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    box-shadow: #136d51 2px 2px 8px -4px;
}

.nav-pills.how-tab .nav-link.active,
.nav-pills.how-tab .show>.nav-link {
    background: linear-gradient(to bottom, #4fc58b 0%, #1e9252 12%, #1d8f4d 50%, #76ba93 100%);
    box-shadow: #136d51 2px 2px 8px -4px;
    color: #fff;
}

.how-content {
    text-align: center;
    padding: 40px 0px 30px;
}

.how-content .carousel-indicators {
    bottom: -55px
}

.how-content .carousel-indicators [data-bs-target] {
    border-radius: 22px;
    height: 5px;
    background: #b8b8b8;
    border: 1px solid #b8b8b8;
    width: 15px;
}

.how-content .carousel-indicators .active {
    background: linear-gradient(to bottom, #71dc92 0%, #33ab5b 60%, #79e39a 100%);
    border: 1px solid #79e39a;
    width: 30px;
}

.how-content .swiper-wrapper {
    padding-bottom: 10%;
}

.how-content .swiper-pagination-bullet {
    border-radius: 22px;
    height: 5px;
    background: #b8b8b8;
    border: 1px solid #b8b8b8;
    width: 15px;
}

.how-content .swiper-pagination-bullet-active {
    background: linear-gradient(to bottom, #71dc92 0%, #33ab5b 60%, #79e39a 100%);
    border: 1px solid #79e39a;
    width: 30px;
}

/* end how to deposit page */

/* promotion page */
.promo-wrap {
    padding: 20px 10px;
}

.promo-wrap .nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0px 0px 20px;
    border: none;
    gap: 7px;
}

.promo-wrap .nav-tabs .nav-link {
    background: #f7f8f9;
    color: #616c76;
    border-bottom: 1px solid #bcdacd;
    width: 100%;
    border-radius: 10px;
    padding: 8px 10px;
    box-shadow: #136d51 2px 2px 8px -4px;
    white-space: nowrap;
    min-width: 100px
}

.promo-wrap .nav-tabs .nav-item.show .nav-link,
.promo-wrap .nav-tabs .nav-link.active,
.promo-wrap .nav-tabs .nav-link:active {
    background: linear-gradient(to bottom, #4fc58b 0%, #1e9252 12%, #1d8f4d 50%, #76ba93 100%);
    box-shadow: #136d51 2px 2px 8px -4px;
    color: #fff;
}

.promo-box {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promo-detail h5 {
    color: #000;
    font-weight: bold;
    font-size: 15px;
}

.promo-time {
    color: #616c76;
}

.promo-time span {
    color: #51c2a3;
}

.green-btn.promo {
    white-space: nowrap;
    padding: 8px 15px;
}

.promo-tab-content .white-box-inner-wrap,
.promo-detail-wrap .white-box-inner-wrap {
    border-top: none;
}

.promo-detail-box {
    padding: 10px;
}

.promo-detail-time {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 20px;
}

.promo-time-title {
    color: #616c76;
    font-weight: bold;
}

.promo-time-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.promo-day-box {
    background: #fff;
    box-shadow: #136d51 2px 2px 8px -4px;
    border-bottom: 2px solid #d6e6d7;
    color: #51c2a3;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;

}

.promo-day-label {
    color: #808ea8;
    padding-top: 5px;
    text-align: center;
    font-size: 11px;
}

.promo-hour-box {
    background: #fff;
    box-shadow: #136d51 2px 2px 8px -4px;
    border-bottom: 2px solid #d6e6d7;
    color: #51c2a3;
    font-weight: bold;
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    gap: 10px;
}

.promo-hour-label {
    display: flex;
    justify-content: center;
    color: #808ea8;
    padding-top: 5px;
    font-size: 11px;
    gap: 14px;
}

.promo-hour-label span:nth-child(2) {
    padding-right: 4px;
}

.promo-detail-box h4 {
    font-weight: bold;
    font-size: 16px;
}

.promo-detail-box h5 {
    font-weight: bold;
    font-size: 15px;
    color: #51c2a3;
}

.promo-detail-box ol {
    color: #616c76;
    padding-left: 15px;
    line-height: 1.4;
}

.promo-table table {
    vertical-align: middle;
    text-align: center;
}

.promo-table thead tr th {
    background: #51c2a3;
    color: #fff;
    vertical-align: middle;
    border: 1px solid #fff;
}

.promo-table thead tr th:first-child,
.promo-table tbody tr td:first-child {
    text-align: left;
}

.promo-table tbody tr {
    background: #f7f7f7;
    border: 1px solid #fff;
}

/* end promotion page */

/* vip page */
.vip-al-wrap {
    padding: 120px 0px 0px;
    background: url(../images/account/vip/privilege/vip-bg-1-normal.png) no-repeat;
    background-size: 100% 100%;
}

.vip-top {
    position: relative;
    padding-top: 45px;
    background: url(../images/vip/bg.png) no-repeat top center;
    background-size: cover;
}

.vip-top-div {
    height: 40px;
}

.vip-top-intro {
    margin: auto;
    text-align: center;
    padding: 10px;
    padding-top: 65%;
}

.vip-top-intro h4 {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.vip-top-intro h5 {
    font-size: 14px;
    color: #fff;
}

.vip-top-intro p {
    color: #aeaeae;
}

.vip-wrap {
    padding: 10px;
}

.vip-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

.vip-title h4 {
    color: #136d51;
    font-size: 16px;
    font-weight: bold;
}

.vip-title h5 {
    font-size: 14px;
    margin-bottom: 5px;
}

.vip-title span {
    color: #616c76;
}

.vip-title img {
    max-width: 100px;
    margin: auto;
}

.vip-wrap .carousel-control-prev-icon,
.vip-wrap .carousel-control-next-icon {
    background-image: none;
    color: #000;
    font-size: 20px;
    width: auto;
    height: auto;
}

.vip-wrap .carousel-control-next {
    position: relative;
}

.vip-wrap .carousel-control-prev {
    position: relative;
}

.vip-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.vip-detail {
    padding: 10px;
}

.vip-box-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 1px solid #d6e6d7;
}

.vip-box-inner-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding-bottom: 15px;
}

.vip-box-inner-wrap img {
    max-width: 50px;
}

.vip-bnf {
    color: #616c76;
    font-size: 12px;
    width: 50%;
}

.vip-bnf span {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding-bottom: 3px;
}

.vip-pri-table {
    padding-top: 10px;
}

.vip-pri-title {
    font-weight: bold;
    padding: 15px 0px 10px;
}

.vip-pri-title:first-child {
    padding-top: 5px;
}

.vip-pri-row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.vip-pri-row span:first-child {
    color: #616c76;
}

.vip-pri-row span:last-child {
    color: #136d51;
    font-weight: bold;
}

.vip-wrap .carousel-item {
    transition: transform 0.6s ease-in-out;
}

/* end vip page */

/* afterlogin vip benefit page */
.vip-rebate {
    padding: 10px;
    color: #616c76;
}

.vip-rebate .table thead tr th {
    background: #cbd5d1;
    color: #616c76;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
}

.vip-rebate .table thead th:first-child {
    border-top-left-radius: 10px;
    text-align: left;
    padding-left: 15px;
}

.vip-rebate .table thead th:last-child {
    border-top-right-radius: 10px;
}

.vip-rebate .table tbody tr:nth-of-type(even) {
    background: #eef3f0;
}

.vip-rebate .table tbody tr td {
    border: none;
    vertical-align: middle;
    text-align: center;
}

.vip-rebate .table tbody tr td:first-child {
    display: flex;
    align-items: center;
    gap: 5px;
}

.vip-rebate .table tbody tr td img {
    max-width: 30px;
}

.vip-rebate .table tbody tr td:first-child {
    font-weight: bold;
}

.vip-al-tnc {
    padding: 10px;
}

.vip-al-tnc ol {
    padding-left: 15px;
    color: #616c76;
    line-height: 1.4;
}

.vip-rebate-active {
    background: linear-gradient(to bottom, #e9fef1 0%, #b3ebc4 100%);
    position: relative;
    color: #136d51;
    font-weight: bold;
}

.vip-green-box {
    position: absolute;
    background: linear-gradient(to bottom, #e9fef1 0%, #b3ebc4 100%);
    left: -3px;
    height: 100%;
    width: 5px;
    top: 1px;
}

.vip-green-box-1 {
    position: absolute;
    background: linear-gradient(to bottom, #e9fef1 0%, #b3ebc4 100%);
    right: -4px;
    height: 100%;
    width: 5px;
    top: 1px;
}

.vip-lvl-bar {
    padding-top: 20px;
    position: relative;

}

.vip-lvl-badge {
    /* position: relative; */
    max-width: 100%;
}

.vip-lvl1 {
    display: block;
    position: absolute;
    left: 47%;
    top: -4%;
    color: #000;
    font-weight: bold;
}

.vip-lvl2 {
    display: block;
    position: absolute;
    right: 15%;
    top: 15%;
    color: #000;
    font-weight: bold;
}

.vip-lvl-bar span.active {
    color: #136d51;
}

.vip-lvl1.gold {
    left: 48%;
}

.vip-lvl2.plat,
.vip-lvl2.diamond {
    right: 15%;
}

.vip-bnf-lvl {
    background: url(../images/account/vip/privilege/tag-current.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 20px;
    color: #fff;
    position: absolute;
    top: 35px;
    left: 11px;
}

.vip-bnf-lvl.lock {
    background: url(../images/account/vip/privilege/tag-locked.png) no-repeat;
    background-size: 100% 100%;
    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 {
    max-width: 150px;
    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: 10px 20px 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/account/vip/privilege/ARROW_NEXT\ GAME.png) no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 20px;
    color: transparent;
    z-index: 0;
    right: 0px;
}

.vip-al-swiper .swiper-button-prev {
    content: "";
    background: url(../images/account/vip/privilege/ARROW_PREVIOUS\ GAME.png) no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 20px;
    color: transparent;
    z-index: 0;
    left: 0px;
}

.vip-bnf-wrap {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.vip-pri-content {
    margin: 10px 10px 30px;
}

.my-vip-note {
    background: #e1e9de;
    border-radius: 20px;
    padding: 5px 20px;
    text-align: center;
    width: 75%;
    margin: auto;
    font-size: 12px;
}

.my-vip-note span {
    color: #136d51;
    font-weight: bold;
}

.vip-bnf-bg {
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    padding: 5px;
    margin-top: 10px;
    box-shadow: #808ea8 2px 2px 8px -4px;
}

.vip-lvl-badge,
.vip-bnf-bg {
    display: none !important;
}

.vip-lvl-badge.show,
.vip-bnf-bg.show {
    display: block !important;
}

/* end afterlogin vip benefit page */


/* 29/7/2024 */
.slot-dropdown {
    text-align: end;
    place-self: end;
}

.slot-dropdown .dropdown-toggle {
    background: #fff;
    border-radius: 20px;
    padding: 5px 6px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9f9f9;
}

.slot-dropdown span{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px;
}


@media only screen and (min-width: 480px) {

    /* account page */
    .my-vip-dot img {
        max-width: 100%;
        max-height: 100%;
    }
}

@media only screen and (min-width: 600px) {
    body.landing-v1 {
        background: url(../images/landing/ver1.png) no-repeat top center fixed;
        background-size: auto 100%;
        height: 100%;
    }

    body.landing-v2 {
        background: url(../images/landing/ver2.png) no-repeat top center fixed;
        background-size: auto 100%;
        height: 100%;
    }

    .landing-btm {
        bottom: 20%;
    }

    .landing-slogan,
    .landing-slogan-v2 {
        padding-top: 0%;
    }

    .landing-flag {
        max-width: 400px;
        margin: auto;
    }

    .landing-flag img {
        max-width: 60px;
    }
}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 600px) {}

@media(max-width: 550px) {
    .vip-bnf-lvl {
        top: 12%;
        left: 7px;
    }
}

@media only screen and (max-width: 480px) {

    /* contact us page */
    .contact-opt-list span {
        font-size: 3.3vw;
    }

    /* account page */
    .acc-vip-note {
        font-size: 2.8vw;
    }

    .my-vip-bar {
        width: auto;
    }

    .acc-mem-list span {
        font-size: 3vw;
    }

    /* afterlogin vip page */
    .vip-lvl1 {
        left: 44%;
    }

    .vip-lvl2 {
        right: 13%;
    }

    .vip-lvl1.silver {
        left: 45%;
    }

    .vip-lvl1.gold {
        left: 46%;
    }

    .vip-lvl2.gold {
        right: 13%;
    }

    .vip-lvl2.plat,.vip-lvl2.diamond{
        right: 10%;
    }

    .vip-lvl1.diamond {
        left: 43%;
    }
}