@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;
}
body.fixed {
    overflow: hidden;
    height: 100%;
}
body.modal-open {
    padding-right: 0 !important;
}
a, a:hover, a:focus {
    text-decoration: none;
    color: #FFFFFF;
}
input:-webkit-autofill{
    -webkit-text-fill-color: #FFFFFF !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.menu::-webkit-scrollbar,
.slot-menu ul::-webkit-scrollbar, 
.promotion-wrapper ul::-webkit-scrollbar, 
.table-responsive::-webkit-scrollbar, 
.menu-member ul::-webkit-scrollbar,
.menu-deposit-type ::-webkit-scrollbar,
.menu-deposit-type-channel ::-webkit-scrollbar {
    display: none;
}

::-webkit-input-placeholder {
    color: #FFFFFF !important;
}
::-moz-placeholder {
    color: #FFFFFF !important;
}
:-ms-input-placeholder {
    color: #FFFFFF !important;
}
:-moz-placeholder {
    color: #FFFFFF !important;
}

.content-top {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}
.content-wrapper {
    padding-bottom: 70px;
}
.content-page {
    padding: 12px 0;
}

/* announcement */
.announcement-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    font-size: 12px;
    line-height: 1;
}
.announcement-left {
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    padding: 6px;
    border-radius: 5px;
    height: 23px;
}
.announcement-right {
    font-weight: 500;
    padding: 0 0 0 4px;
}

/* button */
.btn-main, .btn-sub {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0px;
}
.btn-main {
    border: 1px solid #FFFFFF80;
}
.btn-login, .btn-register {
    font-size: 12px;
}
.btn-login, .btn-register, .btn-cancel {
    height: 28px;
    margin-left: 6px;
    min-width: 80px;
}

/* header */
.icon-nav {
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.icon-nav img {
    width: 100%;
}
.header {
    display: flex;
    align-items: center;
    padding: 4px 0;
    position: relative;
}
.header .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}
.header-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 28px;
}
.header-left .logo img {
    height: 40px;
}
.header-right {
    display: flex;
    flex-direction: column;
    position: relative;
}
.header-right-top {
    display: flex;
    align-items: center;
}
.header-login {
    display: flex;
    align-items: center;
    flex-direction: row;
    display: none;
}
.btn-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.language-wrapper {
    margin-left: 6px;
}
.language-wrapper .dropdown {
    line-height: 1;
}
.language-wrapper button.dropdown-toggle, .language-wrapper .btn.show {
    background-color: transparent;
    border: 0;
    width: 32px;
    padding: 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.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;
    top: 8px;
    right: 0;
}
.language-wrapper .dropdown-menu {
    border: 1px solid #FFFFFF33;
    border-radius: 5px;
    min-width: 2rem;
}
.language-wrapper .dropdown-menu .dropdown-item:hover, .language-wrapper .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
}
.language-wrapper .dropdown-menu .dropdown-item {
    margin-bottom: 6px;
}
.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: uppercase;
    display: none;
    color: #FFFFFF;
}
.country-flag img {
    height: 18px;
}
.header-right-bottom {
    display: flex;
    justify-content: space-between;
    display: none;
}
.forgot-wrapper {
    text-transform: capitalize;
    font-size: 12px;
}
.forgot-wrapper a {
    text-decoration: underline;
}
.timezone {
    font-size: 12px;
}
.invalid-tooltip {
    font-size: 12px;
}

/* login page */
.login-wrapper {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 12px;
    position: relative;
}
.login-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: transparent linear-gradient(180deg, #FFFFFF26 0%, #FFFFFF00 52%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px 10px 0px 0px;
}
.pic-login {
    display: flex;
    flex-direction: column;
}
.pic-login img {
    border-radius: 10px 10px 0 0;
}
.login-description {
    display: none;
}
.login-form {
    padding: 16px 0;
}
.login-form-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 24px;
}
.login-field {
    margin-bottom: 16px;
}
.form-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}
.input-group {
    border-radius: 0;
    height: 40px;
    z-index: 2;
}
.input-group-text {
    border: 0;
}
.input-group-text .form-select, .input-group-text .form-select:focus {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border: 0;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: -12px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    height: 100%;
}
.input-group-text.border-line {
    border-radius: 0;
    margin-right: 14px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 75px;
    padding: 0;
}
.login-field .input-group .form-control {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.form-control, .form-control:focus, .form-control:disabled {
    border-radius: 0;
    font-weight: 600;
    -webkit-box-shadow: none;
    box-shadow:  none;
    border: 0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    font-size: 16px;
}
.input-feedback {
    font-size: 11px;
    margin: 3px 0;
}
.login-form .btn-sub {
    min-width: 135px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 16px;
}
.login-form-btn {
    display: flex;
    justify-content: flex-end;
    padding-top: 16px;
}

/* register */
.pic-register {
    display: none;
}
.register-step-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}
.step-single-register {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    background-color: #FFFFFF1A;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 30px;
    position: relative;
    padding: 0 8px 0 32px;
    margin-right: 16px;
    color: #AAAAAA;
    z-index: 10;
}
.register-step-wrapper .step-single-register:last-child {
    margin-right: 0;
    position: relative;
    left: -8px;
}
.step-single-register::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.step-single-register::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    border-top: 15px solid transparent;
    border-left: 20px solid #FFFFFF1A;
    border-bottom: 15px solid transparent;
}
.step-single-register:last-child.active {
    z-index: 10;
}
.step-single-register.active {
    color: #FFFFFF;
    z-index: 11;
}
.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: 40px;
    margin-right: 12px;
}
.digit-field .input-group {
    border-left: 0 !important;
    width: 40px;
}
.digit-field .input-group .form-control {
    width: 40px;
    border: 1px solid #FFFFFF80;
}
.tac-field .form-control, .digit-field .form-control {
    background-color: #FFFFFF26;
    border-radius: 0;
    height: 40px;
    text-align: center;
}
.tac-wrapper .btn-main {
    width: inherit;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    min-width: 100px;
    font-weight: 700;
    border-radius: 0;
    color: #FFFFFF;
    box-shadow: 0px 0px 6px #0000004D;
}
.login-form .form-check-label {
    font-size: 11px;
}
.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;
}

/* banner */
.banner {
    padding: 6px 0;
    position: relative;
}
.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 {
    width: fit-content !important;
    background-color: #000000CC;
    border-radius: 30px;
    right: 0;
    margin: 0 auto;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
}
.banner .swiper-pagination-bullet {
    background-color: #CECECE;
    opacity: 1;
    width: 7px;
    height: 7px;
}
.banner-desktop .swiper-button-next, .banner-desktop .swiper-button-prev {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.banner-desktop .swiper-button-next:after, .banner-desktop .swiper-button-prev:after {
    font-size: 10px;
    font-weight: 700;
}

/* menu */
.menu {
    position: fixed;
    width: 100%;
    left: -100%;
    top: 0;
    bottom: 0;
    margin-right: 0;
    z-index: 1049;
    overflow-y: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.25s;
}
.menu.open-menu {
    left: 0;
}
.menu > .container {
    padding: 0;
}
.menu-top {
    position: relative;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.menu-top .container {
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.menu-top .container .icon-left {
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding: 10px;
    line-height: 1;
}
.menu-top .container .logo,
.menu-top .container .logo-font {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.menu-top .container .logo img {
    height: 40px;
}
.menu-group {
    padding: 16px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.menu-group:last-child {
    border-bottom: 0;
}
.menu-title {
    margin-bottom: 12px;
    line-height: 1;
    padding: 0 16px;
}
.menu .menu-group > ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
.menu .menu-group > ul > li {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    position: relative;
}
.menu .menu-group > ul > li > a {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 0 16px;
    height: 40px;
}
.menu .menu-group > ul > li > a .menu-icon {
    width: 26px;
    margin-right: 12px;
    line-height: 1;
    text-align: center;
}
.menu .menu-group > ul > li > a .menu-icon img {
    height: 25px;
}
.menu .menu-group > ul > li > a .menu-text {
    width: 100%;
    overflow: hidden;
}
.menu-group ul.menu-game {
    flex-direction: row;
    padding: 0 24px;
}
.menu-group ul.menu-game li {
    width: 33.33%;
    border: 1px solid #FFFFFF4D;
    border-radius: 10px;
    margin: 0 6px 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu-group ul.menu-game:last-child li {
    margin-bottom: 0;
}
.menu-group ul.menu-game li.active {
    border: 1px solid transparent;
}
.menu-group ul.menu-game li a {
    flex-direction: column;
    padding: 12px 4px;
    height: inherit;
}
.menu-group ul.menu-game li a .menu-icon {
    margin-right: 0;
}
.menu-group ul.menu-game li a .menu-icon img {
    height: 30px;
}
.menu-group ul.menu-game li a .menu-text {
    text-align: center;
}
.menu-group .language-wrapper {
    margin: 0 0 8px;
    padding: 0 16px;
}
.menu-group .language-wrapper .dropdown-toggle::after {
    left: 30px;
    right: inherit;
}
.menu-group .country-flag img {
    height: 22px;
}
.menu-group ul.tnc li a {
    height: inherit;
    padding: 6px 16px;
}

/* home */
.products-category {
    display: flex;
    flex-direction: column;
    margin: 4px auto;
}
.category-game {
    margin-bottom: 6px;
}
.category-game > ul {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: row;
}
.category-game > ul > li {
    list-style: none;
    border: 1px solid #FFFFFF4D;
    border-radius: 10px;
    margin: 0 4px;
    width: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.category-game > ul > li:first-child {
    margin-left: 0;
}
.category-game > ul > li:last-child {
    margin-right: 0;
}
.category-game > ul > li.active {
    border: 1px solid transparent;
}
.category-game > ul > li > a {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 4px;
}
.category-game > ul > li > a .menu-icon img {
    height: 25px;
}
.category-game > ul > li > a .menu-text {
    font-size: 2vw;
    margin-top: 2px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.btn-category {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.btn-favourite {
    background-color: #FFFFFF26;
    border-radius: 10px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 0 10px 0 0;
    position: relative;
}
.btn-favourite::before {
    line-height: 1;
    position: absolute;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    color: #FFFFFF9C;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: '\f004';
}
.btn-favourite.selected::before {
    background: transparent linear-gradient(180deg, #F75353 0%, #CB0606 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* open close search  */
.input-box {
    position: relative;
    width: 100%;
    max-width: 32px;
    height: 32px;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}
.input-box.open {
    max-width: 100%;
    margin: 0 24px 0 0;
}
.input-box input {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    border: 0;
    outline: none;
    transition: all 0.5s ease-in-out;
    font-size: 16px;
    border-radius: 10px;
}
.input-box .form-control, .input-box .form-control:focus {
    font-weight: 400;
}
.input-box .form-control:focus {
    border: 0;
    border-radius: 10px;
    font-size: 16px;
}
.input-box.open input {
    padding: 0 12px 0 40px;
}
.input-box .search {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    border-radius: 10px;
}
.input-box.open .search {
    border-radius: 10px 0 0 10px;
}
.search .search-icon {
    color: rgba(255, 255, 255, .15);
}
.input-box .close-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 16px;
    color: red;
    padding: 5px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
}
.input-box.open .close-icon {
    right: -24px;
}
.input-box.open .close-icon {
    transform: translateY(-50%) rotate(180deg);
    pointer-events: auto;
    opacity: 1;
}
.search-game-search:before, .search-game-times:before {
    font-style: normal;
    position: absolute;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.search-game-search:before {
    content: '\f002';
}
.search-game-times:before {
    content: '\f00d';
}
.slot-menu {
    padding: 5px 0 0;
}
.slot-menu .swiper-wrapper {
    padding: 2px 0;
}
.slot-menu .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 3px 12px;
    border-radius: 5px;
    cursor: pointer;
}
.slot-menu .swiper-button-prev, .slot-menu .swiper-button-next {
    display: none;
}
.slot-menu-pic img {
    height: 30px;
}
.game-list {
    padding: 16px 0;
    margin: 0;
}
.game-list .col-4 {
    padding: 0 5px;
    margin-bottom: 10px;
}
.slot-single-outer {
    border-radius: 20px 0px;
    padding: 2px;
    height: calc(100% - 3px);
}
.slot-single {
    position: relative;
    height: 100%;
}
.slot-single-top {
    overflow: hidden;
}
.slot-single a {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #211550;
    border-radius: 20px 0px;
}
.slot-single-top img {
    border-radius: 20px 0px 0px 0px;
    width: 100%;
}
.slot-single-bottom {
    font-size: 12px;
    padding: 3px 6px;
    display: flex;
    align-items: center;
    border-radius: 0px 0px 20px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: auto;
}
.slot-single-bottom img {
    height: 26px;
    margin-right: 4px;
}
.slot-single-bottom .game-name{
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hotgame-hover {
    display: none;
}
.hotgame-overlay {
    display: none;
}
.hotgame-favourite {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.hotgame-favourite .btn-favourite {
    margin: 0;
    width: inherit;
    height: inherit;
}
.hotgame-favourite .btn-favourite::before {
    -webkit-text-stroke-width: 2px;
}
.hotgame-favourite .btn-favourite.selected::before {
    -webkit-text-stroke-width: 0;
}

/* seo */
.seo-wrapper {
    display: none;
    position: relative;
    max-height: 160px;
    overflow: hidden;
    padding-bottom: 32px;
}
.seo-wrapper.full-height {
    overflow: inherit;
    max-height: inherit;
}
.seo-title {
    font-size: 26px;
    margin-bottom: 24px;
}
.seo-content {
    margin-bottom: 24px;
}
.btn-seo {
    display: none;
    justify-content: flex-end;
    padding: 32px 0;
}
.btn-seo .btn-sub {
    width: 150px;
    height: 45px;
    cursor: pointer;
}

/* footer desktop */
.footer {
    display: none;
}
.footer .footer-row {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.footer .footer-row:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer .row:last-child {
    border-bottom: 0;
}
.lic-logo {
    padding: 24px 0;
}
.lic-logo > ul {
    padding: 0;
    margin: 0;
    display: flex;
}
.lic-logo > ul > li {
    list-style: none;
}
.social-logo {
    padding: 24px 0;
}
.social-logo > ul {
    padding: 0;
    margin: 0;
    display: flex;
}
.social-logo > ul > li {
    list-style: none;
    margin: 0 6px;
}
.social-logo > ul > li:first-child {
    margin-left: 0;
}
.copyright {
    padding: 20px 0;
    text-transform: uppercase;
    color: #A6A8B7;
    font-size: 14px;
}

/* footer mobile */
.footer-mobile {
    position: fixed;
    bottom: 0px;
    z-index: 1001;
    width: 100%;
    display: flex;
    padding: 8px 0;
}
.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;
}
.footer-mobile > ul > li > a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 4px;
}
.footer-mobile > ul > li > a .menu-icon img {
    height: 25px;
}
.footer-mobile > ul > li > a .menu-text {
    font-size: 12px;
    margin-top: 2px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.footer-mobile > ul li.footer-highlight {
    border-radius: 50%;
    margin: -35px 0 -7px;
    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;
}
.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;
}

/* player  */
.swiper-transaction {
    height: 77px;
}
.single-transaction.empty .transaction-user {
    background-color: #00000060;
    width: 100%;
    max-width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
    left: 1px;
}
.single-transaction.empty .transaction-details .transaction-name,
.single-transaction.empty .transaction-details .transaction-action {
    background: transparent linear-gradient(90deg, #00000060 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 3px;
}
.player-transaction {
    position: fixed;
    right: 16px;
    bottom: 96px;
    z-index: 99;
    animation: slideUp .5s linear;
}
@keyframes slideUp {
    0% {
        transform: translateY(32px);
    }
    100% {
        transform: translateY(0);
    }
}
.single-transaction {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    min-width: 245px;
}
.transaction-user {
    margin-right: 16px;
}
.transaction-user img {
    max-width: 35px;
}
.transaction-details {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.transaction-name {
    margin-bottom: 4px;
}
.transaction-name  span {
    margin-left: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
}
.transaction-action span {
    margin-left: 6px;
    font-weight: 700;
}

/* member */
.logged-in .header-right {
    flex-direction: row;
    align-items: center;
}
.member-wrapper {
    display: flex;
    flex-direction: row;
    border-left: 1px solid #FFFFFF20;
    margin-left: 12px;
    padding: 0 10px;
    line-height: 1;
    min-height: 28px;
}
.member-left {
    display: none;
}
.member-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.member-top {
    font-size: 12px;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.member-top span:first-child {
    text-transform: capitalize;
}
.member-bottom {
    display: flex;
}
.member-bottom span:first-child {
    font-size: 7px;
    text-transform: uppercase;
    margin-right: 3px;
}
.member-bottom span:nth-child(2) {
    font-size: 14px;
    font-weight: 700;
}
.header-btn-deposit {
    min-width: 56px;
    height: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    box-shadow: 0px -3px 6px #0000008A;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    display: none;
}
.header-btn-deposit .fa-circle-plus {
    margin-bottom: 3px;
}
.logout {
    line-height: 1;
}

/* promotion */
.promotion-wrapper {
    padding-bottom: 24px;
}
.promotion-wrapper ul {
    padding: 0;
    margin: 6px auto 12px;
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.promotion-wrapper ul li {
    list-style: none;
    border-right: 1px solid #FFFFFF30;
    line-height: 17px;
    text-transform: uppercase;
    padding: 0 20px;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
}
.promotion-wrapper ul li:first-child {
    padding-left: 0;
}
.promotion-wrapper ul li:last-child {
    border-right: 0;
    padding-right: 0;
}
.promotion-single {
    border-radius: 10px;
    margin-bottom: 16px;
}
.promotion-single-top {
    position: relative;
}
.promotion-single-top::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    bottom: -1px;
}
.promotion-banner img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.promotion-single-bottom {
    padding: 16px 12px;
    border-radius: 0px 0px 10px 10px;
}
.promotion-single-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.promotion-single-subtitle {
    margin-bottom: 10px;
    font-size: 12px;
}
.promotion-single-btn {
    border-radius: 3px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    padding: 0 16px;
    font-weight: 700;
    color: #FFFFFF;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
}
.promotion-single-btn .fa-circle-info {
    font-size: 16px;
}

/* modal */
.modal-dialog {
    margin: 0 auto;
    height: 100%;
}
.modal-content {
    border-radius: 0;
    border: 0;
    /* height: 100%; */
}
.modal-header {
    height: 50px;
    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:hover {
    opacity: .5;
}
.modal-header .btn-close:focus {
    box-shadow: none;
}
.modal-body {
    margin: 12px;
    padding: 0 0 16px 0;
    border-radius: 10px;
}
.modal-body .promotion-single {
    border-radius: 0;
}
.modal-body .promotion-single-top::after {
    background: none;
}
.modal-body .promotion-single-bottom {
    background: transparent;
    border-bottom: 1px dashed #FFFFFF30;
    border-radius: 0;
}
.modal-body .promotion-single-title {
    font-size: 14px;
}
.modal-body .promotion-single-subtitle {
    margin-bottom: 0;
    font-size: 12px;
    max-height: inherit;
}
#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;
}
#modal-banner-cta .modal-content {
    background-color: transparent;
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
    height: initial;
}
#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;
}
.promotion-rule {
    padding: 0 12px;
    margin-bottom: 16px;
}
.promotion-rule-title {
    font-weight: 700;
}
.promotion-rule ul {
    padding: 0;
    margin: 0;
}
.promotion-rule ul li {
    list-style: none;
    font-size: 12px;
    margin-bottom: 8px;
}
.table-new {
    border-top: 1px solid #FFFFFF1A;
    border-left: 1px solid #FFFFFF1A;
    margin: 0 12px;
    font-size: 12px;
    --bs-body-bg: transparent;
    --bs-emphasis-color: #fff;
}
.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 #FFFFFF1A;
    border-bottom: 1px solid #FFFFFF1A;
}

/* contact us */
.contact-wrapper {
    display: flex;
    flex-direction: column;
}
.contact-pic {
    display: none;
}
.contact-content {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.contact-title-big {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.contact-title-small {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 16px;
}
.contact-content ul {
    margin: 0;
    padding: 0;
}
.contact-content ul li {
    list-style: none;
    margin-bottom: 16px;
}
.contact-content ul li:last-child {
    margin-bottom: 0;
}
.contact-content ul li a .contact-single-outer {
    border-radius: 30px 0px;    
    padding: 1px;
}
.contact-single {
    border-radius: 30px 0px;    
    display: flex;
    align-items: center;
    padding: 12px 16px;
}
.contact-icon {
    box-shadow: inset 0px 0px 10px #00000075;
    /* border: 9px solid #ffffff2b; */
    outline: 9px solid #ffffff2b;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 32px 8px 8px;
}
.contact-icon img {
    width: 22px;
}
.contact-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 600;
}
.contact-details-top {
    text-transform: uppercase;
    font-size: 16px;
}
.contact-details-bottom {
    font-size: 12px;
}

/* deposit */
.member-page {
    padding: 12px;
    overflow-x: hidden;
    border-radius: 10px;
    position: relative;
    margin-top: 8px;
    margin-bottom: 24px;
}
.member-page::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: transparent linear-gradient(180deg, #FFFFFF26 0%, #FFFFFF00 52%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px 10px 0px 0px;
}
.menu-member {
    position: relative;
    padding-bottom: 12px;
}
.menu-member::after {
    background: url(../images/menu-border.png) bottom center no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
}
.menu-member ul {
    margin: 0;
    padding: 0;
    overflow-x: auto;
    display: flex;
    align-items: center;
}
.menu-member ul li {
    list-style: none;
    margin-right: 6px;
    border-radius: 5px;
}
.menu-member ul li:last-child {
    margin-right: 0;
}
.menu-member ul li a {
    text-transform: uppercase;
    padding: 4px 20px;
    width: max-content;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
}
.member-content {
    padding-bottom: 12px;
}
.member-detail {
    overflow-x: hidden;
}
.member-setting {
    border-radius: 10px;
}
.menu-deposit-type {
    margin: 12px auto;
}
.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;
    width: 100%;
}
.menu-deposit-type ul li a img {
    border-radius: 5px;
    width: 30px;
    margin-bottom: 4px;
}
.menu-deposit-type ul li.active a {
    border-radius: 5px;
}
.menu-deposit-type ul li.active a {
    color: #FFFFFF;
}
.statement-wrapper {
    padding-top: 12px;
}
.menu-deposit-type-channel ul {
    margin:10px 0;
    padding: 0;
    overflow-x: auto;
    display: flex;
    align-items: center;
}
.menu-deposit-type-channel ul li {
    list-style: none;
    margin: 0 3px;
    border-radius: 3px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF80;
    position: relative;
}
.menu-deposit-type-channel ul li  a {
    text-transform: uppercase;
    padding: 0 25px;
    width: max-content;
    display: block;
    font-size: 12px;
    font-weight: 700;
}
.menu-deposit-type-channel ul li.active:after {
    content:"\f058";
    position: absolute;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    text-align: center;
    top: 50%;
    right:5px;
    transform: translateY(-50%);
}
.menu-deposit-type-channel ul li:first-child {
    margin-left: 0;
}
.menu-deposit-type-channel ul li:last-child {
    margin-right: 0;
}
.bank-detail {
    margin-bottom: 16px;
}
.bank-detail-header {
    padding: 8px 0;
    text-transform: capitalize;
    border-bottom: 1px dashed #FFFFFF50;
    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-image: url("../images/icon-arrow-down.svg");
    background-size: 10px 5px;
    width: 10px;
}
.member-detail .input-group .form-select option, .member-detail .input-group .form-select option.selected {
    color: #000000;
    font-weight: 500;
}
.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;
}
.member-detail .form-check-label {
    font-size: 11px;
}
.member-detail-btn {
    display: flex;
    justify-content: flex-end;
    padding-top: 16px;
}
.member-detail-btn .btn-sub, .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-sub {
    border-radius: 10px 0px;
}
.member-detail-btn .btn-cancel {
    border-radius: 3px;
    border-radius: 10px 0px;
}
.bank-wrapper {
    display: flex;
    align-items: center;
}
.bank-wrapper .dropdown-toggle {
    display: flex;
    padding: .4rem .8rem;
    height: 40px;
}
.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;
}
.withdrawal-description {
    font-weight: 700;
    padding: 0 0 8px 0;
    text-transform: capitalize;
    border-bottom: 1px dashed #FFFFFF50;
}
.withdrawal-detail-body {
    padding: 16px 0;
}
.deposit-progress-text {
    margin-bottom: 16px;
}
.deposit-progress-right {
    font-size: 11px;
}
.progress-wrapper {
    background-color: #FFFFFF26;
    padding: 10px;
    margin-bottom: 16px;
    border-radius: 50px;
}
.progress {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background-color: #FEFEFE;
    height: 16px;
    border-radius: 30px;
}
.progress-bar {
    font-weight: 700;
}
.deposit-progress-note {
    font-style: italic;
}
.statement-single {
    border-bottom: 1px dashed #FFFFFF50;
    margin-bottom: 12px;
    padding: 0 12px;
}
.statement-single:last-child {
    border-bottom: 0;
}
.statement-single-content {
    padding: 0 0 10px 0;
    font-weight: 600;
}
.statement-date {
    margin-bottom: 3px;
}
.statement-detail {
    background-color: #FFFFFF4D;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
    margin-bottom: 3px;
}
.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-detail-right .text-orange {
    color: #FFFFFF;
}
.statement-detail-right .text-purple {
    color: #FFFFFF;
}
.statement-detail-right .text-red {
    color: #FFFFFF;
}
.statement-win, .statement-lose {
    font-weight: 600;
    text-transform: capitalize;
}
.statement-win {
    color: #FFFFFF;
}
.statement-lose {
    color: #FFFFFF;
}
.statement-balance {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
}
.statement-balance-left {
    text-transform: capitalize;
}
.statement-desktop {
    display: none;
}
.statement-mobile {
    margin: 0 -12px;
}
.table-statement {
    font-size: 16px;
    min-width: 860px;
}
.table-statement .table-statement-row {
    padding: 14px 16px;
    margin: 0 0 8px;
    background-color: #F8F8F826;
}
.table-statement .table-statement-row:first-child {
    padding-top: 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: #FFFFFF;
}
.table-statement .table-statement-row .table-statement-col a.text-red, .table-statement-col .text-red {
    color: #FFFFFF;
}
.table-statement-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    display: none;
}
.statement-history {
    border-bottom: 1px dashed #FFFFFF50;
    margin-bottom: 12px;
}
.statement-history:last-child {
    border-bottom: 0;
}
.statement-history-content {
    padding: 0 12px 10px;
    display: flex;
    justify-content: space-between;
    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: #FFFFFF;
}
.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: #FFFFFF26;
    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: 30px;
}
.menu-deposit-type.bonus ul li a {
    height: inherit;
    width: max-content;
    min-width: inherit;
    padding: 0 20px;
}

/* about */
.footer-page {
    border-radius: 10px;
    margin-bottom: 12px;
}
.footer-page-content {
    padding: 12px;
    font-size: 13px;
}
.footer-page-title {
    padding: 12px;
    text-transform: uppercase;
    display: none;
}
.table-info .table-new tr td {
    white-space: inherit;
    background-color: rgba(0, 0, 0, 0.2);
}
.table-bank tr th, .table-bank tr td {
    text-align: center;
    padding: 6px 16px;
}
.info-content ol li {
    margin-bottom: 6px;
}
.faq {
    font-weight: 700;
    margin-bottom: 8px;
}

/* mission spin leaderboard */
.spin-wrapper {
    margin: 16px 0 0;
}
.spin-wrapper-content {
    padding: 0 54px;
}
.spin-wrapper-content > ol {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.spin-wrapper-content > ol > li {
    border-radius: 10px;
    width: 33.33%;
    margin: 0 6px;
    padding: 5px 6px;
    flex: 0 0 auto;
    list-style: none;
    border: 1px solid transparent;
}
.spin-wrapper-content > ol > li:first-child {
    background: transparent linear-gradient(119deg, #02EFDD 0%, #2284D3 100%) 0% 0% no-repeat padding-box;
}
.spin-wrapper-content > ol > li:nth-child(2) {
    background: transparent linear-gradient(122deg, #6364F3 0%, #A721C8 100%) 0% 0% no-repeat padding-box;
}
.spin-wrapper-content > ol > li:last-child {
    background: transparent linear-gradient(90deg, #FCA36B 0%, #F22F49 100%) 0% 0% no-repeat padding-box;
}
.spin-wrapper-content > ol > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.spin-wrapper-content > ol > li > a .spin-icon img {
    height: 35px;
}
.spin-wrapper-content > ol > li > a .spin-text  {
    text-transform: capitalize;
    text-shadow: 0px 3px 6px #00000029;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}

/* leaderboard */
.leaderboard-wrapper {
    padding: 12px 0;
}
.leaderboard-title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
    display: block;
}
.leaderboard-title p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
}
.leaderboard-list {
    padding: 12px 0 0;
}
.leaderboard-list > ul {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.leaderboard-list > ul > li {
    background-color: #FFFFFF1A;
    list-style: none;
    width: 100%;
    padding: 4px 8px 4px 16px;
    border-radius: 10px;
    margin-bottom: 7px;
}
.leaderboard-list > ul > li .leaderboard-details {
    display: flex;
    align-items: center;
}
.leaderboard-list > ul > li .leaderboard-details .player-icon {
    border-radius: 50%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}
.leaderboard-list > ul > li .leaderboard-details .player-icon img {
    height: 44px;
    order: 2;
    margin: 0 16px 0 8px;
}
.leaderboard-list > ul > li .leaderboard-details .player-icon .crown {
    position: absolute;
    top: -16px;
    left: -42px;
    transform: rotate(-45deg);
}
.leaderboard-list > ul > li .leaderboard-details .player-icon .crown img {
    height: 25px;
}
.leaderboard-list > ul > li .leaderboard-details .player-icon .player-ranking {
    font-size: 14px;
    font-weight: 700;
    width: 30px;
}
.leaderboard-list > ul > li .leaderboard-details .player-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-weight: 400;
}
.leaderboard-list > ul > li .leaderboard-details .player-point-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: flex-end;
}
.leaderboard-list > ul > li .leaderboard-details .player-point-wrapper .player-point {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 700;
}
.leaderboard-list > ul > li .leaderboard-details .player-point-wrapper .btn-favourite {
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-radius: inherit;
    font-size: 22px;
    width: 40px;
    height: 40px;
}
.leaderboard-list > ul > li .leaderboard-details .player-point-wrapper .btn-favourite::after {
    background: url(../images/star-shadow.png)top center no-repeat;
    background-size: contain;
    z-index: 0;
    top: 3px;
    box-shadow: none;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    border-radius: 50%;
}
.leaderboard-list > ul > li .leaderboard-details .player-point-wrapper .btn-favourite.selected::before {
    background: transparent linear-gradient(180deg, #F0BB70 0%, #FF8800 100%) 0% 0% no-repeat padding-box;
    z-index: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    content: '\f005';
}
.leaderboard-list > ul > li:last-child {
    margin-bottom: 0;
}

/* profile */
.profile-wrapper {
    padding-top: 10px;
}
.profile-wrapper .profile-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #FFFFFF1A;
    border: 1px solid #FFFFFF33;
    border-radius: 10px;
    padding: 16px 12px;
}
.profile-wrapper .profile-top .profile-top-left {
    border-radius: 50%;
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-wrapper .profile-top .profile-top-left img {
    height: 66px;
    border-radius: 50%;
}
.profile-wrapper .profile-top .profile-top-right {
    margin-left: 16px;
    width: calc(100% - 100px);
}
.profile-wrapper .profile-top .profile-top-right .profile-right-name {
    font-size: 18px;
    font-weight: 700;
}
.profile-wrapper .profile-top .profile-top-right .profile-right-level {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 6px 0;
}
.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: 0 10px;
}
.profile-wrapper .profile-top .profile-top-right .profile-right-level .progress .progress-bar {
    border-radius: 10px;
}
.profile-wrapper .profile-top .profile-top-right .profile-right-more {
    font-size: 12px;
}
.profile-wrapper .profile-spin {
    margin: 12px 0;
}
.profile-wrapper .profile-spin .spin-wrapper-content {
    padding: 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;
    text-align: left;
}
.profile-wrapper .profile-balance {
    background-color: #FFFFFF1A;
    border: 1px solid #FFFFFF33;
    border-radius: 10px;
}
.profile-wrapper .profile-balance .profile-balance-top {
    padding: 10px 16px;
    border-bottom: 1px solid #ffffff33;
}
.profile-wrapper .profile-balance .profile-balance-bottom {
    padding: 10px 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.profile-wrapper .profile-balance .profile-balance-single .profile-balance-title {
    font-size: 12px;
}
.profile-wrapper .profile-balance .profile-balance-single .profile-balance-value {
    font-weight: 700;
    font-size: 16px;
    color: #FF6161;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profile-wrapper .profile-balance .profile-balance-top .profile-balance-value {
    font-size: 18px;
}
.profile-wrapper .profile-balance .profile-balance-bottom .profile-balance-single {
    width: 33.33%;
    flex: 0 0 auto;
    padding-right: 12px;
}
.profile-wrapper .menu-member {
    padding: 0;
    margin: 12px 0;
}
.profile-wrapper .menu-member::after {
    display: none;
}
.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 {
    margin: 0;
    padding: 0;
}
.profile-wrapper .profile-more > ul > li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #ffffff33;
}
.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: 12px;
}
.profile-wrapper .profile-more > ul > li > a {
    display: flex;
    padding: 14px 16px;
}

/* casino */
.casino-thumb .slot-single-top img {
    border-radius: 20px 0px 22px;
}

/* app download */
.app-download {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    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: #000000;
}
.download-bar .logo-app {
    margin-right: 10px;
}
.download-bar .logo-app img {
    height: 50px;
}
.app-name {
    color: #FFFFFF;
    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: #FFFFFF80;
    font-size: 24px;
    margin-left: 10px;
}

/* vip */
.vip-wrapper {
    margin: 16px auto;
    padding: 0 0 32px;
    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 {
    font-weight: 700;
    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;
}
.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: 1px solid #FFFFFF1A;
    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;
}
.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';
}

/* referral */
.referral-wrapper {
    margin: 16px 0 32px;
}
.referral-banner > img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.referral-top {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF1A;
    border-radius: 20px;
}
.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 32px;
}
.referral-share-text {
    font-size: 13px;
    text-align: center;
    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: 10px;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 12px;
}
.referral-btn {
    margin-left: 7px;
}
.btn-referral {
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 12px;
    width: 105px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0px 3px 6px #00000082;
    border-radius: 10px;
    border: 0;
    font-weight: 700;
}
.referral-detail {
    padding: 16px 0 0;
}
.referral-detail-single {
    border-radius: 20px;
    margin-bottom: 16px;
    border: 1px solid #FFFFFF1A;
}
.referral-detail-single:last-child {
    margin-bottom: 0;
}
.referral-detail-top {
    text-align: center;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px 20px 0px 0px;
}
.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;
    text-align: center;
}
.statistic-single-bottom {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
}
.btn-referral-detail {
    text-transform: capitalize;
    display: inline-flex;
    align-self: center;
    justify-content: center;
    min-width: 150px;
    padding: 8px 12px;
    border-radius: 30px;
    border: 0;
}
.table-referral-wrapper {
    padding: 10px 12px 0;
    margin-top: 16px;
    border-top: 1px solid #FFFFFF1A;
}
.table-referral-wrapper .table-responsive {
    border: 0;
}
.table-referral {
    --bs-body-bg: transparent;
}
.table-referral tr > th {
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    border-bottom-width: 0;
}
.table-referral tr > td {
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    border-bottom-width: 0;
}

/* inbox */
.inbox-wrapper {
    padding: 16px 0 32px;
}
.inbox-top {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF1A;
    border-radius: 10px;
    padding: 14px 16px;
}
.inbox-top-text {
    border-bottom: 1px solid #FFFFFF1A;
    padding-bottom: 6px;
}
.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: 1px solid #FFFFFF1A;
    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;
}
.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: 1px solid #FFFFFF1A;
    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;
}
.bonus-transaction-content {
    padding: 10px 0 0;
}
.bonus-transaction-single {
    border-bottom: 1px solid #FFFFFF1A;
    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;
}
.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;
}
.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;
    border: 1px rgba(255,255,255,0.1) solid;
    color:#fff;
    position: relative;
}
.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;
}
.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 32px;
}
.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;
}
.news-card {
    padding: 30px;
    border-radius: 20px;
    border: 1px rgba(255,255,255,0.1) solid;
    color:#fff;
    position: relative;
    margin: 15px 0;
}
.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;
}

/* text logo */
.logo-text {
    font-family: 'Exo';
    font-weight: 900;
    font-style: italic;
    font-size: 20px;
    text-shadow: 0 3px 5px rgba(0,0,0,0.5);
    text-transform: uppercase;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    margin: 8px 0 2px;
}
.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*/
.promo-special-wrapper{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    padding: 16px 12px;
}
.promo-btn,
.refer-btn{
    padding:10px;
    text-align: center;
    border-radius: 5px;
    font-weight: 900;
    display: flex;
    align-items: center;
    border: 1px #ffffff47 solid;
    margin: 0 30px;
}
.promo-btn img,
.refer-btn img{
    width: 30px;
    display:block;
    margin-right: 5px;
}

.login-div .af-box {
    max-width: 600px;
    margin: auto;
}
.actarea a, 
.af-form .form-remark {
    color: #ff9e1f;
    font-size: 12px;
}
.af-form .form-remark {
    color: var(--form-text) !important;
}

/* rewards */
.reward {
    position: fixed;
    bottom: 190px;
    right: 16px;
    z-index: 1001;
    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: 190px;
    }
    50% {
        bottom: 200px; 
    }
}
.reward img {
    height: 80px;
}

/*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: 10;
    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;
}

.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: var(--table-text);
}
.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:#FFFFFF1A;
}
.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;
}
#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;
    color: var(--black2);
}
.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 auto; */
}
.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-wrap .container {
    width: 100%;
}
.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;
}
.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*=color2-] .login-div .custom-forgot-wrapper a {
    font-size: 12px;
}    
[class*=color2-] .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*=color2-] .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*=color2-] .login-div .custom-forgot-wrapper a {
      display: initial;
      font-size: 14px;
  }    
  [class*=color2-] .login-div .form-check .form-check-label {
      font-size: 14px;
  }
}

/* header login text */
.ESP .btn-login, 
.ESP .btn-register,
.RUS .btn-login, 
.RUS .btn-register {
    padding: 0 4px;
}
@media (max-width: 370px) {
    .ESP .btn-login {
        line-height: 1;
    }
}
@media (max-width: 340px) {
    .ESP .btn-login, 
    .ESP .btn-register {
        font-size: 11px;
    }
}

/* leaderboard campaign modal */
.modal-tournament-campaign .modal-header .btn-close {
    color: var(--color-theme) !important;
    background: none;
    opacity: 1;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-tournament-campaign .modal-content {
    background-color: var(--bg-modal);
    box-shadow: 2px 5px 16px 0 var(--black3);
	border-radius: 10px;
    max-width: 600px;
    margin: 0 auto;
}
.campaign-tournament {
    font-size: 14px;
    font-weight: 500;
    color: var(--black2);
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 0 16px 35px 0 var(--shadow-box2);
    background: var(--bgcolor-box);
    background-image: var(--bg-leaderboard);
    background-size: cover;
    padding: 15px;
}
.campaign-tournament:last-child {
    margin-bottom: 0;
}
.campaign-tournament h1 {
    font-size: clamp(18px, 3vw, 22px);
    font-weight: bold;
    color: var(--color-theme);
    margin: 15px 0;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.campaign-tournament h1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color-theme);
    height: 1px;
    width: 50%;
}
.tournament-info {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tournament-info h6 {
    font-size: 14px;
    font-weight: bold;
    width: 50%;
    position: relative;
    padding-right: 5px;
    margin: 0;
}
.tournament-info h6:after {
    content: ":";
    float: right;
}
.tournament-info p {
    margin: 0;
    text-align: left;
    width: 50%;
    padding-left: 5px;
}
.tournament-term {
    cursor: pointer;
}
.modal-tournament-campaign .modal-header, 
.modal-tournament-campaign .modal-body {
    background: var(--bg-modal) !important;
}
.modal-tournament-campaign .modal-body {
    margin: 0;
    padding: 16px;
    border-radius: 0;
    box-shadow: none;
}
.modal-tournament-campaign .modal-dialog {
    height: initial;
    border-radius: 10px;
    background-color: transparent !important;
}
.modal-tournament-campaign .modal-header {
    height: inherit;
}
@media (min-width: 768px) {
    .modal-tournament-campaign .modal-dialog {
        margin: 28px auto;
    }
    .modal-tournament-campaign .modal-header {
        border-radius: 10px 10px 0 0;
    }
    .modal-tournament-campaign .modal-body {
        padding: 0 32px 16px;
        border-radius: 0 0 10px 10px;
    }
}

/* vietnamese, malay & nepali issues */
.logo-text {
    text-wrap: inherit;
    line-height: 1;
}
.menu .menu-group > ul > li > a .menu-text {
    white-space: initial;
}
.MS .menu .menu-group > ul > li > a .menu-text { 
    word-break: break-all;
}
@media (max-width: 1199px) {
    .btn-login,
    .btn-register {
        padding: 0 4px;
        white-space: nowrap;
    }
}
@media (min-width: 768px) and (max-width: 992px) {    
    .MS .category-game > ul > li > a .menu-text {
        font-size: 13px;
    }
}
.VI .category-game > ul > li > a .menu-text {
    white-space: initial;
}
.ann-title {
    white-space: nowrap;
}
@media (min-width: 1200px) {
    .category-game > ul > li > a {
        flex-direction: column !important;
    }
}
@media (min-width: 1465px) {
    .category-game > ul > li > a {
        flex-direction: row !important;
    }
}
.footer-mobile > ul > li > a .menu-text {
    white-space: initial;
    overflow: inherit;
}
#modal-partner .btn-close {
    top: 0;
    right: 0;
}

/* recommended payment method */
.recommend-wrap {
    position: relative;
}
.recommend-tag {
    position: absolute;
    top:-5px;
    right: -5px;
    width: 30px;
}

@media (min-width: 680px) {
    .recommend-tag {
        right: 15px;
    }
}

/* rocket chat */
.content-top .header-right {
    align-items: initial;
    gap: 0;
}
.rocket-chat-widget .header-right {
    flex-direction: row;
}

/* free game */
.fg-info-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fg-info-wrapper .balance-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    margin-top: 4px;
}
.fg-info-wrapper .balance-group{
    background: var(--fg-bg2);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
    flex:1;
    gap: 10px;
}
.fg-info-wrapper .balance-group .b-title{
    font-size: 14px;
    color: var(--fg-primary-text);
    display: block;
}
.fg-info-wrapper .balance-group .ammount{
    font-size: 16px;
    font-weight: 900;
    color: var(--fg-theme-color);
    display: block;
}
.fg-input-wrapper{
    flex: 1;
    background-color: var(--fg-bg-body);
    padding: 6px 10px;
    border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-right: 0;
}
.fg-input-wrapper input{
    width: 100%;
    font-size: 16px;
    background: var(--fg-bg-body);
    border: 0;
    color: var(--fg-text);
}
.fg-input-wrapper input:focus {
    outline: 0;
    color: var(--fg-text);
}
.fg-info-wrapper .fg-right{
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fg-info-wrapper .fg-right .fg-right-wrapper{
    display: flex;
    width: 100%;
}
.fg-info-wrapper .fg-right .submit-btn{
    background: var(--fg-primary-btn);
    border: var(--fg-primary-btn) 1px solid;
    color: var(--fg-text2);
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 0 10px 10px 0;
}
.fg-info-wrapper .msg-group{
    text-align: left;
    justify-content: flex-start;
    align-items: normal;
    flex: 1;
    white-space: nowrap;
    background: var(--fg-bg2);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 4px;
}
.fg-info-wrapper .msg-group .m-text{
    border-bottom: 1px solid var(--fg-bottom-line);
    padding: 5px;
    display: block;
    color: var(--fg-primary-text);
    font-size: 14px;
}
.fg-info-wrapper .msg-group .m-text:last-child{
    border: 0;
}
.fg-info-wrapper .currency{
    font-weight: bold;
    color: var(--fg-primary-text);
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--fg-bottom-line);
    padding-right: 10px;
    font-size: 12px;
    line-height: 12px;
}
@media (min-width: 1200px) {
    .fg-info-wrapper{
        flex-direction: row;
        justify-content: space-between;
        padding: 16px;
        background: var(--fg-bg3);
        margin-bottom: 8px;
        border-radius: 15px;
    }
    .fg-info-wrapper .balance-wrapper{
        margin-top: 0;
    }
    .fg-info-wrapper .msg-group{
        margin-bottom: 0;
        background: transparent;
        padding: 0 10px;
    }
    .fg-input-wrapper,
    .fg-input-wrapper input {
        background-color: var(--fg-bg-body2);
    }
}

.category-game > ul {
    overflow-x: auto;
}
.category-game > ul > li {
    width: inherit;
    overflow: initial;
    text-overflow: inherit;
}
.category-game > ul > li > a {
    padding: 4px 16px;
}
.category-game > ul > li > a .menu-text {
    font-size: 12px;
    overflow: inherit;
}
@media (min-width: 768px) {
    .products-category {
        flex-direction: column !important;
        align-items: inherit !important;
    }
    .category-game > ul > li > a .menu-text {
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .category-game > ul {
        overflow-x: inherit;
    }
}
@media ((min-width: 1465px)) {
    .category-game > ul > li > a {
        flex-direction: column !important;
    }
}
@media (min-width: 1920px) {
    .products-category {
        flex-direction: row !important;
    }
    .category-game > ul > li > a {
        flex-direction: row !important;
    }
}

/* partner floating update */
.partner {
    background-color: #000000ea;
    width: 65px;
    padding: 0px;
}
.partner .icon {
    padding: 5px;
    border-radius:7px;
    margin: 5px;
    background-color: transparent;
}
.partner .arrow {
    margin: 0;
}
.partner.close .arrow {
    position: relative;
}
.partner.close .arrow i {
    height: 12px;
}

@media screen and (min-width: 768px) {
    .partner {
        width: 80px;
    }
}