@charset "utf-8";
/* CSS Document */


body {
    font-family: "Roboto", sans-serif;
    line-height: 1.4;
    font-size: 14px;
    margin: 0 auto;
    color: #4b4e58;
    max-width: 991px;
    background-color: #ffffff;
}

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 {
    text-decoration: none;
}

input::placeholder {
    opacity: 0.4 !important;
    font-size: 12px;
}

img {
    max-width: 100%;
}

[off-canvas] {
    color: #6a718e;
    /* Basic colors, overwrite this in your own css. */
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
    color: #495057;
    width: 100%;
}

button:focus,
button.btn:focus,
a:focus {
    outline: none;
    box-shadow: none;
}

[off-canvas*=left] {
    background: #ffffff;
    background: url(img-sidebar-bg-4367e84ee1.jpg)no-repeat;
    background-size: contain;
    background-position: bottom right;
}

.js-close-any-slidebar:after {
    content: '';
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    box-shadow: inset 5px 0 16px 0px rgb(106, 113, 142, 0.44);
}

body.gry {
    background: #ffffff;
}

.bg_spec {
    background: #f8f9fb;
}

.body_gry {
    background: #f8f9fb;
}

.body_vip {
    background: #ffffff;
}

.t-body {
    overflow: auto;
    height: 100%;
    padding-bottom: 12%;
}

#languagemodal .modal-dialog {
    height: 90vh;
}

#languagemodal .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
    position: absolute;
    left: 0;
    top: 35%;
    right: 0;
    text-align: center;
    margin: auto;
    width: 100%;
}

#languagemodal .modal-dialog .modal-content ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

#languagemodal .modal-dialog .modal-content ul li {
    padding: 0px 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

#afterlogin_bonus .modal-content {
    background-color: transparent;
    border: none;
    top: -10px;
}

#afterlogin_bonus button.close {
    color: #fff;
    top: 63px;
    position: absolute;
    right: 17px;
    z-index: 999;
}

.bonus_bg {
    background-color: #ffffff;
    background: url(img-bonus-bg-18b954964a.png)no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 100%;
    position: relative;
    border-radius: 10px;
    border: 1px solid #cbb698;
}

.bonus_inner {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #cbb698;
    width: 100%;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 10px;
}

.img_bonus_head {
    top: 44px;
    position: inherit;
    z-index: 9;
}

.bonus_inner img {
    width: 80%;
}

.bonus_bg_custom {
    z-index: 99;
    position: inherit;
    padding: 10px;
}

.btn_bonus {
    background: linear-gradient(to bottom, #e0d2bc 0%, #c5a684 100%);
    color: #ffffff;
    min-width: 122px;
    height: 31px;
    border: 1px solid #c9b69a;
    border-radius: 5px;
    margin-top: 5px;
    box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.58);
}

/** Header **/
.header-top {
    padding: 5px 0;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 991px;
    z-index: 99;
    background: #fff;
    min-height: 50px;
    display: flex;
    align-items: center;
    -moz-box-shadow: 0px 3px 7px -4px #ccc;
    ;
    -webkit-box-shadow: 0px 3px 7px -4px #ccc;
    ;
    box-shadow: 0px 3px 7px -4px #ccc;
    ;
}

.logo {
    max-width: 100px;
}

.inbox-icon {
    position: relative;
    color: #8e8e8e;
}

.inbox-icon::after {
    content: '';
    width: 4px;
    height: 4px;
    background: #FB0000;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
}

.title-top {
    padding: 8px 5px;
    font-size: 18px;
    color: #414655;
    text-align: center;
    background: #fff;
    position: relative;
}

.left-btn {
    position: absolute;
    left: 2%;
    color: #8e8e8e;
}

.right-btn {
    right: 2%;
    color: #8e8e8e;
    font-size: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.right-btn-mail {
    /*font-size: 22px;*/
    color: #6a718e;
    margin: 0 5px;
}

.right-btn-mail img {
    width: 25px;
}

.right-btn-1 {
    position: absolute;
    right: 2%;
    top: 1%;
    font-size: 17px;
}

.right-btn-1 a {
    color: #414655;
}

button.float-menu-btn {
    background: none;
    border: none;
    display: flex;
    /*position: absolute;*/
    top: 10%;
    left: 8px;
}

.nav-icon {
    width: 25px;
    margin: 0;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
    background-color: #43475a;
    border-radius: 3px;
    content: '';
    display: block;
    height: 4px;
    margin: 3px 0;
    transition: all .2s ease-in-out;
}

.userlogin {
    display: grid;
    grid-template-columns: 40% 60%;
    padding: 20px 20px 5px 20px;
    grid-gap: 10px;
}

.userlogin_name {
    text-align: left;
    display: block;
    align-self: center;
}

.left-menu-wrapper hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ceaf8f;
    width: 80%;
}

.responsive-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    padding: 0 10px;
    grid-row-gap: 15px;
    text-align: center;
    font-size: 12px;
}

.responsive-menu a {
    color: #6a718e;
}

.sidemenu-icon {
    border: 1px solid #ceaf8f;
    border-radius: 34px;
    width: 40px;
    height: 40px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
}

.sidemenu-icon img {
    width: 20px;
}

.lang-box {
    top: 10px;
    right: 8px;
    margin-left: 3px;
}

button#language-menu {
    color: #dcdcdc;
    font-size: 13px;
    padding: 0;
}

.lang-box button img {
    max-width: 23px;
}

.dropdown-menu.language {
    padding: 2px 0;
    margin: 0;
    min-width: 48px;
    font-size: 13px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    left: 0px !important;
}

.dropdown-menu.language .dropdown-item {
    padding: 3px 10px;
    text-align: center;
    color: #212121;
}

.dropdown-toggle::after {
    display: none;
}

.btn_login {
    color: #43475a;
    border: 1px solid #126e51;
    background: none;
    border-radius: 20px;
    font-size: 10px;
    width: 58px;
    font-weight: 500;
    text-align: center;
    padding: 5px;
    margin-right: 2px;
}

.btn_reg {
    color: #ffffff;
    border: 1px solid #126e51;
    background: none;
    border-radius: 20px;
    font-size: 10px;
    width: 59px;
    font-weight: 500;
    background-color: #126e51;
    -webkit-text-shadow: 0px 1px 0px #9a9a9a;
    -moz-text-shadow: 0px 1px 0px #9a9a9a;
    text-shadow: 0px 1px 0px #9a9a9a;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    padding: 5px;
}

.btn_logout {
    color: #43475a;
    border: 1px solid #c6ac8c;
    background: none;
    border-radius: 20px;
    font-size: 10px;
    width: 100%;
    font-weight: 500;
    text-align: center;
    padding: 5px;
    height: 30px;
    background-color: #ffffff;
    -moz-box-shadow: 0px 3px 7px -4px #ccc;
    -webkit-box-shadow: 0px 3px 7px -4px #ccc;
    box-shadow: 0px 3px 7px -4px #ccc;
}

.btn_logout_outset {
    position: fixed;
    bottom: 18px;
}

/** Home **/
.mobile-slider {
    padding: 51px 0px 0px;
    background-color: #f8f9fb;
    border-radius: 0px;
}

.mobile-slider .carousel-inner {
    /* border: 1px solid #cbb698; */
    /* border-radius: 10px; */
    /* -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7); */
    -moz-box-shadow: 0px 0px 6px 0px rgb(203, 182, 152, 0.7);
    /* box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7); */
    will-change: transform;
}

.carousel-control-prev,
.carousel-control-next {
    top: 22%;
}

.annouce-sec {
    padding: 3px 0;
    background-image: linear-gradient(to bottom, #ffffff, #e8e8ee);
    width: 100%;
    box-shadow: 0 4px 3px #d8d8d84a, 0px 1px 20px 1px #5a5a5a42;
    border: 2px solid #fff;
    border-radius: 26px;
}

.annuuce-wrapper {
    display: flex;
}

.speaker-icon {
    color: #ffffff;
    padding: 6px;
    padding-left: 8px;
    margin-left: 0px;
    background-image: linear-gradient(to bottom, #5bc220, #125508);
    border-radius: 100%;
    width: 33px;
}

.anouce-msg {
    align-self: center;
    color: #404966;
    /*font-size: 10px;*/
    font-size: 12px;
}

.no-sign-wrapper {
    /*  padding: 14px 0;*/
}

.no-sign {
    color: #126e51;
    font-size: 12px;
    font-weight: bold;
}

.pls-sign a {
    color: #425878;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.slct-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0px;
}

.slct-wrapper a {
    display: block;
    color: #126e51;
    text-align: center;
    /*font-size: 11px;*/
    font-size: 12px;
}

.slct-wrapper a img {
    display: block;
    margin: auto;
    width: 30px;
}

.index_main_bg {
    background: url(img-indexbg-37fe06ec97.jpg)no-repeat;
    padding-top: 10px;
}

.game-sec {
    /* padding: 20px 0; */
}

.nav-pills.game-nav {
    padding-right: 5px;
}

.nav-pills.game-nav .nav-link.active,
.nav-pills.game-nav .show>.nav-link {
    color: #fff;
    background-color: #126e51;
    border: 2px solid #ffffff;
    background-image: unset;
}

.nav-pills li.nav-item {
    width: 100%;
    text-align: center;
}

.nav-pills.game-nav .nav-link {
    display: grid;
    border-radius: 7px;
    /* padding: 2px 5px 2px 1px; */
    margin-bottom: 9px;
    color: #126e51;
    background: #ffffff;
    border: 2px solid #ffffff;
    font-size: 10px;
    font-weight: 500;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 66px;
    padding: 1px;
    box-shadow: 4px 5px 3px #9e9e9e40, 2px 0px 19px 1px #63636342;
    background-image: linear-gradient(to bottom, #ffffff, #d4dae2);
}

.game-nav .nav-link img {
    max-width: 100%;
    margin-right: 0px;
    padding: 0px;
    width: 50px;
}

.tab-content.game {
    padding-left: 3px;
}

.tab-content.game a img {
    box-shadow: 0px 3px 14px -5px rgba(0, 0, 0, 0.4);
    border-radius: 21px;
    margin-bottom: 10px;
}

.gwrap_2 a img,
.gwrap_3 a img {
    width: 48%;
    display: inline-block;
}

.gwrap_2 a:nth-of-type(2n) img {
    margin-left: 5px;
}

.gwrap_3 a.wdimg img {
    width: 100%;
}

.menu-btm {
    position: fixed;
    max-width: 991px;
    width: 100%;
    bottom: 0;
    /* background: #fff; */
    z-index: 99;
}

.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    padding: 6px 0;
    border-radius: 16px 16px 0 0;
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
    align-items: end;
    background-image: linear-gradient(to bottom, #ffffff, #e8ecf1f5);
}

.menu-wrapper a {
    color: #126e51;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
}

.menu-wrapper a img {
    max-width: 18px;
    display: block;
    margin: 3px auto;
}

.menu-wrapper a .active-img {
    display: none;
}

.menu-wrapper a.active {
    color: #126e51;
}

.menu-wrapper a.active .active-img {
    display: block;
}

/*.menu-wrapper a.active .com-img {
    display: none;
}*/
.announcement_more {
    border-radius: 20px;
    width: 57px;
    text-align: center;
    cursor: pointer;
    background-color: #6a718e;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.announcement_more a {
    color: #ffffff;
    vertical-align: middle;
    font-size: 12px;
}

.userlogin_username {
    font-size: 9px;
    color: #6a718e;
    font-weight: 500;
}

.userlogin_name_index {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
}

.btn_acc {
    font-size: 9px;
    min-width: 103px;
    border: 1px solid #126e51;
    background: none;
    border-radius: 16px;
    color: #000000;
}

.wrapper_main {
    padding: 10px 0;
    /* background-image: linear-gradient(to bottom, #ffffff, #e3efef); */
    min-height: 0;
    box-shadow: 0 9px 3px #d8d8d885, 0px 11px 19px 1px #c8c8c873;
    border: 2px solid #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/** Promotion **/
.mix {
    display: none;
}

.filter-menu-bar {
    overflow: auto;
    /*white-space: nowrap;*/
    /*box-shadow: 0px 2px 7px -1px rgba(0,0,0,0.1);*/
    padding-left: 11px;
    /*background-color: #ffffff;*/
    /*padding-bottom: 10px;*/
}

.filter-menu-bar::-webkit-scrollbar {
    display: none;
}

/*.pmbox {
    display: inline-block;
    text-align: center;
    margin: 5px 13px 0;
    border-bottom: 2px solid transparent;
    padding: 5px 0 11px;
    font-size: 15px;
    color: #6a718e;
}*/
.pmbox {
    display: inline-block;
    color: #126e51;
    border: none;
    background: none;
    border-radius: 20px;
    font-size: 12px;
    width: 100%;
    font-weight: 500;
    margin-left: 3px;
    margin-right: 2px;
    text-align: center;
    padding: 4px;
    height: auto;
    background-color: #ffffff;
    border: 1px solid #126e51;
    width: 30%;
    margin-top: 5px;
    text-transform: uppercase;
}

/*.pmbox.active {
    border-bottom: 2px solid #d2b79c;
    color: #cba98c;
}*/
.pmbox.active {
    color: #ffffff;
    border: none;
    background: none;
    border-radius: 20px;
    background-image: linear-gradient(#126e51, #126e51);
    text-align: center;
}

.promo-content {
    padding: 15px;
}

.promo-bx {
    position: relative;
    margin-bottom: 10px;
}

.promo-tag {
    position: absolute;
    max-width: 15%;
    left: -4px;
    top: 0;
    z-index: 2;
}

.pm-boxer {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 5px;
}

.date-promo {
    position: absolute;
    left: 0;
    bottom: 9%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 15px 15px 0;
    z-index: 2;
    font-size: 2.7vw;
    padding: 3px 8px;
    color: #1A1A1A;
}

.date-promo i {
    color: #505050;
}

.pmbx {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12);
    padding: 20px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    color: #626772;
}

.prosm-title {
    color: #b1987f;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.ptable {
    overflow: auto;
    border-radius: 8px;
}

.promo-table {
    text-align: center;
}

.promo-table tr th {
    background: #DCC9B6;
    color: #fff;
    font-weight: 500;
    padding: 8px 3px;
    border: 1px solid #F2F2F2;
}

.promo-table tr td {
    background: #fff;
    padding: 8px 3px;
    border: 1px solid #F2F2F2;
}

.lotto_table span {
    font-size: 9px;
    font-weight: 700;
    color: #6a718e;
}

.lotto_table table {
    font-weight: 700;
    font-size: 11px;
}

.promo_example {
    color: #37383c;
    font-weight: 500;
}

.lotto_table table thead {
    background-color: #126e51;
    color: #ffffff;
}

.lotto_table table thead tr td:first-child {
    border-top-left-radius: 0px;
}

.lotto_table table thead tr td,
.lotto_table table tbody tr td {
    padding: 10px 2px;
}

.lotto_table table thead tr td {
    border-right: 1px solid #ffffff;
}

.lotto_table table tbody {
    color: #444547;
}

.lotto_table table tbody tr td:first-child {
    text-transform: uppercase;
}

.lotto_table table tbody tr td {
    border: 1px solid #126e51;
    text-transform: uppercase;
}

.lotto_table span.promo_table_exclude {
    color: #dc3545;
    display: block;
}

.promotnc {
    background-image: linear-gradient(#126e51, #126e51);
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    font-weight: 500;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
    text-shadow: 0px 2px 3px #665641;
    height: 44px;
}

.promotnccontent ul {
    list-style: none;
    padding-left: 30px;
    padding-right: 30px;
}

.promotnccontent ul li::before {
    content: "\2022";
    color: #126e51;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -15px;
    font-size: 17px;
}

.promo_collapse {
    border: 1px solid #d2b79c;
    margin-top: -18px;
    border-top: none;
    padding-top: 10px;
    background-color: #ffffff;
}

.promo-sec {
    margin-top: 70px;
    margin-bottom: 20px;
}

.lotto_table .sub_title {
    font-weight: 300;
}

.lotto_table {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 15px;
}

/** Profile **/
.profile-sec {
    background: #fff;
    border-radius: 0 0 12px 12px;
    margin-bottom: 25px;
    margin-top: 50px;
}

.profile-sec.contact_spec {
    background-color: #f8f9fb;
}

.profile-user {
    display: grid;
    grid-template-columns: 70px auto 47px;
    grid-gap: 10px;
    padding: 10px 0 15px;
}

.propic {
    max-width: 70px;
    position: relative;
}

.propic img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.cam_icon {
    position: absolute;
    bottom: 0;
    left: 48px;
}

.cam.fa-camera {
    background: #126e51;
    border-radius: 50%;
    height: 2em;
    width: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 2px solid #ffffff;
    font-size: 10px;
}

#profilemodal.modal .modal-dialog {
    max-width: 500px;
}

#profilemodal.modal .modal-header {
    background-image: linear-gradient(to bottom, #126e51 0%, #083e2d 100%);
    -moz-box-shadow: 0px 3px 7px 0px #ccc;
    -webkit-box-shadow: 0px 3px 7px 0px #ccc;
    box-shadow: 0px 3px 7px 0px #ccc;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
}

#profilemodal.modal .modal-header .close {
    position: absolute;
    right: 20px;
    color: #fff;
}

.user_select_img {
    max-width: 125px;
    max-height: 125px;
    margin: auto;
}

.user_select_img img {
    border-radius: 100px;
    width: 100px;
    height: 100px;
    max-width: 125px;
    max-height: 125px;
}

.user_select_img_item {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
    grid-row-gap: 10px;
}

.user_select_img_item img {
    border-radius: 100px;
    max-width: 53px;
    cursor: pointer;
}

.upload_profile {
    cursor: pointer;
}

.upload.fa-camera {
    background: #f8f9fb;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6a718e;
    border: 2px solid #6a718e;
    font-size: 24px;
}

.playerinfo {
    align-self: center;
}

.playername {
    color: #000000;
    font-weight: 500;
    font-size: 15px;
}

.vip-lvl {
    background: #e1c8ba;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 1px 4px;
    border-radius: 5px;
    margin-left: 5px;
}

.plycap {
    color: #acafb9;
    font-size: 12px;
    margin-top: 4px;
}

.grey {
    align-self: center;
    font-size: 15px;
    color: #126e51;
}

.grey a {
    font-size: 15px;
    color: #6a718e;
}

.vip-mall {
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 7px 20px;
}

.vip-priv {
    display: grid;
    grid-template-columns: 30% 70%;
}

.vptitle {
    align-self: center;
    color: #313e4a;
    font-size: 19px;
    font-weight: 700;
}

.vptitle span {
    display: block;
    color: #c2c5cb;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
}

.player-wallet-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 15px 3px;
}

.player-wallet-wrapper a {
    display: block;
    text-align: center;
    color: #126e51;
    font-weight: 500;
}

.player-wallet-wrapper img {
    display: block;
    margin: auto;
    max-width: 50%;
}

.profile-1 {
    background: #fff;
    margin-bottom: 20px;
}

.profile-2 {
    background: #fff;
    margin-bottom: 5px;
}

.profile-2_last {
    margin-bottom: 25px;
}

.record-wrapper {
    display: grid;
    grid-template-columns: 35px auto 15px;
    align-items: center;
    padding: 12px 32px;
}

.rtitle {
    color: #414655;
}

.rtitle i {
    color: #8998b4;
    margin-right: 5px;
    font-size: 18px;
}

.rcaption {
    color: #126e51;
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
    font-weight: 500;
}

/** Wallet **/
.wallet-sec {
    background: #fff;
    padding: 15px 5px 0;
    margin: 15px 15px 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.total-amt-wrapper {
    display: grid;
    grid-template-columns: 70% 30%;
    margin-bottom: 15px;
}

.remaining {
    font-size: 18px;
    font-weight: 600;
    color: #263440;
}

.remaining.unit {
    font-size: 12px;
    font-weight: 400;
}

.remaining a i {
    color: #D4C2B7;
}

.totaldp {
    align-self: end;
    text-align: right;
}

.dps-btn {
    background: linear-gradient(to right, rgba(154, 164, 194, 1) 0%, rgba(100, 112, 149, 1) 100%);
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px 19px 6px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
}

.taowapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 0 15px;
    text-align: center;
}

.taowapper a {
    display: block;
    color: #414655;
    font-size: 13px;
}

.taowapper a img {
    display: block;
    max-width: 35%;
    margin: auto auto 10px;
}

.wallet-detail {
    border-top: 1px solid #f3f3f3;
    padding: 12px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.wd-caption {
    color: #a5a9b3;
    font-size: 12px;
    text-align: right;
    font-weight: 300;
    align-self: center;
}

.wpbox {
    background: #fafbfc;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.walet-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 12px;
    color: #414655;
    font-weight: 500;
    text-align: center;
    padding: 15px 0;
}

.wamot {
    color: #d2b79c;
    font-weight: 600;
    font-size: 15px;
}

.wwb {
    position: relative;
}

.walet-wrap .wwb:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 24%;
    height: 20px;
    width: 1px;
    background: #eee;
}

.provider-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.pwbox {
    color: #414655;
    font-size: 12px;
    padding: 12px 1px;
    position: relative;
}

.pamount {
    display: block;
    color: #a5a9b3;
    font-size: 11px;
    font-weight: 500;
}

.provider-wrapper .pwbox:after {
    content: "";
    position: absolute;
    right: 0;
    top: 32%;
    height: 20px;
    width: 1px;
    background: #eee;
}

.provider-wrapper .pwbox:nth-of-type(4n):after {
    content: none;
}

.wallet-1 {
    padding: 18px 0;
}

.wtitle {
    display: flex;
    justify-content: space-between;
}

.wtitle h3 {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    padding-left: 9px;
}

.wtitle h3:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 3px;
    height: 20px;
    background-image: linear-gradient(180deg, #d5b79d 4%, #f6e8dd);
}

.wtcap {
    color: #d6ac83;
    font-size: 12px;
}

.wtitle i {
    font-size: 8px;
    color: #a5a9b3;
    padding-left: 5px;
}

.wuser-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 15px 0;
}

.wuser-wrapper a {
    display: block;
    color: #878787;
    font-size: 12px;
    text-align: center;
}

.wuser-wrapper a img {
    display: block;
    max-width: 30%;
    margin: auto;
    margin-bottom: 7px;
}

.gif-img img {
    border-radius: 45px;
}

.norecord {
    padding: 30px;
    color: #ADADAD;
    font-size: 13px;
    text-align: center;
}

/** Withdraw & Transfer **/
.withdraw-sec {
    background: #fff;
    border-radius: 8px;
    margin-top: 10px;
    padding: 10px 0;
}

.wallet-money {
    color: #414655;
    font-size: 15px;
    font-weight: 600;
}

.wallet-money i {
    color: #d3b9a0;
}

.onebutton {
    color: #d3b9a0;
}

.card-btm {
    margin-top: 10px;
}

.addcard {
    background: #fff;
    padding: 14px;
    text-align: center;
    display: block;
    color: #d2b79c;
    font-weight: 600;
    font-size: 15px;
}

.bind {
    padding: 10px;
    color: #a5a9b3;
    font-size: 12px;
}

.trans-btm {
    background: #fff;
    margin-top: 10px;
    padding: 10px 0;
}

.auto-trans {
    padding: 2px;
    font-weight: 600;
    font-size: 16px;
    color: #414655;
}

/** Toggle Button **/
.btn-toggle {
    margin: auto;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
    float: right;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
    outline: none;
    box-shadow: none;
}

.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.active {
    transition: background-color 0.25s;
}

.btn-toggle.active>.handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.btn-toggle.active:before {
    opacity: 0.5;
}

.btn-toggle.active:after {
    opacity: 1;
}

.btn-toggle.active {
    background-color: #7d87a5;
}


/** Card **/
.card-sec {
    background: #fff;
    padding: 30px 15px 15px;
}

.cardbox {
    padding: 10px 0;
    font-size: 15px;
}

.cardbox input,
.cardbox select {
    border: none;
    padding: 7px 0;
    background: transparent;
}

.cardbox label {
    font-weight: 300;
    margin-bottom: 1px;
}

.cardbox input::placeholder,
.cardbox select {
    color: #B5B5B5;
    font-weight: 300;
}

.notc {
    padding: 10px 15px;
    margin: 0 -15px;
    color: #a5a9b3;
    font-size: 12px;
    font-weight: 300;
    background: #f8f8f8;
}

.cardfirm {
    color: #a5a9b3;
    font-size: 12px;
    font-weight: 300;
    padding: 13px 0;
}

button.nextbtn {
    background: #ECE2D8;
    color: #fff;
    border: none;
    font-size: 17px;
    width: 100%;
    padding: 11px;
    border-radius: 6px;
    margin-top: 8px;
}

.help-sec {
    padding: 30px 0;
    font-size: 15px;
    text-align: center;
    color: #B7B7B7;
}

.cardm-sec {
    padding: 30px 0;
}

.nocard {
    max-width: 50%;
    margin: auto;
}

.addcard-btn {
    background: #fff;
    display: block;
    padding: 25px;
    font-size: 17px;
    font-weight: 600;
    color: #414655;
    text-align: center;
    border-radius: 8px;
}

.cardsup {
    color: #a5a9b3;
    text-align: center;
    padding: 10px;
}

/** Deposit **/
.bank-input-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    justify-items: center;
}

.login_arrow {
    font-size: 25px;
    margin-top: 14px;
}

.afterloginform.transfer_amount .form-group b {
    color: #6a718e;
    font-size: 12px;
}

/* Bank payment */
.bank-input-wrap label [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.bank-input-wrap label [type=radio]+img {
    cursor: pointer;
}

.bank-input-wrap label [type=radio]:checked+img {
    border: 1px solid #d2b79c;
    background: url(img-tick-ad2ed471d2.png)no-repeat;
    background-size: 25%;
    background-position: right bottom;
    transition: none;
}

.bank-input-wrap label img {
    border-radius: 5px;
    width: 42px;
}

.bank-input-wrap label {
    max-width: 70px;
    margin: auto;
    text-align: center;
    width: 100%;
}

span.bank-type {
    font-size: 10px;
}

.deposit-sec {
    padding: 15px 0 0;
    background: #fff;
    margin-top: 10px;
}

.bank-choice {
    background: #fff;
    padding: 5px 0;
    margin-top: 10px;
}

.bank-select select {
    border: none;
    padding: 10px;
    background: transparent;
}

.amount-input-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

/* Amount deposit */
.amount-input-wrap label [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.amount-input-wrap label [type=radio]+div {
    cursor: pointer;
    text-align: center;
    padding: 9px 0px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid #E4E4E4;
}

.amount-input-wrap label [type=radio]:checked+div {
    border: 1px solid #126e51;
    background-size: 25%;
    background-position: right bottom;
    transition: none;
    color: #ffffff;
    background: linear-gradient(to bottom, #126e51 0%, #083e2d 100%);
    background: -moz-linear-gradient(to bottom, #838db4 0%, #6a718e 100%);
    background: -webkit-linear-gradient(to bottom, #838db4 0%, #6a718e 100%);
    background: -webkit-gradient(to bottom, #838db4 0%, #6a718e 100%);
}

.amount-input-wrap label {
    margin-bottom: 0;
}

.afterloginform .form-group b {
    color: #000000;
    font-size: 10px;
}

.btn_upload {
    background: linear-gradient(to bottom, #126e51 0%, #083e2d 100%);
    color: #ffffff;
    min-width: 20px;
    height: 35px;
    border: 1px solid #126e51;
    border-radius: 22px;
    width: 75px;
}

/** messagecenter **/
.messagecenterbody {
    background-color: #f8f8f8;
}

.nav-pills.messagemain {
    justify-content: center;
    box-shadow: -1px 2px 4px 0px rgba(186, 186, 186, 0.2);
    padding: 5px 0px 0px 0px;
    background-color: #fff;
}

.nav-pills.messagemain li.nav-item {
    width: auto;
    text-align: center;
    margin-right: 5%;
    margin-left: 5%;
}

.nav-pills.messagemain li.nav-item a {
    color: #c5c5c5;
}

.nav-pills.messagemain .nav-link.active {
    background-color: transparent;
    border-bottom: 2px solid #d2b79c;
    color: #000;
    border-radius: unset;
}

.nav-pills.messagemain .nav-link.info {
    position: relative;
}

.nav-pills.messagemain .nav-link.info .info_notiy {
    position: absolute;
    display: inline-block;
    padding: 0 .12rem;
    line-height: 0.3rem;
    background: #db6372;
    border-radius: 3.15rem;
    color: #fff;
    top: 0.2rem;
    margin-left: 0.04rem;
    height: 18px;
    width: 18px;
}

.nav-pills.messagemain .nav-link.info .info_notiy span {
    top: 6px;
    position: absolute;
    left: 5px;
}

.messagesubtab ul {
    list-style-type: none;
    padding-left: 0px;
}

.messagesubtab ul li {
    background-color: #fff;
    max-height: 60px;
    padding: 10px;
    border-bottom: 1px solid rgba(220, 220, 220, 0.2);
}

.messagesubtab ul li a {
    display: flex;
}

.messagesubtab ul li img {
    max-width: 35px;
}

.messagesubtab ul li .imp {
    border: 1px solid #ff4949;
    border-radius: 5px;
    font-size: 10px;
    padding: 1px;
    color: #ff4949;
    margin-left: 5px;
}

.messagesubtab ul li .title {
    color: #414655;
}

.messagesubtab ul li .date {
    float: right;
    font-size: 10px;
    color: #a5a9b3;
}

.messagesubtab ul li .info_content {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 250px;
    color: #a5a9b3;
    font-size: 12px;
}

.messagesubtabread ul {
    list-style-type: none;
    padding-left: 0px;
    background-color: #fff;
}

.messagesubtabread ul li {
    max-height: 60px;
    display: flex;
    padding: 10px;
    border-bottom: 1px solid rgba(220, 220, 220, 0.2);
}

.messagesubtabread ul li img {
    max-width: 35px;
}

.messagesubtabread ul li .title {
    color: #414655;
}

.messagesubtabread ul li .date {
    font-size: 10px;
    color: #a5a9b3;
}

.messagesubtabread ul li .info_content {
    color: #a5a9b3;
    font-size: 12px;
}

/*vippage*/
.vipbody {
    background-color: #f8f8f8;
    padding-bottom: 0px;
}

.vipbg {
    background: url(img-userinfo-bg-c195fb60dd.png)center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.userdetails img {
    width: 45px;
}

.userdetails {
    display: flex;
    align-items: center;
}

.userbadge img {
    width: 60px;
    float: right;
}

.vipghead00 {
    padding-bottom: 25px;
    color: #414655;
    font-size: 18px;
}

.vipghead01 {
    padding-bottom: 25px;
    align-items: center;
}

.vipfrom {
    background: #de4320;
    font-size: 10px;
    border-radius: 13px;
    color: #fff;
    padding: 0px 5px;
    float: right;
    margin-top: 3px;
}

.vipto {
    background: linear-gradient(270deg, #dde1e6, #b9b0b9);
    font-size: 10px;
    border-radius: 13px;
    color: #fff;
    padding: 0px 5px;
}

.vipbg .progress {
    height: 10px;
    box-shadow: -1px 2px 4px 0px rgba(112, 112, 112, 0.3);
}

.vipbg .progress .progress-bar-striped {
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.vipbg .progress .progress-bar {
    background-color: rgb(202, 202, 202);
}

.progressicon {
    display: inline-block;
}

.progressicon .fa-sort-down:before {
    position: absolute;
    top: 13px;
    width: 29px;
}

.progresscustom {
    margin: auto;
    position: relative;
}

.progresspercent {
    position: absolute;
    top: -29px;
    left: -8px;
    text-align: right;
    font-size: 11px;
    font-weight: 900;
}

.progresspercent img {
    width: 30px;
    margin-top: 10px;
}

.vipghead02 {
    padding-bottom: 25px;
}

.currentsaving span {
    color: #9aa4c2;
    font-size: 10px;
}

.currentsaving .saving01 {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}

.currentsaving .savingamt {
    color: #414655;
    font-size: 12px;
    margin-left: 5px;
}

.controlwalletsection {
    margin: auto;
    margin-top: 20px;
}

.walletcard-item {
    background: url(img-card-bg-961823fef8.png)center no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    position: relative;
    min-height: 140px;
}

.walletgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 25px;
    text-align: center;
    color: #fff;
}

.walletgrid .walletgridtitle {
    font-size: 10px;
}

.walletcard-item img {
    width: 50px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 33px;
}

.walletcard-item .walletname {
    font-size: 17px;
    font-weight: 900;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    margin-left: 17%;
}

/*
.slick-list{
    padding:0 5% 0 5%;
    margin-left: -10px;
    margin-right: -10px;
}

.slick-slide{
    margin-left:  10px;
    margin-right:  10px;
}*/
.slick-slide .mt-3 {
    padding: 0px;
}

.displaywalletcount {
    margin: 30px 0 0 0;
    text-align: right;
    font-size: 12px;
    color: #9aa4c2;
}

.sectionhead {
    box-shadow: -1px 2px 4px 0px rgba(186, 186, 186, 0.2);
    padding-bottom: 10px;
    background-color: #fff;
}

.vipexclusivemain {
    margin-top: 10px;
    background-color: #ffffff;
    padding: 5px 0px 0px 0px;
}

.vipexclusivelabel:before {
    content: "";
    position: absolute;
    top: 1px;
    height: 15px;
    width: 3px;
    left: 13px;
    border-radius: 10px;
    background: #126e51;
}

.vipexclusive {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 700;
}

.vipexclusive_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 15px;
}

.vipexclusive_inner img {
    min-width: 35px;
    max-width: 35px;
}

.vipexclusive_inner .vipexclusive_amount {
    color: #414655;
    font-size: 18px;
    word-break: break-all;
}

.vipexclusive_inner .vipexclusive_title {
    color: #9aa4c2;
    font-size: 12px;
}

.vipexclusive_inner_wrapper {
    display: flex;
}

.vipbonusmain {
    margin-top: 10px;
    background-color: #ffffff;
    padding: 5px 0px 0px 0px;
}

.vipbonus_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 15px;
    text-align: center;
}

.vipbonus_inner .vipbonus_amount {
    word-break: break-all;
    font-size: 20px;
    color: #d2b79c;
}

.vipbonus_inner .vipbonus_amount_sec {
    word-break: break-all;
    font-size: 12px;
    color: #d2b79c;
}

.vipbonus_inner .vipbonus_title {
    word-break: break-all;
    font-size: 12px;
    color: #9aa4c2;
}

.vipbonusselect_section {
    background-image: linear-gradient(270deg, #fcfaf7, #f3ede6);
    display: flex;
    margin: auto;
    width: 320px;
    border-radius: 5px;
    padding: 20px 10px;
}

.vipbonuslvl {
    margin-left: 45px;
    width: 82px;
    padding: 8px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    background-image: linear-gradient(90deg, #dccab7, #d2b597);
    opacity: 0.5;
}

.vipbonusselect select {
    width: 108px;
    border: 1px solid #d2b79c;
    color: #d2b79c;
    background-color: hsla(0, 0%, 100%, .5);
    background: hsla(0, 0%, 100%, .5);
    height: 30px;
    font-size: 12px;
    padding: 0px;
    text-align-last: center;
    border-radius: 2px;
}

.vipbonusmore_detail {
    color: #b1987f;
}

/*info*/
.info-boxer {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 5px;
    background-color: #ffffff;
    box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.1);
}

.blog_read {
    background-color: #6a718e;
    border-radius: 5px;
    border: none;
    min-width: 100px;
    height: 26px;
}

.blod_title {
    color: #6a718e;
    font-size: 10px;
}

.blog_read a {
    color: #fff;
    font-size: 11px;
}

.info-boxer-custom {
    display: grid;
    grid-template-columns: 70% 30%;
    padding: 5px;
    align-items: center;
}

.blog_paging {
    box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    min-height: 27px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info_tab {
    background-color: #ffffff;
    border: 1px solid #126e51;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203, 182, 152, 0.7);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203, 182, 152, 0.7);
    box-shadow: 0px 0px 6px 0px rgb(203, 182, 152, 0.7);
    margin-bottom: 20px;
    color: #6a718e;
}

.info_back a {
    color: #6a718e;
    font-weight: 700;
}

.info_main_title {
    font-size: 14px;
    font-weight: 700;
    color: #6a718e;
}

.info_img {
    border: 1px solid #cbb698;
}

.blog_content {
    font-size: 11px;
    margin-top: 10px;
}

.contact_main_title {
    font-size: 15px;
    font-weight: 700;
    color: #6a718e;
    margin: 20px 0 10px 0;
}

.contact_inner_title {
    font-size: 21px;
    font-weight: 700;
    color: #126e51;
    margin: 0px 0 10px 0;
}

.back_custom a {
    color: #6a718e;
}

/*banking*/
.bankingtable {
    color: #6a718e;
}

table.bankingtable tbody tr td {
    border: 1px solid #cba98c;
}

table.bankingtable tbody tr td img {
    width: 40px;
}

#accordion.banking_drop .card-link:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f106";
    float: right;
    font-weight: 900
}

#accordion.banking_drop .card-link.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f107";
}

.bankaccordion .card .tncbtn {
    background: -moz-linear-gradient(bottom, #eacdad 0%, #c3aa8a 99%);
    background: -webkit-linear-gradient(bottom, #eacdad 0%, #c3aa8a 99%);
    background: linear-gradient(to bottom, #eacdad 0%, #c3aa8a 99%);
    width: 100%;
    text-align: left;
    height: 41px;
    border-radius: 0px;
    color: #ffffff;
    margin-top: 10px;
    font-size: 12px;
}

.bankaccordion .card .tncbtn.collapsed {
    background: #ffffff;
    border: 1px solid #cba98c;
    color: #6a718e;
}

.bankaccordion .card {
    border: none;
}

.bankaccordion .card-body {
    border: 1px solid #cba98c;
}

/*bankingEND*/
/*tnc*/
.tncaccordion .card .tncbtn {
    background: -moz-linear-gradient(bottom, #eacdad 0%, #c3aa8a 99%);
    background: -webkit-linear-gradient(bottom, #eacdad 0%, #c3aa8a 99%);
    background: linear-gradient(to bottom, #eacdad 0%, #c3aa8a 99%);
    width: 100%;
    text-align: left;
    height: 46px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 500;
}

.tncaccordion .card .tncbtn.collapsed {
    background: #ffffff;
    border: 1px solid #cba98c;
    color: #6a718e;
}

.tncaccordion .card {
    border: none;
}

.tncaccordion .card ul {
    padding-left: 0;
}

/*tncEND*/
/*download*/
ul#downloadTab {
    width: 100%;
    border: none;
    box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.1);
}

ul#downloadTab .nav-item {
    width: 50%;
    box-shadow: 0px 2px 6px -4px rgba(0, 0, 0, 0.29);
}

ul#downloadTab li a.nav-link {
    display: inline-block;
    width: 100%;
    border: none;
    border-radius: 0;
    color: #595a5d;
    text-align: center;
    background: #ffffff;
    font-weight: 700;
}

ul#downloadTab li.nav-item.show .nav-link,
ul#downloadTab li a.nav-link.active {
    color: #ffffff;
    box-shadow: none;
    background: linear-gradient(#126e51, #126e51);
}

.download_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    text-align: center;
    padding: 0 5px;
    margin-top: 20px;
}

.download_inner_title {
    position: relative;
    justify-content: center;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}

.download_inner_title_custom {
    position: absolute;
    bottom: 24px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 2px 2px #717171;
    width: 100%;
}

.download_btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5px;
    margin: 10px 0;
}

.download_btn_img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* filter: drop-shadow(0px 3px 1px rgba(203,182,151,1)); */
    /* -webkit-filter: drop-shadow(0px 3px 1px rgba(203,182,151,1)); */
    /* background-image: linear-gradient(#126e51, #126e51); */
    /* border-radius: 24px; */
}

.download_btn_img img {
    width: 100%;
}

.download_btn_play {
    /* position: absolute; */
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    /* top: 19%; */
    padding: 3px 0;
    background-image: linear-gradient(#126e51, #126e51);
    border-radius: 24px;
    width: 100%;
}

.download_btn_download {
    /* position: absolute; */
    font-size: 11px;
    font-weight: 700;
    color: #126e51;
    /* top: 19%; */
    border-radius: 24px;
    width: 100%;
    border: 1px solid #126e51;
    padding: 3px 0;
}

/*downloadmodal*/
#downloadmodal.modal .modal-body {
    padding: 10px;
}

#downloadmodal.modal .modal-dialog {
    max-width: 800px;
}

#downloadmodal.modal .modal-header {
    background-image: linear-gradient(#126e51, #126e51);
    -moz-box-shadow: 0px 3px 7px 0px #ccc;
    -webkit-box-shadow: 0px 3px 7px 0px #ccc;
    box-shadow: 0px 3px 7px 0px #ccc;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    justify-content: center;
}

#downloadmodal.modal .modal-header img {
    margin: 0 auto;
    width: 125px;
}

#downloadmodal.modal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
}

.download_main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-weight: 700;
    justify-items: center;
    text-align: center;
    grid-column-gap: 20px;
}

.download_box_column {
    border: 1px solid #126e51;
    width: 80%;
    border-radius: 10px;
    padding: 10px;
    /* -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7); */
    -moz-box-shadow: 0px 0px 6px 0px rgb(203, 182, 152, 0.7);
    /* box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7); */
    position: relative;
    margin-top: 0;
}

.applybg {
    background: url(img-apple-2efbe7ea74.jpg)no-repeat top center;
    background-position: center;
    background-size: cover;
}

.androidbg {
    background: url(img-android-95c1e5eb8c.jpg)no-repeat top center;
    background-position: center;
    background-size: cover;
}

.btn_login_download {
    margin-top: 10px;
}

.download_scan {
    width: 70px;
    height: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    background-image: linear-gradient(#126e51, #126e51);
    border-radius: 60px;
    margin: auto;
}

.download_scan img {
    width: 30px;
    margin: auto;
}

.btn_download {
    border-radius: 5px;
    background-color: #126e51;
    color: #ffffff;
    width: auto;
    font-size: 9px;
}

.download_table table {
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203, 182, 152, 0.7);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203, 182, 152, 0.7);
    box-shadow: 0px 0px 6px 0px rgb(203, 182, 152, 0.7);
    font-size: 9px;
}

.download_table table thead {
    background-color: #126e51;
    color: #ffffff;
    border: 1px solid #126e51;
}

.download_table table tbody tr td {
    border: 1px solid #126e51;
    padding: 10px;
}

.download_pass {
    width: 100%;
    border: 1px solid #126e51;
}

/*downloadEND*/

/*login*/
.login_body {
    background: url(img-indexbg-37fe06ec97.jpg)no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.signin_main {
    margin-top: 100px;
}

.login_title {
    font-weight: 700;
    font-size: 20px;
    color: #252d4d;
    text-align: center;
}

.login_form {
    margin: 20px auto 0 auto;
    color: #252d4d;
}

.login_form_inner a {
    color: #252d4d;
    font-size: 10px;
}

.login_form_inner {
    font-size: 11px;
    align-self: center;
}

.login_form .form-group .form-control {
    border: 1px solid #71717124;
    border-radius: 3px;
    height: 29px;
    font-size: 11px;
    background-color: #f8f9fb;
}

.login_form .form-group .col-form-label {
    text-align: right;
    font-size: 11px;
    padding-right: 0;
}

.registrationPassIcon {
    position: absolute;
    top: 8px;
    right: 24px;
}

.btn_login_main {
    margin-top: 50px;
}

.btn_login_page {
    background: linear-gradient(to bottom, #126e51 5%, #126e51 100%);
    color: #ffffff;
    min-width: 186px;
    height: 43px;
    border: 1px solid #126e51;
    border-radius: 41px;
}

.btn_login_page:hover {
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203, 182, 152, 0.7);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203, 182, 152, 0.7);
    box-shadow: 0px 0px 6px 0px rgb(203, 182, 152, 0.7);
}

.btn_otp {
    background: linear-gradient(to bottom, #126e51 5%, #126e51 100%);
    color: #ffffff;
    min-width: 20px;
    height: 29px;
    border: 1px solid #126e51;
    border-radius: 21px;
    font-size: 10px;
    width: 60px;
}

.form-check {
    padding-left: 2.25rem;
}

.checkbox_custom {
    display: flex;
    justify-content: space-between;
}

.checkbox_inner_custom {
    margin-left: 9%;
}

.checkbox_inner_custom .form-check-input {
    margin-top: .2rem;
}

/*loginEND*/
/*contact*/
.contact-mall {
    background: #fff;
    box-shadow: 0px 4px 6px 1px rgb(0, 0, 0, 0.2);
    border-radius: 12px;
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 7px 20px;
    align-items: center;
}

.contact_welc {
    font-size: 13px;
    font-weight: 700;
}

.contact_sub_welc {
    font-size: 11px;
}

.contact_info_icon img {
    width: 50px;
}

.contact_info_main {
    margin: 20px auto;
}

.contact_live {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.contact_live img {
    width: 170px;
}

.contact_live_text {
    position: absolute;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

.contact-wrapper {
    box-shadow: 0px 4px 6px 1px rgb(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 20px 0;
}

.follow {
    text-decoration: underline;
}

.contact-record-wrapper {
    display: grid;
    grid-template-columns: 35px auto 15px;
    align-items: center;
    padding: 12px 12px;
    border-bottom: 1px solid #cdd7e4;
    margin: 0 20px;
}

.contact-record-wrapper-spec {
    border-bottom: none;
}

.contact-info {
    background-color: #ffffff;
    position: relative;
    padding-top: 43px;
    margin: 43px 0 20px 0;
    width: 100%;
}

.contact-info-icon {
    position: absolute;
    top: -41px;
}

.contact_spec_wrapper {
    box-shadow: 0px 4px 6px -5px rgb(0, 0, 0, 0.2);
}

/*contactEND*/

/*myacc*/
.vipdetails_btn {
    min-width: 87px;
    color: #6a718e;
    border: 1px solid #126e51;
    min-height: 24px;
    border-radius: 20px;
    font-size: 11px;
    background-color: #f8f9fb;
    font-weight: 700;
}

.wallet_balance {
    box-shadow: 0px 3px 7px 0px #ccc;
    border-radius: 40px;
    border: 1px solid #fff;
    background-image: linear-gradient(to bottom, #ffffff, #e8e8ee);
}

.wallet_balance-record-wrapper {
    display: grid;
    grid-template-columns: 35px auto auto;
    align-items: center;
    padding: 12px 10px;
}

.drop a {
    color: #6a718e;
}

.wallet-provider {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.index_login_wallet .wallet-provider {
    width: 100%;
}

.profile-1_last {
    margin-bottom: 35px;
}

.index_login_wallet .dropdown-balance {
    width: 100%;

}

.index_login_wallet.dropdown-menu {
    min-width: 93vw;
    border: none;
    padding: 0;
}

.dropdown-balance {
    width: 100%;
    background: rgb(255 255 255 / 95%);
    color: #6a718e;
    text-align: center;
    border: 1px solid #126e51;
    padding-top: 12px;
    overflow: scroll;
    height: 400px;
    box-shadow: 0px 3px 7px 0px #ccc;
}

.summary-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 9px 0px;
    font-size: 11px;
    padding-bottom: 10px;
    align-items: center;
}

.platform-item {
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 10px;
}

.amount-item {
    text-align: right;
    height: 25px;
    padding: 0px 10px;
}

.balc {
    display: inline-block;
    margin: 0 3px;
}

button.btn-in {
    display: inline-block;
    border: none;
    margin: 0 5px;
    height: 100%;
    padding: 0px 10px;
    background: #126e51;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

button.btn-out {
    display: inline-block;
    border: none;
    margin: 0 2px;
    height: 100%;
    padding: 0px 10px;
    background: #00402c;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.main_profile_title {
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0px;
    color: #6a718e;
}

.btn-gender {
    width: 100%;
}

.btn-gender .btn-outline-primary {
    border-radius: 0;
}

.btn-gender .btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #126e51;
    border-color: #126e51;
}

.btn-gender .btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #f8f9fb;
}

.btn-gender .btn-outline-primary {
    color: #6a718e;
    border-color: #6a718e;
}

.form-group b {
    color: #252d4d;
    font-size: 11px;
}

.form-check-label {
    font-size: 10px;
}

.afterloginform .form-control {
    background-color: #f8f9fb;
    border-radius: 0;
}

.submit_btn {
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    min-width: 100%;
    border: none;
    min-height: 39px;
    border-radius: 34px;
    margin: 30px 0;
    background-image: linear-gradient(to bottom, #126e51 0%, #083e2d 100%);
}

.afterlogin-sec {
    border-radius: 0 0 12px 12px;
    margin-bottom: 30px;
    margin-top: 70px;
}

.afterlogin-main {
    background-color: #f8f9fb;
    padding: 10px 0;
}

.phone_number_custom {
    padding-left: 5px;
}

/*myaccEND*/

/*deposit*/
.afterlogin_deposit.nav-tabs {
    border: none;
}

.afterlogin_deposit.nav .nav-item .nav-link {
    border-radius: 0;
    text-align: center;
    background: #f8f9fb00;
    color: #b7b7b7;
    height: 29px;
    border: none;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.afterlogin_deposit.nav .nav-item .nav-link.active,
.afterlogin_deposit.nav .nav-item .nav-link:hover {
    background: none;
    color: #000000;
    height: 29px;
    border-bottom: 1px solid #425878;
}

.afterlogin_deposit.nav.nav-tabs {
    justify-content: center;
    border-bottom: 1px solid #e3e3e3;
}

.afterlogin_deposit.nav.nav-tabs .nav-item {
    margin-right: 5px;
}

.main_profile_title {
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0px;
    color: #000000;
}

.bank-input-wrap.method {
    padding: 9px 0px;
    border-radius: 8px;
    width: 100%;
}

.bank-input-wrap label {
    margin: 0 0px;
    margin-bottom: 0;
}

.bank-input-wrap label [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.bank-type {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 5px 5px;
    color: #484848;
    font-weight: 500;
    width: 100%;
    height: auto;
}

.bank-input-wrap label .bank-type {
    color: #b7b7b7;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.bank-input-wrap label [type=radio]+.bank-type {
    cursor: pointer;
}

.bank-input-wrap label [type=radio]:checked+.bank-type {
    transition: none;
    -moz-box-shadow: 0px 0px 6px 0px rgb(203, 182, 152, 0.7);
    background-position: right bottom;
    transition: none;
    color: #252525;
    -moz-box-shadow: 0px 0px 6px 0px rgb(203, 182, 152, 0.7);
    border: 1px solid #126e51;
    background-image: linear-gradient(to bottom, #eeeeee 0%, #dcdcdc 100%);
}

.bank-input-wrap label [type=radio]+.bank-type img {
    cursor: pointer;
    filter: grayscale(0.8);
}

.bank-input-wrap label [type=radio]:checked+.bank-type img {
    filter: grayscale(0);
}

.bnk-info {
    box-shadow: inset 0px 1px 5px -1px rgba(0, 0, 0, 0.62);
    border-radius: 10px;
    width: auto;
    padding: 10px;
}

.bnk-info ul {
    list-style: disc;
    padding-left: 17px;
    color: #000000;
    margin-top: 10px;
    font-size: 10px;
}

.bnk-info ul li.bnk_custom {
    margin-bottom: 4px;
    margin-top: 3px;
}

.copy_btn {
    color: #ffffff;
    background-color: #126e51;
    border-radius: 20px;
    padding: 3px 10px;
    margin-left: 10px;
    cursor: pointer;
    width: 42px;
    display: inline-block;
}

/*depositEND*/

/*withdraw*/
.allout_btn {
    background-image: linear-gradient(to bottom, #126e51 0%, #083e2d 100%);
    min-width: 87px;
    color: #fff;
    border: none;
    min-height: 24px;
    border-radius: 20px;
    font-size: 11px;
}

.box-prov {
    padding: 10px 0px 10px 0px;
    border-radius: 8px;
    margin-top: 5px;
}

.box-prov ul {
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.box-prov ul li {
    /*margin-left: 10px;*/
    border: 1px solid #dadada;
    padding: 5px;
    text-align: left;
    margin-bottom: 10px;
    border-radius: 4px;
    cursor: pointer;
    /* background-color: #f8f9fb; */
    color: #000000;
    font-weight: 500;
    font-size: 11px;
    display: grid;
    min-height: 64px;
}

.box-prov ul li a {
    color: #6a718e;
    font-weight: 500;
}

.box-prov ul li a:hover {
    text-decoration: none;
}

/*.box-prov ul li:nth-child(4n+1) {
    margin-left: 0px;
}*/
.prov-amot {
    /* background: #fff; */
    border-radius: 2px;
    /* border: 1px solid #cba98c; */
    word-break: break-all;
    color: #000000;
    align-self: end;
}

.box-prov ul li.active,
.box-prov ul li:hover {
    background-image: linear-gradient(to bottom, #eeeeee 0%, #dcdcdc 100%);
    border: 1px solid #b2b2b2;
    color: #000;
}

.box-prov ul li.active .prov-amot,
.box-prov ul li:hover .prov-amot {
    /* border: 2px solid #6a718e; */
}

.with-info {
    box-shadow: inset 0px 1px 5px -1px rgba(0, 0, 0, 0.62);
    border-radius: 10px;
    width: auto;
    padding: 10px;
    margin-bottom: 20px;
}

.with-info ul {
    list-style: none;
    padding-left: 6px;
    color: #000000;
    margin-top: 0px;
    font-size: 12px;
    margin-bottom: 0;
}

.wallet_balance_display {
    padding: 12px 15px;
    margin: 10px 0;
}

/*withdrawEND*/
/*transfer*/
.transfer_main {
    margin-top: 20px;
}

.form-inline .form-control label {
    font-size: 13px;
    color: #6a718e;
    font-weight: 500;
}

/*transferEND*/
/*history*/
.form_btn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.btn_history {
    border: 1px solid #e7e7e7;
    background-color: #f8f9fb;
    height: 35px;
    color: #b7b7b7;
    width: 100%;
}

.btn_history.active {
    color: #000000;
    border: 1px solid #b5b5b5;
}

.history_table {
    /* -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7); */
    -moz-box-shadow: 0px 0px 6px 0px rgb(203, 182, 152, 0.7);
    /* box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7); */
}

.history_table_main {
    margin-top: 30px;
    font-size: 10px;
}

table.history_table thead tr td,
table.history_table tbody tr td {
    padding: 12px 5px;
}

table.history_table thead {
    background: #e8e8e8;
    color: #000000;
    font-weight: 700;
}

table.history_table tbody tr:nth-child(2n) {
    background-color: #f8f9fb;
}

table.history_table tbody tr td {
    /* border-right: 1px solid #c3aa8a; */
    font-weight: 500;
}

table.history_table tbody tr td:last-child {
    border: none;
}

.history_green {
    color: #129c80;
}

.history_red {
    color: #ff112d;
}

.date_history {
    font-size: 11px;
    line-height: initial;
}

.date_history_time {
    font-size: 11px;
}

/*historyEND*/

/*inbox*/
.afterlogin_inbox.nav-tabs {
    border: none;
    border-bottom: 1px solid #dddddd;
}

.afterlogin_inbox.nav-tabs .nav-item {
    width: 33.3%;
}

.afterlogin_inbox.nav .nav-item .nav-link {
    border-radius: 0px;
    text-align: center;
    background: transparent;
    color: #b7b7b7;
    height: 33px;
    border: none;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.afterlogin_inbox.nav .nav-item .nav-link.active,
.afterlogin_inbox.nav .nav-item .nav-link:hover {
    /* background: linear-gradient(to bottom,#e0d2bc 5%,#c9b69a 100%); */
    color: #000000;
    /* border: 1px solid #c9b69a; */
    border-bottom: 1px solid #3a3a3a;
}

.inbox_tab table {
    -webkit-box-shadow: 0px 0px 6px 0px rgb(204, 203, 201, 0.7);
    -moz-box-shadow: 0px 0px 6px 0px rgb(204, 203, 201, 0.7);
    box-shadow: 0px 0px 6px 0px rgb(204, 203, 201, 0.7);
}

.inbox_tab table tbody tr td {
    padding: 10px 5px;
    font-weight: 500;
    font-size: 9px;
}

.inbox_tab table tbody tr td a {
    color: #000000;
}

.inbox_tab table tbody tr td .fa-envelope {
    color: #090909;
}

.inbox_tab table tbody tr.noread {
    background-color: #f8f9fb;
    color: #000000;
}

.inbox_tab table tbody tr.noread_half {
    background-color: #f8f9fb;
}

.inbox_tab table tbody tr.noread .min_deposit {
    color: #ffffff;
}

.inbox_tab table tbody tr {
    cursor: pointer;
}

.notice_main {
    position: relative;
}

.notification_NOTICE {
    position: absolute;
    top: 1px;
    right: 27px;
    padding: 0px 4px;
    border-radius: 50%;
    background-color: #f72b2b;
    color: white;
}

.inbox_box {
    display: grid;
    grid-template-columns: 30% 70%;
}

.inbox_box_content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* animation-name: slideInUp; */
    border-top: 3px solid #6a718e;
    padding-top: 15px;
    padding-bottom: 100px;
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
}

.inbox_box table tbody tr td {
    font-size: 13px;
}

.inbox_box_back a {
    font-size: 23px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #6a718e;
}

.inbox_box_back a:hover {
    text-decoration: none;
}

.inbox_title {
    font-weight: 700;
}

.inbox_content {
    font-size: 12px;
    height: 100px;
    overflow-y: auto;
}

.delete_btn {
    min-height: 30px;
    min-width: 120px;
    font-size: 15px;
}

.delete_btn a {
    color: #ffffff;
}

.delete_btn a:hover {
    text-decoration: none;
}

.inbox_box table tbody tr.active,
.inbox_box table tbody tr:hover {
    background-color: #6a718e;
    color: #ffffff;
}

.min_deposit {
    color: #79797975;
    font-size: 8px;
}

.inbox_icon {
    font-size: 13px;
}

/*inboxEND*/
/*vip*/
.vip_main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
    grid-row-gap: 20px;
    grid-column-gap: 16px;
}

.vip_inner {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    grid-gap: 5px;
}

.vip_inner.non {
    filter: grayscale(1);
    opacity: 0.5;
}

.vip_inner img {
    width: 60%;
}

.vip_inner_img_custom {
    text-align: center;
}

.vip_inner_title_small {
    font-size: 11px;
}

.vip_inner_title {
    color: #126e51;
    font-size: 16px;
}

.vip_inner_title_sub {
    font-size: 9px;
    text-transform: uppercase;
}

.vip_daily_title {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    text-align: left;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
}

.btn_vip {
    color: #1d1d1d;
    border: none;
    background: none;
    border-radius: 20px;
    font-size: 10px;
    /*    width: 100%;*/
    font-weight: 500;
    /*    margin-left: 2px;*/
    margin-right: 4px;
    text-align: center;
    padding: 5px;
    height: 24px;
    background-color: #ffffff;
    min-width: 50px;
    border: 1px solid #126e51;
    width: 40px;
}

.slick-slide.slick-current.slick-active .item .btn_vip {
    color: #ffffff;
    border: none;
    background: none;
    border-radius: 20px;
    font-size: 10px;
    /*    width: 100%;*/
    font-weight: 500;
    /*    margin-left: 2px;*/
    margin-right: 4px;
    text-align: center;
    padding: 5px;
    height: 24px;
    min-width: 50px;
    width: 40px;
    background-image: linear-gradient(to bottom, #126e51 0%, #083e2d 100%);
}

/*.vip_detect_slider .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    top: 200px;
    z-index: 99;
}*/
.profile_bg {
    background-color: #f8f9fb;
    margin: 10px 0;
}

.vip_detect_slider .slick-list {
    margin-bottom: 15px;
}

.vipaccordion .card .tncbtn {
    background: -moz-linear-gradient(bottom, #eacdad 0%, #c3aa8a 99%);
    background: -webkit-linear-gradient(bottom, #eacdad 0%, #c3aa8a 99%);
    background: linear-gradient(to bottom, #eacdad 0%, #c3aa8a 99%);
    width: 100%;
    text-align: left;
    height: 46px;
    border-radius: 0px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.vipaccordion .card .tncbtn.collapsed {
    background: #ffffff;
    border: 1px solid #cba98c;
    color: #6a718e;
}

.vipaccordion .card {
    border: none;
}

.card-body ul {
    padding-left: 15px;
}

.vip_table_rules table {
    font-weight: 500;
    font-size: 10px;
}

.vip_table_rules table thead {
    background-color: #6a718e;
    color: #ffffff;
}

.vip_table_rules table thead tr td:first-child {
    width: 210px;
    border-top-left-radius: 7px;
}

.vip_table_rules table thead tr td:last-child {
    border-top-right-radius: 7px;
}

.vip_table_rules table thead tr td,
.vip_table_rules table tbody tr td {
    padding: 10px 2px;
}

.vip_table_rules table tbody tr td {
    border: 1px solid #ccad8d;
}

.vip_table_rules table thead tr td {
    border-right: 1px solid #ffffff;
}

.vip_table_rules ol {
    padding-left: 10px;
}

.vip_detect_slider .item img {
    border-radius: 3px;
}

/*vipEND*/

/*maintainpage*/
.index_logo_provider {
    padding: 15px;
    margin: 0;
    text-align: center;
}

.index_logo_provider img {
    padding: 5px 12px;
    max-width: 100px;
}

.errorBg {
    background: url(data:,)no-repeat;
    background-size: inherit;
    color: #6a718e;
    background-position: left top;
}

.logo_error {
    margin-top: 30px;
}

.logo_error img {
    width: 160px;
}

.mainimg {
    margin: 30px 0;
}

.mainimg img {
    width: 500px;
}

.error_text_eng {
    font-weight: 500;
    font-size: 11px;
}

.error_text_chin {
    font-size: 11px;
}

.btn_error_custom {
    font-size: 11px;
}

.server_text {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.logo_provider_error_custom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px 0;
    justify-items: center;
}

.error_btn_img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 3px 1px rgba(203, 182, 151, 1));
    -webkit-filter: drop-shadow(0px 3px 1px rgba(203, 182, 151, 1));
}

.error_btn_img img {
    width: 140px;
}

.btn_error_main {
    margin: 20px 0;
}

/*btnbacktotop*/
.buttonback {
    display: inline-block;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 30px;
    position: absolute;
    border: 2px solid #5c5c5c;
    bottom: 80px;
    right: 43%;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.buttonback::before {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    line-height: 43px;
    color: #5c5c5c;
    bottom: -2px;
    position: absolute;
    right: 12px;
}

.buttonback:active {
    background-color: #555;
}

.buttonback.show {
    opacity: 1;
    visibility: visible;
}

.btnbtt_text {
    font-size: 11px;
    width: 72px;
    position: absolute;
    right: -13px;
    top: 39px;
}

/*btnbacktotopend*/

/*newaddlottoindex*/
.lottoTitle {
    font-size: 17px;
    color: #cbb698;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.lotto_main {
    border: 1px solid #bdb09d;
    border-radius: 5px;
    padding: 10px 0px;
    background-image: linear-gradient(#ffffff, #d0d0d07d);
}

.lotto_ball {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    align-items: center;
    margin: 0 auto;
    grid-gap: 5px;
}

.lotto_ball_out {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(rgb(0, 0, 0, 0.4) 1px 2px 1px);
}

.lotto_balltext {
    position: absolute;
    font-size: 25px;
    color: #cbb698;
    font-weight: 700;
}

.game_products_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    border: none;
    background: none;
    width: 121px;
}

.game_products_btntext {
    position: absolute;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.game_products_btntext_live {
    color: #6a718e;
}

.lotto_btn_draw {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.lotto_btn_draw_1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

#payoutmodal.modal,
#promomodal.modal,
#inboxmodal.modal,
#reward_modal_info.modal {
    z-index: 9999999;
}

#payoutmodal.modal .modal-body {
    padding: 30px 0px;
}

#payoutmodal.modal .modal-dialog,
#promomodal.modal .modal-dialog,
#inboxmodal.modal .modal-dialog,
#reward_modal_info.modal .modal-dialog {
    max-width: 800px;
}

#payoutmodal.modal .modal-header,
#promomodal.modal .modal-header,
#inboxmodal.modal .modal-header,
#reward_modal_info.modal .modal-header {
    background-image: linear-gradient(#126e51, #126e51);
    -moz-box-shadow: 0px 3px 7px 0px #ccc;
    -webkit-box-shadow: 0px 3px 7px 0px #ccc;
    box-shadow: 0px 3px 7px 0px #ccc;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

#payoutmodal.modal .modal-header span,
#promomodal.modal .modal-header span,
#inboxmodal.modal .modal-header span,
#reward_modal_info.modal .modal-header span {
    text-shadow: 0px 2px 3px #665641;
}

#payoutmodal.modal .modal-header img,
#promomodal.modal .modal-header img {
    margin: 0 auto;
    width: 200px;
}

#payoutmodal.modal .modal-header .close,
#promomodal.modal .modal-header .close,
#inboxmodal.modal .modal-header .close,
#reward_modal_info.modal .modal-header .close {
    position: absolute;
    right: 20px;
    color: #fff;
}

#payoutmodal.modal .lotto_table table {
    font-weight: 700;
    font-size: 10px;
}

.vip_table_spctext {
    font-weight: 400;
}

#payoutmodal.modal .lotto_table table thead {
    background-color: #cbb698;
    color: #ffffff;
}

#payoutmodal.modal .lotto_table table thead tr td {
    border-right: 1px solid #ffffff;
}

#payoutmodal.modal .lotto_table table thead tr td,
#payoutmodal.modal .lotto_table table tbody tr td {
    padding: 10px 2px;
}

#payoutmodal.modal .lotto_table table thead tr td:first-child {
    border-top-left-radius: 7px;
}

#payoutmodal.modal .lotto_table table thead tr td:last-child {
    border-top-right-radius: 7px;
}

#payoutmodal.modal .lotto_table table tbody tr td:first-child {
    text-transform: uppercase;
}

#payoutmodal.modal .lotto_table table tbody tr td {
    border: 1px solid #ccad8d;
    text-transform: uppercase;
}

#payoutmodal.modal .lotto_table table tbody {
    color: #6a718e;
}

#payoutmodal.modal .lotto_table span {
    font-size: 14px;
    font-weight: 700;
    color: #6a718e;
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #dc3545;
    }

    49% {
        color: #dc3545;
    }

    60% {
        color: #e2b3b7;
    }

    99% {
        color: #e2b3b7;
    }

    100% {
        color: #dc3545;
    }
}

#payoutmodal.modal .lotto_table span.lotto_extra {
    color: #dc3545;
    font-size: 14px;
}

.tab-content.game a .game_products_btn img {
    margin-bottom: 0px;
    box-shadow: unset;
}

.toto-result-sec {
    padding: 58px 0 45px 0;
    text-align: center;
    color: #43475a;
}

ul.lt-wrap {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 2px;
    border-bottom: 2px solid #c6ac8c;
    padding: 0 2px;
}

li.lt-item {
    position: relative;
    padding-bottom: 22px;
}

.nav-tabs.lt-wrap .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}

.nav-tabs.lt-wrap .nav-item.show .nav-link,
.nav-tabs.lt-wrap .nav-link.active {
    color: #495057;
    background-color: transparent;
}

.date-box {
    padding: 10px 0px;
    font-size: 16px;
    /*background: rgba(0,0,0,0.6);*/
}

span#resultDate {
    vertical-align: middle;
}

.result-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.prize {
    background-image: linear-gradient(#f2e2d7, #d7b99f);
    font-weight: 500;
    font-size: 16px;
    padding: 3px 2px;
}

.result-tt {
    padding: 7px 2px;
    font-weight: 500;
    font-size: 16px;
    /*background: rgba(0,0,0,0.6);*/
}

.result-boxes-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.result-box {
    border: 1px solid #e8e8e8;
}

.result-ttt {
    padding: 3px 2px;
    font-weight: 500;
    font-size: 14px;
    /*background: rgba(0,0,0,0.6);*/
}

.table-in {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.table-in div {
    padding: 5px 0;
}

ul.lt-wrap li a.active:after {
    content: "";
    color: #c6ac8c;
    position: absolute;
    border-top: 0;
    border-right: 0.7em solid transparent;
    border-bottom: 0.7em solid;
    border-left: 0.7em solid transparent;
    width: 8px;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

/*newaddlottoindexEND*/

#snow {
    background: none;
    background-image: url(img-s1-2c87d9b9da.png), url(img-s2-089a82dd81.png);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    pointer-events: none;
    -webkit-animation: snow 15s linear infinite;
    -moz-animation: snow 15s linear infinite;
    -ms-animation: snow 15s linear infinite;
    animation: snow 15s linear infinite;
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 400px 1000px, 200px 400px, 100px 300px;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

.seo {
    padding: 10px;
    padding-bottom: 60px;
}

.seo h1 {
    font-size: 14px;
}

.seo h2 {
    font-size: 13px;
}

.seo h3 {
    font-size: 12px;
}

.seo p {
    font-size: 12px;
}

/*predict*/
.promo-boxes {
    display: grid;
    grid-template-columns: auto;
    text-align: center;
}

.pre_box {
    margin: 0px 0px 5px 0px;
}

.pre_box img {
    border-radius: 10px;
    border: 1px solid #cbb698;
}

#announcement_winner.announcementmodal .close,
#announcement_completed.announcementmodal .close {
    position: absolute;
    right: 9px;
    top: 0;
    color: #fff;
}

#announcement_winner .modal-content img,
#announcement_completed .modal-content img {
    margin: auto;
}

#announcement_record .modal-content {
    margin: auto;
    text-align: center;
}

#announcement_record .close {
    position: absolute;
    right: 4px;
    top: 38px;
    z-index: 99;
}

.latest_main {
    position: relative;
    text-align: center;
}

.latest_main img {
    width: 230px;
}

.latest_title {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
}

.record_table {
    margin-top: -12px;
    background-color: #0c101c;
    border: 2px solid #6a718e;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
}

.record_table_pry:first-child {
    border: 1px solid #ffffff;
    border-radius: 13px;
    padding: 5px;
    background-color: #000;
    font-size: 13px;
    font-weight: 900;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.record_table_pry {
    display: grid;
    grid-template-columns: 10% 45% 45%;
    padding: 7px 5px;
    border-bottom: 1px solid #6a718e;
    font-size: 12px;
    align-items: center;
}

.record_line {
    position: relative;
}

.announcementmodal .modal-content {
    background-color: transparent;
    border: none;
}

a.pmbox.active {
    color: #ffffff;
}

.predict_box {
    -webkit-box-shadow: 0px 0px 6px 0px #58534da1;
    -moz-box-shadow: 0px 0px 6px 0px #58534da1;
    box-shadow: 0px 3px 6px 0px #58534d38;
    margin-bottom: 15px;
    border-radius: 10px;
}

.predict_box img,
.predict_box_ongo img {
    border-radius: 10px;
}

.howtowin_btn {
    background-image: linear-gradient(#f2e2d7, #d7b99f);
    border: 1px solid #c6ac8c;
    text-shadow: 0px 1px 0px #00000059;
    color: #fff;
    width: 100%;
    margin: 10px 0px;
    padding: 6px 0px;
    font-size: 23px;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    border-radius: 30px;
    box-shadow: 0px 2px 3px 0px #58534d61;
}

.rules_btn {
    background-image: linear-gradient(#99a3cb, #6a718e);
    border: 1px solid #c6ac8c;
    text-shadow: 0px 1px 0px #00000059;
    color: #fff;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 6px 0px;
    font-size: 23px;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    border-radius: 30px;
    box-shadow: 0px 2px 3px 0px #58534d61;
}

.end_custom {
    margin: 10px 0px;
    text-align: center;
}

.endsin {
    color: #6a718e;
    font-size: 28px;
    position: relative;
    font-weight: bold;
}

.endsin:before {
    content: "";
    color: #6a718e;
    width: 35%;
    height: 0px;
    border-top: 1px solid #6a718e;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.endsin:after {
    content: "";
    color: #6a718e;
    width: 69%;
    border-top: 1px solid #6a718e;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.countdown01 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    justify-items: center;
    margin: 0px 0px;
    grid-gap: 10px;
}

.countdown01_sub_title {
    color: #6a718e;
}

.countdown01_sub {
    position: relative;
}

.countdown01_sub_txt {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: auto;
    color: #fff;
    top: 1px;
    left: 6px;
    right: 0;
    font-size: 12vw;
    letter-spacing: 13px;
}

.vs_custom {
    margin: 30px 0px 10px 0px;
}

.vs_head {
    position: relative;
    text-align: center;
}

.vs_head img {
    width: 237px;
}

.vs_head_txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: bold;
    color: #394b61;
    font-size: 18px;
}

.vs_team_L {
    color: #fff;
    position: absolute;
    left: 3%;
    bottom: 31%;
    font-size: 3vw;
    font-weight: bold;
}

.vs_team_R {
    color: #fff;
    position: absolute;
    right: 3%;
    bottom: 31%;
    font-size: 3vw;
    font-weight: bold;
}

.vs_body {
    margin-top: -6px;
    position: relative;
}

.vs_score {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    justify-content: center;
    grid-gap: 10px;
    margin: 0 5px;
    align-items: center;
}

.vs_score_img img {
    width: 250px;
}

.vs_score_main {
    background-color: #fff;
    display: grid;
    grid-template-columns: auto auto auto;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-self: center;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #58534d4a;
    padding: 5px;
}

.countdown02 {
    position: relative;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-anchor: middle
}

.countdown02_r {
    margin-right: 0px;
}

.countdown02_txt {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0 auto;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    font-size: 11vw;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-anchor: middle
}

.vs_btn {
    display: flex;
    margin: auto;
    margin-top: 14px;
    justify-content: center;
}

.vsbtn_sub {
    position: relative;
}

.vs_btn_txt {
    position: absolute;
    color: #394b61;
    font-weight: bold;
    font-size: 4vw;
    bottom: 0;
    left: 0;
    right: 0;
    top: 7px;
    margin: auto;
}

button.vsbtn_sub {
    border: none;
    background: none;
}

#announcement_howtowin .latest_title {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    text-align: center;
    text-align: -webkit-center;
}

.modal_title_predict {
    color: #e0c4a4;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.how_to_win_table tr:first-child {
    background-color: #cbb698;
    color: #fff;
}

.how_to_win_table tr {
    color: #6a718e;
}

.how_to_win_table tr:first-child td {
    border: none;
    border-right: 1px solid #ffffff;
}

.how_to_win_table tr td:first-child {
    border-top-left-radius: 7px;
}

.how_to_win_table tr td:last-child {
    border-top-right-radius: 7px;
}

.how_to_win_table tr td {
    padding: 4px;
    border: 1px solid #ccad8d;
    font-weight: bold;
    text-align: center;
}

#announcement_howtowin .record_table {
    margin-top: -1px;
    background-color: #fff;
    border: 2px solid #6a718e;
    border-radius: 10px;
    padding: 25px 25px;
    color: #000;
}

#announcement_howtowin .record_table p {
    margin-bottom: 4px;
}

#announcement_howtowin .record_table p.txt_spec {
    font-weight: bold;
    margin-top: 20px;
}

#announcement_howtowin .record_table p.txt_spec01 {
    margin-top: 20px;
}

.text-bold {
    font-weight: bold;
    color: #6a718e;
}

.modal_title_predict_custom {
    margin-top: 20px;
}

.txt_max {
    color: #e0c4a4;
}

#announcement_rules .latest_title {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    text-align: center;
}

#announcement_rules .modal-content {
    margin: auto;
    text-align: center;
}

#announcement_rules .record_table {
    margin-top: -1px;
    background-color: #ffffff;
    border: 2px solid #6a718e;
    border-radius: 10px;
    padding: 25px 25px;
    color: #000;
}

ul.rules_ul {
    padding-left: 20px;
    text-align: left;
}

#announcement_howtowin .close,
#announcement_rules .close {
    position: absolute;
    right: 0;
    color: #fff;
    z-index: 99;
}

#announcement_howtowin .modal-body,
#announcement_rules .modal-body {
    padding: 5px;
}

select.countdown_select {
    background: transparent;
    color: #fff;
    text-transform: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: unset;
    letter-spacing: 11px;
    text-indent: 6px;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-anchor: middle;
}

select.countdown_select:focus {
    border: none;
    outline: unset;
}

select::-ms-expand {
    display: none;
}

select.countdown_select option {
    color: #000;
    height: 60px;
    font-size: 25px;
}

.Powered {
    text-align: right;
    font-size: 14px;
}

.live_section {
    padding: 60px 0px 20px 0px;
    background-color: #f8f9fb;
}

.header_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.sign_te {
    margin: 0 4px;
    color: #425878;
}

.index_rightbar {
    padding: 0px 10px;
    overflow: auto;
    height: 165vw;
}

#promomodal .modal-body {
    padding: 0px;
}

.vip_custom_tag {
    color: #fff;
    text-align: center;
    border-radius: 5px;
    width: 52px;
    background-image: linear-gradient(to right, #126e51 0%, #083e2d 100%);
}

.vip_detect_slider .slider-nav .slick-slide {
    width: 60px !important;
}

.vip_detect_slider .slider-nav .slick-track {
    transform: translate3d(0, 0, 0) !important;
    display: flex;
    justify-content: space-between;
}

.vip_sec {
    margin-top: 50px;
}

.slick-slide.slick-current.slick-active .item .btn_vip.vip_bronze,
.vip_custom_tag.vip_bronze {
    background-image: linear-gradient(to bottom, #f9b5a3 0%, #de4320 100%);
}

.slick-slide.slick-current.slick-active .item .btn_vip.vip_silver,
.vip_custom_tag.vip_silver {
    background-image: linear-gradient(to bottom, #cfcfcf 0%, #adadad 100%);
}

.slick-slide.slick-current.slick-active .item .btn_vip.vip_gold,
.vip_custom_tag.vip_gold {
    background-image: linear-gradient(to bottom, #fbe4a1 0%, #fd8021 100%);
}

.slick-slide.slick-current.slick-active .item .btn_vip.vip_platinum,
.vip_custom_tag.vip_platinum {
    background-image: linear-gradient(to bottom, #00ece6 0%, #039aa7 100%);
}

.slick-slide.slick-current.slick-active .item .btn_vip.vip_diamond,
.vip_custom_tag.vip_diamond {
    background-image: linear-gradient(to bottom, #d37dff 0%, #c049ff 100%);
}

.blog-wrap {
    background: rgb(239, 239, 239);
    padding: 20px;
    padding-top: 50px;
    margin-bottom: 20px;
}

.blog-in ul {
    padding: 0px;
}

.blog-in ul li {
    margin-bottom: 50px;
    list-style: none;
}

.blog-detail {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    color: #000;
}

.in-blog-content {
    padding: 15px 0px;
    font-size: 14px;
    color: #000;
}

.btn-blog a {
    background: #126e51;
    color: #fff !important;
    padding: 10px 20px;
    display: inline-flex;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #126e51;
    border-radius: 8px;
}

.btn-blog a:hover {
    border: 1px solid #126e51;
    color: #000 !important;
    background: #fff;
}

span.blog-s {
    margin: 0px 8px;
}

span.keyword a {
    color: #000;
}

span.keyword a:hover {
    text-decoration: underline;
}

.blog-in ul li a {
    color: #000;
}

.blog-in ul li a:hover {
    color: #126e51;
}

.blog-in ul li strong {
    color: #126e51;
}

/* 2/11/2022 fifa timer */
.countdown-timer {
    align-items: center;
    background: #fff;
    box-shadow: 0 0 6px 0px #b0b2b3;
    color: #000;
    position: relative;
    border-radius: 20px;
    padding: 10px;
    margin: 0px 10px 10px 10px;
}

.timer-wrap {
    display: grid;
    grid-template-columns: 70% 20%;

}

.wrap {
    text-align: center;
    position: relative;
}

.links {
    position: relative;
}

.wrap:before {
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid black;
    background: black;
    width: 100%;
    transform: translateY(-50%);

}

.sw__hero__countdown__wrapper {
    margin: 0px !important;
}

.link::before {
    content: '';
    position: relative;
    top: 50%;
    left: 0;
    border-top: 1px solid black;
    background: black;
    width: 100%;
    transform: translateY(-50%);
}

.sw__hero__countdown__dates {
    font-size: 20px;
    font-weight: 600;
    color: #0b6e4d;
    margin: 0px;
}

.sw__hero__date {
    margin: 30px 0px 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #d8d8d8;
    letter-spacing: 0.8px;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
}

.sw__hero__countdown__date_label {
    align-self: center;
    color: #0b6e4d;
    font-size: 10px;
}

.countdown-title {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    white-space: nowrap;
}

.play-btn {
    background-color: #126e51;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 20px 18px;
    font-weight: 600;
    border-radius: 10px;
    justify-content: center;
    white-space: nowrap;
}

.red-diamond {
    margin-left: 3px;
    margin-right: 3px;
}

.timer-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;

}

.countdown-title1 {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    margin-right: 20px;
    white-space: nowrap;
}

.timer-number {
    display: flex;
    justify-content: center;

}

/**17/3/2023 Activation **/
.activation-content {
    color: #000;
}

.nav-tabs.active-tabs {
    border-bottom: none;
    max-width: 480px;
    margin: auto;
    padding-bottom: 15px;
}

.nav-tabs.active-tabs li.nav-item {
    margin: auto;
}

.nav-tabs.active-tabs .nav-item.show .nav-link,
.nav-tabs.active-tabs .nav-link.active {
    color: #000;
    background: #fff;
    border-color: #126e51;
}

.nav-tabs.active-tabs .nav-link {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    width: auto;
    height: auto;
    font-size: 11px;
    color: #fff;
    background: #126e51;
    padding: 5px 1px;
    text-align: center;
    margin: 0 5px;
    border-radius: 30px;
    text-transform: uppercase;
}

.sms-activate {
    text-align: center;
}

.sms-activate input {
    max-width: 50px;
    height: 50px;
    display: inline-block;
    margin: auto 5px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #a7a7a7;
    font-size: 35px;
    font-weight: 600;
    color: #252525;
}

.sms-activate input:focus {
    outline: none;
    border: 1px solid #ffd906;
}

.next-active {
    text-align: center;
    padding: 15px 0 10px;
}

.finish-hide {
    display: none;
}

.nav-tabs.active-tabs li.nav-item {
    margin: auto;
    width: 50%;
}

.activate-wrapper {
    margin: auto;
}

.step-activate {
    display: grid;
    grid-template-columns: 55px auto;
    grid-gap: 10px 4px;
}

.activ {
    color: #ffd154;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    padding: 13px 0;
}

.activ h3 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 1px;
}

.simple {
    text-align: center;
    color: #000;
    border-bottom: 1px solid #959595;
    margin: auto;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
    padding-bottom: 5px;
}

a.live-btn {
    display: inline-block;
    background: #252a2f;
    color: #fff;
    padding: 3px 10px;
    border-radius: 30px;
    border: 1px solid #fff;
    margin-top: 5px;
    font-size: 14px;
}

a.live-btn:hover {
    background: #126e51;
    color: #fff;
}

.finish-wrapper {
    color: #000;
    text-align: center;
}

.finish-wrapper h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    color: #000;
}

.acc-activ {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    padding: 5px 0;
}

.acc-activ img {
    padding: 10px;
}

.congrazt {
    line-height: 1;
    border-bottom: 1px solid #cacaca;
    padding: 0 0 9px;
}

button.btn-play {
    background: #126e51;
    margin: auto;
    padding: 5px 15px;
    border-radius: 35px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    border: none;
}

.btn-submt {
    width: 100%;
    background: #126e51;
    color: #fff;
    border: 1px solid #fff;
    font-size: 19px;
    padding: 7px 25px;
    border-radius: 10px;
    display: block;
    margin: 0px auto;
}

/* 16102023 */
.modal-backdrop {
    background-color: transparent;
}

.download-modal {
    border: 3px solid #126e51;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
}

.modal-title {
    color: #126e51;
    text-align: center;
    padding-bottom: 10px;
}

.download-qr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex-flow: row;
    gap: 20px;
}

.qr-code {
    width: 100%;
    border: 3px solid #126e51;
    padding: 10px;
    border-radius: 15px;
}

.download-qr .qr-btn {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #246d51;
    width: 100%;
    margin-top: 10px;
    border-radius: 25px;
    border: 0;
    padding: 5px;
}

.qr-btn img {
    width: 20px;
    margin-right: 5px;
}

#downloadmodal .close {
    float: right;
    font-size: 1.5rem;
    line-height: 0;
    opacity: 1;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    z-index: 99;
    top: -10px;
    right: -10px;
    border: none;
    display: block;
    /* font-size: 30px; */
    position: absolute;
    border-radius: 50% !important;
    /* border: 1px solid #f6f0b3!important; */
    background: #246d51 !important;
    color: #fff;
}

/* 10052024 */
.tnc-button {
    text-align: center;
}

.tnc-btn {
    background: #126e51;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 30px;
    padding: 15px 30px;
}

.reward-box {
    background: linear-gradient(130deg, rgba(246, 241, 159, 1) 0%, rgba(235, 180, 8, 1) 100%);
    padding: 20px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 100px;
}

.rewards {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reward-img {
    position: relative;
}

.reward-amount {
    position: absolute;
    top: 68%;
    left: 45%;
    transform: translate(-50%, -50%);
    color: #000;
    font-weight: 900;
}

.reward-desc p {
    margin-bottom: 0px;
    color: #000;
    font-weight: bold;
}

.claim-button {
    border: none;
    color: #fff;
    background: linear-gradient(90deg, rgba(17, 128, 103, 1) 0%, rgba(0, 77, 96, 1) 100%);
    border-radius: 35px;
    padding: 15px;
    margin-top: 10px;
    width: 100%;
}

.reward-amount p {
    font-size: 40px;
    margin-bottom: 0px;
}

.reward-div {
    display: grid;
    /* grid-template-columns: repeat(3,1fr); */
    gap: 30px;
    margin-top: 110px;
}

.reward-desc {
    text-align: center;
    margin-top: 95px;
}

.redemption-claim .close {
    position: relative;
    z-index: 100;
    font-size: 40px;
    top: -16px;
    right: -9px;
    opacity: 1;
}

.redemption-claim .modal-content {
    background: transparent;
    border: none;
}

.reward-box:last-child {
    margin-bottom: 30px;
}

.promo_home.index_body_custom img {
    padding-top: 50px;
}

.redemption-claim .reward-amount {
    top: 60%;
}

.redemption-claim .reward-desc {
    margin-top: 70px;
}

/* 17052024 */
.tournament-gift {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* grid-gap: 20px; */
    text-align: center;
}

.gift-set {
    position: relative;
}

.gift-user {
    position: absolute;
    bottom: 13px;
    font-weight: 900;
    color: #000;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
}

.gift-prize span {
    font-weight: 500;
}

.gift-prize p {
    font-weight: bold;
    font-size: 20px;
}

.banner-text p {
    margin-bottom: 5px;
    text-align: center;
}

.tournament-banner {
    position: relative;
}

.banner-text {
    position: absolute;
    bottom: 13%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    width: 185px;
}

.tournament-board {
    text-align: center;
    position: relative;
}

.t-board {
    max-width: 700px;
    background: #fff;
    margin: 0 auto;
    padding: 80px 20px 20px;
    border-radius: 30px;
    box-shadow: 0px 0px 10px #3dd24e;
}

.t-board table {
    width: 100%;
    /* text-align: left; */
}

.board-title {
    position: relative;
    top: 60px;
}

.board-title p {
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0px;
}

.t-board tr th,
td {
    text-align: left;
    border-bottom: 1px solid #000;
    padding: 5px;
    font-weight: 600;
}

.t-board tr th:nth-child(3),
td:nth-child(3) {
    text-align: center;
}

.t-board th {
    color: #126e51;
}

.tnc-sec {
    padding: 40px 0px;
    max-width: 980px;
    margin: 0 auto;
    color: #49494b;
    font-weight: 500;
}

.tnc-sec ul li {
    list-style: num;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 13px;
}

.tnc-sec ul {
    padding-left: 20px;
    margin-bottom: 0px;
}

.promo_home.index_body_custom .gift-img img {
    padding-top: 0px;
}

.promo_home.index_body_custom .tournament-board img {
    padding-top: 0px !important;
}

/*21052024*/
.floating {
    position: fixed;
    width: 90px;
    z-index: 1;
    animation: floating 20s infinite;
    bottom: 130px;
    right: 0%;
}

@keyframes floating {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-300px);
    }


}

#closeButton {
    border: none;
    background: none;
    position: absolute;
    left: -15px;
    font-size: 20px;
    font-weight: bold;
    color: #b7b7b7;
}

/* 30052024 */
.special-bg {
    background: url(data:,) no-repeat top center;
    /* min-height: 100vh; */
    /* height: 100%; */
    background-size: 100% 100%;
    /* padding-bottom: 0px; */
}

.special-top {
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

.special-content {
    padding-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 auto;
}

.special-name span {
    color: #000;
    font-weight: 500;
}

.special-name {
    background: #fae325;
    padding: 5px 10px;
    text-align: center;
    /* border: 1px solid #df5619; */
    border-radius: 20px;
    margin-top: 10px;
    white-space: nowrap;
    width: 140px;
    box-shadow: inset 0px 0px 8px #fff;
}

.special-logo img {
    max-width: 40px;
}

.t-body.detectscroll.special-pg {
    padding-bottom: 0px;
}

.special-lr {
    padding-right: 30px;
    padding-left: 30px;
}

.special-img img {
    border-radius: 100%;
    /* filter: drop-shadow(0px 0px 5px #543f12) drop-shadow(0px 0px 5px #543f12); */
    max-width: 120px;
    animation: blinkingEffect 1s infinite;
}

@keyframes blinkingEffect {

    0%,
    100% {
        filter: drop-shadow(0px 0px 5px #fff);
    }

    50% {
        filter: drop-shadow(0px 0px 5px #6e6e6e);
    }
}

.special-body {
    padding-bottom: 0px;
}

.special-top img {
    max-width: 200px;
}

.special-img {
    text-align: center;
}

.special-product {
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .special-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .special-top img {
        max-width: 200px;
    }
}

.special-logo {
    border: 1px solid #ffe418;
    border-radius: 5px;
    background: #126e51;
    /* padding: 5px; */
}

/* 20062024 */
.rewarp-ward {
    display: flex;
    align-items: center;
    gap: 5px;
    /* margin-right: 5px; */
}

.token-wallet {
    background: linear-gradient(to bottom, #126e51 0%, #083e2d 100%);
    border-radius: 50px;
    padding: 5px 10px;
    height: 32px;
    /* border: 2px solid #083e2d; */
    display: flex;
    gap: 5px;
    color: #fff;
    align-items: center;
    font-size: 12px;
}

.token-wallet img {
    height: 17px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(104%) contrast(100%);
}

.box-rw {
    font-weight: bold;
}

@media (max-width: 1023.5px) {
    .rewarp-ward-mn {
        display: flex;
        gap: 10px;
        width: 93%;
        margin-bottom: 10px;
    }

    .token-wallet {
        width: 50%;
        text-align-last: center;
        justify-content: center;
    }
}

/* 25062024 */

.pro-cat .nav.nav-tabs {
    justify-content: center;
    gap: 5px;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 auto;
    border-bottom: 0px;
}

.pro-cat .nav-item .nav-link.active,
.pro-cat .nav-item .nav-link:hover {
    border: none;
    background: #cfcfcf;
    border-radius: 15px;
}

.pro-cat .nav-tabs .nav-link {
    border: none;
    background: #ececec;
    border-radius: 15px;
    padding: 5px;
}

.reward-cat img {
    padding-top: 0px !important;
}

.reward-cat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.reward-cat span {
    color: #126e51;
    font-weight: bold;
}

/* 19082024 */
.gift_gift_colm {
    margin: 30px 0 20px 0;
}

.fa-question-circle.icon {
    background: linear-gradient(to bottom, rgba(216, 160, 254, 1) 0%, rgba(118, 131, 217, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    font-size: 22px;
}

.gift-title {
    grid-gap: 15px;
}

.promo_close .pm-title-wrapper {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    background: #000408;
    border-bottom: 1px solid #c622ff;
    padding: 12px 28px;
    margin: -20px -20px 25px;
}

.list-gift {
    /* box-shadow: 0px 6px #6b64b3; */
    border-radius: 15px;
    /* margin-bottom: 30px; */
    background-position-y: 387px;
    overflow: hidden;
    background-size: 100%;
    /* background: #181717; */
    border: 2px solid #006d53;
    position: relative;
    overflow: hidden;
}

.gift-title {
    font-weight: 600;
    color: #1c1c1c;
    padding: 10px 15px;
    font-size: 16px;
    min-height: 54px;
    padding-bottom: 0;
}

.gift-action {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    justify-content: space-around;
}

.giftimg-holder img {
    /* max-width: 100%; */
    /* border-top-left-radius: 12px; */
    /* border-top-right-radius: 12px; */
    /* height: 167px; */
}

.gift-action span {
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    /* height: 100%; */
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
}

.gift-action .redeem {
    background: #006e53;
    color: #fff;
}

span.giftinfo {
    /* padding: 3px 18px; */
    color: #fff;
    background: #006e53;
}

span.needpoints {
    font-size: 14px;
    color: #1c1c1c;
    text-align: center;
}

.gift-list {
    min-height: 500px;
}

.img_gift_wrap {
    display: flex;
    align-items: normal;
    grid-gap: 15px;
    justify-content: space-between;
}

.gift_tit_modal {
    color: #ab93ed;
    padding: 10px 0;
    display: grid;
    text-align: justify;
}

.img_gift_ul ul {
    padding: 0 20px;
}

.gift-box img {
    max-width: 100px;
    filter: brightness(0) saturate(100%) invert(29%) sepia(14%) saturate(5454%) hue-rotate(129deg) brightness(93%) contrast(86%);
}

.gift-box span {
    color: #126e51;
    text-transform: uppercase;
}

.giftlist {
    padding: 0px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 25px;
}

.giftlist .subs .list-gift {
    /* padding: 10px; */
}

.gift-summary {
    display: flex;
    justify-content: center;
    border: 1px solid #1a7356;
    border-radius: 15px;
}

.detailrew-label .fa-caret-down {
    margin-left: 15px;
}

.gift-box {
    /* background: linear-gradient(130deg, rgba(246, 241, 159, 1) 0%, rgba(235, 180, 8, 1) 100%); */
    padding: 15px;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.gift-tab .pro-category .pro-cat .nav.nav-tabs {
    gap: 15px;
}

.gift-sec .row {
    justify-content: center;
}

.img_gift_wrap {
    display: flex;
    align-items: normal;
    grid-gap: 15px;
    justify-content: space-between;
    flex-direction: column;
}

.gift_btn_modal {
    color: #fff;
    background: #006e53;
    border: none;
    padding: 8px 22px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 12px;
    margin: 0 auto;
    /* transition: all 0.3s; */
    width: 150px;
    text-align: center;
    /* margin-left: auto; */
    /* position: absolute; */
    /* bottom: 26px; */
    /* right: 28px; */
}

.gift_tit_modal {
    color: #006e53;
    padding: 10px 0;
    display: grid;
    text-align: justify;
}

.reward-action span a {
    color: #fff;
}

.reward_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.modal-content.modal-download {
    padding: 0 15px 15px;
    background: #fff;
    color: #fff;
    border: 1px solid #006e53;
    overflow: hidden;
}

.text {
    color: #000;
}

.gift-modal .close {
    text-align: end;
    font-size: 25px;
    color: #000;
    opacity: 1;
    top: 10px;
    position: relative;
}

.dld-wrap.f_t_tit {
    color: #000;
}

.gift-slider {
    padding: 32px 0px 0px;
}

span.reward-points {
    font-size: 19px;
    font-weight: 800;
    padding: 5px 25px;
    color: #000;
    background: #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

span.detailrew-label {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 40px;
    color: #fff;
    background: #1a7356;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-transform: uppercase;
}

.gift-redeem {
    display: flex;
    gap: 5px;
}

/* 25092024 */
.validation-popup {
    display: none;
    position: absolute;
    top: 50%;
    left: 120px;
    z-index: 10;
    width: 245px;
    padding: 10px;
    border: 1px solid #006e52;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    color: #242d4b;
}

.pass-level {
    display: block;
    position: absolute;
    right: 79px;
    z-index: 10;
    width: 80px;
    padding: 0px;
    border: 1px solid #006e52;
    background: #4c4c4c;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    top: 42%;
}

.pass-level p {
    margin-bottom: 0px;
}

.validation-message.invalid {
    color: #ff0000;
}

.validation-message.valid {
    color: #006f53;
}

.validation-message i {
    margin-right: 5px;
}


/* 10012025 */
.gwrap3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}

.gwrap3 img {
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}

/* 03042025 */

.prod-item {
    position: relative;
}

.hot-item {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 50px;
}

.red-notice {
    color: #ff0000;
    font-size: 12px;
}

/* 15102025 */
.index_products_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    border-radius: 10px;
    grid-gap: 5px;
    padding: 10px;
}

.prod-img {
    display: flex;
    flex-direction: column;
}

.play-btn {
    width: 100%;
    border-radius: 5px;
    color: #fff;
    background: #126e51;
    border: none;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 0px;
}

/* 21042026 */
.fifa-match {
    margin: 10px;
    display: block;
    padding-top: 20px;
    position: relative;
}

.fifa-wrap {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.fifa-wrap h2 {
    color: #fff;
    font-size: 3vw;
}

.fifa-wrap h2 span {
    font-weight: bold;
    font-style: italic;
}

.fifa-time{
    background: #fff;
    border-radius: 10px;
    box-shadow: #136d51 2px 2px 8px -4px;
    border-bottom: 5px solid #aadeba;
    display: flex;
    justify-content: center;
    gap: 14px;
    padding: 10px;
}

.fifa-time-item {
    position: relative;
}

.fifa-time-item:not(:last-child) {
    padding-right: 10px;
}

.fifa-time-item:not(:last-child)::after {
    content: ":";
    position: absolute;
    right: -8px;
    top: 2px;
    font-size: 6vw;
    line-height: 1;
    font-weight: 700;
    color: #136d51;
}

.fifa-time-item span {
    display: block;
    font-size: 5vw;
    line-height: 1;
    font-weight: 700;
    color: #136d51;
}

.fifa-time-item p {
    margin: 0;
    font-size: 3vw;
    line-height: 1;
    color: #136d51;
    letter-spacing: 1px;
}

.fifa-banner {
    padding: 10px;
}

/* 14052026 */
.sport-prediction-bg {

    padding-bottom: 1rem;
}

.sport-prediction-board {
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 20px;
    padding-bottom: 5rem;
}

.sport-prediction-banner {
    margin-bottom: 15px;
    margin-top: 50px;
}

.sp-tabs-nav {
    border-bottom: none;
    display: flex;
    /* flex-wrap: nowrap; */
    gap: 5px;
    padding: 0;
    overflow-x: auto;
    max-width: 400px;
    /* white-space: nowrap; */
    margin: 0 auto;
}

.sp-tabs-nav .nav-item {
    margin: 0;
    /* flex: 1; */
    width: 30%;
}

.sp-tabs-nav .nav-link {
    border: 1px solid #0e6f52;
    border-radius: 999px;
    background: #ffffff;
    color: #0e6f52;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.sp-tabs-nav .nav-link.active,
.sp-tabs-nav .nav-item.show .nav-link {
    color: #ffffff;
    border: 1px solid #d0943e;
    background: #0e6f52;
    text-shadow: 1px 1px 4px #7b7b7b;
}

.sp-tabs-content .tab-pane {
    min-height: 1px;
}

.sp-content-wrap {
    margin-top: 1rem;
}

.sp-ongoing-content {
    background: url(img-banner-on-going-ea95530e50.jpg) center center no-repeat;
    width: 100%;
    /* height: 390px; */
    position: relative;
    border-radius: 5px;
    border: 2px solid #0e6f52;
    padding: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}


.sp-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    gap: 1rem;
}

.sp-banner-left {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sp-banner-prize {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.sp-banner-matchday {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    margin-bottom: -20px;
}

.sp-banner-matchup {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 1rem;
}

.sp-banner-team-bar {
    border-radius: 8px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    flex: 2;
}

.sp-banner-team-name {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    color: #2a2a2a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 9px;
}

.sp-banner-team-circle.left {
    background: url(img-left-team-955743a840.png) center center no-repeat;
    width: 100px;
    height: 50px;
    text-align: right;
    background-size: 100%;
    margin-right: -20px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.sp-banner-team-circle.right {
    background: url(img-right-team-0b8e824ffb.png) center center no-repeat;
    width: 100px;
    text-align: left;
    background-size: 100%;
    margin-left: -20px;
    height: 65px;
    display: flex;
    align-items: center;
}

.sp-banner-team-circle img {
    max-width: 28px;
}

.sp-banner-vs {
    font-size: 1.75rem;
    font-weight: 900;
    color: #f2c46d;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    letter-spacing: 2px;
    flex: 1;
    min-width: 70px;
}

.sp-banner-date {
    font-size: 10px;
    color: #fff;
    margin-top: -5px;
    font-weight: 600;
}

.sp-banner-cta {
    margin-top: 1rem;
    padding: 5px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(180deg, #4dd28a 0%, #0e833a 70%);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.sp-banner-cta:hover {
    background: linear-gradient(180deg, #f8e9c4 0%, #eed060 100%);
    box-shadow: 0 6px 16px rgba(232, 200, 90, 0.5);
}

.sp-banner-right {
    flex: 1;
    margin-left: -10px;
}

.sp-banner-badge {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: linear-gradient(180deg, #1a3a5c 0%, #0d2840 100%);
    border: 3px solid #f2c46d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.sp-content-wrap h3 {
    color: #383838;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    font-style: italic;
    text-align: center;
    margin-bottom: 10px;
}

.sp-ongoing-content-matches {
    margin-top: 2rem;
}

.sp-ongoing-content-matches-time-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 1rem;
    max-width: 100%;
    margin: 0 auto;
}

.sp-ongoing-content-matches-time {
    background: url(img-countdown01-1-86d1995004.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    height: 75px;
}

.sp-ongoing-content-matches-time span {
    color: #fff;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.sp-ongoing-content-matches-time-label {
    text-align: center;
    color: #383838;
    margin-top: 5px;
}

/* Ongoing: prediction match card (uses images/sport-predict/element/*) */
.sp-ongoing-prediction-match {
    margin-top: 30px;
    /* max-width: 920px; */
    margin-left: auto;
    margin-right: auto;
}

.sp-pm-card {
    border-radius: 20px;
    padding: 10px 0;
}

.sp-pm-banner {
    position: relative;
    text-align: center;
    margin-bottom: 0.5rem;
}

.sp-pm-banner-art {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.sp-pm-banner-title {
    position: absolute;
    left: 50%;
    bottom: 18%;
    transform: translateX(-50%);
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    font-weight: 800;
    color: #4a3a2a;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    pointer-events: none;
    white-space: nowrap;
}

.sp-pm-vsbar-wrap {
    position: relative;
    margin-bottom: 10px;
}

.sp-pm-vsbar-img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.sp-pm-vsbar-team {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 700;
    color: #7a6548;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    pointer-events: none;
}

.sp-pm-vsbar-team--left {
    left: 15%;
}

.sp-pm-vsbar-team--right {
    right: 15%;
}

.sp-pm-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sp-pm-shield {
    position: relative;
    flex: 1;
    max-width: 22%;
    aspect-ratio: 5 / 6;
}

.sp-pm-shield-frame {
    display: none;
}

.sp-pm-shield::before,
.sp-pm-shield::after {
    content: '';
    position: absolute;
    inset: 0;
    clip-path: polygon(-1% 0%, 96% 0%, 100% 0%, 100% 66%, 50% 100%, 0% 66%, 0% 6%);
}

.sp-pm-shield::before {
    background: linear-gradient(145deg, #f5b840 0%, #d4870e 30%, #7a3e00 60%, #c8720a 80%, #f0a030 100%);
    z-index: 0;
}

.sp-pm-shield::after {
    background: #252525;
    transform: scale(0.91);
    z-index: 1;
}

.sp-pm-shield-inner {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 80%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background: #1a1a1a;
    z-index: 2;
}

.sp-pm-flag {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-pm-country-name {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 1px 4px;
    background: #252525;
    border-radius: 3px;
    border: 2px solid #f0b139;
    white-space: nowrap;
    line-height: 1.4;
}

.sp-pm-scores {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0.35rem;
    background: #ffecd6;
    padding: 10px;
    border-radius: 10px;
    max-width: 50%;
    box-shadow: 0px 3px 12px 1px #6d6d6d;
}

.sp-pm-score-cell {
    width: 41px;
    height: 70px;
    background: url(img-countdown02-2-17d0134699.png) center center no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-pm-score-select {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    outline: none;
    color: #f5f5f5;
    font-size: 49px;
    font-weight: 500;
    text-align: center;
    text-align-last: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 0;
}

.sp-pm-score-select option {
    background: #2c2c2c;
    color: #f5f5f5;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}

.sp-pm-score-select:focus {
    outline: none;
}

.sp-pm-score-colon {
    font-size: clamp(1.5rem, 5vw, 2.25rem);
    font-weight: 800;
    color: #5c5345;
    line-height: 1;
    padding: 0 0.15rem;
}

/* Submit / Reset: side-by-side; bowl shape comes from submit-btn.png / reset-btn.png only */
.sp-pm-actions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
    margin-top: 14px;
    padding: 0 6px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.sp-pm-action {
    flex: 1 1 0;
    min-width: 0;
    min-height: 46px;
    height: auto;
    border: none;
    border-radius: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
    box-sizing: border-box;
    background-color: transparent;
    transition: transform 0.15s ease, filter 0.15s ease;
}

.sp-pm-action span {
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #2f2f2f;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.sp-pm-action--submit {
    background: linear-gradient(180deg, #ffffff 0%, #c8cdd4 100%);
    border: 1px solid #b0b8c2;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22), inset 0 1px 2px rgba(255, 255, 255, 0.9);
}

.sp-pm-action--reset {
    background: linear-gradient(180deg, #4dd28a 0%, #0e833a 70%);
    border: 1px solid #0e6f52;
}

.sp-pm-action--reset span {
    color: #fff;
}

.sp-pm-action:hover {
    filter: brightness(1.05);
}

.sp-pm-action:active {
    transform: scale(0.98);
}

/* Ongoing: prediction cards Swiper (swiper-bundle 7) */
.sp-ongoing-match-swiper {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.sp-ongoing-match-swiper .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

/* Countdown + card stacked per slide */
.sp-ongoing-slide-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    grid-gap: 1rem;
}

.sp-ongoing-match-swiper .sp-ongoing-content-matches {
    margin-top: 0;
}

.sp-ongoing-match-swiper .sp-ongoing-prediction-match {
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.sp-ongoing-match-swiper .swiper-button-prev,
.sp-ongoing-match-swiper .swiper-button-next {
    width: 36px;
    height: 34px;
    margin-top: 0;
    top: 32%;
    color: #ffffff;
    background: linear-gradient(to bottom, #edd7ba 0%, #d4a982 100%);
    width: 35px;
    border-radius: 50%;
    border: 1px solid #0e6f52;
}

.sp-ongoing-match-swiper .swiper-button-prev {
    left: 2px;
}

.sp-ongoing-match-swiper .swiper-button-next {
    right: 2px;
}

.sp-ongoing-match-swiper .swiper-button-prev::after,
.sp-ongoing-match-swiper .swiper-button-next::after {
    font-size: 14px;
    font-weight: 700;
}

.sp-ongoing-match-swiper .swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

/* MODAL */

.modal-dialog.modal-result {
    /* background: none; */
    border: none;
}

.modal-result .modal-header {
    background: none;
    border: none;
    justify-content: center;
}

.modal-result .modal-content {
    background: none;
    border: none;
}

.header-sport {
    position: relative;
    align-self: center;
}

.header-sport h4 {
    position: absolute;
    bottom: 3px;
    color: #fff;
    text-align: center;
    margin: 0px auto;
    left: 0;
    right: 0;
}

.close span {
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding: 10px;
    display: block;
    line-height: 19px;
}

.close {
    opacity: 1;
    background: none;
    border: none;
}

.com-wrap ul {
    display: grid;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 15px;
}

.com-wrap ul li a {
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    justify-content: space-evenly;
    position: relative;
    overflow: hidden;
    background: url(img-result-c3daabf6e0.png) no-repeat right center / 100%;
    background-color: #fff;
    text-decoration: none;
    min-height: 100px;
}

.com-card-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 6px 10px;
    width: 60%;
}

.com-match-no {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.com-match-date {
    font-size: 11px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.03em;
}

.com-match-time{
    color: #fff;
    font-weight: 300;
}

.com-aubet-logo{
    max-width: 60px;
}

.com-card-result {
    padding: 0px 5px;
    font-size: 16px;
    font-weight: 800;
    color: #585fa1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    max-width: 55%;
}

.record-content {
    padding: 15px;
    border-radius: 10px;
}

.record-table thead tr th,
.betting-history-table thead tr th {
    background: #0e6f52;
    color: #ffffff;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    border: 0px;
    border-bottom: 1px solid #0e6f52;
    padding: 8px 6px;
    white-space: nowrap;
}

.record-table thead tr th + th,
.betting-history-table thead tr th + th {
    border-left: 1px solid #0e6f52;
}

.record-table thead tr th:first-child,
.betting-history-table thead tr th:first-child {
    border-top-left-radius: 15px;
}

.record-table thead tr th:last-child,
.betting-history-table thead tr th:last-child {
    border-top-right-radius: 15px;
}

.record-table tbody tr td,
.betting-history-table tbody tr td {
    background: #ffffff;
    color: #222;
    font-size: 11px;
    text-align: center;
    padding: 7px 6px;
    vertical-align: middle;
    border: 1px solid #000;
}

.record-table tbody tr:nth-child(even) td,
.betting-history-table tbody tr:nth-child(even) td {
    background: #fff;
}

.record-table,
.betting-history-table {
    border-color: transparent;
}

.betting-history-scroll {
    max-height: calc(10 * 38px);
    overflow: hidden;
    overflow-y: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.betting-history-scroll::-webkit-scrollbar {
    width: 4px;
}

.betting-history-scroll::-webkit-scrollbar-track {
    margin-top: 34px;
    background: #f0f2f8;
}

.betting-history-scroll::-webkit-scrollbar-thumb {
    background: #0e6f52;
    border-radius: 3px;
}

.betting-history-table {
    margin-bottom: 0;
    border: none;
}

.betting-history-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.winner-modal {
    max-width: 100%;
    background: #ffffff url(img-winner-19bf4788f8.png) no-repeat center top / 100%;
    min-height: 500px;
    border-radius: 10px;
}

.winner-modal .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}

.winner-content {
    border: none !important;
    padding: 16px 12px 16px;
    text-align: center;
}

.winner-fifa-logo {
    text-align: center;
    margin-bottom: 8px;
}

.winner-fifa-logo img {
    max-width: 80px;
}

.winner-header {
    margin-bottom: 8px;
    margin-top: 30%;
}

.winner-history-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    background: linear-gradient(180deg, #188664 0%, #21a77e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

h3.winner-history-title{
    margin: 0;
    margin-top: 15px;
}

.winner-vs-row {
    margin-bottom: 16px;
}

.winner-match-select {
    width: 80%;
    padding: 8px 30px 8px 12px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cpath fill='%23ffffff' d='M5 7L0 0h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    outline: none;
    box-shadow: 0 3px 5px rgba(107, 123, 168, .25);
    text-align: center;
    text-align-last: center;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.winner-match-select:focus {
    border-color: #c4a05a;
    box-shadow: 0 0 0 3px rgba(168, 134, 99, 0.2);
}

.winner-match-select option {
    background: #ffffff;
    color: #0e6f52;
    text-align: left;
}

.winner-betting-history {
    margin-top: 10px;
}

/* TNC Modal */
.tnc-content {
    border: 3px solid #0e6f52;
    padding: 15px 18px;
    border-radius: 10px;
    background: #ffffff;
    max-height: 70vh;
    overflow-y: auto;
    position: relative;
}

.tnc-content::-webkit-scrollbar {
    width: 6px;
}

.tnc-content::-webkit-scrollbar-track {
    background: #f0f2f8;
}

.tnc-content::-webkit-scrollbar-thumb {
    background: #0e6f52;
    border-radius: 3px;
}

.tnc-content .header-sport h4 {
    position: static;
    color: #0e6f52;
    text-align: center;
    margin: 0 0 10px;
    font-size: 16px;
}

.tnc-detail span {
    font-weight: 700;
    font-size: 14px;
    color: #0e6f52;
    padding: 10px 0 5px;
    display: block;
}

.tnc-detail ol {
    padding-left: 18px;
    margin-bottom: 8px;
}

.tnc-detail ol li {
    font-size: 12px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 5px;
}

.tnc-detail ol li:last-child {
    margin-bottom: 0;
}

#modal-tnc .close {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 10;
}

#modal-tnc .close span {
    color: #0e6f52;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    border: 1px solid #0e6f52;
    border-radius: 50%;
    font-size: 16px;
    width: 32px;
    height: 32px;
    padding: 6px;
    display: block;
    line-height: 18px;
}

/* amendment 1 */
.end-frame{
    position: relative;
    text-align: center;
    margin: 0 auto 20px;
}

.fifa-time-wrap .fifa-time{
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fifa-time-wrap h4{
    top: 9%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #0e6f52;
    font-size: 12px;
}

/* My Predictions card */
/* .sp-my-prediction {
    margin: 0px auto;
} */

.sp-my-card {
    position: relative;
    background: url(img-my-predict-f796427bf3.png) no-repeat center center/ 100% 100%;
    border-radius: 18px;
    padding: 2.5rem 1rem 2.5rem;
}

.sp-my-pill {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #4dd28a 0%, #0e833a 70%);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 38px;
    border-radius: 50px;
    box-shadow: inset 0 -4px 4px #8ee4b7;
    white-space: nowrap;
}

.sp-my-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.sp-my-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    flex: 0 0 auto;
    max-width: 70px;
}

.sp-my-flag {
    border-radius: 50%;
    max-width: 100px;
}

.sp-my-flag img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 60px;
}

.sp-my-team-label {
    font-size: 12px;
    letter-spacing: 0.08em;
    color: #0e6f52;
}

.sp-my-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.sp-my-score {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #0e6f52;
    font-weight: 800;
    line-height: 1;
}

.sp-my-num {
    font-size: 60px;
    background: linear-gradient(180deg, #188664 0%, #21a77e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.sp-my-num-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

.sp-my-num-wrap:hover {
    background-color: rgba(24, 134, 100, 0.08);
}

.sp-my-num-wrap:focus-within {
    background-color: rgba(24, 134, 100, 0.12);
    box-shadow: 0 0 0 2px rgba(24, 134, 100, 0.35);
}

.sp-my-num-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    font-family: inherit;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    text-align-last: center;
    padding: 2px 0;
    margin: 0;
}

.sp-my-num-select:focus {
    outline: none;
}

.sp-my-num-select::-ms-expand {
    display: none;
}

.sp-my-num-select option {
    color: #0e6f52;
    background: #ffffff;
    font-size: 18px;
    font-weight: 700;
    -webkit-text-fill-color: #0e6f52;
}

.sp-my-dash {
    font-size: 56px;
    transform: translateY(-2px);
}

.sp-my-vs {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    color: #0e6f52;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.04em;
}

.sp-my-code {
    color: #0e6f52;
}

.sp-my-vs-label {
    max-width: 60px;
}

.sp-btn{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 10px;
}

.sp-btn a {
    background: linear-gradient(180deg, #188664 0%, #21a77e 100%);
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    margin-right: 10px;
}

/* sports prediction prize pool */
.prize-pool-wrap {
    margin: 0 0 1.5rem;
}

.prize-pool {
    position: relative;
    background: url(img-pool-bg-77fd0132bf.png) center center / cover no-repeat;
    border-radius: 16px;
    padding: 15% 10px 0%;
    text-align: center;
}

.prize-pool-head {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 6px 20px;
    border-radius: 0 0 14px 14px;
    white-space: nowrap;
    z-index: 3;
}

@font-face {
    font-family: "fwc2026";
    src: url("font-fwc2026-normalregular-83f63d9901.ttf") format("truetype");
}

.prize-pool-title {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "fwc2026";
}

.prize-pool-title b {
    font-weight: 800;
    margin-left: 2px;
    font-size: 20px;
    letter-spacing: 2px;
}

.prize-pool-body {
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: #e2c986;
    max-width: 400px;
    margin: 10px auto 18px;
    border-radius: 20px;
}

.prize-flag {
    background: #0a0a0a;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 5px 10px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}

.prize-flag-left {
    border-radius: 0px 20px;
}

.prize-flag-right {
    border-radius: 20px 0px;
}

.prize-flag img {
    display: block;
    max-width: 11vw;
}

.prize-mid {
    background: #e2c986;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 10px;
    flex: 1;
}

@font-face {
    font-family: "fwc2026-ultra";
    src: url("font-fwc2026-ultracondensedmedium-f3369b8d3b.ttf") format("truetype");
}

.prize-code {
    color: #0d0d0d;
    font-weight: 900;
    font-size: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    font-family: "fwc2026-ultra";
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.prize-trophy {
    margin: -2px 0px;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    max-width: 60px;
}

.prize-trophy img {
    width: 100%;
    display: block;
}

.prize-date {
    display: block;
    width: fit-content;
    margin: 35px auto 5px;
    background: #fff;
    color: #000;
    padding: 5px 20px;
    border-radius: 20px;
    font-family: "fwc2026";
    font-size: 12px;
}

.prize-cta {
    display: block;
    width: fit-content;
    margin: 0 auto;
    background: linear-gradient(180deg, #4dd28a 0%, #0e833a 70%);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: inset 0 -4px 4px #8ee4b7;
    position: relative;
    bottom: -14px;
}

.prize-cta:hover {
    filter: brightness(1.1);
    color: #fff;
}

/* 08062026 */
.sp-ongoing-swiper {
    position: relative;
    margin-top: 1rem;
    padding-bottom: 3rem;
}

.sp-ongoing-slide-inner {
    padding: 0 0.25rem;
}

.sp-ongoing-swiper .swiper-slide {
    height: auto;
}

.sp-ongoing-swiper-pagination {
    bottom: 0 !important;
}

.sp-ongoing-swiper-pagination .swiper-pagination-bullet {
    background: #0e6f52;
    opacity: 0.45;
}

.sp-ongoing-swiper-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(180deg, #efd9b6 0%, #cc8b2f 100%);
    opacity: 1;
}

.sp-ongoing-swiper-prev,
.sp-ongoing-swiper-next {
    color: #0d6946 !important;
    top: 60% !important;
}

.sp-ongoing-swiper-prev::after,
.sp-ongoing-swiper-next::after {
    font-size: 18px !important;
    background: linear-gradient(to bottom, #43c67e 0%, #0e833a 100%);
    width: 30px;
    border-radius: 50%;
    border: 1px solid #0e6f52;
    padding: 5px;
    font-weight: bold;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 1px 1px #00000066;
}

.match-live img{
    padding: 0px 30px;
}

@media(max-width: 550px) {

    .prize-code{
        font-size: 11vw;
    }
}


@media only screen and (min-width: 480px) {
    /* account page */
    .my-vip-dot img {
        max-width: 100%;
        max-height: 100%;
    }
}