@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&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;
    font-family: "Montserrat", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
}
body.modal-open {
    padding-right: 0 !important;
    overflow: inherit !important;
}
a, a:hover, a:focus {
    text-decoration: none;
    color: #FFFFFF;
}
ul, ol {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
.container {
    max-width: 1080px;
}
button {
    border: 0;
}
button:focus {
    box-shadow: none !important;
}
.page {
    max-width: 768px;
    margin: 0 auto;
    padding-bottom: 88px;
    min-height: calc(var(--vh, 1vh) * 100);
}
.promotion-wrapper ul::-webkit-scrollbar,
.menu-member ul::-webkit-scrollbar {
    display: none;
}

/* 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%;
    max-width: 768px;
    margin: 0 auto;
    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;
    cursor: pointer;
}
.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;
    cursor: pointer;
}
.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;
    cursor: pointer;
}

/* 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;
    color: #FFFFFF;
    cursor: pointer;
}
.ios-tutorial img {
    border-radius: 30px;
    width: 100%;
}
@media (min-width: 576px) {
    #ios-tutorial .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }
}

/* rewards */
.reward {
    position: fixed;
    bottom: 80px;
    left: 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: 80px;
    }
    50% {
        bottom: 86px; 
    }
}
.reward img {
    height: 80px;
}

/* popup announcement */
.anncon {
    color: #FFFFFF;
}
.anncon .nav .nav-link {
    font-weight: 600;
}
.annbox .cclose {
    color: #FFFFFF;
}

/* header */
.content-top {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}
.header {
    padding: 0 12px;
    background: url(../images/bg-header.jpg) top center no-repeat;
    background-size: cover;

}
.header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 55px;
}
.header-bar .partnership img {
    height: 30px;
}
.header-bar .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header-bar .logo img {
    height: 40px;
}
.header-bar .language {
    cursor: pointer;
    /* display: none; */
    /* background: #00000066; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 42px;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-bar .language img {
    height: 28px;
}

/* text logo */
.logo-text {
    font-family: 'Exo';
    font-weight: 900;
    font-style: italic;
    font-size: 28px;
    text-shadow: 0 3px 5px rgba(0,0,0,0.5);
    text-transform: uppercase;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
}

/* announcement */
.announcement-wrapper {
    padding: 0 12px;
}
.announcement-content {
    display: flex;
    align-items: center;
    height: 30px;
    font-size: 12px;
    color: #FFFFFF;
}
.announcement-left {
    width: 20px;
    margin-right: 12px;
}
.announcement-left img {
    height: 20px;
}
.announcement-right {
    width: calc(100% - 32px);
    display: flex;
}
.announcement-wrapper.overlay-news {
    opacity: .75;
}

/* main banner */
.banner {
    text-align: center;
    margin-bottom: 8px;
}

/* payment method */
.payment-method {
    margin-bottom: 8px;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
}
.payment-content {
    width: 65%;
    padding: 6px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.payment-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    width: 100%;
    text-align: center;
}
.payment-item {
    margin: 4px auto;
}
.payment-item ul {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 4px;
}
.payment-item ul li img {
    max-height: 60px;
}
.payment-company {
    display: flex;
}

/* live transaction */
.live-transaction {
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
}
.transaction-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 6px;
}
.transaction-title {
    text-transform: uppercase;
    font-weight: 700;
}
.transaction-right {
    padding: 2px 6px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.transaction-right svg {
    font-size: 6px;
}
.transaction-right span {
    margin-left: 4px;
}
.transaction-body {
    display: flex;
}
.transaction-type {
    width: 50%;
    font-family: "Raleway";
    font-weight: 700;
    font-size: 10px;
}
.transaction-type:last-child {
    border-right: 0;
}
.transaction-type-title {
    text-transform: uppercase;
    padding: 3px 6px;
}
.transaction-type-content {
    position: relative;
}
.transaction-type-content::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
}
.transaction-type .swiper {
    height: 120px;
    font-size: 10px;
}
.transaction-type .swiper .swiper-slide {
    display: flex;
    align-items: center;
    text-align: center;
}
.transaction-type .swiper .swiper-slide .user-id,
.transaction-type .swiper .swiper-slide .amount {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3px;
}

/* home user */
.user-wrapper {
    margin: 12px auto;
    padding: 12px 12px 0;
    box-shadow: 0 0 13px 0 #00000033;
}
.user-wrapper-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    padding-bottom: 12px;
}
.btn-user {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
    padding: 6px;
    box-shadow: 1px 2px 3px 0 #00000080;
}
.btn-user span {
    display: block;
    line-height: 1;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.button-groups .btn-user {
    box-shadow: none;
}
.button-groups .btn-user span {
    width: calc(90% - 48px);
}
.btn-icon {
    width: 40px;
    margin-right: 8px;
}
.btn-icon img {
    height: 28px;
}
.user-wrapper-bottom {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
}
.user-credit {
    width: 55%;
    padding-right: 12px;
    font-family: "Raleway";
}
.user-credit h6 {
    font-weight: 700;
    margin-bottom: 4px;
}
.user-credit h1 {
    font-weight: 700;
    font-size: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}
.user-credit p {
    margin-bottom: 0;
    font-size: 12px;
}
.user-credit p span {
    font-weight: 700;
    margin-left: 6px;
}
.user-credit .user-note {
    font-size: 8px;
}
.button-groups {
    display: flex;
    flex-direction: column;
    width: 45%;
}
.button-groups button {
    margin-bottom: 8px;
}
.button-groups button:last-child {
    margin-bottom: 0;
}

/* share */
.share-wrapper {
    text-transform: uppercase;
}
.share-banner {
    text-align: center;
}
.share-content {    
    box-shadow: 0 3px 3px 0 #0000001A;
    position: relative;
    padding: 12px;
    border-radius: 10px;
}
.share-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-align: center;
}
.share-title .separator {
    padding: 0 24px;
}
.share-text {
    text-align: center;
    font-size: 10px;
    margin-bottom: 6px;
}
.share-bottom {
    padding: 6px 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 12px;
}
.share-bottom button {
    padding: 0 12px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 700;
    height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* home banner */
.home-banner a .home-banner-item {
    margin-bottom: 12px;
}

/* widget */
.widget-match iframe {
    height: 400px;
}

/* home slot */
.slot-menu {
    position: relative;
    margin: 8px auto;
}
.slot-menu .swiper {
    width: 90%;
}
.slot-menu .swiper-wrapper {
    padding: 8px 0;
}
.slot-menu .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50px;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 1px 1px 2px 0 #000000BF;
}
.slot-menu-pic img {
    filter: grayscale(100%) brightness(80%) contrast(100%);
    height: 40px;
}
.slot-menu .swiper-slide.active .slot-menu-pic img {
    filter: none;
}
.slot-menu .swiper-button-next img, 
.slot-menu .swiper-button-prev img {
    height: 26px;
}
.slot-menu .swiper-button-next:after, 
.slot-menu .swiper-button-prev:after {
    display: none;
}
.slot-menu .swiper-button-prev {
    left: -10px;
}
.slot-menu .swiper-button-next {
    right: -10px;
}
.fav-search {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
    margin-bottom: 16px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 #00000040;
}
.fav-wrapper {
    display: flex;
    align-items: center;
    font-size: 14px;
    border-radius: 10px;
    cursor: pointer;
}
.fav-icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    font-size: 26px;
    padding: 20px;
    color: #FFFFFF;
}
.search-wrapper {
    background: #0000001A;
    border-radius: 50px;
    max-height: 40px;
    width: 100%;
    margin-left: 12px;
}
.search-wrapper span, 
.search-wrapper input {
    background: transparent;
    border: none;
}
.search-wrapper .input-group {
    height: 100%;
}
.search-wrapper .input-group .form-control, 
.search-wrapper .input-group .form-control::placeholder {
    opacity: 1;
}
.search-wrapper .input-group>.form-control:focus {
    background: transparent;
    border: none;
    box-shadow: none;
}
.favourite {
    position: absolute;
    font-size: 18px;
    left: -3px;
    top: -3px;
    color: #FFFFFF;
    cursor: pointer;
    background: #000000A3;
    border-radius: 10px;
    padding: 6px;
    z-index: 2;
    line-height: 1;
}
.game-type {
    margin-top: 8px;
}
.game-type ul {
    display: flex;
    flex-wrap: wrap;
}
.game-type ul li {
    width: calc(100% / 3 - 8px);
    margin: 4px;
}
.game-type ul li a {
    color: #000000;
    background: #FFFFFF;
    box-shadow: 0 1px 3px 0 #00000040;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    display: block;
    border-radius: 8px;
    padding: 8px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.game-type ul li a.active {
    color: #FFFFFF;
}
.game-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 16px;
}
.game-single {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.game-single-top {
    margin-bottom: 8px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
    position: relative;
}
.game-single-top img {
    border-radius: 10px;
    width: 100%;
}
.btn-game {
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 10px;
    padding: 6px 12px;
    box-shadow: 0 0 5px 0 #00000033;
}

/* footer */
footer {
    margin: 32px auto;
}
.game-license {
    margin-bottom: 16px;
}
.footer-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 12px;
}
.license-content {
    display: flex;
}
.license-logo {
    width: 30%;
    margin-right: 12px;
}
.license-text {
    font-size: 10px;
    width: calc(70% - 12px);
}
.footer-payment {
    margin-bottom: 28px;
}
.payment-icons,
.cert-icons {
    text-align: center;
}
.cert-wrapper {
    margin-bottom: 28px;
}
.footer-icons ul {
    display: flex;
}
.footer-icons ul li {
    margin-right: 8px;
}
.footer-icons ul li:last-child {
    margin-right: 0;
}
.footer-icons ul li a img {
    height: 30px;
}

/* mobile nav */
.mobile-nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 997;
    width: 100%;
    max-width: 768px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 3px 0 #00000033;
}
.mobile-nav ul {
    display: flex;
    justify-content: space-evenly;
}
.mobile-nav ul li {
    width: 20%;
    margin: 0 4px;
}
.mobile-nav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 16px 0 8px;
    position: relative;
    top: -8px;
    margin-bottom: -8px;
}
.mobile-nav ul li a.active {
    box-shadow: 0 0 3px 0 #00000033;
}
.mobile-nav ul li a img {
    height: 36px;
}
.mobile-nav ul li a span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1;
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}

/* home right */
.home-right {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 998;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 40px;
}
.home-right a:last-child {
    display: contents;
}
.game-tips {
    border-radius: 50px;
    max-width: 95px;
    width: 40px;
}
.game-tips-header {
    position: relative;
    top: -12px;
}
.game-tips-header img {
    height: 40px;
}
.game-tips-body {
    padding: 0 4px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -12px;
}
.game-tips-text {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 8px;
    margin: 4px auto;
    line-height: 1.25;
}
.game-tips-button {
    text-transform: uppercase;
    border-radius: 50%;
    font-weight: 700;
    font-size: 7px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.25;
    padding: 0;
}
.subscribe {
    transform: rotate(-90deg);
    position: relative;
    right: -47px;
    top: 54px;
}
.subscribe-content {
    box-shadow:inset 1px -1px 1px 0 #00000080;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 12px;
}
.subscribe-icon {
    font-size: 20px;
    margin-right: 8px;
}
.subscribe-text {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

/* modal language */
.item-language {
    color: #000000BF;
    text-transform: uppercase;
    background-color: #0000000D;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    display: flex;
    position: relative;
}
a.item-language {
    color: inherit;
}
.item-language img {
    height: 22px;
    margin-right: 8px;
}
.popup-title {
    color: #000000BF;
    text-align: center;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
}
.popup-page {
    margin-bottom: 8px;
}
.popup-page .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
}
.popup-content {
    position: relative;
}
.popup-language {
    display: grid;
    grid-column-gap: 16px;
    grid-row-gap: 14px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 375px;
    margin: 0 auto;
}
.item-language:focus {
    color: #000000BF;
}
.item-language.active {
    color: #FFFFFF;
    border: none;
    box-shadow: none;
}

/* promotion */
.promotion-wrapper {
    padding: 16px 0;
}
.promotion-wrapper ul {
    padding: 0;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.promotion-wrapper ul li {
    list-style: none;
    text-transform: uppercase;
    padding: 4px 24px;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    margin: 0 4px;
    text-align: center;
    border-radius: 30px;
    background-color: #ffffff;
    color: #000000BF;
}
.promotion-wrapper ul li:first-child {
    margin-left: 0;
}
.promotion-wrapper ul li:last-child {
    margin-right: 0;
}
.promotion-wrapper ul li.mixitup-control-active {
    border: 1px solid transparent;
}
.filter-content .grid .row {
    margin: 0 -6px;
}
.filter-content .grid .row .col {
    padding: 0 6px;
    flex: 0 0 auto;
}
.promotion-single {
    border-radius: 10px;
    margin-bottom: 16px;
    box-shadow: 0px 0px 6px #00000029;
    height: calc(100% - 16px);
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.promotion-banner img {
    border-radius: 10px  10px 0 0;
    width: 100%;
}
.promotion-single-bottom {
    padding: 12px 0;
    border-radius: 0px 0px 10px 10px;
    background-color: #0000000D;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    margin-top: auto;
    box-shadow: 0 1px 1px 1px #0000001A;
}
.promotion-single-btn {
    text-transform: capitalize;
    padding: 6px 16px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 6px;
    margin-top: auto;
    align-self: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.promotion-rule {
    margin-bottom: 16px;
}
.promotion-rule-title {
    font-weight: 700;
}
.promotion-rule ul {
    padding-left: 16px;
}
.promotion-rule ul li {
    font-size: 12px;
    margin-bottom: 8px;
    list-style: decimal;
}
.table-new {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 12px;
    --bs-body-bg: transparent;
    --bs-emphasis-color: #000000;
}
.table-new th {
    font-weight: 400;
    color: #FFFFFF;
    white-space: nowrap;
}
.table-new tr th, .table-new tr td {
    padding: 10px 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.modal-body .promotion-single {
    border-radius: 0;
    box-shadow: none;
    height: inherit;
}
.modal-body .promotion-banner img {
    border-radius: 10px;
}
.modal-promo .modal-title {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF;
}
.modal-promo .modal-header .btn-close {
    opacity: 1;
    filter: invert(1);
}
.modal-promo .promotion-single-bottom {
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px dashed #00000080;
    border-radius: 0;
    text-align: left;
    height: inherit;
    box-shadow: none;
}
.modal-promo .promotion-single-subtitle {
    text-align: start;
    font-size: 12px;
}
.modal-promo .promotion-single-title {
    font-weight: 700;
}

/* after login */
.af-box {
    overflow-x: hidden;
}
.form-box,
.viptabs .form-box,
.vip-benefit,
.viptabs .nav-tabs .nav-item.show .nav-link, 
.viptabs .nav-tabs .nav-link.active, 
.viptabs .nav-tabs .nav-link:focus, 
.viptabs .nav-tabs .nav-link:hover {
    background-color: #ffffff;
    border: 1px solid #0000001a;
    box-shadow: 2px 2px 5px #00000012;
}
.af-form .input-group {
    background-color: #efefef;
}
.rstep {
    background-color: #DFDFDF;
    border: 0;
}
.rstep::after,
.d-promo .form-check-label,
.t-type,
.b-type,
.b-table .btn-claim,
.w-type .pincode-input-text, 
.form-control.pincode-input-text {
    background-color: #0000001A;
}
.af-form .input-group .form-control,
.profile .p-info .username,
.af-box a,
.form-til,
.profile .p-info,
.s-amount,
.viptabs .nav-tabs .nav-link.active .tabss1 span,
.b-table table thead,
.accordion-body,
.af-form .form-check-label,
.form-label,
.t-type,
.form-box.af-form.w-type .s-label,
.b-table table,
.b-type .s-label,
.form-control.pincode-input-text {
    color: #000000;
}
.vip-bar .progress,
.w-bar .progress {
    background-color: #00000012;
}
.vipbox .vip-bar .progress {
    background-color: #FFFFFF33;
}
.progress-bar {
    background-color: #fdb814;
}
.s-data .s-label,
.tabss1 span {
    white-space: nowrap;
}
.fg-info,
.vipbox .info,
.vipbox .badges,
.tab-menu a.active,
.statistic .s-data.active .s-amount,
a.btnform {
    color: #FFFFFF;
}
.vip-info .accordion-item {
    background: #ffffff;
    border-color: #00000019;
}
.vip-info .accordion-button,
.d-amount a {
    background-color: #ffffff;
}
.af-box button.accordion-button:not(.collapsed) {
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #00000019 !important;
}
.tab-menu a {
    background: #FFFFFF;
    filter: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.statistic {
    overflow-y: auto;
}
.s-amount {
    font-size: 14px;
}
.h-record {
    border-bottom: 1px solid #0000001a;
}
.h-record:last-child {
    border-bottom: 0;
}
hr {
    border-color: #00000068;
}
.actarea a, 
.actarea a:hover, 
.actarea a:focus,
.af-form .form-check-label b {
    color: #feb814;
}
.error-msg, 
.help-msg {
    text-align: start;
}

/* info pages */
.member-page {
    margin: 16px 0;
}
.menu-member ul {
    margin: 0 0 16px 0;
    overflow-x: auto;
    display: flex;
    align-items: center;
}
.menu-member ul li {
    list-style: none;
    background-color: #FFFFFF;
    margin-right: 6px;
    border-radius: 5px;
}
.menu-member ul li a {
    text-transform: capitalize;
    padding: 8px 16px;
    width: max-content;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
}
.menu-member ul li a.active {
    color: #FFFFFF;
}
.member-detail {
    box-shadow: 0px 3px 6px #00000029;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow-x: hidden;
}
.member-setting {
    background-color: #FFFFFF;
    border-radius: 10px;
}
.member-setting-title {
    display: flex;
    align-items: center;
    line-height: 1;
    border-radius: 10px 10px 0 0;
    padding: 10px 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #FFFFFF;
}
.statement-wrapper {
    padding: 12px 12px 16px;
}
.footer-page-content {
    font-size: 13px;
}
.info-content ol,
.info-content ul {
    padding-left: 32px;
    margin-bottom: 16px;
}
.info-content ol li {
    list-style-type: decimal;
}
.info-content ul li {
    list-style-type: disc;
}
.table-bank tr th, .table-bank tr td {
    text-align: center;
    padding: 6px 16px;
}
.faq {
    font-weight: 700;
    margin-bottom: 8px;
}

/* livechat */
.livechat-wrapper {
    padding: 16px 0;
}
.time {
    margin-bottom: 8px;
}
.livechat {
    background: #b1b1b1;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    margin-bottom: 16px;
}
.brand-name {
    margin-bottom: 8px;
}
.livechat ul {
    margin-bottom: 20px;
}
.livechat ul:last-child {
    margin-bottom: 0;
}
.livechat ul li {
    text-transform: uppercase;
    font-size: 12px;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.livechat ul li img {
    height: 18px;
    margin-right: 8px;
}
.livechat ul li a {
    color: #d0eaff;
    text-decoration: underline;
    padding: 0 4px;
}
.livechat span {
    color: #ffd704;
}
.livechat span.text-warning {
    color: #ffe551;
}
.livechat span.text-danger {
    color: #ff0000;
}
.livechat-banner {
    text-align: center;
    margin-bottom: 20px;
}
.livechat-input .form-control {
    border-radius: 20px;
    padding-left: 20px;
}
.livechat-input .input-group .input-group-text {
    border-radius: 20px;
}
.livechat-input .form-control,
.livechat-input .input-group-text {
    background: #b1b1b1;
    border: 0;
}
.livechat-input .form-control,
.livechat-input .form-control::placeholder {
    font-size: 14px;
}
.livechat-input .form-control:focus {
    box-shadow: none;
}
.livechat-input .input-group-text .fa-telegram {
    color: #039be5;
    font-size: 22px;
}
.livechat-input .input-group-text .fa-paperclip {
    color: #008d24;
    font-size: 20px;
}

/* side-menu */
.menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 36px;
    height: 36px;
    background: #00000066;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 6px;
    color: #FFFFFF;
    cursor: pointer;
}
.side-menu {
    background-color: #FFFFFF;
    box-shadow: inset 0px 1px 3px 0px #00000040;
    width: 60%;
    position: fixed;
    top: 55px;
    bottom: 0;
    left: -100%;
    z-index: 1049;
    overflow-y: auto;
    padding: 12px;
    transition: all 0.5s;
    max-width: 230px;
}
.side-menu.open {
    left: 0;
}
.offset{
    top:calc( 55px + 62px );
}
.side-menu-top > ul {
    display: flex;
    flex-direction: column;
}
.side-menu-top > ul > li {
    margin-bottom: 8px;
}
.side-menu-top > ul > li:last-child {
    margin-bottom: 0;
}
.side-menu-top > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding-left: 12px;
}
.side-menu-top > ul > li > a.side-mission {
    background: transparent linear-gradient(90deg, #00297B 0%, #B54EF9 100%) 0% 0% no-repeat padding-box;
}
.side-menu-top > ul > li > a.side-spin {
    background: transparent linear-gradient(90deg, #1F7692 0%, #00C2FF 100%) 0% 0% no-repeat padding-box;
}
.side-menu-top > ul > li > a.side-leaderboard {
    background: transparent linear-gradient(90deg, #DF5D38 0%, #F9951E 100%) 0% 0% no-repeat padding-box;
}
.side-menu-title {
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    font-weight: 700;
}
.side-menu-icon img {
    height: 45px;
}
.side-menu .line {
    position: relative;
    padding: 12px 0;
}
.side-menu .line::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: .5px;
    width: 100%;
    background: #0000001A;
}
.special-menu a {
    color: #000000BF;
}
.special-menu a img {
    height: 30px;   
    margin-right: 12px;
}
.special-menu-btn {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 13px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 8px;
    background: #0000001A;
    border: 2px solid transparent;
}
.special-menu a:last-child .special-menu-btn {
    margin-bottom: 0;
}
.side-menu-bottom > ul {
    display: flex;
    flex-direction: column;
}
.side-menu-bottom > ul > li > a {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 8px;
    border: 2px solid transparent;
    background: #0000001A;
}
.side-menu-bottom > ul > li:last-child > a {
    margin-bottom: 0;
}
.side-menu-bottom > ul > li > a > img {
    height: 26px;
    margin-right: 12px;
    filter: brightness(0) saturate(100%) contrast(100%) sepia(100%) hue-rotate(180deg) opacity(0.75);
}
.side-menu-bottom > ul > li > a > span {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 13px;
    color: #000000BF;
}
.side-link {
    padding: 0 12px;
}
.side-link > ul > li {
    margin-bottom: 8px;
}
.side-link > ul > li:last-child {
    margin-bottom: 0;
}
.side-link > ul > li > a {
    font-size: 13px;
    font-weight: 600;
    color: #000000BF;
}
.overlay {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 998;
    backdrop-filter: blur(4px);
}
.reward,
.home-right,
.side-menu,
.partner {
    visibility: hidden;
}

/*partner floating*/
.partner{
    position: fixed;
    left:0px;
    top:50%;
    transform: translateY(-50%);
    background-color: #000000;
    border-radius: 0 10px 10px 0;
    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: #FFFFFF;
    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:  var(--theme-color);
    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:100%;
    max-width: 600px;
    padding: 15px;
    margin: 0 auto;
    border: 2px solid #1b1b1b;
    border-radius: 15px;
}
#modal-partner .modal-dialog{
    background: none;
}
.partner-title{
    text-align: center;
    color: #FFFFFF;
    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;
	cursor: pointer;
    --bs-btn-close-color: #fff;
}

/*table default*/
.modal-promo 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-promo table thead{
    background-color:var(--table-bg);
    color: #FFFFFF;
}
.modal-promo table thead th{
    padding: 10px 15px;
    /* background-color:rgba(0,0,0,0.05); */
}
.modal-promo table thead th:last-child{
    border-radius: 0 10px 0 0;
}
.modal-promo table tbody td{
    padding: 7px 15px;
    background-color:rgba(0,0,0,0.05);
}
.modal-promo table tbody tr:last-child td:last-child{
    border-radius: 0 0 10px 0;
}