@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: "Exo", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
    background-color: #100E15;
    background-repeat: no-repeat;
}
body.fixed {
    height: 100%;
    overflow: hidden;
}
body.modal-open {
    padding-right: 0 !important;
    overflow: inherit !important;
}
a, a:hover, a:focus {
    text-decoration: none;
    color: #FFFFFF;
}
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
:focus-visible {
    outline: 0;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #FFFFFF !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* button */
button {
    border: 0;
    background-color: transparent;
}
.btn-main {
    color: #FFFFFF;
    background: transparent linear-gradient(180deg, #278BFB 0%, #0655AE 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000082;
    border-radius: 10px;
    height: 40px;
    font-weight: 600;
    text-transform: capitalize;
}
.btn-main:hover {
    background: transparent linear-gradient(0deg, #278BFB 0%, #0655AE 100%) 0% 0% no-repeat padding-box;
}

/* 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;
    width: auto;
    max-width: initial;
}
.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;
}

/* header */
.content-top {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}
.content-upper.active .content-top {
    position: initial;
}
.header {
    background: linear-gradient(to bottom,  #19162780 0%,#17142580 3%,#17142580 21%,#1a162780 59%,#1b162a80 60%,#1b172880 76%,#1c172b80 77%,#1f172c80 100%);
    backdrop-filter: blur(17px);
}
.content-upper.active .header {
    backdrop-filter: none;
}
.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    margin: 0 -12px;
    border-bottom: 1px solid #FFFFFF1a;
    height: 60px;
}
.content-upper.active .header-top {
    z-index: 1049;
    position: fixed;
    left: 12px;
    right: 12px;
    background: linear-gradient(to bottom, #191627 0%, #171425 3%, #171425 21%, #1a1627 59%, #1b162a 60%, #1b1728 76%, #1c172b 77%, #1f172c 100%);
}
.icon-nav,
.icon-close,
.icon-chatbox, 
.icon-inbox {
    background: linear-gradient(to bottom,  #2e2f3f 0%,#161720 100%);
    padding: 6px;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 10px;
}
.icon-inbox img {
    height: 24px;
}
.icon-close {
    font-size: 22px;
    display: none;
}
.icon-wrapper {
    background: transparent linear-gradient(180deg, #FFFFFF33 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    padding: 1px;
    border-radius: 10px;
}
.icon-inner {
    background: transparent linear-gradient(180deg, #2E2F3F 0%, #161720 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
}
.header-top .logo img {
    height: 50px;
}
.language {
    display: none;
}
.header-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    position: relative;
}
.content-upper.active .header-bottom {
    position: fixed;
    top: 60px;
    left: 12px;
    right: 12px;
    z-index: 998;
    background: transparent linear-gradient(180deg, #14151F 0%, #261D31 100%) 0% 0% no-repeat padding-box;
}
.header-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.btn-signin,
.btn-signup {
    text-transform: uppercase;
    font-family: "Exo", sans-serif;
    color: #FFFFFF;
    border-radius: 10px;
    width: calc(50% - 6px);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-top: 1px solid #FFFFFF33;
    background: transparent linear-gradient(180deg, #2E2F3F 0%, #161720 100%) 0% 0% no-repeat padding-box;
}
.btn-signin {
    margin-right: 6px;
}
.btn-signup {
    margin-left: 6px;
}
.btn-signin svg {
    font-size: 20px;
}
.btn-signup {
    background: transparent radial-gradient(closest-side at 50% 50%, #DC1590 0%, #16131E 100%) 0% 0% no-repeat padding-box;
    border: 2px solid #DC1590;
}
.header-bottom .icon-wrapper,
.header-bottom .btn-signup {
    flex: 1 0 0%;
}
.chatbox-desktop {
    display: none;
}

/* content */
.content-upper {
    background:url(../images/color10-1/bg.png) no-repeat, linear-gradient(to bottom,  #1E1731 0%,#111016 100%);
}
.content-upper.active .content-center {
    padding-top: 120px;
}
.content-member .insert-content-right {
    display: none;
}

/* banner */
.banner {
    overflow-x: hidden;
}
.swiper-banner-mobile, .swiper-banner-desktop {
    overflow: inherit;
}
.banner-mobile .swiper-banner, .banner-mobile img {
    border-radius: 15px;
}
.banner-mobile img, .banner-desktop img  {
    width: 100%;
    margin: 0 auto;
}
.banner-desktop {
    display: none;
}
.banner .swiper-pagination-outer {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: none;
}
.banner .swiper-pagination-outer .swiper-pagination-inner {
    position: relative;
    display: inline-block;
}
.banner .swiper-pagination-bullet {
    background-color: #ffffff33;
    opacity: 1;
    width: 20px;
    height: 4px;
    border-radius: 3px;
}
.banner .swiper-pagination-bullet-active {
    background-color: #3D8CEB;
}
.banner .swiper-pagination {
    background: transparent linear-gradient(180deg, #3B3351 0%, #212028 100%) 0% 0% no-repeat padding-box;
    border-top: 1px solid #FFFFFF33;
    border-radius: 60px;
    margin: 0 auto;
    right: 0;
    height: 29px;
    max-width: initial;
    width: auto;
    position: relative;
    display: inline-block;
    padding: 0 35px;
    bottom: initial;
}
.banner .swiper-button-next, 
.banner .swiper-button-prev {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #FFFFFF;
    top: inherit;
    bottom: 5px;
}
.banner .swiper-button-prev {
    left: 8px;
    right: initial;
}
.banner .swiper-button-next {
    right: 8px;
    left: initial;
}
.banner .swiper-button-next::after, 
.banner .swiper-button-prev::after {
    font-size: 10px;
    color: #000000;
    font-weight: 700;
}

/* announcement */
.announcement-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 25px;
    background-color: #1E1C2D;
    padding: 0 3px;
    font-size: 12px;
    margin-bottom: 10px;
}
.announcement-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #dc1590;
    font-size: 11px;
}
.announcement-right {
    font-weight: 500;
    padding: 4px 0 0 4px;
    width: calc(100% - 34px);
}

/* mobile dropdown */
.mobile-dropdown {
    margin: 12px 0;
}
.btn-mobile-dropdown {
    border: 1px solid #FFFFFF1A;
    border-radius: 15px;
    background-color: #161226;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "Exo", sans-serif;
    width: 100%;
    height: 45px;
}
.btn-mobile-dropdown.dropdown-toggle::after {
    margin-left: 0;
    border-right: 0;
    border-left: 0;
    position: absolute;
    right: 16px;
    font-size: 12px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f0d7';
    border: 0;
    color: #ffffff;
    transition: all 0.3s;
    top: 50%;
    transform: translateY(-50%);
}
.icon-menu {
    display: flex;
    align-items: center;
}
.icon-pic {
    margin-right: 6px;
}
.icon-pic img {
    height: 25px;
    max-width: initial;
}
.icon-text {
    text-transform: capitalize;
    font-weight: 600;
}
.mobile-dropdown .dropdown-menu {
    background: transparent linear-gradient(180deg, #201F2D 0%, #39324D 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #0000008C;
    border: 1px solid #FFFFFF1A;
    border-radius: 20px;
    width: 100%;
    padding: 12px;
    text-align: center;
}
.mobile-dropdown .dropdown-menu li {
    width: 47%;
    display: inline-block;
    background-color: #161226;
    border-radius: 10px;
    height: 39px;
    margin: 3px 2px;
}
.mobile-dropdown .dropdown-menu li a {
    display: flex;
    align-items: center;
}
.mobile-dropdown .dropdown-menu li a.active {
    background: transparent linear-gradient(180deg, #54A4FF 0%, #2589F8 7%, #116BCF 94%, #0D4C92 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000082;
    height: 39px;
    border-radius: 10px;
}
.mobile-dropdown .dropdown-menu .icon-text {
    color: #FFFFFF;
}

/* search */
.search {
    border-radius: 15px;
    background-color: #2C293A;
    padding: 12px;
    display: flex;
}
.search .input-group {
    border: 1px solid #FFFFFF1A;
    border-radius: 15px;
    background-color: #161226;
    height: 40px;
    margin-right: 10px;
}
.search .input-group .input-group-text {
    background-color: transparent;
    border: 0;
}
.search .input-group .input-group-text.searching {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 0;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    top: 50%;
    display: flex;
    justify-content: center;
    position: relative;
    transform: translateY(-50%);
    left: 0;
    margin: 0 4px 0 8px;
    background-color: #FFFFFF80;
}
.search .input-group .input-group-text.searching svg,
.search .input-group .input-group-text.searching i {
    font-size: 12px;
}
.search .input-group .input-group-text.btn-search {
    background: transparent linear-gradient(180deg, #278BFB 0%, #0655AE 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    color: #FFFFFF;
    font-size: 14px;
    width: 85px;
    justify-content: center;
    display: none;
    cursor: pointer;
}
.search .input-group .input-group-text.btn-search:hover {
    background: transparent linear-gradient(0deg, #278BFB 0%, #0655AE 100%) 0% 0% no-repeat padding-box;
}
.search .input-group .form-control {
    background-color: transparent;
    border: 0;
}
.form-control, .form-control:focus, .form-control:disabled {
    box-shadow: none;
    color: #FFFFFF;
}
.btn-favourite {
    background: transparent linear-gradient(180deg, #2E2F3F 0%, #161720 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    color: #D4D4D4;
    font-size: 20px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .btn-favourite:hover, */
.btn-favourite.selected{
    color: #FFA200;
}
.search .icon-wrapper {
    height: 38px;
}

/* category */
.category {
    display: none;
}
.category ul {
    border: 1px solid #FFFFFF1A;
    border-radius: 30px;
    background-color: #161226;
    padding: 8px;
    display:inline-flex;
    width: 100%;
}
.category ul > li {
    margin-right: 12px;
}
.category ul > li:last-child {
    margin-right: 0;
}
.category ul > li > a {
    padding: 0 10px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
}
.category ul > li > a .icon-pic img {
    opacity: 1;
}
.category ul > li > a.active,
.category ul > li > a:hover {
    background: transparent linear-gradient(180deg, #278BFB 0%, #0655AE 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
}
.category ul > li > a.active .icon-pic img,
.category ul > li > a:hover .icon-pic img {
    opacity: 1;
}
.category ul > li > a.active .icon-text,
.category ul > li > a:hover .icon-text {
    color: #FFFFFF;
}

/* slot-menu */
.slot-menu-wrapper {
    padding: 4px 0 0;
}
.slot-menu {
    position: relative;
    margin-top: 8px;
}
.slot-menu .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px 0;
    cursor: pointer;
    background-color: #2C293A;
}
.slot-menu .swiper-slide.active {
    background: transparent linear-gradient(180deg, #278BFB 0%, #1069CC 100%) 0% 0% no-repeat padding-box;
}
.slot-menu-pic img {
    height: 36px;
}
.slot-menu-name {
    display: none;
    text-transform: uppercase;
    font-size: 13px;
}
.slot-menu .swiper-button-next, 
.slot-menu .swiper-button-prev {
    display: none;
}

/* slot game  */
.game-wrapper {
    padding: 56px 0 0;
}
.game-wrapper .row {
    margin: 0;
}
.game-wrapper .row .col {
    width: 50%;
    padding: 0 5px;
    flex: 0 0 auto;
    margin-bottom: 48px;
}
.game-img {
    margin-top: -32px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.game-wrapper .row .col a:hover .game-hover {
    display: flex;
}
.game-wrapper .row .col a:hover .game-overlay {
    display: block;
}
.single-game {
    position: relative;
    background: transparent linear-gradient(180deg, #373143 0%, #1D1B2C 100%) 0% 0% no-repeat padding-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border-radius: 15px;
}
.single-game .game-hover {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: #000000e3;
}
.game-name {
    margin-top: 5px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0 12px;
    text-align: center;
}
.game-play {
    font-size: 36px;
    color: #DC1590;
}
.single-game .btn-favourite {
    background: transparent !important;
    position: absolute;
    top: -32px;
    right: -4px;
    font-size: 18px;
    width: inherit;
    height: initial;
    z-index: 10;
}
/* .single-game .btn-favourite:hover, */
.single-game .btn-favourite.selected {
    color: #FFA200;
}

/* content right */
.content-right {
    display: none;
}

/* live transaction */
.transaction-wrapper {
    /* margin: 12px; */
    background: transparent linear-gradient(180deg, #211f2d 0%, #262131 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF1A;
    border-radius: 20px;
}
.transaction-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 20px;
    border-bottom: 1px solid #FFFFFF1A;
}
.transaction-content {
    padding: 20px;
}
.transaction-content .swiper {
    /* overflow: inherit; */
    height: 430px;
}
.transaction-content .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    /* margin-top: 5px; */
}
.transaction-single {
    background: transparent linear-gradient(91deg, #373143 0%, #1D1B2C 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 0 16px 0 30px;
    width: 95%;
    position: relative;
}
.transaction-single::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: transparent linear-gradient(91deg, #FFFFFF26 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
    border-radius: 10px;
}
.transaction-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: -5px; */
    border-bottom: 1px solid #FFFFFF1A;
    height: 34px;
}
.player-photo {
    display: flex;
    align-items: center;
    position: relative;
    top: -4px;
    left: -36px;
}
.player-photo img {
    height: 40px;
}
.player-level {
    background: transparent linear-gradient(180deg, #32B2DE 0%, #134081 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF1A;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 2px 6px;
    position: absolute;
    right: -34px;
    min-width: 43px;
}
.transaction-top-right {
    text-transform: uppercase;
    font-size: 12px;
}
.transaction-bottom {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0;
}
.transaction-bottom-left {
    margin-right: 12px;    
}
.transaction-bottom-right {
    color: #FBB62C;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.transaction-time {
    font-size: 10px;
    color: #FFFFFF80;
    font-weight: 500;
}
.transaction-amount {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}
.transaction-single.empty .transaction-bottom { 
    background: transparent linear-gradient(90deg, #ffffff1e 0%, #00000000 80%, #00000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 3px;
    height: 15px;
    margin: 10px 0;
}

/* welcome bonus */
.welcome-wrapper {
    background: #39324D 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF1A;
    border-radius: 0px 0px 20px 20px;
    padding: 20px;
}
.welcome-bonus {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF1A;
    border-radius: 15px;
    background: url(../images/promo-mobile.png), linear-gradient(to right,  #263b8b 0%,#298acf 100%);
    background-size: cover;
    background-repeat: no-repeat;
    height: 164px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    margin-bottom: 20px;
}
.welcome-bonus-title {
    font-size: 21px;
    font-weight: 600;
    width: 70%;
}
.welcome-bonus-title span {
    font-size: 29px;
    font-weight: 800;
}
.btn-welcome-bonus {
    background: transparent linear-gradient(180deg, #FFFFFF1A 0%, #F71AA7 6%, #F71AA4 95%, #D50F8A 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    padding: 4px 16px;
    color: #FFFFFF;
    text-transform: capitalize;
    font-size: 16px;
    display: inline-flex;
    align-self: flex-start;
}
.free-spin {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF1A;
    border-radius: 20px;
    background: url(../images/free-spin-mobile.png), linear-gradient(to right,  #FF00C4 0%,#9A00FF 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 164px;
}
.free-spin-title {
    text-shadow: 0px 3px 6px #00000073;
    font-size: 28px;
    font-weight: 800;
    padding: 12px 16px;
    text-align: center;
}

/* menu */
.menu-wrapper {
    background: transparent linear-gradient(180deg, #211f2d 0%, #262131 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-right: 1px solid #FFFFFF1A;

    position: fixed;
    top: 60px;
    bottom: 0;
    width: 50%;
    left: -50%;
    z-index: 1049;
    overflow-y: auto;
    transition: all 0.5s;
}
.menu-wrapper.open {
    left: 0;
}
.menu-wrapper::-webkit-scrollbar {
    display: none;
}
.menu-title {
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 12px;
    border-bottom: 1px solid #FFFFFF1A;
}
.menu-group {
    padding: 8px 0;
}
.menu-group ul li {
    padding: 8px 12px;
}
.menu-group ul li a .icon-menu .icon-pic {
    margin-right: 12px;
}
.menu-group ul li a .icon-menu .icon-pic img {
    height: 28px;
}
.contact {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 16px 12px 0;
}
.contact ul li a img {
    height: 35px;
    margin-bottom: 16px;
}
.side-link {
    padding: 12px;
    border-top: 1px solid #FFFFFF1A;
}
.side-link ul li {
    padding: 8px 12px;
}
.overlay {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: #00000033;
    z-index: 998;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* footer */
footer {
    padding-top: 12px;
}
.footer-title {
    color: #8AC1FF;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.social-logo {
    padding: 12px 0;
}
.social-logo > ul {
    display: flex;
    justify-content: center;
}
.social-logo > ul > li {
    margin: 0 3px;
}
.social-logo > ul > li > a img {
    height: 26px;
}
.seo-wrapper {
    background-color: #1F1C2E;
    border-radius: 20px;
    text-align: center;
}
.seo-inner.full-height {
    overflow: inherit;
    max-height: inherit;
    padding-bottom: 28px;
}
.seo-inner.full-height::before {
    overflow: inherit;
    max-height: inherit;
    height: inherit;
}
.seo-inner {
    position: relative;
    max-height: 300px;
    overflow: hidden;
    padding: 28px 16px;
}
.seo-inner::before {
    background-color: #1F1C2E;
    content: "";
    max-height: 100px;
    height: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 0 0 20px 20px;
}
.seo-title {
    color: #8AC1FF;
    font-size: 18px;
    margin-bottom: 16px;
}
.seo-content p:last-child {
    margin-bottom: 0;
}
.btn-seo {
    display: block;
    padding: 10px 16px;
    min-width: 130px;
    position: absolute;
    bottom: 28px;
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
    cursor: pointer;
    border-radius: 30px;    
    font-weight: 700;
}
.lic-logo {
    padding: 20px 0 16px;
}
.lic-logo > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.lic-logo > ul > li {
    margin-bottom: 4px;
}
.lic-logo > ul > li img {
    height: 53px;
    opacity: 0.6;
}
.footer-link {
    display: none;
}
.copyright {
    margin: 0 -12px;
    color: #A6A8B7;
    padding: 8px 0;
    text-align: center;
    border-top: 1px solid #FFFFFF1A;
}

/* modal */
.modal::-webkit-scrollbar {
    display: none;
}
.modal-content {
    background-color: transparent;
    border-radius: 30px;
    border: 0;
}
.modal-backdrop {
    background-color: #0000001a;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    --bs-backdrop-opacity: 1;
}

/* login */
.login-wrapper {
    background: transparent linear-gradient(180deg, #1F1C2E 0%, #39324D 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
}
.pic-login {
    display: flex;
    justify-content: center;
}
.pic-login img {
    border-radius: 30px 30px 0 0;
    width: 100%;
}
.login-form {
    padding: 16px 28px;
}
.login-form-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 16px;
}
.login-field {
    margin-bottom: 16px;
}
.input-group {
    height: 40px;
    border: 1px solid #ffffff26;
    border-radius: 10px;
    background-color: #161226;
}
.login-field .input-group .input-group-text {
    background-color: transparent;
    border: 0;
    font-weight: 300;
    color: #FFFFFF80;
    min-width: 42px;
}
.input-group-text svg {
    font-size: 18px;
}
.input-group .form-control {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-left: 0 !important;
    /* position: relative; */
    background: transparent;
    border: 0;
}
.input-feedback {
    font-size: 11px;
    color: #FFA200;
}
.login-field .input-group .form-control::placeholder {
    color: #FFFFFF80;
}
.login-field .input-group input::placeholder {
    font-size: 14px;
}
.forgot-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    font-size: 12px;
    margin-bottom: 16px;
}
.form-check {
    display: flex;
    align-items: center;
}
.form-check-input {
    width: 15px;
    height: 15px;
    background-color: #0000008d;
    border: 1px solid #ffffff43;
    margin-top: 0;
    margin-right: 6px;
}
.form-check-input:focus {
    box-shadow: none;
}
.forgot-password {
    color: #8AC1FF;
    cursor: pointer;
}
.no-account {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin: 16px 0;
}
.btn-small-signup {
    border: 1px solid #ffffff26;
    background-color: #161226;
    border-radius: 15px;
    padding: 5px 14px;
    color: #FFFFFF;
    margin-left: 16px;
    text-transform: capitalize;
}

/* register */
.content-member .login-wrapper{
    max-width: 600px;
    margin: 20px auto 50px auto;
}
.content-member .login-form-title{
    margin-top: 30px;
}
.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: #ffffff20;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 30px;
    position: relative;
    padding: 0 8px 0 32px;
    margin-right: 16px;
    color: #FFFFFF;
    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-left: 20px solid #262236;
    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 #ffffff20;
    border-bottom: 15px solid transparent;
}
.step-single-register:last-child.active {
    z-index: 10;
}
.step-single-register.active::after {
    border-left: 20px solid #DC1590;
}
.step-single-register.active {
    z-index: 11;
    background-color: #DC1590;
    color: #FFFFFF;
}
.input-phone {
    display: flex;
    align-items: center;
}
.input-phone-prefix {
    color: #FFFFFF80;
    border-right: 1px solid #FFFFFF1A;
    padding-right: 10px;
}
.login-field .input-group .input-group-text.btn-resend {
    cursor: pointer;
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
    padding: 8px 16px;
    background-color: #33C77E;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

/* logged-in header */
.logged-in-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header-deposit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent linear-gradient(90deg, #373143 0%, #1D1B2C 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    border: 1px solid #FFFFFF1A;
    border-right: 0;
    margin-right: 10px;
    /* padding-left: 16px; */
}
.header-deposit-balance {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    margin: 0 16px;
}
.header-deposit-balance span {
    font-size: 8px;
    margin: -3px 6px 0 0;
}
.header-deposit-btn {
    background: transparent linear-gradient(180deg, #278BFB 0%, #0655AE 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    font-weight: 600;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    cursor: pointer;
}
.header-deposit-btn:hover {
    background: transparent linear-gradient(0deg, #278BFB 0%, #0655AE 100%) 0% 0% no-repeat padding-box;
}
.header-profile {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.header-profile .dropdown-toggle::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 11px;
    height: 11px;
    background-color: #F81AFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f107';
    border: 0;
    color: #000000;
    transition: all 0.3s;
}
.header-profile .dropdown-toggle.show::after {
    transform: rotate(180deg);
}
.header-deposit,
.header-profile {
    width: calc(50% - 10px);
}
.header-profile-icon {
    width: 45px;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}
.header-profile-icon img {
    height: 45px;
}
.header-profile-level {
    width: calc(100% - 45px);
    color: #FFFFFF;
}
.header-level-bottom {
    display: flex;
    align-items: center;
}
.header-level-bottom .progress {
    display: flex;
    align-items: center;
    border-radius: 30px;
    width: calc(80% - 8px);
    margin-right: 8px;
    height: 12px;
}
.header-level-bottom .progress .progress-bar {
    border-radius: 30px;
    background-color: #278BFB;
    height: 12px;
}
.header-level-number {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    width: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-profile .dropdown-menu {
    background: transparent linear-gradient(180deg, #201F2D 0%, #39324D 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #0000008C;
    border: 1px solid #FFFFFF1A;
    border-radius: 20px;
    padding: 0;
    top: 60px !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    margin: 0 auto !important;
}
.header-profile .dropdown-menu .row .col a .icon-menu {
    flex-direction: column;
}
.header-profile .dropdown-menu .row .col a .icon-menu svg {
    font-size: 16px;
}
.header-profile .dropdown-menu .row .col a .icon-text {
    text-align: center;
    font-size: 12px;
}
.header-profile .dropdown-menu .row {
    border-bottom: 1px solid #FFFFFF1A;
    margin: 0;
}
.header-profile .dropdown-menu .row:last-child {
    border-bottom: 0;
}
.header-profile .dropdown-menu .row .col {
    padding: 16px 0;
}
.header-profile .dropdown-menu .row .col a .icon-text {
    font-size: 12px;
}
.header-profile-desktop {
    display: none;
}
.inbox-desktop {
    display: none;
}

/* inbox */
.title-page {
    color: #A6B6C9;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.title-page img {
    height: 27px;
    margin-right: 10px;
}
.inbox-wrapper {
    padding: 16px 0;
}
.inbox-top {
    background: transparent linear-gradient(180deg, #211f2d 0%, #262131 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF1A;
    border-radius: 10px;
    padding: 14px 16px;
}
.inbox-top-text {
    color: #C18FE1;
    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 {
    color: #F9951E;
    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;
    background: transparent linear-gradient(180deg, #211f2d 0%, #262131 100%) 0% 0% no-repeat padding-box;
    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 {
    color: #FFA200;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}
.bonus-transaction {
    background: transparent linear-gradient(180deg, #211f2d 0%, #262131 100%) 0% 0% no-repeat padding-box;
    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;
    background: transparent linear-gradient(180deg, #211f2d 0%, #262131 100%) 0% 0% no-repeat padding-box;
    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 {
    color: #A6B6C9;
    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;
    background-color: #00000052;
    padding: 7px 10px;
    margin-bottom: 3px;
}
.bonus-transaction-right {
    font-weight: 600;
}
.btn-bonus-transaction {
    border: 0;
    background: transparent linear-gradient(180deg, #278BFB 0%, #1069CC 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    text-transform: capitalize;
    display: inline-flex;
    align-self: center;
    justify-content: center;
    min-width: 130px;
    padding: 4px 12px;
    color: #ffffff;
    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;
    background-color: #00000052;
    border-radius: 10px;
    margin-bottom: 8px;
}
.table-bonus .table-bonus-row.empty {
    justify-content: center;
    color: #A6B6C9;
}
.table-bonus .table-bonus-row:first-child {
    background-color: transparent;
    padding: 6px 16px;
    color: #8AC1FF;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-inbox {
    background: transparent linear-gradient(180deg, #278BFB 0%, #1069CC 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    border: 0;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 3px 12px;
    min-width: 75px;
}

/* vip */
.vip-wrapper {
    margin: 16px auto;
    padding: 0 0 16px;
    overflow-x: hidden;
}
.vip-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: transparent linear-gradient(180deg, #211f2d 0%, #262131 100%) 0% 0% no-repeat padding-box;
    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 {
    background-color: #161226;
    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-text span {
    color: #C18FE1;
}
.vip-progress-bar .progress.vip {
    border-radius: 10px;
    background-color: #FFFFFF12;
    height: 12px;
}
.vip-progress-bar .progress .progress-bar {
    background: transparent linear-gradient(180deg, #FCD042 0%, #F39024 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
}
.vip-detail {
    background: transparent linear-gradient(180deg, #211f2d 0%, #262131 100%) 0% 0% no-repeat padding-box;
    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 {
    color: #FFA200;
    font-weight: 700;
    font-size: 15px;
}
.vip-level {
    padding: 52px 16px 8px;
}
.vip-level .swiper {
    overflow: inherit;
}
.vip-level-content {
    background: transparent linear-gradient(180deg, #211f2d 0%, #262131 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF1A;
    border-radius: 20px;
    position: relative;
    padding: 48px 12px 40px;
}
.vip-level-single.your-level .vip-level-content {
    background: transparent linear-gradient(180deg, #59486A 0%, #161226 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #766AA5;
}
.vip-level-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
}
.vip-level-top > img {
    height: 100px;
    z-index: 2;
}
.vip-level-title {
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    padding: 2px 16px;
    min-width: 130px;
    text-align: center;
    margin-left: -36px;
    z-index: 1;
    border: 1px solid #FFFFFF1A;
    background-color: #161226;
}
.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;
    color: #FFA200;
    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;
    border: 5px solid #292234;
    position: relative;
    bottom: -8px;
}
.vip-bottom-check::before {
    content: "";
    background-color: #7070704d;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: -1;
}
.vip-bottom-lock {
    background-color: #161226;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #CCCCCC;
    border: 5px solid #161226;
    position: relative;
    bottom: -8px;
}

.vip-bottom-lock::before {
    content: "";
    background-color: #2A2334;
    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%;
    background-color: #A6B6C9;
}
.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;
    color: #251D45;
    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 {
    padding: 16px 0;
}
.referral-banner > img {
    border-radius: 10px 10px 0 0;
}
.referral-top {
    background: transparent linear-gradient(180deg, #211f2d 0%, #262131 100%) 0% 0% no-repeat padding-box;
    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;
    background-color: #ffffff20;
}
.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%;
    background-color: #ffffff20;
}
.referral-link {
    width: calc(100% - 112px);
    border-radius: 10px;
    background-color: #00000080;
    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;
    background: transparent linear-gradient(180deg, #54A4FF 0%, #2589F8 7%, #116BCF 94%, #0D4C92 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000082;
    border-radius: 10px;
    border: 0;
    font-weight: 700;
    color: #FFFFFF;
}
.referral-detail {
    padding: 16px 0 0;
}
.referral-detail-single {
    border-radius: 20px;
    margin-bottom: 16px;
    border: 1px solid #FFFFFF1A;
    background: transparent linear-gradient(180deg, #211f2d 0%, #262131 100%) 0% 0% no-repeat padding-box;
}
.referral-detail-single:last-child {
    margin-bottom: 0;
}
.referral-detail-top {
    text-align: center;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 600;
    background: transparent linear-gradient(180deg, #22232e 0%, #2e2738 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px 20px 0px 0px;
    border-bottom: 1px solid #FFFFFF1A;
}
.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;
    color: #FFA200;
}
.btn-referral-detail {
    background-color: #ffffff70;
    text-transform: capitalize;
    display: inline-flex;
    align-self: center;
    justify-content: center;
    min-width: 150px;
    padding: 8px 12px;
    color: #ffffff;
    border-radius: 30px;
    border: 0;
}
.btn-referral-detail.active {
    background-color: #1069CC;
}
.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;
}

/* news */
.news-wrapper {
    padding: 16px 0 0;
}
.news-card {
    padding: 30px;
    border-radius: 20px;
    border: 1px rgba(255,255,255,0.1) solid;
    background: transparent linear-gradient(180deg, #231d34 0%, #221d32 100%) 0% 0% no-repeat padding-box;
    color:#fff;
    position: relative;
    margin-bottom: 16px;
}
.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 {
    background-color: #DC1590;
    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;
}

/* review */
.review-swiper-wrapper {
    margin-bottom: 16px;
}
.review-card {
    padding: 20px;
    border-radius: 20px;
    border: 1px rgba(255,255,255,0.1) solid;
    background: transparent linear-gradient(180deg, #211f2d 0%, #262131 100%) 0% 0% no-repeat padding-box;
    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;
    background: transparent linear-gradient(180deg, #211f2d 0%, #262131 100%) 0% 0% no-repeat padding-box;
    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;
}
.ranking-list .amount {
    color: #ffb833;
    font-weight: 700;
}
.review-wrapper {
    overflow-x: hidden;
    padding: 16px 0;
}
.review-swiper {
    overflow: inherit;
}
.review-swiper .swiper-pagination-bullet {
    opacity: .5;
}
.review-swiper .swiper-pagination-bullet {
    background-color: #FFFFFF33;
    opacity: 1;
}
.review-swiper .swiper-pagination-bullet-active {
    background-color: #3D8CEB;
    opacity: 1;
}

/* livestream */
.live-wrapper {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    background-color: #000;
    border-radius: 15px;
    margin-bottom: -16px;
}
.live {
    width: 380px;
    height: 214px;
}
.live iframe {
    border-radius: 15px;
}

/* 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;
    color: #DC1590;
}
.logo-text span {
    color:#fff;
}

/* promotion */
.single-promotion {
    margin: 0 0 16px;
    /* padding: 16px; */
    border: 1px solid #FFFFFF1A;
    border-radius: 20px;
    background: transparent linear-gradient(180deg, #211f2d 0%, #262131 100%) 0% 0% no-repeat padding-box;
}
.promotion-img-div {
    background-color: #00000060;
    border-radius: 20px 20px 0 0;
}
.promotion-img-div img {
    border-radius: 20px;
    width: 100%;
}
.promotion-head {
    padding: 16px;
}
.promotion-head h2 {
    font-size: 16px;
    font-weight: 700;
}
.promotion-head p {
    font-size: 12px;
    margin-bottom: 0;
}
.promotion-bottom-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.promotion-col-div {
    width: calc(33.33% - 16px);
    padding: 0 8px;
    flex: 1 0 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #FFFFFF1A;
}
.promotion-col-div:last-child {
    border-right: 0;
}
.promotion-col-div h3 {
    color: #8AC1FF;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}
.promotion-col-div p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.btn-info {
    border-radius: 0px 0px 20px 20px;
    display: block;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    padding: 4px 16px;
    background-color: #DC1590;
    text-transform: capitalize;
}
.btn-info::after {
    font-size: 14px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f13a';
    border: 0;
    color: #ffffff;
    transition: all 0.3s;
    margin-left: 8px;
}
.btn-info[aria-expanded="true"]::after {
    content: '\f139';
}
.promotion-more {
    padding: 0 16px;
}
.promotion-more-head {
    margin: 32px 0;
}
.promotion-more-head h2 {
    font-size: 16px;
    font-weight: 700;
}
.promotion-more-head p {
    font-size: 12px;
    margin-bottom: 0;
}
.table-responsive {
    border-radius: 10px;
    border: 1px solid #ffffff30;
}
.table-main {
    margin: 0;
    font-size: 12px;
    --bs-body-bg: #ffffff15;
    --bs-emphasis-color: #fff;
}
.table-main tr th {
    font-weight: normal;
    white-space: nowrap;
    background-color: #ffffff20;
}
.table-main tr th, 
.table-main tr td {
    padding: 10px 12px;
    border-right: 1px solid #ffffff30;
    border-bottom: 1px solid #ffffff30;
    vertical-align: middle;
}
.table-main tr th:last-child, .table-main tr td:last-child {
    border-right: 0;
}
.table-main tr:last-child th, .table-main tr:last-child td {
    border-bottom: 0;
}

/* content page */
.content-page {
    margin: 12px 0 16px;
}
.menu-page {
    margin-bottom: 16px;
}
.menu-page ul {
    background-color: #161226;
    border: 1px solid #FFFFFF1A;
    border-radius: 30px;
    padding: 14px 9px;
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.menu-page ul::-webkit-scrollbar {
    display: none;
}
.menu-page ul li {
    margin: 0 10px;
}
.menu-page ul li:first-child {
    margin-left: 0;
}
.menu-page ul li:last-child {
    margin-right: 0;
}
.menu-page ul li a {
    text-wrap: nowrap;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 12px;
    color: #849EBC;
    font-weight: 500;
}
.menu-page ul li a.active {
    background: transparent linear-gradient(180deg, #278BFB 0%, #0655AE 100%) 0% 0% no-repeat padding-box;
    color: #FFFFFF;
}
.content-info {
    padding: 16px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF1A;
    border-radius: 20px;
    font-size: 12px;
    background: transparent linear-gradient(180deg, #211f2d 0%, #262131 100%) 0% 0% no-repeat padding-box;
}
.info-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 16px;
}
.table-info {
    margin-bottom: 16px;
}
.content-info ol {
    margin: 0 0 16px 32px;
}
.content-info ol li {
    list-style: decimal;
    margin-bottom: 6px;
}
.table-bank tr th, .table-bank tr td {
    text-align: center;
    padding: 6px 16px;
}
.table-bank .table-main tr td:last-child {
    border-right: 1px solid #ffffff30;
}
.content-info ul {
    margin: 0 0 16px 32px;
}
.content-info ul li {
    list-style: disc;
}
.faq {
    font-weight: 700;
    margin-bottom: 8px;
}

/* member pages */
.menu-member {
    margin-bottom: 16px;
}
.menu-member ul {
    background: transparent linear-gradient(180deg, #211f2d 0%, #262131 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF1A;
    border-radius: 15px;
    padding: 14px 9px;
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.menu-member ul::-webkit-scrollbar {
    display: none;
}
.menu-member ul li {
    margin: 0 5px;
}
.menu-member ul li:first-child {
    margin-left: 0;
}
.menu-member ul li:last-child {
    margin-right: 0;
}
.menu-member ul li a {
    text-wrap: nowrap;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #161226;
}
.menu-member ul li a.active {
    background: transparent linear-gradient(180deg, #278BFB 0%, #0655AE 100%) 0% 0% no-repeat padding-box;
    color: #FFFFFF;
}
.content-player {
    padding: 16px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF1A;
    border-radius: 20px;
    background: transparent linear-gradient(180deg, #211f2d 0%, #262131 100%) 0% 0% no-repeat padding-box;
}
.statement-single {
    border-bottom: 1px solid #FFFFFF1A;
    font-size: 14px;
    margin-bottom: 6px;
}
.statement-single:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.statement-single-content {
    padding: 10px 0;
}
.statement-single:first-child .statement-single-content {
    padding-top: 0;
}
.statement-single:last-child .statement-single-content {
    padding-bottom: 0;
}
.statement-date {
    margin-bottom: 3px;
}
.statement-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 12px;
    margin-bottom: 3px;
    border-radius: 5px;
    background-color: #00000050;
}
.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-balance {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
.statement-balance-left {
    text-transform: capitalize;
}
.statement-desktop {
    display: none;
}
.table-statement {
    overflow-x: auto;
}
.table-statement .table-statement-row {
    background-color: #00000050;
    padding: 16px;
    margin: 0 0 8px;
    border-radius: 10px;
}
.table-statement .table-statement-row:first-child {
    background-color: transparent;
    padding: 8px 16px;
}
.table-statement .table-statement-row:first-child .table-statement-col {
    /* border-radius: 10px 10px 0px 0px; */
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #8AC1FF;
}
.table-statement .table-statement-row:last-child {
    border-bottom: 0;
}
.table-statement .table-statement-row .table-statement-col {
    text-transform: capitalize;
}
.statement-desktop {
    display: none;
}
.menu-deposit-type {
    margin-bottom: 16px;
}
.menu-deposit-type ul {
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.menu-deposit-type ul::-webkit-scrollbar {
    display: none;
}
.menu-deposit-type ul li {
    margin: 0 5px;
}
.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 {
    display: block;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #FFFFFF1A;
    border-radius: 10px;
    padding: 8px 16px;
    text-wrap: nowrap;
    background: #00000050;
}
.menu-deposit-type ul li a.active,
.menu-deposit-type ul li a:hover {
    background: #33C77E;   
}

/* profile */
.profile-top {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}
.profile-top-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 16px;
}
.profile-top-left img {
    height: 70px;
}
.profile-left-name {
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    margin-top: 6px;
    color: #7D71D5;
}
.profile-top-right {
    background-color: #00000050;
    border-radius: 20px;
    padding: 16px;
}
.profile-top-text {
    font-size: 12px;
    font-weight: 600;
    color: #8AC1FF;
}
.btn-member-wrapper {
    display: flex;
    align-items: center;
    border-top: 1px solid #FFFFFF1A;
    border-bottom: 1px solid #FFFFFF1A;
    padding: 6px 0;
    margin: 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-member-wrapper .btn-deposit {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    padding: 0;
    width: 100%;
}
.btn-member-wrapper .btn-deposit .currency {
    text-transform: uppercase;
    font-size: 18px;
    top: inherit;
    color: #F9951E;
    font-weight: 700;
}
.btn-member-wrapper .btn-deposit .member-balance {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 18px;
    color: #F9951E;
    margin: 0 8px;
    max-width: calc(100% - 75px);
}
.btn-member-wrapper .btn-deposit .icon-plus {
    width: 22px;
    height: 21px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent linear-gradient(123deg, #40E24A 0%, #23AB94 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 1px 1px 2px #FFFFFF80, 0px 3px 6px #00000029;
}
.profile-right-level {
    display: flex;
    flex-direction: column;
}
.profile-right-level .profile-level-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-right-level .profile-level-wrapper .level-name {
    font-size: 12px;
    font-weight: 700;
}
.profile-right-level .progress {
    height: 15px;
    border-radius: 10px;
    width: 100%;
    margin: 4px 0;
    background-color: #FFFFFF1A;
}
.profile-right-level .progress .progress-bar {
    border-radius: 10px;
    background: transparent linear-gradient(180deg, #FCD042 0%, #F39024 100%) 0% 0% no-repeat padding-box;
}
.profile-right-more {
    font-size: 12px;
    margin-top: 6px;
}
.profile-balance-bottom {
    margin-bottom: 24px;
}
.profile-balance-bottom .row {
    margin: 0 -4px;
}
.profile-balance-bottom .row .col {
    width: 33.33%;
    flex: 0 0 auto;
    padding: 0 4px;
}
.profile-balance-bottom .row .col .profile-balance-single {
    border-radius: 10px;
    text-align: center;
}
.profile-balance-bottom .row .col .profile-balance-single .profile-balance-title {
    font-size: 12px;
    border-radius: 10px 10px 0 0;
    padding: 6px 12px;
    background-color: #ffffff17;
}
.profile-balance-bottom .row .col .profile-balance-single .profile-balance-value {
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 12px;
    border-radius: 0 0 10px 10px;
    background-color: #00000050;
    color: #FFA200;
}
.form-label {
    font-weight: 600;
    text-transform: capitalize;
    color: #A6B6C9;
}

/* banking detail */
.bank-wrapper .menu-deposit-type ul li {
    flex: 1 0 0%;
}
.bank-form .input-phone .input-phone-prefix {
    font-size: 14px;
    padding-left: 10px;
}
.form-select {
    background-color: #161226 !important;
    border-radius: 10px !important;
    padding: 7px 12px;
}
.form-select:focus {
    box-shadow: none;
}
.bank-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.bank-bottom .color1 {
    color: #33C77E;
}
.bank-bottom .color2 {
    color: #DC1515;
}
.bank-bottom-right {
    display: flex;
    align-items: center;
}

/* deposit */
.menu-member.deposit-page ul {
    border-radius: 30px;
    padding: 8px;
}
.menu-member.deposit-page ul li {
    flex: 1 0 0%;
}
.menu-member.deposit-page ul li a {
    display: block;
    border-radius: 30px;
    padding: 8px 16px;
}
.menu-member.deposit-page ul li a .icon-menu {
    justify-content: center;
}
.menu-member.deposit-page ul li a .icon-menu .icon-pic svg {
    font-size: 16px;
}
.deposit-wrapper .menu-deposit-type ul {
    background-color: #0000006f;
    border-radius: 15px;
    padding: 12px;
}
.deposit-wrapper > .menu-deposit-type ul li a {
    border-radius: 15px;
    border: 0;
    min-width: 80px;
    background: #ffffff10;
}
.deposit-wrapper > .menu-deposit-type ul li a.active {
    background: transparent linear-gradient(180deg, #278BFB 0%, #1069CC 100%) 0% 0% no-repeat padding-box;
}
.deposit-wrapper > .menu-deposit-type ul li a .icon-menu {
    flex-direction: column;
}
.deposit-wrapper > .menu-deposit-type ul li a .icon-menu .icon-pic {
    margin-right: 0;
    margin-bottom: 6px;
}
.deposit-wrapper  >.menu-deposit-type ul li a .icon-menu .icon-pic img {
    border-radius: 5px;
    height: 30px;
}
.deposit-wrapper > .menu-deposit-type ul li a .icon-menu .icon-text {
    font-size: 12px;
    text-transform: uppercase;
}
.payment-channel h5 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}
.payment-channel .menu-deposit-type {
    margin-bottom: 8px;
}
.payment-channel .menu-deposit-type ul {
    background-color: transparent !important;
    padding: 0;
    border-radius: 0;
    overflow-x: inherit;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.payment-channel .menu-deposit-type ul li {
    flex: 0 0 auto;
    width: calc(33.33333333% - 10px);
    margin-bottom: 10px;
}
.payment-channel .menu-deposit-type ul li:first-child {
    margin-left: 5px;
}
.payment-channel .menu-deposit-type ul li a {
    text-transform: inherit;
}
.deposit-note {
    color: #FFA200;
    font-size: 12px;
    margin-bottom: 16px;
}
.accordion-deposit {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: none;
}
.accordion-deposit .accordion-item {
    margin-bottom: 10px;
    border-radius: 10px;
    border: 0;
    border: 1px solid #ffffff26;
}
.accordion-deposit .accordion-body {
    background-color: #161226;
    color: #FFFFFF;
    border-radius: 0 0 10px 10px;
}
.accordion-deposit .accordion-header .accordion-button {
    cursor: pointer;
    padding: 12px;
    font-size: 14px;
    background: #161226;
    color: #FFFFFF;
    border-radius: 10px;
    box-shadow: none;
}
.accordion-deposit .accordion-header .accordion-button[aria-expanded="true"] {
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    background: transparent linear-gradient(90deg, #692C8F 0%, #161226 100%) 0% 0% no-repeat padding-box !important;
}
.accordion-deposit .accordion-header .accordion-button[aria-expanded="false"] {
    border-radius: 10px;
    border-bottom: 0;
}
.accordion-deposit .accordion-header .accordion-button .form-check {
    display: initial;
    min-height: inherit;
}
.accordion-deposit .accordion-header .accordion-button::after {
    display: none;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.accordion-deposit .form-check {
    margin-bottom: 16px;
}
.accordion-deposit .form-check:last-child {
    margin-bottom: 0;
}
.accordion-deposit .form-check .form-check-input {
    border: 1px solid #ffffff19;
}
.accordion-deposit .form-check .form-check-input:checked {
    background-color: #079512;
}

/* ios-tutorial */
#ios-tutorial .modal-dialog {
    border-radius: 30px;
    padding: 64px 0 32px;
}
#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%;
}

.forgot-password {
    color: #ffffff69;
    cursor: pointer;
}

/* rewards */
.reward {
    position: fixed;
    bottom: 80px;
    right: 16px;
    z-index: 998;
    animation: upDown 1s ease-in-out infinite;
}
.reward a {
    display: block;
}
.reward-close {
	cursor: pointer;
    line-height: 1;
    position: absolute;
    top: -32px;
    right: 0;
    font-size: 24px;
}
@keyframes upDown {
    0%, 100% {
        bottom: 80px;
    }
    50% {
        bottom: 86px; 
    }
}
.reward img {
    height: 80px;
}

/*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: var(--theme-color);
    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: var(--theme-color);
    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-main {
    white-space: wrap;
}
table.table-main,
table.table-referral,
.b-table table {
    display: table;
} */

.promotion-more .table-responsive {
    border: 0;
}

/*table default*/
.promotion-more 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;
}
.promotion-more table thead{
    background-color:#ffffff20;
    color: #fff;
}
.promotion-more table thead th{
    padding: 10px 15px;
    background-color:#ffffff15;
}
.promotion-more table thead th:last-child{
    border-radius: 0 10px 0 0;
}
.promotion-more table tbody td{
    padding: 7px 15px;
    background-color:#ffffff15;
}
.promotion-more table tbody tr:last-child td:last-child{
    border-radius: 0 0 10px 0;
}
.promotion-more 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;
}
.referral-wrap button.btn-tnc {
    background: var(--bgcolor-box) !important;
    border: 1px solid var(--color-theme);
    color: var(--color-theme) !important;
    padding: 7px 12px;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 500;
	text-align: center;
}
.referral-wrap button.btn-tnc::after {
	display: none;
}
.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 0 10px 10px;
}
#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(--bg-modal);
    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-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;
    }
}

@media (min-width: 992px) {
    #tnc-referral .modal-dialog {
        max-width: 800px;
    }
}

/* leaderboard */
.leaderboard-wrap {
    margin: 0 -12px;
}
.leaderboard-banner {
    position: relative;
}
.leaderboard-trophy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.banner-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 12px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-text h6 {
    white-space: nowrap;
    font-size: 12px;
    margin-bottom: 4px;
}
.banner-text h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: var(--color-theme);
    margin-bottom: 4px;
}
.banner-text p {
    font-size: 8px;
    margin-bottom: 4px;
	color: #FFFFFF !important;
}
.banner-text p:last-child {
    margin-bottom: 0;
}
.banner-text p.small {
    font-size: 6px;
	white-space: nowrap;
}
.leaderboard-info {
    padding: 16px 0;
}
.leaderboard-info h3 {
    color: var(--color-theme) !important;
    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-box2);
    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,
a.leaderboard-more:focus {
    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;
	/* background-image: var(--bgform-select) !important; */
    border: 1px solid var(--bg-formselect);
    color: var(--color-formselect);
}
.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;
}
.icon-top3 img {
    height: 30px;
	max-width: inherit;
}
.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-responsive {
    border: 0;
}
.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;
	max-width: inherit;
}
.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(--bg-modal);
    box-shadow: 2px 5px 16px 0 var(--black3);
	border-radius: 10px;
}
.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;
}

@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: 85%;
    }
    .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;
    }
}

@media (min-width: 992px) {
    #tournament-tnc .modal-dialog {
        max-width: 800px;
    }
	.reward-detail h4 {
		width: 80%;
    }
	.modal-tournament .modal-body {
		padding: 0 32px 16px;
	}
}

/*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;  
}

/* leaderboard campaign modal */
.modal-tournament-campaign .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-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-dialog {
    max-width: 600px;
}
@media (min-width: 992px) {
    .modal-tournament-campaign .modal-body {
        padding: 0 32px 16px;
    }
}

/* vietnamese, malay & nepali issues */
.menu-wrapper {
    width: 60%;
    left: -60%;
}
.promo-btn, .refer-btn {
    text-align: start !important;
}
.ann-title {
    white-space: nowrap;
}
@media (min-width: 1200px) {
    .language .btn-language {
        width: 170px !important;
    }
    .menu-page ul li {
        padding: 0 2px !important;
    }
    .VI .menu-page ul li a {
        font-size: 13px !important;
    }
    .RUS .menu-page ul li a {
        font-size: 13px !important;
        padding: 10px !important;
    }
    .RUS .welcome-bonus-title {
        word-break: break-all;
        line-height: 1.2;
    }
    .VI .welcome-bonus-title {
        line-height: 1.2;
    }
}
@media (min-width: 1440px) {
    .VI .menu-page ul li a {
        font-size: 14px !important;
    }
    .RUS .menu-page ul li a {
        font-size: 14px !important;
        padding: 10px 16px !important;
    }
}
@media (min-width: 1600px) {
    .RUS .welcome-bonus-title {
        word-break: inherit;
        line-height: inherit;
    }
    .VI .welcome-bonus-title {
        line-height: inherit;
    }
}
@media (max-width: 375px) {
    .mobile-dropdown .dropdown-menu li {
        width: 100%;
    }
}
#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;
    }
}

/* free game */
.fg-info-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
.fg-info-wrapper .balance-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.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: 1px solid var(--fg-border2);
    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-bg);
        border-radius: 10px;
        margin-top: 24px;
    }
    .fg-info-wrapper .msg-group{
        margin-bottom: 0;
        background: transparent;
        padding: 0 10px;
    }
    .fg-info-wrapper .balance-group {
        background: transparent;
        border: 1px solid var(--fg-theme-color);
    }
}

/* partner floating update */
.partner {
    background-color: #000000ea;
    width: 65px;
    padding: 0px;
    z-index: 1001;
}
.partner .icon-wrapper {
    background: transparent;
}
.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;
    }
}

/*VIP rebate*/
.rebate-rate-wrapper{
    border: 1px solid var(--vip-border);
    border-radius: 8px;
}
.rebate-rate-wrapper .vip-benefit{
    margin-bottom: 0;
    border:0;
    border-radius: 0;
    border-bottom: 1px solid var(--vip-border);
    background-image: var(--vip-bootstrap-arrow);
    background-position-x: calc(100% - 12px), calc(100% - 12px);
    background-position-y: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 16px 12px, 16px 12px;
}
.rebate-rate-wrapper .vip-benefit.collapsed{
    border-bottom: 0;
}
.rebate-rate-wrapper > .vip-benefit {
    border-radius: 8px 8px 0 0;
}
.rebate-rate-wrapper > .vip-benefit.collapsed{
    border-radius: 8px;
}
.rebate-rate-wrapper .rebate-info-wrapper{
    padding: 10px;
}
.rebate-rate-wrapper .rebate-info-row{
    display: flex;
    background-color: var(--form-trans-bg);
    border-radius: 10px;
    align-items: center;
    margin-bottom: 5px;
}
.rebate-rate-wrapper .rebate-info-row:first-child{
    background-color: transparent;
}
.rebate-rate-wrapper .rebate-info-row:last-child{
    margin-bottom: 0px;
}
.rebate-rate-wrapper .rebate-info-row:first-child .rebate-info-col{
    font-size:clamp(12px, 3vw, 14px);
    line-height: 1;
    font-weight:normal;
    border-right:0;
}
.rebate-rate-wrapper .rebate-info-col{
    flex: 1;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 10px;
    border-right: 1px solid var(--vip-border);
}
.rebate-rate-wrapper .rebate-info-col:first-child{
    background-color: var(--vip-bg-rank);
    border-radius: 10px;
    padding: 0 10px;
    display: flex;
    justify-content:center;
    border-right:0;
}
.rebate-rate-wrapper .rebate-info-col:last-child{
    border-right:0;
}
.rebate-rate-wrapper .rebate-info-col .provider-logo{
    height: 100%;
    max-height: 60px;
    width: auto;
}

/*reward more info*/
.af-box .more-info-btn{
    font-size: 22px;
    padding: 10px;
    color:var(--rchat-theme-color);
    cursor: pointer;
}
#modal-inbox .modal-content{
    background-color: var(--rchat-bg);
}
#modal-inbox .modal-footer{
    border-top:1px solid var(--rchat-border);
}
#modal-inbox .inbox-title{
    margin-top: 16px;
    margin-bottom: 16px;
}
.more-info-btn-close{
    background-color: var(--rchat-theme-color);
    color: var(--rchat-text-w);
    margin: 0 5px 0 0;
    display: flex;
    flex-grow: initial;
    border-radius: 5px;
    align-items: center;
    padding: 5px 10px;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 12px;
    border: none;
    box-shadow: none;
    -webkit-apperance:none;
}
.formula-wrapper{
    border-radius: 10px;
    border:1px solid var(--rchat-border);
    padding: 16px;
}
.formula-wrapper h4{
    font-size: 16px;
    font-weight: 600;
}
.formula-wrapper .box{
    background-color: var(--rchat-date-bg);
    padding: 10px;
    border-radius: 10px;
}
.example-wrapper .box{
    padding: 3px 10px;
    opacity: 0.6;
}
.example-wrapper{
    margin-top: 30px;
}
.box-result{
    margin-top: 15px;
    padding-bottom: 10px;
}

#modal-inbox .modal-content {
    box-shadow: 1px 2px 8px 0 var(--black3);
    border-radius: 10px;
}