.bodyfixed{
    position: fixed;
}
.main-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    /*background: #0C0D14;*/
    position: relative;
    margin: 0 auto;
    max-width: 430px;
    min-height: var(--vh, 100vh);
    overflow-x: hidden;
    background: linear-gradient(0deg,#000,#091633 97.71%);
}
.main-content.close .nav-left {
    width: 0px;
    display: none;
}
.main-content.close .layoutMain {
    margin-left: 0px;
}
.main-content.close .icon-x-close {
    background-image: url(../images/icon-menu.svg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#header {
    max-width: 430px;
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0;
    background: #0B1A35;
}
#header .back-prev-page{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding-left: 30px;
}
#header .back-prev-page .back-icon{
    background-image: url(../images/icon-chevron-down-line.svg);
    width: 24px;
    height: 24px;
    background-size: 22px;
    display: inline-block;
    transform: rotate(90deg);
    position: absolute;
    border: 1px solid #fff;
    left: 0;
    border-radius: 50%;
    margin-top: -2px;
}
.v2-header {
    padding: 18px 24px 18px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.header-left {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    align-items: center;
}
.header-left .logo {
    height: 44px;
}
.header-left .logo img {
    height: 44px;
}
.header-title {
    text-align: center;
    padding: 10px 0;
}
.header-mid {
}
.header-center {
}
.pool{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title-pool{
    display: flex;
    flex-direction: row;
    gap: 4px;
}
.txt-pool-color{
    background: linear-gradient(90deg, #5EBCFF 0%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.pool-total{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: var(--Component-colors-Utility-Orange-utility-orange-700, #FFA841);

}
.header-right {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    align-items: center;
}
.menuProfile{
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.menu-profile {
    display: none;
    margin: 0;
    background-color: var(--red);
    position: absolute;
    top: 67px;
    padding: 20px;
    height: auto;
    background: #0B1E3C;
    right: 24px;
    border-radius: 12px;
    flex-direction: column;
    gap: 24px;
    border: 1px solid #435B7E;
}
.menu-profile.act {
    display: flex!important;

}
.top-profile{
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.img-profile{
    position: relative;
    margin-bottom: 8px;
}
.icon-img-profile{
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid var(--Component-colors-Components-Avatars-avatar-contrast-border, rgba(255, 255, 255, 0.12));
}
.img-profile .authenticated{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    background-image: url("../images/icon-verified.svg");
    background-size: 24px;
    background-repeat: no-repeat;
}
.img-profile .authenticated.tick{
    background-image: url("../images/icon-verified-tick.svg");
}
.name-profile{
    font-size: 16px
}
.email-profile{
    font-size: 14px;
    color: #d9d9d9
}
.menu-link {
    display: block !important;
    margin: 0;
    background-color: var(--red);
}

.menu-link li {
    margin-left: 0;
}
.menu-link li a {
    display: flex;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 12px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    border-radius: 12px;
    font-size: 14px;
}
.menu-link a:hover {
    background: #29497A
}
.btn-x-close{
    padding: 4px;
}
.btn-menu-mobile{
    padding: 4px;
    display: none
}
.btn-menu-mobile.close .icon-menu{
    background-image: url(../images/icon-x-close.svg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-medium.btn-medium-44, .btn-medium.btn-medium-44:focus, .btn-medium.btn-medium-44:hover {
    height: 36px;
    font-size: 12px;
    box-shadow: none;
    outline: none;
}

.text-coin-sub {
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 12px;
    margin-left: 4px
}
.label-in-btn {
    border-radius: 22.128px;
    background: #1F3453;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.25);
    color: #FFF;
    text-align: center;
    font-family: Unbounded;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 6px 12px;
}
.login-avatar {
    width: 24px;
    height: 24px;
    border-radius: 99px;
}
.nav-left {
    width: 272px;
    display: block;
    -webkit-transition: visibility 0s, all 0.15s ease-in-out;
    transition: visibility 0s, all 0.15s ease-in-out;
    height: calc(100vh - 60px);
    background: #0B1A35;
    content-visibility: auto;
    z-index: 999;
    position: fixed;
    top: 80px;
    left: 0;
    border-right: 0px solid #28293D;
}
.nav-left-search {
    padding: 24px 12px
}
.nav-left-des-with {
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    gap:12px;
}
.nav-left-des-with a{
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.nav-left-gold {
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 24px;
    align-items: center;
}
.nav-left-gold .gold-label {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-image: url(../images/icon-coin.png);
    background-position: 0;
    background-size: 24px;
    background-repeat: no-repeat;
    padding-left: 32px;
    height: 24px;
    display: flex;
    align-items: center;
}
.nav-left-gold .gold-output {
    color: #FFA841;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.box-menu-dropbox {
    margin: 24px 0;
    display: flex
}
.accordion {
    width: 100%;
    width: 100%;
    margin: 0 auto 0;
}
.accordion li{
    margin-bottom: 12px;
}
.accordion .link {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px 12px 8px 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 36px;
    box-sizing: content-box;
    gap: 12px;
}
.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li i {
    position: absolute;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li i.icon-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}
.accordion li.open .link {
    color: #FFFFFF;
}
.accordion li.open i.icon-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/**
 * Submenu
 -----------------------------*/
.submenu {
    display: none;
    background: #0B1A35;
    font-size: 14px;
    padding: 0 16px;
    flex-direction: column;
    gap:4px;
}
.accordion li.open .submenu {
    display: block;
}
.submenu li {
    border-bottom: 0px solid #4b4a5e;
    margin-bottom: 4px;

}
.submenu a {
    display: flex;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 12px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    background: #14284A;
    border-radius: 12px;
}
.submenu a:hover {
    background: #29497A;
    color: #FFF;
}
.join-social {
    padding: 0 16px;
}
.title-join-social {
    color: #B7C2D3;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
    display: block;
}
.join-social ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
.social-item {
    border-radius: 8px;
    background: #29497A;
    padding: 6px;
    display: flex;
}
.layoutMain {
    /* margin-left: 272px; */
    /* min-height: calc(100vh - 84px - 8px); */
    /* margin-top: 84px; */
    /* margin-bottom: 70px; */
}
.nav-theme .owl-dots, .nav-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 16px;
}
.nav-theme .owl-nav {
    margin-top: 10px
}
.nav-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}
.nav-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}
.nav-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.nav-theme .owl-nav.disabled + .owl-dots {
    margin-top: 24px
}
.nav-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    outline: none;
}
.nav-theme .owl-dots .owl-dot span {
    width: 24px;
    height: 6px;
    margin: 4px 6px;
    background: rgba(255, 255, 255, 0.25);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}
.nav-theme .owl-dots .owl-dot.active span, .nav-theme .owl-dots .owl-dot:hover span {
    background: #FFF !important
}
.live-wins-v2 {
    width: 100%;
    text-align: left;
    margin: 0 0 0;
    padding: 15px 0;
    display: flow-root;
}
.list-item-live-v2 {
    border-radius: 12px;
    background: #29497A;
    overflow: hidden;
    justify-content: flex-start;
    display: flex;
}
.live-wins-v2 .label-live-wins {
    background: #92BDFF;
    width: 32px;
    padding: 0 12px;
    display: flex;
    height: auto;
    align-items: center;
    float: left;
}
.live-wins-v2 .label-live-wins img {
    width: 12px;
}
.list-carousel-live .game-wins{
    display: flex;
    gap: 20px;
}
.live-wins-v2 .item-live {
    gap: var(--spacing-4xl, 8px);
    padding: 10px 4px;
    background: #081529;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}
.live-wins-v2 .live-game-item {
    width: 105px !important;
    /*height: 90px !important;*/
    border-radius: 8px;
    margin-bottom: 0px;
}
.live-wins-v2 .block-name {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.live-wins-v2 .user-avatar {
    width: 24px !important;
    height: 24px !important;
    border-radius: 999px;
    padding-left: 5px;
    margin-right: 0px;
}
.live-wins-v2 .user-avatar img {
    width: 20px !important;
    height: 20px !important;
    border-radius: 999px;
}
.live-wins-v2 .live-username {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1 0 0;
    overflow: hidden;
    color: #B7C2D3;
    text-overflow: ellipsis;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    width: 79px;
    line-height: 24px;
    white-space:nowrap;
}
.live-wins-v2 .name-game {
    overflow: hidden;
    color: #FFF;
    display: -webkit-box;
    width: 122px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}
.live-wins-v2 .live-price {
    color: #FFA841;
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.game-cate-theme-v2 {
    display: block;
    width: 100%;
    border-radius: 16px;
    /* overflow: hidden; */
}
.game-cate-theme-v2 .block-game-rows {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.game-cate-theme-v2 .item-game-show {
    position: relative;
    /*background: rgba(41, 73, 122, 0.50);
    border-radius: 24px;
    padding: 12px;*/
    text-align: center;
}
.game-wins .item-game-show {
    text-align: center;
}

.game-cate-theme-v2 .item-game-show:hover {
    /*background: rgba(41, 73, 122, 1);*/
}
.game-cate-theme-v2 .item-game-show .img-thumnail-game {
    width: 100%;
    position: relative;
    border-radius: 10px;
    /*margin-bottom: 12px;*/
}
.game-cate-theme-v2 .name-game-title {
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    z-index: 99;
    overflow: hidden;
    display: -webkit-box;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}
.game-cate-theme-v2 .bg-game-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
    z-index: 98;
    border-radius: 0 0 16px 16px;
}
.game-cate-theme-v2 .bg-game-coming-soon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    z-index: 98;
    border-radius: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    align-content: stretch;
    justify-content: space-around;
    font-weight: 700;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}
.game-cate-theme-v2 .item-game-show.coming-soon .name-game-title, .game-cate-theme-v2 .item-game-show.coming-soon .img-thumnail-game {
    opacity: 0.25;
}
.game-cate-theme-v2.nav-theme .owl-nav{
    position: absolute;
    right: 15px;
    top: -50px;
    margin: 0;
}
.game-cate-theme-v2.nav-theme .owl-nav button.owl-next,
.game-cate-theme-v2.nav-theme .owl-nav button.owl-prev,
.game-cate-theme-v2.nav-theme .owl-nav button.owl-next:focus,
.game-cate-theme-v2.nav-theme .owl-nav button.owl-prev:focus{
    font-size: 24px;
    border: none;
    box-shadow: none;
    outline: none;
    background: none;
}

.game-cate-v2 {
    width: 100%;
    text-align: left;
    margin: 0 0 0;
    padding: 24px 0;
    display: flow-root;
}

.game-cate-v2 .game-block{
    margin-bottom: 25px;
}
.game-cate-v2 .game-block.coming-soon{
    position: relative;

}
.game-cate-v2 .game-block.coming-soon::after{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    background: rgb(117 117 117 / 70%);
    z-index: 98;
    color: #ffffff;
}
.game-cate-v2 .game-block.coming-soon .title-game-cate span{
    z-index: 99;
}
.game-cate-v2 .game-block.coming-soon .coming-soon-title   {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    opacity: 1;
    font-size: 24px;
    transform: translate(-50%, -50%);
}
.game-cate-v2 .title-game-cate {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    w
}
.game-cate-v2 .title-game-cate .icon-game-cate{
    width: 32px;
    height: 32px;
}
.game-cate-v2 .block-search-cate {
    width: 360px
}
.tabs-game-container {
    margin: 0 auto;
}
.tabs-nav-game {
    display: flex;
    flex-direction: row;
    padding-left: 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.tabs-nav-game li {
    padding: 8px 16px;
    display: inline-block;
    vertical-align: top;
}
.tabs-nav-game a {
    color: #B7C2D3;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: max-content;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}
.tabs-nav-game li.active {
    background: rgba(118, 138, 168, 0.25);
    border-radius: 8px;
    color: #ffffff;
}
.tab-game-cate > div, .tab-content-show > div {
    display: none;
}
.tab-game-cate div.active, .tab-content-show div.active {
    display: block;
}
.tab-game-cate {
    width: 100%;
    padding: 24px 0 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    margin: -2px 0 0 0;
    font-size: 16px;
    font-weight: 500;
}
/*Beign block ranking---------------------------------------*/
.top-user-v2 {
    width: 100%;
    text-align: left;
    margin: 0 0 0;
    padding: 20px 0;
    display: flow-root;
}
.tabs-ranking-container {
    margin: 0 auto;
    position: relative;
}
.nav-ranking-po {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}
.tabs-nav-ranking {
    margin: 0;
    font-weight: bold;
    list-style: none;
    overflow: hidden;
    border-radius: 0px 0px 24px 24px;
    background: #435B7E;
    width: fit-content;
    padding: 8px 24px;
}
.tabs-nav-ranking li {
    padding: 8px 16px;
    display: inline-block;
    vertical-align: top;
}
.tabs-nav-ranking a {
    color: #B7C2D3;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: max-content;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0 24px;
    text-transform: uppercase;
}
.tabs-nav-ranking li.active a {
    color: #ffffff;
}
.tabs-nav-ranking li.active {
    color: #ffffff;
}
.tab-game-ranking > div, .tab-content-show > div {
    display: none;
}
.tab-game-ranking div.active, .tab-content-show div.active {
    display: block;
    position: relative;
}
.tab-game-ranking {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
}
.content-show-ranking {
    position: relative;
    background: #0B1E3C;
    border-radius: 30px;
}
.content-ranking-top {
    border-radius: 30px;
    background: linear-gradient(90deg, #002D7E 0%, #FFF 100%);
    width: 100%;
    height: 416px;
    position: relative;
    overflow: hidden;
}
.img-background {
    position: absolute;
    bottom: 0;
    margin-bottom: -8px;
}
.content-ranking-bottom {
    padding: 24px 12px;
}
.thumnail-ranking-left {
    position: absolute;
    width: 280px;
    left: 50%;
    transform: translateX(-50%);
    top: 72px;
}
.thumnail-ranking-left img {
    width: 100%
}

.img-background img {
    width: 100%;
}

.background-ranking-right {
    /* width: 586px;
    height: 340px;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    right: 30px;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start; */

    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    right: 0px;
    bottom: 0;
    display: flex;
    left: 0;
    height: 252px;
    flex-direction: row;
    align-items: flex-start;
    padding-left: 4px;
}
.sku-top-3 {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    position: absolute;
}
.sku-top-3:nth-child(1) {
    left: 33.33%;
}
.sku-top-3:nth-child(2) {
    margin-top: 52px;
}
.sku-top-3:nth-child(3) {
    margin-top: 72px;
    left: 66.66%
}
.top-3-avatar {
    display: flex;
    color: #000000;
    gap: 8px;
    font-size: 12px;
    flex-direction: row;
    align-items: center;
    font-weight: 700;
}
.top-3-avatar-img {
    width: 24px;
    height: 24px;
    border-radius: 99px;
}
.top-3-gold {
    display: flex;
    color: #FFA841;
    gap: 8px;
    font-size: 14px;
    flex-direction: row;
    align-items: center;
    background: #081529;
    border-radius: 99px;
    border: 1px solid #FFFFFF;
    padding: 8px 16px 8px 12px;
    font-weight: 700;
}
.item-ranking-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1 100%;
    color: #B7C2D3;
    margin-bottom: 24px;
}
.el-number {
    color: #0B1E3C;
    border-radius: 5px;
    background: #B7C2D3;
    text-align: center;
    font-size: 20px;
    width: 36px;
    height: 36px;
    display: inline-block;
    font-weight: 500;
    line-height: 36px;
}
.f-conent-center {
    display: flex;
    flex-direction: row;
    gap: 12px;
    font-size: 16px;
    align-items: center;
}
.content-ranking-bottom .name-usser {
    color: #B7C2D3
}
.top-avatar {
    width: 36px;
    height: 36px;
    border-radius: 99px;
}
.top-coin-gold {
    width: 24px;
    height: 24px;
    display: inline-block;
    float: inherit;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}
.item-ranking-show {
    display: flex;
    flex-direction: row;
    height: 60px;
    align-items: center;
    background: #1F3453;
    margin-bottom: 12px;
    border-radius: 12px;
}
/*End block ranking---------------------------------------*/
/*End live-activities{---------------------------------------*/
.live-activities {
    width: 100%;
    text-align: left;
    margin: 0 0 0;
    padding: 32px 0 64px 0;
    display: flow-root;
}
.content-live-activities {
    position: relative;
    background: #081529;
    border-radius: 30px;
    padding: 48px 48px 48px 48px;
    border: 2px solid #B7C2D3;
}
.tabs-live-activities {
    background: #B7C2D3;
    border-radius: 10px;
    margin-top: -26px;
}
.tabs-nav-ranking.tabs-live-activities li a {
    color: rgba(57, 46, 107, 0.50);
}
.tabs-nav-ranking.tabs-live-activities li.active a {
    color: #081529;
}
.top-thun-game {
    width: 36px;
    height: 36px;
    border-radius: 4px;
}
.activities-text-gray {
    color: #B7C2D3;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.activities-gold {
    color: #FFA841;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.bg-activities-gradient {
    position: absolute;
    bottom: 2px;
    left: 2px;
    right: 2px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(41, 73, 122, 0.00) 0%, #29497A 100%);
    height: 40%;
}
/*End live-activities{---------------------------------------*/
/*Begin footer-logo*/
.footer-top {
    width: 100%;
    text-align: left;
    margin: 0 0 0;
    padding: 0px 32px 32px 32px;
    display: flow-root;
    border-bottom: 0px solid #4A4A4A;
}
.block-footer-logo {
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.logo-f {
    width: 252px
}
#footer .logo-footer {
    width: 100%;
}
#footer .nav-footer {
    padding-left: 25px;
    margin-bottom: 24px;
    display: inline-block;
}
#footer .row-custom {
    display: block;
    width: 100%;
    max-width: 100%;
    float: left;
    position: relative;
}
#footer .row-custom .icon-aptos {
    height: 58px;
}
#footer .row-custom .currencies {
    width: 100%
}
#footer .footer-title {
    color: #D4EDFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
    position: relative;
    text-align: right;
}
#footer .nav-footer ul {
    padding: 0;
    margin: 0;
}
#footer .nav-footer ul li {
    display: block;
    width: 100%;
    position: relative;
    margin: 8px 0;
    text-align: right
}
#footer .nav-footer ul li a {
    color: rgba(255, 255, 255, 0.50);
    padding: 5px 0;
    line-height: 26px;
    position: relative;
    font-size: 14px;
}
#footer .nav-footer ul li a:hover {
    color: #5EBCFF;
}
.copyright {
    display: flex;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px
}

.overlay-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    /* display: none; */
    overflow: hidden;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    left:0;
    z-index: 9999;
    animation-name: fadeIn;
}

.nav-mobile {
    width: 340px;
    display: none;
    -webkit-transition: visibility 0s, all 0.15s ease-in-out;
    transition: visibility 0s, all 0.15s ease-in-out;
    height: calc(100vh - 60px);
    background: #0B1A35;
    content-visibility: auto;
    z-index: 999;
    position: fixed;
    top: 64px;
    left: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    border-top: 1px solid #29497A;
    padding: 12px 0 0 0;
}
.nav-mobile-open {
    display: block
}

.nav-mobile-left-search {
    padding: 16px 12px  12px 12px
}
.nav-mobile-left-gold {
    padding: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 24px;
    align-items: center;
}
.nav-mobile-left-gold .gold-label {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-image: url(../images/icon-coin.png);
    background-position: 0;
    background-size: 24px;
    background-repeat: no-repeat;
    padding-left: 32px;
    height: 24px;
    display: flex;
    align-items: center;
}
.nav-mobile-left-gold .gold-output {
    color: #FFA841;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.box-menuMobile-dropbox {
    margin: 0 0 0 0;
    display: flex;
    padding-left: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 252px);
}
.accordion-cate {
    width: 100%;
    margin: 0 auto 0;
    padding-bottom: 16px;
}
.accordion-cate .link {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 16px 12px 4px 12px;
    ;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 0px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-sizing: content-box;
    gap: 12px;
    opacity: 0.5;
}
.accordion-cate li:last-child .link {
    border-bottom: 0;
}
.accordion-cate li i {
    position: absolute;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion-cate li i.icon-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}
.accordion-cate li.open .link {
    color: #FFFFFF;
}
.accordion-cate li.open i.icon-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/**
 * Submenu
 -----------------------------*/
.submenu-mobile {
    display: none;
    background: #0B1A35;
    font-size: 14px;
    flex-direction: column;

}
.submenu-mobile li {
    border-bottom: 0px solid #4b4a5e;
}
.submenu-mobile a {
    display: flex;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 12px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.submenu-mobile a:hover {
    background: rgba(41, 73, 122, 0.30);
    color: #FFF;
}
.join-social-mobile {
    padding: 12px 16px 24px 16px;
    position: absolute;
    background: #14284A;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
    z-index: 998;
}
.title-join-social-mobile {
    color: #B7C2D3;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
}
.join-social-mobile ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin: 0;
}
.social-item {
    border-radius: 8px;
    background: #29497A;
    padding: 6px;
    display: flex;
}

.mobile-hide{
    display: none;
}
.v2-header {
    padding: 12px 12px 12px 12px;
}
.btn-menu-mobile {
    display: block;
    display: flex;
    align-items: center;
}
.header-left .logo {
    height: 28px;
}
.header-left .logo img {
    height: 28px;
}
.pool{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.title-pool{
    font-size: 12px;
}
.txt-pool-color{
    background: linear-gradient(90deg, #5EBCFF 0%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;

}
.pool-total{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: var(--Component-colors-Utility-Orange-utility-orange-700, #FFA841);

}
.header-right {
    gap: 8px;
}
.menupc{
    display: none
}
.menuProfile {
    padding: 2px;
    height: 42px;
}
.menuProfile .profile-name,  .menuProfile .icon-chevron-down{
    display: none
}
.login-avatar {
    width: 36px;
    height: 36px;
    border-radius: 99px;
}

.nav-left {
    top: 64px;
    width: 300px;
    display: none
}
.layoutMain{
    /*margin-left:  0 !important;*/
    margin-top: 70px;
    /*padding-bottom: 80px;*/
}
.tabs-game-container {
    padding: 0
}

.game-cate-v2 .block-search-cate {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

.live-wins-v2 .list-carousel-live{
    padding: 5px 0 5px 10px;
}
.tabs-nav-game {
    display: flex;
    flex-direction: row;
    padding-left: 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.tab-game-cate {
    padding-left: 15px;
}
.tabs-nav-game a {
    font-size: 14px;
    gap: 8px;
}
.game-cate-theme-v2 .block-game-rows {
    gap: 12px;
}
.game-cate-theme-v2 .item-game-show {
    border-radius: 12px;
}
.game-cate-theme-v2 .name-game-title {
    font-size: 14px;
}

.tabs-nav-ranking li {
    padding: 8px 12px;
}

.content-ranking-top {
    height: 420px;
    overflow: hidden;
}

.top-3-gold {
    gap: 4px;
    font-size: 12px;
    padding: 6px 10px 6px 8px;
}
.sku-top-3:nth-child(1) {
    margin-top: 0px;
    left: 34%;
}
.sku-top-3:nth-child(2) {
    margin-top:  52px;
}
.sku-top-3:nth-child(3) {
    margin-top: 68px;
}
.top-coin-gold {
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.background-ranking-right {
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    right: 0px;
    bottom: 0;
    display: flex;
    left: 0;
    height: 252px;
    flex-direction: row;
    align-items: flex-start;
    padding-left: 4px;
}
.img-background {
    position: absolute;
    bottom: 0;
    margin-bottom: -8px;
}
.img-background img {
    width: 100%
}
.item-ranking-top {
    font-size: 12px;
    margin-bottom: 12px;
}
.el-number {
    font-size: 16px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.f-conent-center {
    gap: 8px;
    font-size: 14px;
    padding-right: 4px;
    padding-left: 4px;
}
.live-activities {
    padding: 24px 0 24px 0;
}
.tabs-nav-ranking {
    padding: 8px 12px;
}
.tabs-nav-ranking a {
    padding: 0px;
    font-size: 14px;
}
.content-live-activities {
    padding: 48px 16px 8px 16px;
    border: 1px solid #B7C2D3;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.bg-activities-gradient {
    display: none
}
.item-scroll {
    width: 630px;
}
.nav-theme .owl-nav.disabled + .owl-dots {
    margin-top: 12px;
}
.footer-top {
    padding: 0;
}
.block-footer-logo {
    margin-bottom: 24px;
}
.logo-f {
    width: 200px;
}
.nav-footer {
    width: 100%;
    padding-left: 0 !important;
}
#footer .footer-title {
    text-align: left;
}
#footer .nav-footer ul li {
    text-align: left;
}
/*End footer-logo*/
/* start home */
.crypto-balance {
    display: flex;
    align-items: center;
    background-color: #204a7b;
    padding: 5px 8px;
    border-radius: 20px;
    font-family: Arial, sans-serif;
    color: white;
    font-size: 16px;
    position: relative;
    justify-content: space-between;
    font-size: 12px;
    min-width: 120px;
}

.crypto-balance .custom-select > .dropdown-toggle , .crypto-balance .custom-select > .dropdown-toggle:focus{
    padding: 0px;
    background-color: #204a7b;
    border: none;
    /*justify-content: start !important;*/
    box-shadow: none;
    outline: none;
}
.crypto-balance .custom-select > .dropdown-menu.show{
    top: 5px !important;
}
.crypto-balance .item-network-currency {
    padding: 0;
    font-size: 14px;
}

.crypto-balance .custom-select .dropdown-menu li a {
    padding: 5px 12px;
}
.custom-select .dropdown-toggle .filter-option{
    width: auto;
}
.select-box {
    position: relative;
}

/* .selected {
    display: flex;
    align-items: center;
    padding: 5px 0;
    border-radius: 15px;
    cursor: pointer;
} */

.selected img {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.selected .dropdown-icon {
    font-size: 12px;
    color: white;
}

.options {
    display: none;
    position: absolute;
    background-color: #204a7b;
    border-radius: 10px;
    top: 100%;
    left: 0;
    width: 150px;
    z-index: 10;
}

.option {
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.option img {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.option:hover {
    background-color: #0a1d57;
}

/* Show the options when the select box is active */
.select-box.active .options {
    display: block;
}

.balance {
    font-weight: bold;
    margin-left: 10px;
}

/* end home */
/* start menu bar */
.menu-bar {
    position: fixed;
    /* padding: 24px; */
    gap: 56px;
    height: 70px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 100%;
    max-width: 430px;
    bottom: 0;
    background: #0B1A35;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.group-button-wrap {
    display: flex;
    margin-top: 5px;
}
.group-button-item {
    display: block;
    flex-grow: 2;
    text-align: center;
    min-width: 20%;
    color: #fff;
    cursor: pointer;
    padding: 5px;
}
.group-button {
    width: 100%;
}
.group-button-icon img {
    width: 25px;
    height: 25px;
}
.group-button-item p {
    font-size: 10px;
    padding-top: 10px;
    color: #6789ff;
    font-weight: 700;
}
.group-button-icon.button-icon-home img {
    width: 50px;
    height: 50px;
}
.group-button-item.active,
.group-button-item:hover {
    background: linear-gradient(0deg, #0097ff, transparent);
}
.menu-bar .group-button-item.active p,
.menu-bar .group-button-item:hover p{
    color: #fff;
}
/* end menu bar */

/* start modal congratulation when login successfully */
.modal-congratulate {
    position: relative;
    max-width: 95vw;
    width: 378px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
}

.modal-congratulate-content {
    position: relative;
    background-color: #29497A;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    height: 310px;
}
.modal-congratulate-body {
    position: relative;
    padding: 15px;
    text-align: center;
}
.modal-congratulate-title {
    font-size: 25px;
}
.modal-congratulate-desc {
    font-size: 12px;
}
.modal-congratulate-value {
    font-size: 35px;
    color: yellow;
    font-weight: bold;
}
.modal-congratulate-button {
    background-color: yellowgreen;
    border-radius: 10px;
    padding: 10px 40px 10px 40px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    border: none;
}
.modal-profit-content {
    position: relative;
    margin:  0 10px 10px 10px;
    background-color: #92BDFF;
    border-radius: 10px;
    padding: 10px;
    color: #000;
    height: 115px;
}
.modal-profit-content .explore-now-btn {
    text-decoration: underline;
    float: inline-end;
}
.modal-profit-value {
    text-align: center;
    font-weight: bold;
}
/* end model congratulation when login successfully */

/* start deposit */
.deposit-money {
    flex-wrap: nowrap;
    margin: 0 0 10px 0;
}
.deposit-address-qr {
    text-align: center;
}
.deposit-address-qr img#qr_code{
    width: 200px;
}
.deposit-address-info {
    position: relative;
    display: inline-flex;
    align-items: center;
    background-color: #0B1A35;
    padding: 5px;
    margin: 10px 0;
    width: 100%;
    border: 1px solid #003675;
}
#deposit-address-copy {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    color: #29497A;
}
#deposit-address-content {
    border: none;
    padding: 10px;
    border-radius: 25px;
    width: 90%;
    font-size: 14px;
    background-color: #0B1A35;
    color: #fff;
}
#deposit-address-content:focus {
    outline: none;
}
.deposit-main-content {
    background-color: #0B1A35;
}
.deposit-content {
    /* margin-bottom: 100px; */
}
.deposit-note {
    padding: 10px;
    font-size: 14px;
}
.deposit-address-title {
    padding: 10px 10px 0 10px;
}
.deposit-money .custom-select > .dropdown-toggle , .deposit-money .custom-select > .dropdown-toggle:focus{
    box-shadow: none;
    outline: none;
}
/* end deposit */

/* start mission */
.explore {
    height: 100px;
    background-color: #007AFF;
    border-radius: 10px;
    padding: 10px;
    margin: 0 15px;
}
.explore-btn {
    background-color: #FFE342;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 15px;
    float: right;
    color: #000;
}
.home-page .mission-item {
    background-color: #007AFF!important;
    margin: 10px 15px;
}
.home-page .share-link {
    background: #022D62;
    border-radius: 15px;
    overflow: hidden;
}
.home-page .share-link .share-link__title{
    font-size: 12px;
    text-align: center;
}
.copy-container{
    border-radius: 10px;
}
.home-page .share-link .copy-container #referral-link{
    padding: 5px 10px;
}
.home-page .share-link .explore-now-btn,
.home-page .share-link .explore-now-btn:hover,
.home-page .share-link .explore-now-btn:active,
.home-page .share-link .explore-now-btn:focus{
    background: #00C2A8;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 12px;
    float: right;
    display: block;
    outline: none;
    border: none;
    box-shadow: none;
    color: #fff;
    font-weight: bold;
}
.mission-main-content {
    background-color: #0B1A35;
}
.mission-list{
    margin-top: 15px;
}
.mission-item {
    min-height: 50px;
    background-color: #0B1A35 !important;
    border-radius: 10px;
    margin: 5px 15px;
    padding: 5px 15px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 6px;
    color: white;
}
.mission-item .group-button-wrap {
    margin-top: 0px;
}
.mission-content {
    margin-bottom: 70px;
}
.mission-content .explore p{
    font-style: italic;
}
.mission-content .explore .total{
    font-weight: bold;
}
.mission-btn {
    border-radius: 10px;
    font-size: 13px;
    min-width: 100px;
    padding: 10px 5px;
    text-align: center;
    margin-left: 5px;
    color: #555555;
    display: flow;
    padding: 10px !important;
    background-color: #204a7b !important;
    border-radius: 20px;
    text-align: center;
    color: white;
}
.mission-btn:hover{
    color: #5EBCFF;
}
.mission-item p {
    /*width: 60%;*/
}
/* end mission */

/* start refferal */
.share-link {
    padding: 10px 15px;

}
.referral-content .share-link{
    padding-bottom: 15px;
    border-bottom: 3px solid #007bff;
}

.get-link {
    background-color: #fff;
    height: 40px;
    border-radius: 20px;
}
.share-link .share-link__title {
    font-size: 13px;
    font-style: italic;
    text-align: center;
}
.referral-main-content {
    background-color: #0B1A35;
}
.referral-content {
    margin-bottom: 70px;
}
.referral-level {
    text-align: left;
    padding-left: 20px;
}
.referral-level__title {
    font-size: 20px;
}
.referral-level__discript {
    font-size: 12px;
    font-style: italic;
}
.referral-award {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 10px;
}
.referral-award__total {
    width: 50%;
    margin: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 15px 0 15px 0;
}
.referral-award__total p{
    line-height: 1.3;
}
.referral-award__title {
    font-size: 16px;
}
.referral-award__value {
    font-size: 24px;
    font-weight: bold;
}
.referral-award__unit {
    font-size: 14px;
}
.referral-list__title {
    font-size: 18px !important;
}
.referral-list__content {
    font-size: 16px !important;
    padding: 10px !important;
}
.referral-list__value {
    font-size: 16px !important;
    padding: 10px !important;
    background-color: #0B1A35 !important;
    border-radius: 20px;
    text-align: center;
/*    font-weight: bold;*/
	color:#fff !important;
}
.referral-list__right {
    width: 30%;
}
.referral-list__left {
    width: 40%;
}
.referral-info {
    padding-top: 10px;
    padding-bottom: 10px;
}
#referral-link {
    border: none;
    padding: 10px;
    border-radius: 25px;
    width: 90%;
    font-size: 12px;
    color: white;
    background: #041122;

}
#referral-link:focus {
    outline: none;
}
.copy-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    background-color: white;
    border-radius: 25px;
    padding: 5px;
    margin: 10px 0;
    width: 100%;
    background: #041122;
    border: 1px solid #144684;
}
#copy-btn {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    color:white;
}
.total-reward {
    /*    background-color: #007bff;*/
    background-image: url("../images/referral_btn_1.png");
    background-repeat: no-repeat;
    /*	  background-attachment: fixed;*/
    background-size: cover;

}
.total-rakeback {
    /*    background-color: #17a2b8;*/
    background-image: url("../images/referral_btn_2.png");
    background-repeat: no-repeat;
    /*  background-attachment: fixed;*/
    background-size: cover;

}
.referral-detail {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 20px;
    color: white;
    font-family: Arial, sans-serif;
    justify-content: left;
    padding-left:20px;
}
.star {
    margin-right: 15px;
    text-align: center;
}

.star-shape {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    color: #3a3a3a;
    position: relative;
}

.star-shape span {
    position: relative;
    z-index: 2;
    padding-top: 3px;
}

.reward-details {
    display: flex;
    flex-direction: column;
}

.reward-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.checkmark {
    /* background-color: #54698D; */
    /* border-radius: 50%; */
    color: #54698D;
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 5px;
}

.info-icon {
    background-color: #1a243a;
    border-radius: 50%;
    color: #6c85cb;
    font-size: 12px;
    padding: 2px 5px;
    margin-left: 8px;
}

.referral-list {
    padding: 15px;
}

.referral-list__header,
.referral-list__header:hover {
    background: #0B1A35 !important;
}

.referral-list__header .referral-list__content {
    color: yellowgreen;
    font-size: 18px !important;
}
/* end refferal */


/* start withdraw */
.withdraw-money .custom-select > .dropdown-toggle , .withdraw-money .custom-select > .dropdown-toggle:focus{
    box-shadow: none;
    outline: none;
}
.withdraw-submit {
    width: 200px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 12px;
    text-transform: unset;
    max-width: calc(100vw - 20px);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    line-height: 42px;
    text-align: center;
    background-color: var(--color-primary-800,#15377f);
    display: flex;
    justify-content: center;
    border: none;
    outline: none;
    color:white;
}
.withdraw-notice {
    font-size: 12px;
    padding: 10px;
    font-weight: 500;
    margin-bottom: 10px;
}
.withdraw-process {
    background-color: #3A414A;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    font-size: 14px;
    border-radius: 10px;
}
.processing {
    /*background: #15377f;
    background: var(--color-primary-800,#15377f);
    border: 1px solid #245bd3;
    border: 1px solid var(--color-primary-600,#245bd3);
    border-radius: 8px;
    color: #245bd3;
    color: var(--color-primary-600,#245bd3);*/
    cursor: not-allowed;
}

.withdraw-process .withdraw-process-left{

}
.withdraw-process .withdraw-process-right{
    text-align: right;
}
.withdraw-form {
    padding: 15px;
}
.withdraw-address {
    padding: 10px 0;
}
.withdraw-address-title, .withdraw-amount-title, .withdraw-amount-available {
    font-size: 14px;
}
.withdraw-amount .container-input {
    background-color: #041122;
    border-radius: 10px;
    /*padding: 5px;*/
    margin: 10px 0;
    width: 100%;
    position: relative;
}

.withdraw-address-input, .withdraw-amount-input {
    border: none;
    /*padding: 12px 12px;*/
    border-radius: 10px;
    width: 100%;
    font-size: 14px;
    color:#fff ;
    background-color: #041122;
    border: 1px solid #144684;
}
.withdraw-address-input::placeholder{
    color: #1C48AA;
}
.withdraw-amount-title {
    display: flex;
    justify-content: space-between;
}
.withdraw-amount-available {
    padding: 10px 0;
}
@media (max-width: 576px) {
    .col-withdraw, .col-deposit {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .withdraw-content .col-withdraw:first-child{
        padding-right: 8px;
    }
    .withdraw-content .col-withdraw:last-child{
        padding-left: 8px;
    }
    .deposit-content .col-deposit:first-child{
        padding-right: 8px;
    }
    .deposit-content .col-deposit:last-child{
        padding-left: 8px;
    }
}
/* end withdraw */

/* start wallet */
.wallet-main-content {
    /* background-color: #0B1A35; */
}
.coin-item {
    height: 40px;
}

.wallet-content {
    padding: 0px 10px;
    overflow-y: auto;
    padding-bottom: 100px;
}
.item-btn {
    background-color: white;
    padding: 7px 7px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 3px;
    width: 70px;
    text-align: center;
}
.button-profit-share {
    background-color: #ffff9a;
}
.button-withdraw {
    background-color:#0097ff;
}
.button-deposit {
    background-color: springgreen;
}
.coin-item-group-btn {
    display: flex;
    justify-content: flex-end;
}
.coin-item-group-btn a:hover {
    color: #000
}
.list-of-coins {
    /*background-color: #252525;*/
    border-radius: 5px;
    overflow: hidden;
}
.list-of-coins table {
    background-color: transparent;
}
.list-of-coins table tr:hover {
    background-color: unset;
    border-bottom: none;
}
.coin-item-label {
    font-size: 13px;
    color: #fff;
}
.list-activity-label p {
    font-size: 20px;
}
.list-activity {
    /*background-color: #252525;*/
    /*border-radius: 5px;*/
    border-top: 3px solid #007bff;
}
.list-activity .activity-item{
    margin-bottom: 0px;
}
.list-activity .activity-item .transaction-detail{
    padding-left: 0px!important;
    padding-right: 0px!important;
    font-size: 14px;
}
.list-activity .activity-item .transaction-detail .transaction-amount{
    text-align: right;
    /*font-weight: bold;*/
}
.list-activity .activity-item .transaction-detail .transaction-amount .fee{
    font-weight: normal;
    color: #919498;
}
.confirm-status {
    font-size: 14px;
    color: green;
    font-weight: bold;
}
/* end wallet */
/* start profit */
.profit-content {
    padding: 0 10px;
    overflow-y: auto;
    margin-bottom: 100px;
}
.profit-info {
    background: #022D62;
    border-radius:5px;
}
.profit-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.profit-info-item label, .your-token-amount label {
    font-size: 14px;
    margin: 0;
    padding: 10px 0;
}
.your-token-amount{
    justify-content: space-between;
    padding-top: 10px !important;
}
.your-token-amount .group-value{
    text-align: right;
    max-width: 50%;
}
.your-token-amount .group-value .your-token{
    float: right;
}
.your-token-amount .group-value .equivalent{
    float: right;
    font-size: 12px;
    font-weight: normal;
}
.total-value {
    /*background-color: #CED4DB;
    color: #000;*/
    /* padding: 5px; */
    width: 160px;
    height: 30px;
    text-align: right;
    border-radius: 5px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bolder;
}
.your-token.total-value{
    font-weight: bold;
}
.token-value {
    padding: 10px 0;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    width: 160px;
    color: #B9F5ED;
}
.your-token {
    /*background-color: #B9F5ED ;*/
}
.total-casino-profit{
    color:#00c437
}
.notification {
    color: #02AD98;
    font-size: 12px;
    padding-left: 25px;
    position: relative;
    /*margin-bottom: 15px;*/
}
.notification .icon-info-circle{
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 12px;
    color: #02AD98;
}
.take-profit {
    background-color: #92BDFF;
    color: #000;
    border-radius: 5px;
    font-size: 14px;
}
.take-profit-amount{
    position: relative;
}
.take-profit-amount .take-profit-amount-max {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #409eff;
    text-decoration: underline;
}
.take-profit-label {
    font-size: 16px;
    font-weight: bold;
}
.take-profit-input, .take-profit-input:focus, .take-profit-input:active {
    width: 100%;
    border-radius: 5px;
    border: none;
    /*height: 30px;
    line-height: 30px;
    padding: 0 10px;*/
    box-shadow: none;
    outline: none;
}
.take-profit-btn {
    text-align: center;
}
.take-profit-submit, .take-profit-submit:focus, .take-profit-submit:active {
    background-color: #55C35E;
    border: none;
    border-radius: 10px;
    width: 150px;
    padding: 10px;
    font-weight: bold;
    box-shadow: none;
    outline: none;
}
.take-profit-submit.disable{
    background-color: #C3F8C8;
    color: gray;
    pointer-events: none;
}
.take-profit-btn p {
    color: red;
    font-weight: 14px;
}
.top-holders table{
    color: #fff;
}
.top-holders label {
    font-size: 20px;
    font-weight: bold;
    color: green;
}
.striped-table {
    width: 100%;
    border-collapse: collapse;
}
.striped-table th {
    background-color: #0B1A35;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}
.striped-table .amount-col {
    text-align: right;
}
.striped-table .amount-col, .striped-table .player-col {
    color: #fff;
}
.striped-table td {
    padding: 10px;
    text-align: left;
    border: none;
    color:white;
    font-size:12px;
}
.striped-table tr:hover {
    /*    background-color: unset !important;*/
}
.striped-table tbody tr {
    background-color: #0B1A35 !important

}
.striped-table tbody tr:nth-child(odd) {
    /*background-color: #abcdff;*/
}
.table-history tbody tr {
    background-color:#0B1A35 !important;
}
/* end profit */
/* start game */
.modal-select-currency-content {
    background-color: #92BDFF;
    border-radius: 10px;
    padding: 15px;
    color: #000;
}
.select-currency {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    gap: 10px;
}
.modal-select-currency-content .select-currency .crypto-balance {
    padding: 5px 15px 5px 10px;
    font-size: 14px;
}
.select-currency-btn, .select-currency-btn:focus, .select-currency-btn:active {
    background-color: #55C35E;
    border-radius: 10px;
    border: none;
    height: 50px;
    width: 100px;
    box-shadow: none;
    outline: none;
    color:white;
}
.modal-select-currency-desc {
    padding: 10px;
    text-align: center;
}
.modal-select-currency-desc a {
    text-decoration: underline;
    color: red;
}
.select-currency .crypto-balance {
    width: 230px;
    border-radius: 10px;
}
.item-network-currency{
    padding-right: 0;
}
.custom-select > .dropdown-toggle{
    padding: 16px 12px;
}

/* end game */
.table.striped-table{
    background: transparent;

}
.table tbody tr[trdata-expanded=true], .table tbody tr:hover{
    border-bottom: none;
}
tr:hover {
    background: none;
}

td:hover {
    background: none;
}
@media (max-width: 320px) {
    .header-left .logo img {
        height: 25px;
    }
    .modal-congratulate-value {
        font-size: 24px;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .menuProfile {
        padding: 2px;
        height: 34px;
    }
    .login-avatar {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }
    .game-cate-theme-v2 .item-game-show{
        /*padding: 5px;*/
    }
}
@media (max-width: 359.98px) {
    p {
        font-size: 14px;
    }

    .modal-congratulate-title {
        font-size: 20px;
    }

    .modal-congratulate-value {
        font-size: 28px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .modal-profit-content {
        font-size: 14px;
    }

    .mission-item p {
        line-height: 1.4;
    }

    .mission-btn {
        padding: 8px 5px;
    }

    .live-wins-v2 .list-carousel-live {
        padding: 15px 0 15px 15px;
    }

    .list-carousel-live .game-wins {
        display: flex;
        gap: 15px;
    }

    .live-wins-v2 .item-live {
        gap: var(--spacing-4xl, 8px);
    }

    .live-wins-v2 .name-game {
        font-size: 12px;
    }

    .home-page .share-link .copy-container #referral-link,
    #referral-link {
        font-size: 12px;
        padding: 5px 10px;
    }

    .name-game-cate {
        font-size: 14px;
    }

    .game-cate-theme-v2 .name-game-title {
        font-size: 12px;
    }

    .game-cate-v2 .title-game-cate {
        gap: 8px;
    }

    .game-cate-theme-v2 .item-game-show .img-thumnail-game {
        border-radius: 10px;
    }

    .game-cate-v2 .game-block.coming-soon .coming-soon-title {
        font-size: 20px;
    }

    .thumnail-ranking-left {
        text-align: center;
    }

    .thumnail-ranking-left img {
        width: 90%;
    }

    .tabs-nav-ranking a {
        font-size: 12px;
    }

    .top-user-v2 {
        padding-top: 10px;
    }

    .content-ranking-top {
        border-radius: 15px;
    }

    .referral-level__title{
        font-size: 18px;
    }
    .star-shape{
        width: 100px;
        height: 100px;
        font-size: 36px;
    }
    .reward-item{
        font-size: 14px;
    }
    .referral-award__title{
        font-size: 14px;
    }
    .referral-award__value{
        font-size: 22px;
    }
    .referral-list__header .referral-list__content{
        font-size: 16px !important;
    }
    .referral-list__content{
        font-size: 14px !important;
        padding: 8px 10px !important;
    }
    .referral-list__value{
        font-size: 12px !important;
        padding: 8px 10px !important;
    }
    .header-title{
        font-size: 18px;
    }
    .coin-item-group-btn{
        padding: 5px 8px;
        flex-direction: column;
    }
    .coin-item-group-btn .item-btn{
        text-align: center;
    }
    .coin-item{
        border-bottom: 1px solid #6d6d6d;
    }
    .list-activity-label p{
        font-size: 16px;
    }
    .list-activity .activity-item .transaction-detail {
        padding: 5px !important;
    }
    .total-value{
        max-width: 130px;
        font-size: 12px;
    }
    .mission-noti-title, .mission-noti-title:hover, .mission-noti-title:active, .mission-noti-title:visited{
        font-size: 10px;
    }
    .top-holders label{
        font-size: 16px;
    }
    .striped-table th{
        font-size: 14px;
    }
    .your-token-amount .group-value .equivalent{
        font-size: 10px;
    }
    .custom-select > .dropdown-toggle{
        padding: 10px 5px;
    }
    .item-network-currency{
        padding-right: 5px;
        font-size: 12px;
    }
    .item-network-currency .icon-24{
        margin-right: 2px !important;
        background-size: 20px;
    }
    .custom-select .dropdown-menu li a{
        padding: 5px 10px;
    }
    .custom-select > .dropdown-toggle:after{
        background-size: 20px;
    }
    .custom-select.show > .dropdown-toggle:after{
        margin-top: -5px;
        margin-right: 2px;
    }
    .deposit-address-qr #address{
        font-size: 12px;
    }
    .referral-list__value,
    .referral-list__content {
        font-size: 14px !important;
        padding: 8px !important;
    }
}

/* Từ 360px đến 375px - dành cho điện thoại nhỏ */
@media (min-width: 360px) and (max-width: 374.98px) {
    .coin-item-group-btn{
        padding: 5px 8px;
    }
    .coin-item-group-btn .item-btn{
        text-align: center;
        font-size: 10px;
        padding: 5px;
    }
    .game-cate-theme-v2 .item-game-show{
        /*padding: 7px;*/
    }
    .referral-list__value,
    .referral-list__content {
        font-size: 14px !important;
        padding: 8px !important;
    }
}
/* Từ 360px đến 575.98px - dành cho điện thoại nhỏ */
@media (min-width: 375px) and (max-width: 414px) {
    .f-conent-center{
        gap: 4px;
    }
    .item-btn{
        padding: 7px;
        font-size: 10px;
    }
    .list-activity .activity-item{
        margin-bottom: 15px;
    }
    .game-cate-theme-v2 .item-game-show{
        /*padding: 12px;*/
    }
    .referral-list__value,
    .referral-list__content {
        font-size: 14px !important;
        padding: 8px !important;
    }
}
/* Từ 360px đến 575.98px - dành cho điện thoại nhỏ */
@media (min-width: 415px) and (max-width: 575.98px) {
    .f-conent-center{
        gap: 4px;
    }
    .item-btn{
        padding: 7px;
        font-size: 12px;
    }
    #referral-link{
        font-size: 14px;
    }
}
/* Từ 576px đến 767.98px - dành cho điện thoại lớn */
@media (min-width: 576px) and (max-width: 767.98px) {
    body {
        background-color: lightgreen;
    }
}

/*=======*/
#header-app {
    display: flex;
    width: 430px;
    height: 64px;
    padding: 0px 16px;
    justify-content: space-between;
    font-family: 'Inter';
    position: fixed;
    top: 0;
    align-items: center;
    z-index: 1000;
    flex-shrink: 0;
    background: linear-gradient(0deg, #091633 9.38%, #0e2454 100%);
}
#header-app #logo {
    width: 94.615px;
    height: 24px;
    flex-shrink: 0;
}
#header-app #avatar {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: cover;
}

#choose-currency {
    position: relative;
    display: flex;
    min-width: 130px;
    padding: var(--number-10px, 10px) 12px;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    background: #112d69;
}
#choose-currency.active {
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
#choose-currency #drop-button {
    display: flex;
    align-items: center;
    gap: 2px;
}
#choose-currency #drop-button svg {
    width: 24px;
    height: 24px;
}
#choose-currency #drop-button img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
#choose-currency #drop-button #open-icon {
    transform: rotate(-180deg);
    transition: transform 0.3s ease;
}
#choose-currency #drop-button #close-icon {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
#choose-currency p {
    color: var(--color-primary-50, #d5e2ff);
    font-size: var(--Font-size-body-sm, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--Font-line-height-size-10, 14px);
}
.drop-down-menu-header {
    display: none;
    position: absolute;
    top: 55px;
    width: 100%;
    left: 0px;
    max-width: 160px;
    background: #0e2454;
    padding: 15px 0px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 100;
    transform: translateY(-20px);
    transition: all 0.3s ease;
}
.drop-down-menu-header #menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px 12px;
    font-size: 12px;
    height:35px;
}
.drop-down-menu-header #menu-item svg {
    width: 20px;
    width: 20px;
}
.drop-down-menu-header.active {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    transform: translateY(0);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
@media screen and (max-width: 768px) {
    #header-app {
        width: 100%;
    }
}

/*====choose currency play game ===*/
#choose-currency-play {
    position: relative;
    display: flex;
    min-width: 130px;
    padding: var(--number-10px, 10px) 12px;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    background: #112d69;
    cursor: pointer;
}
#choose-currency-play.active {
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
#choose-currency-play #drop-button #open-icon {
    transform: rotate(-180deg);
    transition: transform 0.3s ease;
}
#choose-currency-play #drop-button #close-icon {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
#choose-currency-play .drop-down-menu-header {
    display: none;
    position: absolute;
    top: 70px;
    width: 100%;
    left: 0px;
    max-width: 230px;
    background: #0e2454;
    padding: 15px 0px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 100;
    transform: translateY(-20px);
    transition: all 0.3s ease;
}
