@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@font-face {
    font-family: 'Exo';
    src: url('../webfonts/Exo-BlackItalic.woff') format('woff2'),
        url('../webfonts/Exo-BlackItalic.woff2') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Exo';
    src: url('../webfonts/Exo-Black.woff') format('woff2'),
        url('../webfonts/Exo-Black.woff2') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: 'Open Sans', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
    background: url(../images/bg.png) top center no-repeat;
    background-position: 100% 69px;
}

body.modal-open {
    padding-right: 0 !important;
}
body.fixed {
    overflow: hidden;
    height: 100%;
}
a, a:hover, a:focus {
    text-decoration: none;
    color: #FFFFFF;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  transition: background-color 5000s;
  -webkit-text-fill-color: #000000 !important;
}


ul, ol {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
.form-control:focus {
    box-shadow: none;
}

.side-menu::-webkit-scrollbar,
.promotion-wrapper ul::-webkit-scrollbar, 
.menu-member ul::-webkit-scrollbar,
.menu-deposit-type ::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
    display: none;
}

.content-center {
    padding-bottom: 96px;
}

/* header */
header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}
.header-top {
    padding: 5px 0;
}
.header-top .container:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-left {
    display: flex;
    align-items: center;
}
.icon-nav {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -12px;
}
.nav-close {
    display: none;
}
.logo img {
    height: 30px;
}
.header-left-desktop {
    display: none;
}
.header-right {
    display: flex;
    align-items: center;
}
.btn-wrapper {
    display: flex;
    align-items: center;
}
.btn-main {
    border: 0;
    border-radius: 30px;
    font-weight: 700;
    text-align: center;
}
.btn-login, .btn-register {
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px 12px;
}
.btn-login {
    background-color: #ffffff;
}
.btn-register {
    color: #000000;
    background: transparent linear-gradient(95deg, #4DE657 0%, #97FFA0 100%) 0% 0% no-repeat padding-box;
    margin-left: 6px;
}
.language-wrapper {
    border-radius: 10px;
}
.language-wrapper .dropdown {
    line-height: 1;
}
.language-wrapper button.dropdown-toggle, .language-wrapper .btn.show {
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    padding: 8px 12px;
    width: 100%;
    display: flex;
    align-items: center;
}
.language-wrapper .btn:first-child:active {
    background-color: transparent;
}
.language-wrapper button.dropdown-toggle:focus {
    box-shadow: none;
}
.language-wrapper .dropdown-toggle::after {
    position: absolute;
    right: 12px;
    font-size: 12px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f107';
    border: 0;
    color: #ffffff;
    transition: all 0.3s;
}
.language-wrapper .dropdown-toggle.show::after {
    transform: rotate(180deg);
}
.language-wrapper .dropdown-menu {
    border: 1px solid #FFFFFF1A;
    border-radius: 5px;
    min-width: 2rem;
    left: inherit !important;
    right: 0 !important;
    background-color: #F6F6F6;
    position: relative;
    top: 3px !important;
    border: 0;
}
.language-wrapper .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #F6F6F6;
    width: 10px;
}
.language-wrapper .dropdown-menu .dropdown-item:hover, .language-wrapper .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
}
.language-wrapper .dropdown-menu li:last-child .dropdown-item {
    margin-bottom: 0;
}
.country-selection {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
}
.country-name {
    text-transform: capitalize;
    display: none;
    color: #FFFFFF;
}
.language-wrapper button.dropdown-toggle .country-name {
    display: block;
}
.country-flag {
    margin-right: 6px;
}
.country-flag img {
    width: 22px;
}
.time-date {
    display: none;
}
.language-wrapper .dropdown-menu .country-flag {
    border: 1px solid #CCCCCC;
    padding: 2px;
    border-radius: 50%;
    margin-right: 0;
}
.language-wrapper .dropdown-menu .country-flag img {
    width: 28px;
}

/* announcement */
.announcement-content {
    display: flex;
    align-items: center;
    height: 22px;
    font-size: 12px;
}
.announcement-left {
    border-radius: 5px;
    padding: 0 7px;
    margin-right: 6px;
}
.announcement-left img {
    height: 12px;
}
.announcement-right {
    display: flex;
    align-items: center;
    width: 100%;
}
.announcement-wrapper.overlay-news {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 998;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* transaction */
.swiper-transaction {
    padding: 16px 152px 8px 0;
}
.single-transaction {
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    position: relative;
}
.transaction-user {
    margin-right: 8px;
}
.transaction-user img {
    height: 38px;
}
.transaction-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.transaction-details-left {
    width: 50%;
}
.transaction-details-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.transaction-name {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.transaction-time {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.transaction-amount {
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.transaction-type {
    position: absolute;
    top: -10px;
    right: 12px;
    border-radius: 30px;
    font-size: 12px;
    padding: 2px 20px;
    text-transform: capitalize;
}
.transaction-type.deposit {
    background: transparent linear-gradient(90deg, #FE9C11 0%, #D54846 100%) 0% 0% no-repeat padding-box;
}
.transaction-type.withdrawal {
    background: transparent linear-gradient(90deg, #00FF4C 0%, #E3FF01 100%) 0% 0% no-repeat padding-box;
    color: #000000;
}

/* banner */
.banner-mobile .swiper-banner, .banner-mobile img {
    border-radius: 10px;
}
.banner-mobile img {
    width: 100%;
    margin: 0 auto;
}
.banner-desktop {
    display: none;
}
.banner .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 1;
    width: 20px;
    height: 4px;
    border-radius: 3px;
}
.banner .swiper-pagination-bullet-active {
    background-color: #08FF4A;
}

/* menu */
.menu-wrapper {
    padding: 8px 0;
    display: flex;
    flex-direction: column;
}
.menu {
    border-radius: 10px;
    padding: 8px 0;
}
.menu > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.menu > ul > li > a {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.menu-icon , .menu-icon-active {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-icon img , .menu-icon-active img {
    height: 16px;
}
.menu-text {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 2px;
}
.menu > ul > li > a.active .menu-icon {
    display: none;
}
.menu > ul > li > a.active .menu-icon-active {
    display: flex;
    box-shadow: 0px 3px 6px #00000029;
}
.menu > ul > li > a:hover .menu-icon {
    box-shadow: 0px 0px 10px #FFFFFFC2;
}
.menu-bottom {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 8px 24px;
}
.favourite {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
}
.search-game {
    margin-left: 6px;
    width: calc(100% - 28px);
}
.search-game .form-control {
    border-radius: 30px;
    background-color: #F1F4F5;
    padding: 2px 8px 2px 16px;
    border: 0;
}
.search-game .input-group-text {
    background-color: #F1F4F5;
    border-radius: 0 30px 30px 0;
    border: 0;
    font-size: 12px;
    position: relative;
    padding: 2px 16px;
    cursor: pointer;
}
.search-game .input-group-text::before {
    content: "\f002";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #ffffff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* slot-menu */
.slot-menu-wrapper {
    padding: 4px 0 0;
}
.slot-menu-title {
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
.slot-menu-title img {
    height: 17px;
    margin-right: 6px;
}
.slot-menu {
    position: relative;
    margin-top: 8px;
}
.slot-menu .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px 0;
    cursor: pointer;
}
.slot-menu-pic img {
    height: 36px;
}
.slot-menu-name {
    display: none;
    text-transform: uppercase;
    font-size: 13px;
}
.slot-menu .swiper-button-next, .slot-menu .swiper-button-prev {
    position: absolute;
    top: -4px;
    color: #FFFFFF80;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 19px;
    height: 18px;
}
.slot-menu .swiper-button-next {
    right: 0;
}
.slot-menu .swiper-button-prev {
    right: 24px;
    left: inherit;
}
.slot-menu .swiper-button-next::after, .slot-menu .swiper-button-prev::after {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
}
.slot-menu .swiper-button-next::after {
    content: "\f061";
}
.slot-menu .swiper-button-prev::after {
    content: "\f060";
}

/* slot game  */
.game-wrapper {
    padding: 8px 0;
}
.game-wrapper .row {
    margin: 0 -6px;
}
.game-wrapper .row .col {
    width: 33.33%;
    padding: 0 6px;
    flex: 0 0 auto;
    margin-bottom: 10px;
}
.game-wrapper .row .col a:hover .game-hover {
    display: flex;
}
.game-wrapper .row .col a:hover .game-overlay {
    display: block;
}
.single-game {
    position: relative;
    background-color: #00000033;
    border-radius: 10px;
    height: 100%;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.game-hot {
    position: absolute;
    top: 4px;
    right: 4px;
}
.game-hot img {
    height: 24px;
}
.single-game .game-img img {
    border-radius: 10px;
    width: 100%;
}
.single-game .game-hover {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.game-overlay {
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    opacity: .9;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
}
.single-game .favourite {
    background-color: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.single-game .game-hover .game-play {
    font-size: 24px;
}
.game-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 12px;
    width: 100%;
    text-align: center;
}

/* footer */
footer {
    display: none;
}
.homepage footer {
    display: block;
}
.footer-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.social-logo {
    padding: 12px 0;
}
.social-logo > ul {
    display: flex;
    justify-content: center;
}
.social-logo > ul > li {
    margin: 0 3px;
}
.social-logo > ul > li > a img {
    height: 26px;
}
.seo-wrapper {
    background-color: #F1F4F5;
    border-radius: 20px;
    text-align: center;
}
.seo-inner.full-height {
    overflow: inherit;
    max-height: inherit;
    padding-bottom: 28px;
}
.seo-inner.full-height::before {
    overflow: inherit;
    max-height: inherit;
    height: inherit;
}
.seo-inner {
    position: relative;
    max-height: 300px;
    overflow: hidden;
    padding: 28px 16px;
}
.seo-inner::before {
    background-color: #F1F4F5;
    content: "";
    max-height: 100px;
    height: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 0 0 20px 20px;
}
.seo-title {
    color: #55657E;
    font-size: 18px;
    margin-bottom: 16px;
}
.seo-content p {
    color: #55657E;
}
.seo-content p:last-child {
    margin-bottom: 0;
}
.btn-seo {
    display: block;
    padding: 12px 16px;
    min-width: 160px;
    position: absolute;
    bottom: 28px;
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
    cursor: pointer;
}
.lic-logo {
    padding: 20px 0 16px;
}
.lic-logo > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.lic-logo > ul > li {
    margin-bottom: 4px;
}
.footer-link {
    display: none;
}
.copyright {
    color: #A6A8B7;
    border-radius: 10px;
    background-color: #F1F4F5;
    padding: 8px 16px;
    margin-bottom: 8px;
    text-align: center;
}

/* side menu */
.side-menu {
    background-color: #ffffff;
    width: 55%;
    position: fixed;
    top: 50px;
    bottom: 0;
    left: -100%;
    height: 100%;
    z-index: 1049;
    overflow-y: auto;
    padding: 12px 12px 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.25s;
}
.offset{
    top:calc( 50px + 62px );
}
.side-menu.open {
    left: 0;
}
.side-menu-top {
    padding: 8px 0;
}
.side-menu-top > ul {
    display: flex;
    flex-direction: column;
}
.side-menu-top > ul > li {
    margin-bottom: 8px;
}
.side-menu-top > ul > li:last-child {
    margin-bottom: 0;
}
.side-menu-top > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding-left: 12px;
}
.side-menu-top > ul > li > a.side-mission {
    background: transparent linear-gradient(90deg, #00297B 0%, #B54EF9 100%) 0% 0% no-repeat padding-box;
}
.side-menu-top > ul > li > a.side-spin {
    background: transparent linear-gradient(90deg, #1F7692 0%, #00C2FF 100%) 0% 0% no-repeat padding-box;
}
.side-menu-top > ul > li > a.side-leaderboard {
    background: transparent linear-gradient(90deg, #DF5D38 0%, #F9951E 100%) 0% 0% no-repeat padding-box;
}
.side-menu-title {
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
}
.side-menu-icon img {
    height: 45px;
}
.side-nav {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 8px;
}
.side-nav > ul {
    display: flex;
    flex-direction: column;
}
.side-nav > ul > li {
    margin-bottom: 6px;
}
.side-nav > ul > li:last-child {
    margin-bottom: 0;
}
.side-nav > ul > li > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 8px;
    border-radius: 10px;
}
.side-nav > ul > li > a.active {
    box-shadow: 0px 3px 6px #00000029;
}
.side-nav-icon-active {
    display: none;
}
.side-nav-icon, .side-nav-icon-active {
    margin-right: 8px;
}
.side-nav-icon img, .side-nav-icon-active img {
    height: 16px;
}
.side-nav > ul > li > a.active .side-nav-icon,
.side-nav > ul > li > a:hover .side-nav-icon {
    display: none;
}
.side-nav > ul > li > a.active .side-nav-icon-active,
.side-nav > ul > li > a:hover .side-nav-icon-active {
    display: block;
}
.side-nav-text {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contact-wrapper {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 8px;
}
.side-contact-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 8px;
    padding: 0 8px;
}
.side-contact > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.side-contact > ul > li {
    margin: 0 2px 4px;
} 
.side-contact > ul > li > a img {
    height: 37px;
}
.side-link {
    padding: 10px;
}
.side-link > ul {
    display: flex;
    flex-direction: column;
}
.side-link > ul > li {
    margin-bottom: 16px;
}
.side-link > ul > li > a {
    color: #55657E;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.overlay {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 998;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* footer-mobile */
.footer-mobile {
    position: fixed;
    bottom: 0px;
    z-index: 997;
    width: 100%;
    display: flex;
    padding: 8px 0 4px;
}
.footer-mobile > ul {
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.footer-mobile > ul li {
    list-style: none;
    width: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.footer-mobile > ul > li > a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 4px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.footer-mobile > ul > li > a .menu-icon {
    width: 43px;
    height: 43px;
    box-shadow: 1px 2px 5px #00000047;
}
.footer-mobile > ul > li > a .menu-icon img {
    height: 20px;
}
.footer-mobile > ul > li > a .menu-text {
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-mobile > ul > li.footer-highlight {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    width: 86px;
    height: 86px;
}
.footer-mobile > ul > li.footer-highlight > a {
    border-radius: 50%;
    width: 68px;
    height: 68px;
    position: relative;
    margin: -1px;
    padding: 0;
    border: 1px solid #FFAD4B;
    margin-top: -9px;
}
.footer-mobile > ul > li.footer-highlight > a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    z-index: -1;
    margin: -1px;
    background: transparent linear-gradient(180deg, #F9951E 0%, #DF5D38 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 1px 1px 5px #FFFFFF29, 1px 2px 5px #00000047;
}
.footer-mobile > ul > li.footer-highlight > a .menu-icon {
    box-shadow: none;
    width: 30px;
    height: 30px;
}
.footer-mobile > ul > li.footer-highlight > a .menu-icon  img {
    height: 30px;
}
.footer-mobile > ul > li.footer-highlight > a .menu-text {
    text-transform: uppercase;
    font-size: 9px;
}

/* modal popup */
.modal-content {
    border: 0;
}
#modal-banner-cta .modal-body {
    padding: 0;
    background-color: transparent;
    border-radius: 15px;
    overflow: hidden;
    margin: 0;
}
#modal-banner-cta .modal-dialog {
    display: flex;
    background-color: transparent;
    height: initial;
}
#modal-banner-cta .modal-content {
    background-color: transparent;
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
}
#modal-banner-cta .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    color: #fff;
}
#modal-banner-cta .btn-close:focus {
    outline: none;
    box-shadow: none;
}

/* login */
.login-wrapper {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    background-color: #ffffff;
    margin: 16px auto;
}
.pic-login {
    display: flex;
    flex-direction: column;
}
.pic-login-desktop {
    display: none;
}
.pic-login img {
    border-radius: 10px 10px 0 0;
}
.login-description {
    display: none;
}
.login-form {
    padding: 0 40px 32px 40px;
}
.login-form-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 16px;
}
.login-field {
    margin-bottom: 16px;
}
.form-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000000;
}
.login-field .input-group {
    height: 40px;
    z-index: 2;
    border-radius: 5px;
}
.login-field .form-control, .form-control:focus, 
.login-field .form-control:disabled {
    background: transparent;
    box-shadow:  none;
    border: 3px;
    color: #000000;
    font-size: 16px;
    background-color: #F2F2F2;
}
.login-field .form-control:disabled {
    color: #00000070;
}
.login-field .input-group .form-control {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
.input-feedback {
    font-size: 10px;
    margin: 3px 0;
    color: #000000;
}
.login-form .forgot-wrapper {
    text-align: right;
    text-transform: capitalize;
    font-size: 12px;
}
.login-form .forgot-wrapper a {
    text-decoration: underline;
    color: #0C0C0C;
}
.input-group-text {
    background-color: #F2F2F2;
    border: 0;
    border-radius: 3px;
}
.input-group-text .form-select, 
.input-group-text .form-select:focus {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: -12px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}
.input-group-text.border-line {
    border-radius: 3px;
    margin-right: 14px;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    width: 75px;
    padding-left: 0;
    padding-right: 0;
}
.login-form .btn-login-form {
    min-width: 155px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 16px;
    box-shadow: inset 0px 1px 2px #FFFFFF73, 0px 3px 6px #00000029;
}
.login-form-btn {
    display: flex;
    justify-content: flex-end;
    padding-top: 16px;
}

/* register */
.step-wrapper {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    margin-bottom: 20px;
    min-width: 260px;
    margin: 0 auto 20px;
}
.step-wrapper::before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 15px;
    border-top: 1px dashed rgba(0, 0, 0, .1);
    width: 130px;
    margin: 0 auto;
}
.step-single {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
}
.circle {
    width: 31px;
    height: 31px;
    position: relative;
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    border: 5px solid #DFDFDF;
}
.circle:first-child {
    margin-left: 0;
}
.step-text {
    font-size: 11px;
    color: #DFDFDF;
    text-transform: uppercase;
}
.tac-wrapper {
    padding: 16px 0;
}
.digit-wrapper {
    padding: 32px;
    background-color: #FFFFFF26;
}
.tac-text {
    text-transform: uppercase;
}
.digit-text {
    text-transform: capitalize;
}
.tac-text, .digit-text {
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
}
.tac-field {
    display: flex;
    justify-content: space-between;
}
.tac-field .input-group, 
.digit-field .input-group {
    height: 50px;
    margin-right: 12px;
}
.digit-field .input-group {
    border-left: 0;
    width: 50px;
}
.tac-field .form-control, 
.digit-field .form-control {
    background-color: #F2F2F2;
    border-radius: 3px;
    height: 40px;
    text-align: center;
    border: 0;
}
.digit-field .input-group .form-control {
    width: 50px;
    height: 50px;
    border: 1px solid #FFFFFF80;
    color: #000000;
}
.tac-wrapper .btn-sub {
    width: inherit;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    min-width: 100px;
    border-radius: 3px;
    background: #F28921;
    color: #FFFFFF;
    box-shadow: 0px 0px 6px #0000004D;
    text-transform: uppercase;
}
.login-form .form-check-label {
    font-size: 11px;
    color: #000000;
}
.digit-field {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}
.digit-field .input-group:last-child {
    margin-right: 0;
}
.digit-text-small {
    font-size: 11px;
    color: #000000;
}
.login-field .input-group-text {
    background-color: #F2F2F2;
    border: 0;
    border-radius: 3px;
}
.login-field .input-group-text.border-line {
    border-radius: 3px;
    margin-right: 14px;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    width: 75px;
    padding-left: 0;
    padding-right: 0;
}

/* logged in */
.icon-header-right {
    display: none;
}
.btn-member-wrapper {
    display: flex;
    align-items: center;
}
.btn-member-wrapper .btn-deposit {
    border: 1px solid #FFFFFF4D;
    border-radius: 30px;
    order: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 4px 4px 4px 8px;
}
.btn-member-wrapper .btn-deposit .currency {
    text-transform: uppercase;
    font-size: 8px;
    position: relative;
    top: -2px;
}
.btn-member-wrapper .btn-deposit .member-balance {
    font-size: 12px;
    font-weight: 700;
    margin: 0 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-member-wrapper .btn-deposit .icon-plus {
    width: 22px;
    height: 21px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent linear-gradient(122deg, #FFE14A 0%, #F28921 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 1px 1px 2px #FFFFFF80, 0px 3px 6px #00000029;
}
.btn-profile {
    display: flex;
    align-items: center;
    border: 1px solid #FFFFFF4D;
    border-radius: 30px;
    padding: 2px 4px 2px 24px;
    color: #ffffff;
    margin-left: 6px;
}
.btn-profile .profile-name {
    font-weight: 700;
    position: relative;
    display: none;
    margin-right: 8px;
}
.btn-profile .profile-name::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -6px;
    height: 12px;
    border: 1px solid #FFFFFF4D;
    margin-right: 6px;
}
.btn-profile .profile-pic {
    position: relative;
}
.btn-profile .profile-pic::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -6px;
    height: 12px;
    border: 1px solid #FFFFFF4D;
    margin-right: 6px;
}
.btn-profile .profile-pic img {
    height: 25px;
}
.btn-profile .profile-pic .profile-level {
    position: absolute;
    bottom: -8px;
    right: -12px;
    display: none;
}
.btn-profile .profile-pic .profile-level img {
    height: 28px;
}
.btn-profile.dropdown-toggle {
    position: relative;
}
.btn-profile.dropdown-toggle::after {
    position: absolute;
    left: 6px;
    font-size: 6px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f107';
    border: 0;
    color: #ffffff;
    transition: all 0.3s;
    margin-left: 0;
}
.btn-profile.dropdown-toggle.show::after {
    transform: rotate(180deg);
}
.btn-member-wrapper .dropdown-menu {
    border-radius: 5px;
    padding: 6px;
    border: 0;
}
.dropdown-member-top {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 4px 6px;
    margin-bottom: 6px;
}
.dropdown-member-pic {
    margin-right: 8px;
    padding: 2px;
    background-color: #0000001a;
    border-radius: 50%;
    position: relative;
}
.dropdown-member-pic > img {
    height: 27px;
}
.dropdown-member-pic .profile-level {
    position: absolute;
    bottom: -2px;
    right: -4px;
}
.dropdown-member-pic .profile-level > img {
    height: 20px;
}
.dropdown-member-name {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.member-menu {
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 6px;
}
.btn-member-wrapper .dropdown-menu .member-menu:last-child {
    margin-bottom: 0;
}
.member-menu > ul > li > a {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 5px;
}
.member-menu > ul > li > a.active {
    background-color: #F1F4F5;
}
.member-menu-icon {
    width: 20px;
    margin-right: 4px;
}
.member-menu-icon img {
    height: 15px;
}
.member-menu-text {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}
.side-member-wrapper {
    display: none;
}

/* promotion */
.promotion-wrapper {
    margin: 16px 0;
}
.promotion-wrapper ul {
    padding: 0;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.promotion-wrapper ul li {
    list-style: none;
    text-transform: uppercase;
    padding: 4px 24px;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    margin: 0 4px;
    text-align: center;
    border-radius: 30px;
    background-color: #ffffff;
}
.promotion-wrapper ul li:first-child {
    margin-left: 0;
}
.promotion-wrapper ul li:last-child {
    margin-right: 0;
}
.filter-content .grid .row {
    margin: 0 -6px;
}
.filter-content .grid .row .col {
    width: 50%;
    padding: 0 6px;
    flex: 0 0 auto;
}
.promotion-single {
    border-radius: 10px;
    margin-bottom: 16px;
    box-shadow: 0px 0px 6px #00000029;
    height: calc(100% - 16px);
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.promotion-banner img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.promotion-single-bottom {
    padding: 12px;
    border-radius: 0px 0px 10px 10px;
    background-color: #FFFFFF;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: auto;
}
.promotion-single-title {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #0C0C0C;
}
.promotion-single-btn {
    min-width: 135px;
    text-transform: capitalize;
    padding: 4px 16px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 30px;
    margin-top: auto;
    align-self: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* modal */
.modal-dialog {
    margin: 0 auto;
    height: 100%;
}
.modal-content {
    border-radius: 0;
    border: 0;
    background-color: #FFFFFF;
    height: 100%;
}
.modal-header {
    height: 40px;
    border-radius: 0;
    line-height: 1;
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-title {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modal-header .btn-close {
    background: none;
    font-size: 20px;
    color: #FFFFFF;
    opacity: 1;
}
.modal-header .btn-close:focus {
    box-shadow: none;
}
.modal-body {
    margin: 12px;
    padding: 0 0 16px 0;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    color: #000000;
}
.modal-body .promotion-single {
    border-radius: 0;
    box-shadow: none;
    height: inherit;
}
.modal-body .promotion-single-subtitle {
    margin-bottom: 0;
    font-size: 12px;
}
.modal-body .promotion-single-bottom {
    background: transparent;
    border-bottom: 1px dashed #000000;
    border-radius: 0;
    text-align: left;
    height: inherit;
}
.modal-body .promotion-single-title {
    font-size: 14px;
}
.modal-body .table-responsive {
    padding: 0 12px;
}
.promotion-rule {
    padding: 0 12px;
    margin-bottom: 16px;
}
.promotion-rule-title {
    font-weight: 700;
}
.promotion-rule ul li {
    font-size: 12px;
    margin-bottom: 8px;
}
.table-new {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 12px;
    --bs-body-bg: transparent;
    --bs-emphasis-color: #000000;
}
.table-new th {
    font-weight: 400;
    color: #FFFFFF;
    white-space: nowrap;
}
.table-new tr th, .table-new tr td {
    padding: 10px 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* member */
.member-page {
    margin: 16px 0;
}
.menu-member ul {
    margin: 0 0 16px 0;
    padding: 0;
    overflow-x: auto;
    display: flex;
    align-items: center;
}
.menu-member ul li {
    list-style: none;
    background-color: #FFFFFF;
    margin-right: 6px;
    border-radius: 5px;
}
.menu-member ul li:last-child {
    margin-right: 0;
}
.menu-member ul li a {
    text-transform: uppercase;
    padding: 0 16px;
    width: max-content;
    display: block;
    color: #ffffff;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
}
.member-detail {
    box-shadow: 0px 3px 6px #00000029;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow-x: hidden;
}
.member-setting {
    background-color: #FFFFFF;
    border-radius: 10px;
}
.menu-deposit-type {
    margin: 12px auto 0;
    padding: 0 12px;
}
.menu-deposit-type ul {
    margin: 0;
    padding: 0;
    overflow-x: auto;
    display: flex;
    align-items: center;
}
.menu-deposit-type ul li {
    list-style: none;
    margin: 0 3px;
    border-radius: 5px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 100%;
}
.menu-deposit-type ul li:first-child {
    margin-left: 0;
}
.menu-deposit-type ul li:last-child {
    margin-right: 0;
}
.menu-deposit-type ul li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 65px;
    text-align: center;
}
.menu-deposit-type ul li a img {
    border-radius: 5px;
    width: 30px;
    margin-bottom: 4px;
}
.menu-deposit-type ul li.active a {
    color: #FFFFFF;
}
.statement-wrapper {
    padding: 12px 12px 16px;
}
.bank-detail {
    margin-bottom: 16px;
    color: #000000;
}
.bank-detail-header {
    padding: 8px 0;
    text-transform: capitalize;
    border-bottom: 1px dashed #00000050;
    font-weight: 700;
}
.bank-detail-body {
    padding: 9px 0;
    font-weight: 600;
}
.bank-detail-body .row {
    padding: 5px 0;
}
.bank-detail-body .row a {
    text-decoration: underline;
}
.member-detail .input-group .form-select {
    background: #F2F2F2 url("../images/icon-arrow-down-dark.svg") no-repeat;
    background-size: 10px 5px;
    background-position: right 10px center;
    width: 10px;
}
.deposit-amount-wrapper {
    margin-bottom: 6px;
}
.deposit-amount-wrapper .row {
    padding: 0 9px;
}
.deposit-amount-wrapper .col {
    margin-bottom: 6px;
    padding: 0 3px;
}
.deposit-amount-wrapper .col .select-amount {
    text-align: center;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 3px;
    font-weight: 700;
}
.member-detail .form-check {
    margin-bottom: 0;
    color: #000000;
}
.member-detail .form-check-label {
    font-size: 11px;
}
.member-detail-btn {
    display: flex;
    justify-content: flex-end;
    padding-top: 16px;
}
.member-detail-btn .btn-main, .member-detail-btn .btn-cancel {
    height: 32px;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border-radius: 10px;
    padding: 0 20px;
    min-width: 100px;
}
.member-detail-btn .btn-main {
    color: #FFFFFF;
    border-radius: 30px;
}
.member-detail-btn .btn-cancel {
    border-radius: 30px;
    background: #DEDEDE;
}
.bank-wrapper {
    display: flex;
    align-items: center;
}
.bank-wrapper .dropdown-toggle {
    display: flex;
    padding: .4rem .8rem;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-color: #F2F2F2;
}
.bank-wrapper .dropdown-toggle::after {
    position: absolute;
    right: 12px;
    top: 15px;
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
}
.bank-wrapper .dropdown-menu {
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    padding: 6px 0;
}
.bank-wrapper .dropdown-item:hover, .bank-wrapper .dropdown-item:focus {
    background-color: #F2F2F2;
}
.bank-wrapper .dropdown-item {
    font-size: 14px;
    padding: 0.45rem 0.8rem;
}
.bank-selection {
    display: flex;
    align-items: center;
}
.bank-logo {
    margin-right: 8px;
}
.bank-logo img {
    width: 60px;
}
.bank-name {
    font-weight: 600;
}
.withdrawal-detail {
    color: #000000;
}
.withdrawal-description {
    font-weight: 700;
    padding: 0 0 8px 0;
    text-transform: capitalize;
    border-bottom: 1px dashed #00000050;
}
.withdrawal-detail-body {
    padding: 16px 0;
}
.deposit-progress-text {
    margin-bottom: 16px;
}
.progress-wrapper {
    background-color: #F6F6F6;
    padding: 10px;
    margin-bottom: 16px;
    border-radius: 30px;
}
.progress {
    background-color: #FEFEFE;
    height: 19px;
    border-radius: 30px;
}
.progress-bar {
    font-weight: 700;
}
.deposit-progress-note {
    font-style: italic;
    color: #000000;
}
.member-setting-title {
    display: flex;
    align-items: center;
    line-height: 1;
    height: 30px;
    border-radius: 10px 10px 0 0;
    padding: 0 16px;
}
.member-setting-icon {
    font-size: 16px;
    margin-right: 10px;
}
.member-setting-icon img {
    width: 22px;
}
.member-setting-icon.icon-statement img {
    width: 15px;
}
.member-setting-text {
    font-weight: 700;
    text-transform: uppercase;
}
.statement-single {
    border-bottom: 1px solid #0000001a;
    margin-bottom: 12px;
    padding: 0 12px;
}
.statement-single:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.statement-single-content {
    padding: 0 0 10px 0;
    font-weight: 600;
}
.statement-date {
    margin-bottom: 3px;
}
.statement-detail {
    background-color: #F2F2F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
    margin-bottom: 3px;
    border-radius: 5px;
}
.statement-detail-left, .statement-detail-right {
    text-transform: capitalize;
}
.statement-detail-right {
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}
.statement-win, .statement-lose {
    font-weight: 700;
    text-transform: uppercase;
}
.statement-balance {
    display: flex;
    justify-content: space-between;
}
.statement-balance-left {
    text-transform: capitalize;
}
.statement-desktop {
    display: none;
}
.statement-mobile {
    margin: 0 -12px;
}
.table-statement {
    font-size: 16px;
    background-color: #FFFFFF;
    border-radius: 10px;
    min-width: 860px;
    overflow-x: auto;
    color: #000000;
    font-weight: 600;
    margin-top: -8px;
}
.table-statement .table-statement-row {
    padding: 15px 16px;
    margin: 0;
    background-color: #F1F4F5;
    border-radius: 10px;
    margin-bottom: 6px;
}
.table-statement .table-statement-row:first-child {
    background-color: transparent;
    padding: 10px 16px;
    margin-bottom: 0;
}
.table-statement .table-statement-row:first-child .table-statement-col {
    text-transform: uppercase;
}
.table-statement .table-statement-row:last-child {
    margin-bottom: 0;
}
.table-statement .table-statement-row .table-statement-col {
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-statement .table-statement-row .table-statement-col a {
    text-decoration: underline;
}
.table-statement .table-statement-row .table-statement-col a.text-purple, .table-statement-col .text-purple {
    color: #000000;
}
.table-statement .table-statement-row .table-statement-col a.text-red, .table-statement-col .text-red {
    color: #000000;
}
.table-statement-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    display: none;
}
.statement-history {
    border-bottom: 1px solid #0000001a;
    margin-bottom: 12px;
}
.statement-history:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.statement-history-content {
    padding: 0 12px 10px;
    display: flex;
    justify-content: space-between;
    color: #000000;
    font-weight: 600;
}
.statement-history-left, .statement-history-right {
    display: flex;
    flex-direction: column;
}
.statement-history-right {
    text-align: right;
}
.statement-history-amount .text-orange {
    color: #000000;
}
.statement-desktop {
    display: none;
}
.user-setting .tac-wrapper {
    background-color: transparent;
    margin-bottom: 24px;
    padding: 0;
    border: 0;
}
.user-setting .tac-wrapper .tac-field .form-control {
    background-color: #F2F2F2;
    margin-right: 0;
}
.user-setting .tac-wrapper .tac-field .input-group {
    margin-right: 0;
}
.user-setting .tac-wrapper .tac-field .btn-sub {
    text-transform: uppercase;
    min-width: 140px;
    margin-left: 10px;
}
.user-setting .tac-wrapper .tac-field .btn-main {
    text-transform: uppercase;
    min-width: 140px;
    margin-left: 10px;
}
.menu-deposit-type.bonus ul li {
    height: 35px;
}
.menu-deposit-type.bonus ul li a {
    height: inherit;
    width: max-content;
    min-width: inherit;
    padding: 0 20px;
}

/* profile */
.spin-wrapper-content > ol {
    display: flex;
    justify-content: center;
}
.spin-wrapper-content > ol > li {
    flex: 0 0 auto;
}
.spin-wrapper-content > ol > li > a {
    display: flex;
    align-items: center;
}
.spin-wrapper-content > ol > li > a .spin-icon img {
    height: 35px;
}
.spin-wrapper-content > ol > li > a .spin-text  {
    text-shadow: 0px 3px 6px #00000029;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.profile-wrapper .profile-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 20px;
    padding: 12px 16px;
}
.profile-wrapper .profile-top .profile-top-left {
    border-radius: 50%;
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-right: 16px;
}
.profile-wrapper .profile-top .profile-top-left img {
    height: 54px;
    border-radius: 50%;
    border: 5px solid #E6F1F3;
}
.profile-wrapper .profile-top .profile-top-left .profile-left-name {
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    margin-top: 6px;
}
.profile-wrapper .profile-top .profile-top-right {
    padding-left: 16px;
    width: calc(100% - 84px);
    border-left: 1px solid #D4E2E5;
    margin-left: auto;
}
.profile-top-text {
    font-size: 12px;
    font-weight: 600;
}
.profile-top-right .btn-member-wrapper {
    border-top: 1px solid #D4E2E5;
    border-bottom: 1px solid #D4E2E5;
    padding: 6px 0;
    margin: 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profile-top-right .btn-member-wrapper .btn-deposit {
    border-radius: 0;
    border: 0;
    padding: 0;
    width: 100%;
    justify-content: flex-start;
}
.profile-top-right .btn-member-wrapper .btn-deposit .currency {
    font-size: 18px;
    top: inherit;
    color: #F9951E;
    font-weight: 700;
}
.profile-top-right .btn-member-wrapper .btn-deposit .member-balance {
    font-size: 18px;
    color: #F9951E;
    margin: 0 8px;
    max-width: calc(100% - 75px);
}
.profile-top-right .btn-member-wrapper .btn-deposit .icon-plus {
    background: transparent linear-gradient(123deg, #40E24A 0%, #23AB94 100%) 0% 0% no-repeat padding-box;
}
.profile-wrapper .profile-top .profile-top-right .profile-right-level {
    display: flex;
    flex-direction: column;
}
.profile-wrapper .profile-top .profile-top-right .profile-right-level .profile-level-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-wrapper .profile-top .profile-top-right .profile-right-level .level-name {
    font-size: 12px;
    font-weight: 700;
}
.profile-wrapper .profile-top .profile-top-right .profile-right-level .progress {
    height: 10px;
    border-radius: 10px;
    width: 100%;
    margin: 4px 0;
    background-color: #90B2B9;
}
.profile-wrapper .profile-top .profile-top-right .profile-right-level .progress .progress-bar {
    border-radius: 10px;
    background: transparent linear-gradient(180deg, #FCD042 0%, #F39024 100%) 0% 0% no-repeat padding-box;
}
.profile-wrapper .profile-top .profile-top-right .profile-right-more {
    font-size: 10px;
}
.profile-wrapper .profile-spin {
    margin: 12px 0;
}
.profile-wrapper .profile-spin .spin-wrapper-content > ol {
    padding: 0 6px;
}
.profile-wrapper .profile-spin .spin-wrapper-content > ol > li {
    width: 50%;
    margin: 0;
    position: relative;
    border-radius: 10px;
    padding: 6px 16px;
}
.profile-wrapper .profile-spin .spin-wrapper-content > ol > li::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    content: '\f105';
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    font-size: 12px;
}
.profile-wrapper .profile-spin .spin-wrapper-content > ol > li:first-child {
    margin-right: 4px;
}
.profile-wrapper .profile-spin .spin-wrapper-content > ol > li:last-child {
    margin-left: 4px;
}
.profile-wrapper .profile-spin .spin-wrapper-content > ol > li > a {
    flex-direction: row;
}
.profile-wrapper .profile-spin .spin-wrapper-content > ol > li > a .spin-icon {
    margin-right: 6px;
}
.profile-wrapper .profile-spin .spin-wrapper-content > ol > li > a .spin-text {
    text-transform: uppercase;
    font-weight: 700;
}
.profile-wrapper .profile-balance .profile-balance-top {
    padding: 10px 16px;
    border-bottom: 1px solid #ffffff33;
}
.profile-wrapper .profile-balance .profile-balance-bottom {
    padding: 6px 0;
}
.profile-wrapper .profile-balance .profile-balance-bottom .row {
    margin: 0 -4px;
}
.profile-wrapper .profile-balance .profile-balance-bottom .row .col {
    width: 33.33%;
    flex: 0 0 auto;
    padding: 0 4px;
}
.profile-wrapper .profile-balance .profile-balance-single .profile-balance-title {
    font-size: 12px;
    border-radius: 5px 5px 0 0;
    padding: 2px 8px;
}
.profile-wrapper .profile-balance .profile-balance-single .profile-balance-value {
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px 8px;
}
.profile-wrapper .profile-balance .profile-balance-bottom .profile-balance-single {
    border-radius: 5px;
    text-align: center;
}
.profile-wrapper .menu-member {
    padding: 0;
    margin: 12px 0;
}
.profile-wrapper .menu-member ul {
    margin: 0;
    padding: 0;
}
.profile-wrapper .menu-member ul li {
    background: #202327;
    border-radius: 10px;
    width: 33.33%;
}
.profile-wrapper .menu-member ul li a {
    padding: 8px 16px;
    text-align: center;
    width: 100%;
    border: 1px solid #FFFFFF33;
}
.profile-wrapper .menu-member ul li a span {
    display: none;
}
.profile-wrapper .profile-more {
    margin: 12px 0;
}
.profile-wrapper .profile-more > ul > li {
    position: relative;
    margin-bottom: 4px;
}
.profile-wrapper .profile-more > ul > li:last-child {
    border-bottom: 0;
}
.profile-wrapper .profile-more > ul > li::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    content: '\f105';
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    font-size: 10px;
    color: #000000;
}
.profile-wrapper .profile-more > ul > li > a {
    display: flex;
    padding: 6px 16px;
    color: #000000;
    background-color: #F2F6F6;
    border-radius: 5px;
    font-size: 12px;
}
.profile-leveling {
    padding: 40px 0 8px;
}
.profile-leveling .swiper {
    overflow: inherit;
}
.profile-level-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.profile-level-top > img {
    height: 67px;
    z-index: 2;
}
.profile-level-text {
    border-radius: 30px;
    font-size: 11px;
    padding: 2px 16px;
    min-width: 90px;
    text-align: center;
    margin-left: -24px;
    z-index: 1;
}
.profile-level-content {
    border-radius: 20px;
    padding: 16px;
    position: relative;
}
.profile-content-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-row-left {
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
}
.profile-row-right {
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 30%;
}
.profile-row-right .icon-check {
    height: 12px;
}
.profile-level-bottom {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}
.profile-bottom-check {
    background: transparent linear-gradient(123deg, #40E24A 0%, #23AB94 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 1px 1px 2px #FFFFFF80, 0px 3px 6px #00000029;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: relative;
    color: #ffffff;
}
.profile-bottom-check::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    outline: 4px solid #ffffff;
    z-index: -1;
    border-radius: 50%;
}
.profile-bottom-lock {
    background-color: #F1F1F1;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #CCCCCC;
}
.profile-leveling .swiper-button-prev,
.profile-leveling .swiper-button-next {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    position: absolute;
    top: 50%;
}
.profile-leveling .swiper-button-prev:after,
.profile-leveling .swiper-button-next:after {
    font-size: 10px;
    color: #FFFFFF;
    font-weight: 700;
}
.profile-leveling .swiper-button-prev {
    left: -8px;
}
.profile-leveling .swiper-button-next {
    right: -8px;
}

/* referral */
.referral-wrapper {
    margin: 16px 0;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
}
.referral-banner > img {
    border-radius: 10px 10px 0 0;
}
.referral-content {
    border-radius: 0px 0px 10px 10px;
    padding: 12px;
}
.referral-qr {
    display: flex;
    flex-direction: column;
}
.referral-qr-code {
    border-radius: 10px;
    padding: 6px;
    display: inline-flex;
    align-self: center;
}
.referral-qr-code > img {
    height: 78px;
    border-radius: 10px;
}
.referral-qr-share {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
}
.referral-share-text {
    font-size: 13px;
    color: #000000;
    text-align: center;
    font-weight: 600;
    margin: 8px 0;
}
.referral-share-link {
    border-radius: 10px;
    padding: 7px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.referral-link {
    width: calc(100% - 112px);
    border-radius: 5px;
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 12px;
}
.referral-btn {
    margin-left: 7px;
}
.btn-referral {
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 12px;
    width: 105px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.referral-detail {
    padding: 16px 0 0;
}
.referral-detail-single {
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 16px;
}
.referral-detail-single:last-child {
    margin-bottom: 0;
}
.referral-detail-top {
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 600;
}
.referral-detail-bottom {
    display: flex;
    flex-direction: column;
}
.referral-statistic {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 6px 6px;
}
.referral-statistic-single {
    flex:  1 0 0%;
    padding: 0 6px;
}
.statistic-single-top {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    text-align: center;
}
.statistic-single-bottom {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
}
.btn-referral-detail {
    background-color: #CCCCCC;
    text-transform: capitalize;
    display: inline-flex;
    align-self: center;
    justify-content: center;
    min-width: 150px;
    padding: 8px 12px;
    color: #ffffff;
}
.table-referral-wrapper {
    padding: 10px 12px 0;
    margin-top: 16px;
}
.table-referral tr > th {
    font-weight: 700;
    font-size: 12px;
    color: #000000;
    text-align: center;
    border-bottom-width: 0;
}
.table-referral tr > td {
    font-size: 12px;
    color: #000000;
    text-align: center;
    border-bottom-width: 0;
}

/* about */
.footer-page-content {
    font-size: 13px;
    color: #000000;
}
.table-info .table-new tr td {
    white-space: inherit;
}
.table-bank tr th, .table-bank tr td {
    text-align: center;
    padding: 6px 16px;
}
.info-content ol, .info-content ul {
    padding-left: 32px;
    margin-bottom: 16px;
}
.info-content ol li {
    margin-bottom: 6px;
    list-style-type: decimal;
}
.info-content ul li {
    list-style-type: disc;
}
.faq {
    font-weight: 700;
    margin-bottom: 8px;
}

/* leaderboard */
.leaderboard-wrapper {
    padding: 12px 0;
}
.leaderboard-title-mobile, .leaderboard-title-desktop {
    text-align: center;
}
.leaderboard-title-desktop {
    display: none;
}
.leaderboard-title-mobile img {
    max-height: 85px;
}
.leaderboard-players {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 16px 0;
}
.leaderboard-list {
    padding: 80px 12px 12px;
}
.leaderboard-list > ul {
    border-radius: 10px;
    display: block;
    font-size: 0;
    text-align: center;
}
.leaderboard-list > ul > li {
    background-color: #ffffffb3;
    flex: 0 0 auto;
    border-radius: 10px;
    display: inline-block;
    padding: 16px 6px 6px;
    box-shadow: 0px 3px 6px #00000029;
}
.leaderboard-list > ul > li:first-child {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 88px;
}
.leaderboard-list > ul > li:nth-child(2), 
.leaderboard-list > ul > li:nth-child(3) {
    width: calc(50% - 16px);
    margin: 0 8px;
    max-width: 160px;
}
.leaderboard-list > ul > li .leaderboard-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -32px;
    color: #000000;
    width: 100%;
}
.leaderboard-list > ul > li .leaderboard-details .player-icon {
    position: relative;
    z-index: 1;
}
.leaderboard-list > ul > li .leaderboard-details .player-icon > img {
    height: 37px;
}
.leaderboard-list > ul > li .leaderboard-details .player-icon .player-ranking {
    position: absolute;
    top: -55px;
    right: -100%;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #23AB94;
}
.trophy {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.trophy > img {
    height: 70px;
}
.leaderboard-list > ul > li .leaderboard-details .player-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0 8px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}
.leaderboard-list > ul > li .leaderboard-details .player-point-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.leaderboard-list > ul > li .leaderboard-details .player-point-wrapper .player-point {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
    width: calc(100% - 30px);
    text-align: center;
}
.btn-favourite {
    position: relative;
    top: 4px;
}
.btn-favourite img {
    height: 34px;
}
.leaderboard-list > ul > li:nth-child(4) {
    margin-top: 24px;
}
.leaderboard-list > ul > li:nth-child(n+4) {
    flex-direction: row;
    width: 100%;
    padding: 3px 8px 3px 16px;
    margin-bottom: 8px;
}
.leaderboard-list > ul > li:nth-child(n+5) {
    margin-top: 0;
    margin-bottom: 8px;
}
.leaderboard-list > ul > li:last-child {
    margin-bottom: 0;
}
.leaderboard-list > ul > li:nth-child(n+4) .leaderboard-details {
    flex-direction: row;
    margin-top: 0;
}
.leaderboard-list > ul > li:nth-child(n+4) .leaderboard-details .player-icon {
    display: flex;
    align-items: center;
}
.leaderboard-list > ul > li:nth-child(n+4) .leaderboard-details .player-icon img {
    height: 44px;
    order: 2;
    margin: 0 14px 0 8px;
}
.leaderboard-list > ul > li:nth-child(n+4) .leaderboard-details .player-icon .player-ranking {
    position: inherit;
    top: inherit;
    right: inherit;
    width: initial;
    height: inherit;
    line-height: inherit;
    text-align: left;
    border-radius: 0;
    order: 1;
    font-size: 14px;
    font-weight: 700;
    width: 30px;
    color: #000000;
}
.leaderboard-list > ul > li:nth-child(n+4) .leaderboard-details .player-name {
    padding: 0;
    text-align: left;
    font-weight: 400;
}
.leaderboard-list > ul > li:nth-child(n+4) .leaderboard-details .player-point-wrapper {
    padding: 0;
    justify-content: flex-end;
}
.leaderboard-list > ul > li:nth-child(n+4) .leaderboard-details .player-point-wrapper .player-point {
    font-size: 14px;
    width: 100%;
    text-align: right;
}
.leaderboard-list > ul > li:nth-child(n+4) .leaderboard-details .player-point-wrapper .btn-favourite {
    margin-left: 6px;
}
.leaderboard-list > ul > li.you .leaderboard-details {
    color: #ffffff;
}
.leaderboard-list > ul > li.you .leaderboard-details .player-icon .player-ranking {
    color: #ffffff;
}

/* app download */
.app-download {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    width: 100%;
    height: 100%;
}
.app-content {
    padding: 16px 24px;
    position: fixed;
    bottom: 0;
    border-radius: 20px 20px 0px 0px;
    background-color: #fffffff2;
    width: 100%;
}
.app-close {
    position: absolute;
    top: 8px;
    right: 12px;
    color: #ACACAC;
    font-size: 28px;
}
.app-content-top {
    display: flex;
    align-items: center;
    width: 95%;
}
.app-content-top .logo-app {
    margin-right: 16px;
}
.app-content-top .logo-app img {
    height: 65px;
}
.app-description {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}
.app-continue {
    color: #00A8FF;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    text-align: center;
}
.app-content-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}
.app-content-bottom .btn {
    border-radius: 5px;
    width: 130px;
    margin: 0 6px;
    font-size: 24px;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-content-bottom .btn span {
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 8px;
}
.download-bar {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    background-color: #ffffff;
}
.download-bar .logo-app {
    margin-right: 10px;
}
.download-bar .logo-app img {
    height: 50px;
}
.app-name {
    color: #000000;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.download-bar-btn {
    background-color: #00CE45;
    font-weight: 600;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.download-bar-btn span {
    margin-left: 8px;
}
.download-bar-close {
    color: #00000062;
    font-size: 24px;
    margin-left: 10px;
}

/* vip */
.vip-wrapper {
    margin: 16px auto;
    padding: 0 0 16px;
    overflow-x: hidden;
}
.vip-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF1A;
    border-radius: 10px;
    margin-bottom: 8px;
}
.vip-top-left {
    width: 116px;
    margin: 0 auto;
    padding: 4px 16px 20px;
}
.vip-left-level img {
    height: 83px;
}
.vip-level-text {
    border: 1px solid #FFFFFF1A;
    border-radius: 30px;
    padding: 2px 12px;
    min-width: 85px;
    text-align: center;
    position: relative;
    margin-top: -10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #000000bf;
}
.vip-top-right {
    width: calc(100% - 116px);
    padding: 12px 16px 22px 8px;
}
.vip-progress {
    margin-bottom: 16px;
}
.vip-progress:last-child {
    margin-bottom: 0;
}
.vip-progress-text {
    margin-bottom: 4px;
}
.vip-progress-bar .progress.vip {
    border-radius: 10px;
    background-color: #FFFFFF12;
    height: 12px;
}
.vip-progress-bar .progress .progress-bar {
    border-radius: 10px;
}
.vip-detail {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF1A;
    border-radius: 10px;
    padding: 10px 16px;
}
.vip-detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}
.vip-detail-row:last-child {
    margin-bottom: 0;
}
.vip-figure {
    font-weight: 700;
    font-size: 15px;
}
.vip-level {
    padding: 52px 16px 8px;
}
.vip-level .swiper {
    overflow: inherit;
}
.vip-level-content {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
    position: relative;
    padding: 48px 12px 40px;
}
.vip-level-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
}
.vip-level-top > img {
    height: 100px;
    z-index: 2;
}
.vip-level-title {
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    padding: 2px 16px;
    min-width: 130px;
    text-align: center;
    margin-left: -36px;
    z-index: 1;
    border: 1px solid #FFFFFF1A;
    background-color: #000000bf;
}
.vip-content-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background-color: #00000033;
    padding: 10px 12px;
    margin-bottom: 4px;
}
.vip-row-left {
    font-weight: 600;
    max-width: 70%;
}
.vip-row-right {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 30%;
}
.vip-level-bottom {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}
.vip-bottom-check {
    background: transparent linear-gradient(123deg, #40E24A 0%, #23AB94 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 1px 1px 2px #FFFFFF80, 0px 3px 6px #00000029;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    position: relative;
    bottom: -8px;
}
.vip-bottom-check::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: -1;
}
.vip-bottom-lock {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #CCCCCC;
    position: relative;
    bottom: -8px;
}
.vip-bottom-lock::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: -1;
}
.vip-level .swiper-button-prev, 
.vip-level .swiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    position: absolute;
    top: 50%;
}
.vip-level .swiper-button-prev {
    left: -15px;
}
.vip-level .swiper-button-next {
    right: -15px;
}
.vip-level .swiper-button-prev:after, 
.vip-level .swiper-button-next:after {
    font-size: 22px;
    font-weight: 700;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}
.vip-level .swiper-button-prev:after {
    content: '\f0d9';
}
.vip-level .swiper-button-next:after {
    content: '\f0da';
}

/* inbox */
.inbox-wrapper {
    padding: 16px 0;
}
.inbox-top {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 14px 16px;
}
.inbox-top-text {
    border-bottom: 1px solid #FFFFFF33;
    padding-bottom: 6px;
    color: #FFFFFF;
    font-weight: 700;
}
.inbox-top-balance {
    padding-top: 6px;
}
.inbox-top-balance a {
    display: flex;
    align-items: center;
}
.inbox-balance-amount {
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
}
.inbox-top-balance .icon-plus {
    background: transparent linear-gradient(123deg, #40E24A 0%, #23AB94 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 1px 1px 2px #FFFFFF80, 0px 3px 6px #00000029;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}
.bonus-category {
    padding: 16px 0 0;
}
.bonus-category-title {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
}
.bonus-category-wrapper {
    padding: 0 12px;
}
.bonus-category-wrapper .row .col {
    width: 50%;
    padding: 0 6px;
    flex: 0 0 auto;
    margin-bottom: 24px;
}
.bonus-category-single {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 16px;
}
.bonus-category-pic {
    margin-top: -32px;
    margin-bottom: 4px;
}
.bonus-category-pic img {
    height: 50px;
}
.bonus-category-name {
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
.bonus-category-value {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}
.bonus-transaction {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
}
.bonus-transaction-head {
    text-align: center;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px 20px 0px 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #FFFFFF1A;
}
.bonus-transaction-body {
    padding: 12px;
}
.bonus-transaction-note {
    font-size: 12px;
    color: #00000080;
}
.bonus-transaction-content {
    padding: 10px 0 0;
}
.bonus-transaction-single {
    border-bottom: 1px solid #FFFFFF33;
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}
.bonus-transaction-single:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.bonus-transaction-date {
    font-weight: 600;
    margin-bottom: 6px;
}
.bonus-transaction-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    padding: 7px 10px;
    margin-bottom: 3px;
    background-color: #0000001a;
}
.bonus-transaction-right {
    font-weight: 600;
}
.btn-bonus-transaction {
    border: 0;
    border-radius: 30px;
    text-transform: capitalize;
    display: inline-flex;
    align-self: center;
    justify-content: center;
    min-width: 130px;
    padding: 4px 12px;
    margin-top: 8px;
}
.bonus-transaction-desktop {
    display: none;
}
.table-bonus {
    padding: 16px 0 0;
    font-size: 16px;
}
.table-bonus .table-bonus-row {
    padding: 12px 16px;
    margin: 0;
    border-radius: 10px;
    margin-bottom: 8px;
    background-color: #0000001a;
}
.table-bonus .table-bonus-row.empty {
    justify-content: center;
}
.table-bonus .table-bonus-row:first-child {
    padding: 6px 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-inbox {
    border-radius: 10px;
    border: 0;
    text-transform: capitalize;
    padding: 3px 12px;
    min-width: 75px;
}

/* review */
.review-swiper-wrapper {
    margin-bottom: 16px;
}
.review-card {
    padding: 20px;
    border-radius: 20px;
    color:#fff;
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #0000001a;
    color: #000000;
}
.review-title {
    font-size: 18px;
    font-weight: 700;
}
.review-card p {
    font-size: 12px;
}
.review-card .time {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}
.stars-wrapper {
    color: #FFFFFF66;
}
.stars-wrapper svg.active {
    color: #ffb833;
}
.data-wrapper {
    display: block;
    padding: 20px;
    border-radius: 20px;
    border: 1px rgba(255,255,255,0.1) solid;
    color:#fff;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #0000001a;
}
.ranking-wrapper {
    color:#fff;
    padding-right: 0px;
}
.ranking-list {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 7px 10px;
    border-radius: 10px;
}
.ranking-list .no {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-right: 15px;
}
.ranking-list .no.gold {
    background: rgb(128,81,0);
    background: linear-gradient(0deg, rgba(128,81,0,1) 0%, rgba(255,203,112,1) 100%);
}
.ranking-list .no.silver {
    background: rgb(94,94,94);
    background: linear-gradient(0deg, rgba(94,94,94,1) 0%, rgba(181,181,181,1) 100%);
}
.ranking-list .no.bronze {
    background: rgb(94,61,55);
    background: linear-gradient(0deg, rgba(94,61,55,1) 0%, rgba(159,102,91,1) 100%);
}
.ranking-list .username {
    flex-grow: 1;
    line-height: 18px;
}
.ranking-list span {
    color:rgba(255,255,255,0.5);
    display: block;
}
.chart2-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    min-width: 280px;
    min-height: 280px;
    max-width: 1200px;
    max-height: 600px;
}
.chart-container {
    position: relative;
    height: 90%;
    width: 100%;
}
.chart2-wrapper #chart {
    margin-top: 15px;
}
.title-page {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.ranking-list .amount {
    color: #ffb833;
    font-weight: 700;
}
.review-wrapper {
    overflow-x: hidden;
    padding: 16px 0;
}
.review-swiper {
    overflow: inherit;
}
.review-swiper .swiper-pagination-bullet {
    opacity: .5;
}
.review-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

/* livestream */
.live-wrapper {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    border-radius: 10px;
}
.live-wrapper iframe {
    border-radius: 10px;
}
.live {
    width: 380px;
    height: 214px;
}

/* news */
.news-wrapper {
    padding: 16px 0 0;
}
.news-card {
    padding: 30px;
    border-radius: 20px;
    border: 1px rgba(255,255,255,0.1) solid;
    color:#fff;
    position: relative;
    margin: 15px 0;
    color: #000000;
    box-shadow: 0px 3px 6px #00000029;
}
.news-card-inner {
    display: block;
    border-radius: 20px;
}
.news-card .img-wrapper {
    width: 100%;
    max-width: 180px;
    height: auto;
    border-radius: 15px;
    margin: 0 auto;
}
.news-card .img-wrapper img {
    border-radius: 20px;
}
.news-card-inner .news-content {
    margin-left: 0px;
    margin-top: 30px;
    width: 100%;
}
.news-card-inner h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}
.news-card-inner p {
    font-size: 14px;
}
.btn-readmore {
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    border-bottom: 1px solid rgba(0,0,0,.3);
    color: #fff;
    border: none;
    font-weight: 700;
    padding: 0 30px;
}

/* announcement */
#annModal .modal-dialog {
    background-color: transparent;
    margin: 0 8px;
    height: initial;
}
.annbox {
    border-radius: 20px;
    padding: 30px 15px 30px 15px;
    background-color: #000;
    z-index: 0;
}
.ann-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    padding: 0 30px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.modal-ann {
    max-width: 700px;
}
.modal-ann .modal-content {
    border: 0;
    background: transparent;
}
.ann .icon {
    padding-right: 10px;
    display: inline-block;
}
.ann .text {
    display: inline-block;
    line-height: 35px;
    vertical-align: top;
    width: calc(100% - 55px);
}
.annbox .cclose {
    position: absolute;
    max-width: 8%;
    right: -5px;
    top: -20px;
    cursor: pointer;
    font-size: 30px;
}
.anncon {
    height: 100%;
    display: block;
}
.anncon .nav {
    display: block;
}
.ann-tab-wrapper .nav {
    max-width: 20%;
    width: 20%;
    margin-right: 12px;
    height: 100%;
}
.anncon .nav .nav-link {
    color:#fff;
    text-align: left;
    font-size: 12px;
    border-radius: 8px;
    width: 100px;
    margin: 4px 5px;
    display: flex;
    align-items: center;
    height: 50px;
    text-wrap: wrap;
}
.anncon .nav .nav-link p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
}
.anncon .tab-content {
    width: 100%;
    display: block;
    margin-top: 20px;
}
.anncon .tab-content h5 {
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    font-size: 16px;
}
.annbox .annimg {
    border-radius: 8px;
    width: 100%;
}
.annpagi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.annpagi .pitem {
    background-color: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.ann-tab-wrapper {
    width: 100%;
    overflow-x: scroll;
    text-wrap: nowrap;
    display: flex;
}
.ann-tab-wrapper::-webkit-scrollbar {
    display: none;
}

/* text logo */
.logo-text {
    font-family: 'Exo';
    font-weight: 900;
    font-style: italic;
    font-size: 24px;
    /* text-shadow: 0 3px 5px rgba(0,0,0,0.5); */
    text-transform: uppercase;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
}
.logo-text span {
    color:#fff;
}

/* ios-tutorial */
#ios-tutorial .modal-dialog {
    border-radius: 30px;
    height: initial;
    padding: 64px 0 32px;
    margin: 0 10px;
    background-color: transparent;
}
#ios-tutorial .modal-dialog .modal-content {
    position: relative;
    border-radius: 30px;
    border: 1px solid #FFFFFF1A;
    background-color: #000000;
}
#ios-tutorial .btn-close-ios {
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
}
.ios-tutorial img {
    border-radius: 30px;
    width: 100%;
}
@media (min-width: 576px) {
    #ios-tutorial .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }
}

/*special promo button*/
.side-menu-top .line{
    height: 15px;
    border-bottom:1px #0000001c solid;
    width: 100%;
}

.promo-special-wrapper{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    margin-bottom: 15px;
}

.promo-btn,
.refer-btn{
    background:url(../images/color5-1/transaction-bg.jpg) no-repeat;
    background-size:cover;
    padding:10px;
    text-align: center;
    border-radius: 10px;
    font-weight: 900;
    display: flex;
    align-items: center;
}
.promo-btn img,
.refer-btn img{
    width: 30px;
    display:block;
    margin-right: 5px;
}

/*af*/
.login-page .af-box{
    max-width: 600px;
    margin: 0 auto;
}
.login-page .af-form .form-remark{
    font-size: 12px;
}
.login-div .custom-forgot-wrapper {
    margin: unset;
}
.login-div .custom-forgot-wrapper a,
.login-div .form-check .form-check-input{
    font-size: 14px;
}
.login-div .form-check {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 5px;
}
.login-div .form-check-label { 
    width: unset;
}
.login-div .form-check .form-check-input {
    margin-top: 0px;
}

/* rewards */
.reward {
    position: fixed;
    bottom: 80px;
    right: 16px;
    z-index: 998;
    animation: upDown 1s ease-in-out infinite;
}
.reward a {
    display: block;
}
.reward-close {
	cursor: pointer;
    line-height: 1;
    position: absolute;
    top: -32px;
    right: 0;
    font-size: 24px;
}
@keyframes upDown {
    0%, 100% {
        bottom: 80px;
    }
    50% {
        bottom: 86px; 
    }
}
.reward img {
    height: 80px;
}  

@media (min-width: 576px) {
	.reward-close {
		color: #000000BF;
	}
}

/*partner floating*/
.partner{
    position: fixed;
    right:0px;
    top:50%;
    transform: translateY(-50%);
    background-color: #000000;
    border-radius: 10px 0 0 10px;
    width: 40px;
    z-index: 11;
    text-align: center;
    border: 1px solid rgb(43, 43, 43);
    border-right: 0;
    padding: 3px;
    overflow: hidden;
    cursor: pointer;
}
.partner .icon{
    padding: 3px;
    border-radius:5px;
    background-color: #1b1b1b;
}
.partner .icon img{
    width: 100%;
}
.partner span{
    font-size: 0.8rem;
    writing-mode: vertical-lr;
    margin: 5px 0 15px 0;
    color: #fff;
}
.partner .arrow{
    color: #fff;
    font-size: 0.8rem;
    background-color: #2d2d2d;
    margin: -5px;
    padding:5px 3px;
}
.partner .icon-wrapper{
    display: block;
}
.partner.close{
    width: 20px;
}
.partner.close .icon-wrapper{
    display: none;
}
.partner.close .arrow{
    color: #fff;
    font-size: 0.8rem;
    background-color: #000;
    margin: 0px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modal-partner .modal-content{
    background:url(../images/partner-modal-bg-b.svg),#000;
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto 50%;
    width:90%;
    max-width: 600px;
    padding: 15px;
    margin: 0 auto;
    border: 2px solid #1b1b1b;
    border-radius: 15px;
    height: auto;
}
#modal-partner .modal-dialog{
    background: none;
    max-width: 600px;
}
.partner-title{
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.partner-logo-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.partner-logo-wrapper .partner-logo{
    margin: 5px;
    overflow: hidden;
    width:calc(25% - 10px);
    border: 1px solid #1b1b1b;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(56, 56, 56, 0.5);
    transition: all 0.3s ease-in-out;
}
.partner-logo-wrapper .partner-logo:hover{
    transform: translateY(-10px);
}
.partner-logo-wrapper .partner-logo img{
    width: 100%;
}
#modal-partner .btn-close{
    font-size: 1rem;
    position: absolute;
    top:10px;
    right:10px;
    --bs-btn-close-color: #fff;
}
@media (min-width: 420px) {
    /*partner*/
    #modal-partner .modal-content{
        padding: 25px;
    }
    .partner-logo-wrapper .partner-logo{
        margin: 10px;
        width:calc(25% - 20px);
    }
}

.modal .table-responsive {
    border: 0;
}

/*table default*/
.modal table{
    --bs-table-bg:transparent;
    border-radius: 10px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    table-layout: auto;
    border:0 !important;
}
.modal table thead{
    background-color:var(--table-bg);
    color: #FFFFFF;
}
.modal table thead th{
    padding: 10px 15px;
    /* background-color:rgba(0,0,0,0.05); */
}
.modal table thead th:last-child{
    border-radius: 0 10px 0 0;
}
.modal table tbody td{
    padding: 7px 15px;
    background-color:rgba(0,0,0,0.05);
}
.modal table tbody tr:last-child td:last-child{
    border-radius: 0 0 10px 0;
}
.modal table>:not(caption)>*>*{
    width: 1%;
}

/* referral */
.referral-wrap {
    padding: 16px 0;
    max-width: 800px;
    margin: 0 auto;
}
.referral-item {
    margin-bottom: 16px;
}
.referral-item h1 {
    color: var(--color-theme);
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.referral-item h1 span {
    color: var(--black);
    font-size: 20px;
    padding: 0 8px;
}
.referral-item h2 {
    color: var(--color-theme);
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}
.referral-item h2 span {
    color: var(--black);
    text-transform: uppercase;
}
.referral-item p {
    color: var(--black2);
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.referral-benefit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    padding-top: 30px;
    position: relative;
}
.referred-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid var(--color-theme);
    color: var(--color-theme);
    background: var(--bgcolor-box);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.benefit-item {
    background: var(--bgcolor-box);
    border-radius: 16px;
    padding: 16px;
    box-shadow: var(--shadow-box);
    position: relative;
}
.benefit-icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.benefit-icon img {
    height: 60px;
}
.benefit-cash {
    padding-top: 30px;
}
.benefit-cash h6 {
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}
.benefit-cash h4 { 
    text-align: center;
    color: var(--color-theme);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}
.glow-line {
    height: 2px;
    width: 75%;
    margin: 16px auto;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, var(--color-theme) 50%, #FFFFFF00 100%);
}
.benefit-item p {
    color: var(--black);
    margin-bottom: 0;
}
.referral-step {
    padding: 16px 0;
}
.step-item {
    margin-bottom: 20px;
}
.step-item:last-child {
    margin-bottom: 0;
}
.step-wrap {
    color: var(--color-theme);
    display: flex;
    align-items: center;
    padding: 0 28px;
    margin-bottom: 6px;
}
.step-wrap img {
    height: 30px;
}
.step-wrap span {
    font-weight: 700;
}
.step-wrap span.dot {
    padding: 0 10px;
    font-size: 20px;
}
.referral-step p {
    color: var(--black);
    font-weight: 500;
    text-align: start;
    padding: 0 10px;
}
.referral-share {
    background: var(--bgcolor-box2);
    box-shadow: var(--shadow-box);
    border-radius: 16px;
    position: relative;
    border-radius: 16px;
    margin-bottom: 12px;
    background-image: var(--bg-img);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.referral-share img {
    position: absolute;
}
.referral-share img.earn-bg {
    border-radius: 16px 16px 0 0;
}
.referral-share img.earn-arrow {
    left: 10px;
    top: -14px;
}
.referral-share img.earn-rocket {
    right: 10px;
    top: -20px;
}
.referral-share img.earn-arrow,
.referral-share img.earn-rocket {
    height: 50px;
}
.share-earn {
    padding: 32px 16px;
    z-index: 1;
    position: relative;
    border-radius: 16px;
}
.share-earn p {
    color: var(--black);
}
.btn-earn {
    background: var(--color-theme);
    border-radius: 5px;
    color: var(--white);
    padding: 7px 12px;
    box-shadow: inset -2px -2px 4px -1px #00000080;
}
.btn-tnc {
    background: var(--bgcolor-box);
    border: 1px solid var(--color-theme);
    color: var(--color-theme);
    padding: 7px 12px;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 500;
}
.referral-news {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
}
.referral-news svg,
.referral-news i {
    color: var(--color-theme);
    font-size: 22px;
}
.referral-news p {
    font-weight: 500;
    padding-left: 8px;
}
.referral-copy {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-theme);
    margin-bottom: 16px;
}
.copy-info h6 {
    color: var(--color-theme);
    font-weight: 700;
    text-transform: uppercase;
}
.copy-info p {
    text-align: start;
}
.btn-copy .btn-tnc {
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 12px;
}
.referral-summary {
    background: var(--bg-color);
    border-radius: 16px;
    padding: 16px;
    box-shadow: var(--shadow-box);
}
.referral-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.referral-head p {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
    color: var(--color-theme);
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.referral-head p span {
    color: var(--black);
    padding-left: 4px;
    text-transform: capitalize;
}
.referral-head img {
    height: 35px;
}
.referral-body p {
    color: var(--color-theme);
    text-align: start;
    font-weight: 500;
}
.referral-row {
    color: var(--black2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    border-bottom: 1px solid var(--color-theme);
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.referral-row:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.referral-summary.record .referral-row {
    border-bottom: 0;
    margin-bottom: 0;
}
#tnc-referral .modal-dialog {
    height: initial;
    background-color: var(--bg-modal);
    border-radius: 10px;
}
#tnc-referral .modal-header,
#tnc-referral .modal-body {
    background: var(--bg-modal);
}
#tnc-referral .modal-body {
    margin: 0;
    padding: 16px;
    border-radius: 0;
	box-shadow: none;
}
#tnc-referral .modal-header .btn-close {
    color: var(--color-theme);
    background: none;
    opacity: 1;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tnc-referral .modal-content {
    background-color: var(--white);
    box-shadow: 2px 5px 16px 0 var(--black3);
    border-radius: 10px;
}
.tnc-referral {
    font-size: 11px;
    font-weight: 500;
    color: var(--color-text-tnc);
}
.tnc-referral h6 {
    font-weight: 700;
    font-size: 14px;
}
.tnc-referral ol {
    padding-left: 16px;
}
.tnc-referral ol > li {
    list-style: decimal;
    margin-bottom: 10px;
    padding-left: 8px;
}
.tnc-referral ul {
    padding-left: 16px;
}
.tnc-referral ul > li {
    list-style: disc;
    margin-bottom: 10px;
}
ul.dash {
    padding-left: 16px;
}
ul.dash > li {
    list-style: none; 
    margin-bottom: 2px;
}

ul.dash > li::before {
    content: "-";
    margin-right: 8px;
    margin-left: -12px;
}

@media (min-width: 768px) {
    .referral-wrap {
        padding: 32px 0;
    }
    .referral-item h1 {
        font-size: 26px;
    }
    .benefit-cash h4,
    .referral-item h1 span {
        font-size: 24px;
    }
    .referral-item h2 {
        font-size: 22px;
    }
    .tnc-referral h6 {
        font-size: 20px;
    }
    .step-wrap span,
    .benefit-cash h6 {
        font-size: 16px;
    }
    .referral-item p {
        font-size: 14px;
    }
    .tnc-referral {
        font-size: 13px;
    }
    .referral-benefit {
        padding-top: 50px;
    }
    .benefit-icon {
        top: -50px;
    }
    .benefit-icon img {
        height: 80px;
    }
    .glow-line {
        width: 60%;
    }
    .referral-share img.earn-arrow, 
    .referral-share img.earn-rocket {
        height: 70px;
    }
	.referral-share img.earn-arrow {
        top: -18px;
    }
    .referral-share img.earn-rocket {
        top: -30px;
    }
    #tnc-referral .modal-dialog {
        margin: 28px auto;
    }
    #tnc-referral .modal-header {
        height: inherit;
        border-radius: 10px 10px 0 0;
    }
    #tnc-referral .modal-body {
        padding: 0 32px 16px;
        border-radius: 0 0 10px 10px;
    }
}

@media (min-width: 992px) {
    #tnc-referral .modal-dialog {
        max-width: 800px;
    }
}

/* leaderboard */
.leaderboard-wrap {
    margin: 0 -12px;
}
.leaderboard-banner {
    position: relative;
}
.leaderboard-trophy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.banner-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 12px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-text h6 {
    white-space: nowrap;
    font-size: 12px;
    margin-bottom: 4px;
}
.banner-text h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: var(--color-theme);
    margin-bottom: 4px;
}
.banner-text p {
    font-size: 8px;
    margin-bottom: 4px;
}
.banner-text p:last-child {
    margin-bottom: 0;
}
.banner-text p.small {
    font-size: 6px;
	white-space: nowrap;
}
.leaderboard-info {
    padding: 16px 0;
}
.leaderboard-info h3 {
    color: var(--color-theme);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.leaderboard-info > p {
    font-size: 10px;
    font-weight: 500;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    color: var(--black2);
}
.leaderboard-reward {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: repeat(2, 1fr); */
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 16px;
}
@media (max-width: 360px) {
    .leaderboard-reward {
        grid-template-columns: 1fr;
    }
}
.leaderboard-item {
    display: flex;
    box-shadow: 0 16px 35px 0 var(--shadow-box2);
    background: var(--bgcolor-box);
    background-image: var(--bg-leaderboard);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
}
.reward-detail {
    width: 75%;
    padding: 16px 12px;
	z-index: 1;
}
.reward-detail h4 {
    color: var(--color-theme);
    font-weight: 700;
    font-size: 12px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    position: relative;
}
.reward-detail h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color-theme);
    height: 1px;
    width: 50%;
}
.reward-detail p {
    font-size: 8px;
    font-weight: 500;
    text-align: start;
    color: var(--black2);
}
.reward-icon {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
}
.reward-icon img {
    height: 80px;
}
a.leaderboard-more,
a.leaderboard-more:hover {
    color: var(--color-theme);
}
a.leaderboard-more {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.tournament-wrap h3 {
    color: var(--color-theme);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.tornament-head {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 8px;
    padding: 0 12px;
    font-size: 12px;
}
.tornament-head .form-select {
    font-size: 12px;
    border-color: var(--black2);
    padding: 4px 12px;
}
.tornament-head .form-select:focus {
    box-shadow: none;
}
.tournament-term {
    background: var(--color-theme);
    color: var(--white);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}
.tornament-body  {
    margin-top: 16px;
}
.tournament-ranking {
    font-size: 12px;
}
.tournament-ranking .table-responsive {
    border: 0;
}
.icon-top3 img {
    height: 30px;
}
.icon-rank {
    background: var(--color-theme);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 10px;
    cursor: pointer;
}
.tournament-ranking table {
    font-size: 10px;
    font-weight: 500;
    border-collapse: separate;
    border-spacing: 0 8px;
}
.tournament-ranking table tr {
    border-bottom: 1px solid var(--border-line);
}
.tournament-ranking table th {
    text-transform: capitalize;
    font-weight: 600;
    color: var(--black2);
    background-color: transparent;
    white-space: nowrap;
    border-bottom: 0;
}
.tournament-ranking table td {
    color: var(--black2);
    font-weight: 500;
    vertical-align: middle;
    background-color: transparent;
}
.tournament-ranking .table>:not(caption)>*>* {
    padding: 4px 8px;
}
.tournament-ranking table tr th:first-child,
.tournament-ranking table tr td:first-child {
    text-align: center;
}
.icon-prize img {
    height: 24px;
}
.tournament-ranking table tbody tr:nth-child(n+4) .icon-prize img {
    filter: grayscale(100%);
}
.tournament-ranking table tbody tr:first-child,
.tournament-ranking table tbody tr:nth-child(2),
.tournament-ranking table tbody tr:nth-child(3) {
    background: var(--bg-rank);
}
.tournament-ranking table tbody tr:first-child td,
.tournament-ranking table tbody tr:nth-child(2) td,
.tournament-ranking table tbody tr:nth-child(3) td {
    color: var(--white);
}
.tournament-ranking table tbody tr:first-child td:first-child,
.tournament-ranking table tbody tr:nth-child(2) td:first-child,
.tournament-ranking table tbody tr:nth-child(3) td:first-child {
    border-radius: 10px 0 0 10px;
}
.tournament-ranking table tbody tr:first-child td:last-child,
.tournament-ranking table tbody tr:nth-child(2) td:last-child,
.tournament-ranking table tbody tr:nth-child(3) td:last-child {
    border-radius: 0 10px 10px 0;
}
.prize-wrap {
    text-align: center;
    color: var(--color-theme);
}
.prize-wrap h5 {
    margin-top: 16px;
    font-weight: 700;
}
.prize-wrap p {
    font-weight: 500;
    margin-bottom: 0;
}
.modal-tournament .modal-header .btn-close {
    color: var(--color-theme);
    background: none;
    opacity: 1;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-tournament .modal-content {
    background-color: var(--white);
    box-shadow: 2px 5px 16px 0 var(--black3);
}
.tnc-tournament {
    font-size: 11px;
    font-weight: 500;
    color: var(--color-text-tnc);
}
.tnc-tournament h6 {
    font-weight: 700;
    font-size: 14px;
	color: var(--black2);
}
.tnc-tournament ol {
    padding-left: 16px;
}
.tnc-tournament ol > li {
    list-style: decimal;
    margin-bottom: 10px;
    padding-left: 8px;
}
.modal-tournament .modal-dialog {
    height: initial;
    background-color: var(--bg-modal);
    border-radius: 10px;
    max-width: 500px;
}
#tournament-prize .modal-dialog {
    background-color: transparent !important;
}
#tournament-prize .modal-header {
    border-radius: 10px;
}
.modal-tournament .modal-header,
.modal-tournament .modal-body {
    background: var(--bg-modal) !important;
}
.modal-tournament .modal-body {
    margin: 0;
    padding: 16px;
    border-radius: 0;
    box-shadow: none;
}
.modal-tournament .modal-header .btn-close {
    color: var(--color-theme);
    background: none;
    opacity: 1;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tournament-prize .modal-body {
    border-radius: 0 0 10px 10px;
}
.modal-tournament .modal-content {
    background-color: var(--bg-modal);
    box-shadow: 2px 5px 16px 0 var(--black3);
    border-radius: 10px;
}

@media (min-width: 768px) {
	.leaderboard-wrap {
		margin: 0 auto;
		max-width: 800px;
	}
    .banner-text {
        padding-left: 24px;
    }
    .banner-text h1 {
        font-size: 36px;
        margin-bottom: 8px;
    }
	.tnc-tournament h6 {
		font-size: 20px;
	}
    .banner-text h6 {
        font-size: 22px;
    }
    .prize-wrap p {
        font-size: 16px;
    }
    .banner-text p,
    .reward-detail p {
        font-size: 14px;
    }
    .tnc-tournament {
        font-size: 13px;
    }
    .banner-text p span {
        display: block;
    }
    .banner-text p.small {
        font-size: 10px;
    }
    .leaderboard-info {
        padding: 32px 0;
    }
    .leaderboard-info h3,
    .tournament-wrap h3 {
        font-size: 26px;
    }
    .leaderboard-info > p {
        font-size: 14px;
        width: 75%;
    }
    .leaderboard-reward {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        margin-top: 24px;
    }
    .reward-detail h4 {
        font-size: 20px;
        padding-bottom: 12px;
        margin-bottom: 12px;
		width: 95%;
    }
    .reward-detail {
        width: 63%;
        padding: 20px;
    }
    .reward-icon {
        right: 32px
    }
    .reward-icon img {
        height: 140px;
    }
    a.leaderboard-more {
        margin-top: 16px;
        font-size: 14px;
    }
    .tornament-head {
        font-size: 16px;
        margin-top: 16px;
        padding: 0 20px;
    }
    .tornament-head .form-select {
        padding: 6px 12px;
        font-size: 16px;
    }
    .tournament-ranking table {
        font-size: 14px;
    }
    .tournament-ranking .table>:not(caption)>*>* {
        padding: 8px 8px;
    }
    .icon-top3 img {
        height: 40px;
    }
    .icon-rank {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }
    .icon-prize img {
        height: 36px;
    }
    .modal-tournament .modal-dialog {
        margin: 28px auto;
    }
    .modal-tournament .modal-header {
        height: inherit;
        border-radius: 10px 10px 0 0;
    }
    .modal-tournament .modal-body {
        padding: 0 32px 16px;
        border-radius: 0 0 10px 10px;
    }
}

@media (min-width: 992px) {
    #tournament-tnc .modal-dialog {
        max-width: 800px;
    }
	.reward-detail h4 {
		width: 80%;
    }
}

/*lang temp css*/
.anncon .tab-content h1,
.anncon .tab-content h2,
.anncon .tab-content h3,
.anncon .tab-content h4,
.anncon .tab-content h5,
.anncon .tab-content p {
    word-break: break-all;  
}

/* login */
.login-div .custom-forgot-wrapper {
    margin-bottom: 0;
    text-align: end;
}
.login-div .form-check,
.login-div .custom-forgot-wrapper {
    flex: 1 1 auto;
}
.login-div .custom-forgot-wrapper {
    margin: 0 !important;
}
[class*=color5-] .login-div .custom-forgot-wrapper a {
    font-size: 12px;
}    
[class*=color5-] .login-div .form-check .form-check-label {
    font-size: 12px;
}
@media (max-width: 490px) {
  .ESP .login-div .custom-forgot-wrapper a {
    display: block;
  }
}
@media (max-width: 460px) {
  .RUS .login-div .custom-forgot-wrapper a {
    display: block;
  }
}
@media (max-width: 410px) {
  [class*=color5-] .login-div .custom-forgot-wrapper a {
      display: block;
  }    
}
@media (max-width: 360px) {
  .ESP .af-form .remark-group,
  .RUS .af-form .remark-group {
    flex-direction: column;
  }
  .ESP .login-div .form-check, 
  .ESP .login-div .custom-forgot-wrapper,
  .RUS .login-div .form-check, 
  .RUS .login-div .custom-forgot-wrapper {
    text-align: start;
  }
  .ESP .login-div .custom-forgot-wrapper a,
  .RUS .login-div .custom-forgot-wrapper a {
    display: initial;
  }
}
@media (min-width: 576px) {
  [class*=color5-] .login-div .custom-forgot-wrapper a {
      display: initial;
      font-size: 14px;
  }    
  [class*=color5-] .login-div .form-check .form-check-label {
      font-size: 14px;
  }
}

/* header login text */
@media (max-width: 370px) {
    .ESP .btn-login, 
    .ESP .btn-register {
        font-size: 10px;
    }
}
@media (max-width: 345px) {
    .ESP .btn-login, 
    .ESP .btn-register,
    .RUS .btn-login, 
    .RUS .btn-register {
        padding: 4px 6px;
    }
}