@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    --body-color: #24262b;
    --sidebar-color: #1e2024;
    --primary-color: #695CFE;
    --primary-color-light: #F6F5FF;
    --search-bar: #131927;
    --toggle-color: #DDD;
    --text-color: #fff;
    --header: #24262b;
    --dark-white: #1a1b1f;
    --dark-white2: #1c1e22;
    --dark-white3: #1c1e22;
    --box-radio: url(../image/download.png);
    --white-dark: #fff;
    --tran-03: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.3s ease;
    --tran-05: all 0.3s ease;
    --info-bg: #31343c;
    --vip-table: #0d1325;
    --vip-table-row: #00091e;
}

body {
    min-height: 100vh;
    background-color: #080c26;
    transition: var(--tran-05);
    overflow-x: hidden;
    color: #fff;
}

::selection {
    background-color: #1c337c;
    color: #fff;
}

body.light {
    --body-color: #E4E9F7;
    --sidebar-color: #fff;
    --primary-color: #3a3b3c;
    --primary-color-light: #3a3b3c;
    --toggle-color: #fff;
    --text-color: #000;
    --search-bar: #f6f7fa;
    --header: #ffffff;
    --white-dark: #000;
    --dark-white: #fff;
    --dark-white2: #f2f2f7;
    --dark-white3: #fff;
    --box-radio: url(../image/download-l.png);
    --info-bg: #ffffff;
    --vip-table: #fff;
    --vip-table-row: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #fff;
}

a:hover {
    text-decoration: none;
    /* color: #ff6340; */
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
    color: #fff;
}

button,
button:focus,
button:hover {
    /* border: none !important; */
    /* outline: none !important; */
    /* box-shadow: none !important; */
}

ul,
p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/* width */
::-webkit-scrollbar {
    width: 0px;
    border-radius: 10px;
    height: 0px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #131927;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1ea587;
    border-radius: 10px;
    height: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #1ea587;
}

.table-responsive::-webkit-scrollbar {
    width: 0px;
}

input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
}

#nav-left .nav {
    display: flex;
    justify-content: center;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 300px;
    height: 100%;
    background: #fff;
    overflow: auto;
    color: #999;
    font-weight: medium;
    line-height: normal;
    padding: 20px 0;
    position: fixed;
}

#nav-left .nav .logo-box {
    width: 100%;
    min-height: 84px;
    display: flex;
    justify-content: center;
    align-items: center
}

#nav-left .nav .logo-box img {
    /* width: 126px; */
}

#nav-left .nav .btn-reglgn {
    width: 146px;
    height: 36px;
    display: block;
    margin: 25px auto 0;
    border-radius: 24px;
    background: #ff6533;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer
}

#nav-left .nav .loginArea {
    height: 42px;
    margin: 19px auto 0;
    display: flex;
    align-items: center
}

#nav-left .nav .loginArea .avatar {
    width: 42px;
    height: 42px;
    float: left;
    display: block;
    margin-right: 12px
}

#nav-left .nav .loginArea .loginout-div {
    border-radius: 25px;
    background: #fff;
    border: 1px solid #dfdfdf;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, .2);
    width: 130px;
    height: 50px;
    position: absolute;
    top: 170px;
    line-height: 50px;
    color: #ff6533;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    z-index: 9999
}

#nav-left .nav .loginArea .loginout-div img {
    width: 20px;
    height: 18px;
    vertical-align: sub
}

#nav-left .nav .loginArea .loginout-div span {
    padding-left: 5px
}

#nav-left .nav .loginArea .loginAsset {
    position: relative;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center
}

#nav-left .nav .loginArea .loginAsset.name span {
    overflow: hidden;
    color: #666;
    font-weight: 400;
    font-size: 12px;
    line-height: normal
}

#nav-left .nav .loginArea .loginAsset:last-child {
    margin-bottom: 0 !important
}

#nav-left .nav .loginArea .loginAsset .refresh {
    animation: spin-data-v-b937dc4e 1s linear infinite;
    -moz-animation: spin-data-v-b937dc4e 1s infinite linear;
    -webkit-animation: spin-data-v-b937dc4e 1s linear infinite;
    -o-animation: refreshing 1s infinite linear
}

#nav-left .nav .loginArea .loginAsset .plusIcon {
    width: 18px;
    height: 18px;
    margin-left: 6px;
    display: block;
    background: url(../../../../cdn/C66FM/static/img/loginAdd.1c7dce88.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer
}

#nav-left .nav .loginArea .loginAsset .plusIcon:hover {
    background: url(../../../../cdn/C66FM/static/img/hoverLoginAdd.e2f86b70.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

#nav-left .nav .loginArea .loginAsset span {
    height: 18px;
    color: #222;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    text-align: right
}

#nav-left .nav .downloadQR {
    width: 194px;
    height: 219px;
    margin: 0 auto;
    border-top: 1px solid #dfdfdf
}

#nav-left .nav .nav-list {
    width: 186px;
    margin: 30px auto 0
}

#nav-left .nav .nav-list .item {
    background: transparent;
    margin-top: 14px;
    width: 146px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 38px;
    border-radius: 37px;
    cursor: pointer;
    transition: .5s;
    font-weight: medium;
    position: relative;
    color: #999;
}

#nav-left .nav .nav-list .item:first-child {
    margin-top: 0
}

#nav-left .nav .nav-list .item img {
    width: 20px;
    height: 20px
}

#nav-left .nav .nav-list .item img:nth-of-type(2) {
    width: 75px !important
}

#nav-left .nav .nav-list .item span {
    margin-left: 12px;
    font-size: 15px;
    font-weight: 500;
}

#nav-left .nav .nav-list .item .iconBox {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    margin: auto;
    display: block
}

#nav-left .nav .nav-list .item.home .iconBox {
    background: url(../images/side-menu/home.png) !important;
    background: no-repeat;
    background-size: 18px 18px !important
}

#nav-left .nav .nav-list .item.active.home .iconBox,
#nav-left .nav .nav-list .item.home:hover .iconBox {
    background: url(../images/side-menu/home-active.png) !important;
    background: no-repeat;
    background-size: 18px 18px !important
}

#nav-left .nav .nav-list .item.games .iconBox {
    background: url(../images/side-menu/games.png) no-repeat !important;
    background-size: 100% !important;
    width: 28px;
    height: 28px;
    left: 12px;
    top: 8px;
}

#nav-left .nav .nav-list .item.active.games .iconBox,
#nav-left .nav .nav-list .item.games:hover .iconBox {
    background: url(../images/side-menu/games-active.png) no-repeat !important;
    background-size: 100% !important;
    width: 28px;
    height: 28px;
}

#nav-left .nav .nav-list .item.promo .iconBox {
    background: url(../images/side-menu/promo.png) !important;
    background: no-repeat;
    background-size: 18px 18px !important
}

#nav-left .nav .nav-list .item.active.promo .iconBox,
#nav-left .nav .nav-list .item.promo:hover .iconBox {
    background: url(../images/side-menu/promo-active.png) !important;
    background: no-repeat;
    background-size: 18px 18px !important
}

#nav-left .nav .nav-list .item.news .iconBox {
    background: url(../images/side-menu/news.png) !important;
    background: no-repeat;
    background-size: 18px 18px !important
}

#nav-left .nav .nav-list .item.active.news .iconBox,
#nav-left .nav .nav-list .item.news:hover .iconBox {
    background: url(../images/side-menu/news-active.png) !important;
    background: no-repeat;
    background-size: 18px 18px !important
}

#nav-left .nav .nav-list .item.account .iconBox {
    background: url(../images/side-menu/account.png) !important;
    background: no-repeat;
    background-size: 18px 18px !important
}

#nav-left .nav .nav-list .item.account:hover .iconBox,
#nav-left .nav .nav-list .item.active.account .iconBox {
    background: url(../images/side-menu/account-active.png) !important;
    background: no-repeat;
    background-size: 18px 18px !important
}

#nav-left .nav .nav-list .item .hot {
    width: 12px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 30px;
}

#nav-left .nav .nav-list .item .hot img {
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 5px;
}

#nav-left .nav .nav-list .item i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff6533;
    display: inline-block;
    margin-left: 6px
}

#nav-left .nav .nav-list .item.active,
#nav-left .nav .nav-list .item:hover {
    color: #ff6533;
}

#nav-left .nav .nav-list .item.active,
#nav-left .nav .nav-list .item:hover {
    background: rgba(255, 101, 51, .1);
}

#nav-left .nav .nav-list .hint {
    position: relative
}

#nav-left .nav .nav-list .hint:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff6533
}

#nav-left .nav .app-nav {
    margin: 52px auto 0;
    border-top: 1px solid #dfdfdf
}

#nav-left .nav .app-nav .title {
    width: 100%;
    margin-top: 48px;
    text-align: center;
    color: #666;
    font-weight: regular;
    font-size: 14px
}

#nav-left .nav .app-nav .qr-box {
    margin-top: 9px
}

#nav-left .nav .app-nav .qr-box .qr {
    width: 120px;
    height: 120px;
    margin: 0 auto
}

#nav-left .nav .app-nav .qr-box .qr img {
    width: 100%;
    height: 100%
}

#nav-left .nav .app-nav .qr-box .icons {
    text-align: center;
    margin-top: -5px;
    position: relative
}

#nav-left .nav .app-nav .qr-box .icons img {
    height: 19px
}

#nav-left .nav .app-nav .down-logo {
    margin: 0 auto;
    width: 128px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #dfdfdf;
    padding: 6px
}

#nav-left .nav .app-nav .down-logo img {
    width: 100%;
    height: 100%
}

.ann-wrap img {
    width: 15px;
    height: 15px;
}

.box {
    border-radius: 12px;
    background: #fff;
    width: 100%;
    margin-top: 25px;
}

.box .tab-container .tab-content {
    padding: 0 30px;
    position: relative;
}

.swiper-container {
    width: 100%;
    padding: 20px 15px;
    overflow: hidden;
    position: relative;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
}

.card-title {
    font-size: 14px;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    width: 143px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    padding: 0px 10px;
    align-items: center;
}

.hot {
    display: inline-block;
    width: 12px;
    height: 15px;
    position: absolute;
    top: 2px;
    right: 0;
}

.card-title img {
    width: 12px;
    height: 15px;
}

.game-thumbnail {
    align-self: center;
    width: 143px;
    height: 130px;
    color: #000;
    background: #fff;
    box-shadow: 0 3px 10px 0px hsla(0, 0%, 78%, .8);
    margin-bottom: 10px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.box .tab-container .tab-content .swiper-button-next img {
    top: 0px;
    right: -25px;
    position: absolute;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.box .tab-container .tab-content .swiper-button-prev img {
    top: 0px;
    left: -25px;
    position: absolute;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.box .tab-container .tab-content .swiper-button-next,
.box .tab-container .tab-content .swiper-button-prev {
    color: transparent;
    width: 0px;
    height: 0px;
    opacity: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: none;
}

.game-preview__hover {
    background-color: rgba(27, 34, 51, .8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    z-index: 1;
    padding: 19px 10px 19px;
    transition: opacity .1s ease-in-out;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    transform: translateZ(1px);
    /* border-radius: 8px; */
    margin-bottom: 30px;
}

.game-preview__btn-play {
    /* width: calc(35% + 15px); */
    min-width: 100px;
    background-color: #ff6533;
    border-radius: 20px;
    opacity: 0;
    transform: scale(.9);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
}

.game-preview__btn-play:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.game-preview__btn-play i {
    color: #fff;
    font-size: 12px;
}

.game-thumbnail a:hover .game-preview__btn-play,
.game-thumbnail a:hover .game-preview__hover {
    opacity: 1;
}

.game-preview__btn-play span {
    margin-left: 5px;
    color: #fff;
}

.platformName {
    position: absolute;
    border-radius: 0 12px 0 10px;
    background: rgba(34, 34, 34, .6470588235294118);
    height: 24px;
    padding: 0 3px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    top: 0;
    right: 0;
    color: #fff;
    z-index: 11;
}

.game-preview__btn-play:hover {
    background-color: #ff8b66;
}

.box .tab-container .tabs {
    height: 50px;
    border-bottom: 1px solid #dfdfdf;
    display: flex;
}

.box .tab-container .tabs .tab {
    width: 16.66%;
    height: 100%;
    position: relative;
    text-align: center;
    line-height: 50px;
    color: #999;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
    transition: all .3s;
    border-bottom: 3px solid transparent;
}

.box .tab-container .tabs .tab i {
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.box .tab-container .tabs .tab i.bingo {
    background: url(../images/tab-icon/bingo.png) no-repeat;
    background-size: 100% 100%;
}

.box .tab-container .tabs .tab.active.bingo,
.box .tab-container .tabs .tab:hover.bingo {
    color: #a45eeb;
    border-bottom: 3px solid #a45eeb;
}

.box .tab-container .tabs .tab.active.bingo .bingo,
.box .tab-container .tabs .tab:hover.bingo .bingo {
    background: url(../images/tab-icon/bingo-active.png) no-repeat;
    background-size: 100% 100%;
}

.box .tab-container .tabs .tab i.poker {
    background: url(../images/tab-icon/poker.png) no-repeat;
    background-size: 100% 100%;
}

.box .tab-container .tabs .tab.active.poker,
.box .tab-container .tabs .tab:hover.poker {
    color: #0497f4;
    border-bottom: 3px solid #0497f4;
}

.box .tab-container .tabs .tab.active.poker .poker,
.box .tab-container .tabs .tab:hover.poker .poker {
    background: url(../images/tab-icon/poker-active.png) no-repeat;
    background-size: 100% 100%;
}

.box .tab-container .tabs .tab i.slot {
    background: url(../images/tab-icon/slot.png) no-repeat;
    background-size: 100% 100%;
}

.box .tab-container .tabs .tab.active.slot,
.box .tab-container .tabs .tab:hover.slot {
    color: #e59f14;
    border-bottom: 3px solid #e59f14;
}

.box .tab-container .tabs .tab.active.slot .slot,
.box .tab-container .tabs .tab:hover.slot .slot {
    background: url(../images/tab-icon/slot-active.png) no-repeat;
    background-size: 100% 100%;
}

.box .tab-container .tabs .tab i.casino {
    background: url(../images/tab-icon/casino.png) no-repeat;
    background-size: 100% 100%;
}

.box .tab-container .tabs .tab.active.casino,
.box .tab-container .tabs .tab:hover.casino {
    color: #ea212e;
    border-bottom: 3px solid #ea212e;
}

.box .tab-container .tabs .tab.active.casino .casino,
.box .tab-container .tabs .tab:hover.casino .casino {
    background: url(../images/tab-icon/casino-active.png) no-repeat;
    background-size: 100% 100%;
}

.box .tab-container .tabs .tab i.fishing {
    background: url(../images/tab-icon/fish.png) no-repeat;
    background-size: 100% 100%;
}

.box .tab-container .tabs .tab.active.fishing,
.box .tab-container .tabs .tab:hover.fishing {
    color: #eb7302;
    border-bottom: 3px solid #eb7302;
}

.box .tab-container .tabs .tab.active.fishing .fishing,
.box .tab-container .tabs .tab:hover.fishing .fishing {
    background: url(../images/tab-icon/fish-active.png) no-repeat;
    background-size: 100% 100%;
}

.box .tab-container .tabs .tab i.sport {
    background: url(../images/tab-icon/sport.png) no-repeat;
    background-size: 100% 100%;
}

.box .tab-container .tabs .tab.active.sport,
.box .tab-container .tabs .tab:hover.sport {
    color: #08b85d;
    border-bottom: 3px solid #08b85d;
}

.box .tab-container .tabs .tab.active.sport .sport,
.box .tab-container .tabs .tab:hover.sport .sport {
    background: url(../images/tab-icon/sport-active.png) no-repeat;
    background-size: 100% 100%;
}

.news-section {
    margin-top: 20px;
}

.inf-item {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 20px;
    cursor: pointer
}

.inf-item .left {
    flex: 1
}

.inf-item .left .left-title {
    width: 100%;
    height: 20px;
    color: #222;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    display: flex;
    align-items: center
}

.inf-item .left .left-title img {
    width: 17px;
    height: 17px;
    margin-right: 7px
}

.inf-item .left .left-title p {
    max-width: 345px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    color: #000;
}

.inf-item .left .left-info {
    margin-top: 7px;
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-weight: regular;
    font-size: 12px;
    text-align: left;
    color: #222
}

.inf-item .left .left-info img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px
}

.inf-item .left .left-info .name {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 8px
}

.inf-item .left .left-info .date {
    margin-right: 8px
}

.inf-item .left .left-info .type {
    margin-left: 8px;
    display: flex;
    align-items: center;
    padding: 0 5px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ccc;
    color: #666
}

.inf-item .left .left-content-text {
    margin-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-size: 14px
}

.inf-item .right {
    width: 128px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden
}

.inf-item .right img {
    width: 108px;
    height: 108px;
    border-radius: 12px;
    padding: 5px
}

.more-btn {
    margin: 0 auto;
    width: 203px;
    height: 43px;
    line-height: 43px;
    border-radius: 25px;
    border: 1px solid #ff6533;
    color: #ff6533;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.more-btn a {
    color: #ff6533;
}

.seo-view {
    padding-bottom: 5px;
    margin-top: 25px;
}

.seo-view h2 {
    color: #000;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
}

.seo-view p {
    color: #333;
    font-size: 15px;
}

.footer-view {
    width: 100%;
    min-height: 401px;
    background: #132130;
    margin-top: 80px;
    padding-top: 30px;
    color: #fff;
}

.footer-view .listContentView {
    margin-top: 50px;
    margin: 0 auto;
    width: 860px;
    display: flex
}

.footer-view .listContentView .listItem {
    align-items: flex-start;
    flex: 1
}

.footer-view .listContentView .listItem .titleView {
    color: #fff;
    font-weight: 800;
    font-size: 12px;
}

.footer-view .listContentView .listItem .childContentView {
    align-items: flex-start
}

.footer-view .listContentView .listItem .childContentView .childItem {
    margin-top: 14px;
    align-items: flex-start;
    color: #fff;
    font-size: 16px;
    transition: all .3s
}

.footer-view .listContentView .listItem .childContentView .childItem .contact .icon {
    width: 16px;
    margin-right: 5px
}

.footer-view .listContentView .listItem .childContentView .childItem .contact .icon img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(3793%) hue-rotate(194deg) brightness(103%) contrast(103%);
}

.footer-view .listContentView .listItem .childContentView .childItem .contact .value {
    color: #fff;
}

.footer-view .listContentView .listItem .childContentView .childItem .img {
    width: 128px;
    height: 40px;
    border-radius: 8px;
    background: #f8f8f8;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 5px 10px;
}

.footer-view .listContentView .listItem .childContentView .childItem .img img {
    width: 100%
}

.footer-view .listContentView .listItem .childContentView .childItem:hover {
    color: #ff6533;
}

.footer-view .line {
    margin: 30px auto;
    width: 860px;
    height: 1px;
    background-color: #ccc
}

.footer-view .centerView {
    margin: 0 auto;
    width: 860px;
    /* height: 40px; */
    display: flex;
    align-items: center;
}

.footer-view .centerView .iconView {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px
}

.footer-view .centerView .iconView img {
    width: 100%;
    height: 100%
}

.footer-view .centerView .msgLogo {
    height: 100%;
    margin: 0 18px
}

.footer-view .centerView .msgLogo div {
    flex: 1
}

.footer-view .centerView .msgLogo:first-child {
    color: #000;
    font-size: 14px;
    white-space: nowrap
}

.footer-view .centerView .msgLogo .logo img {
    width: 96px
}

.footer-view .centerView .msgContent {
    color: #929292;
    font-size: 14px
}

.footer-view .buttom {
    margin: 10px auto;
    width: 860px;
    color: #929292;
    font-size: 14px;
    text-align: center
}

.right-content {
    width: 100%;
    margin: 0px 300px;
    padding: 20px;
}

.promo-banner img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}

.promo-sec {
    padding: 24px 0px 0px;
}

.afterlogin_btn_back {
    color: #797979;
    margin-right: 20px;
    font-size: 20px;
}

.header_back {
    display: flex;
    align-items: center;
}

.text_afterlogin_head {
    font-weight: 600;
    font-size: 18px;
    color: #222;
}

a.afterlogin_btn_back:hover {
    color: #797979;
}

.detail-sec h2 {
    color: #222;
    margin: 16px auto 10px;
    font-size: 30px;
    font-weight: bold;
}

.sub-det {
    margin: 5px auto 20px;
    display: flex;
    align-items: center;
}

.sub-det img,
.sub-inf img {
    width: 20px;
    height: 20px;
    margin-right: 8px
}

.sub-det span {
    color: #222;
    display: inline-block;
    vertical-align: super;
    font-size: 14px;
    margin-right: 6px
}

.sub-det .sub-date {
    margin-left: 6px;
    color: #666;
    display: inline;
    vertical-align: super;
    font-size: 14px
}

.context {
    margin: 0 auto 21px;
    color: #666;
    font-size: 18px;
    line-height: 22px
}

.context a {
    display: block
}

.context img {
    border-radius: 20px;
    margin: 10px 0
}

.context .topicimg {
    border-radius: 0;
    margin: 0
}

.dataContainer {
    display: flex;
    width: 100%;
    gap: 15px
}

.dataContainer .inf-col {
    width: 30%;
    margin: 21px auto 0;
    flex-grow: 1;
    cursor: pointer
}

.dataContainer .inf-col a {
    color: #fff;
    text-decoration: none
}

.dataContainer .inf-col .inf-txt {
    padding: 16px;
    border-radius: 12px;
    background: #fff
}

.dataContainer .inf-col .inf-txt b {
    color: #222;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    white-space: nowrap
}

.dataContainer .inf-col .inf-txt .sub-inf {
    margin: 5px 0 10px;
    display: flex;
    align-items: center;
}

.dataContainer .inf-col .inf-txt .sub-inf span {
    font-size: 12px;
    display: inline-block;
    line-height: 20px;
    color: #222;
    margin-right: 5px;
}

.dataContainer .inf-col .inf-txt .sub-inf h5 {
    border-radius: 100px;
    background: #fff;
    border: 1px solid #ccc;
    height: 18px;
    text-align: center;
    padding: 0 5px;
    font-size: 12px;
    color: #666;
    display: inline-block;
    font-weight: 400
}

.dataContainer .inf-col .inf-txt p {
    display: block;
    display: -webkit-box;
    height: 140px;
    line-height: 70px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-size: 14px
}

.privacy-sec {
    width: 100%;
    color: #666;
    font-weight: regular;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    padding-top: 47px;
    padding-left: 20px;
}

.privacy-sec h2 {
    margin-bottom: 32px;
}

.no-list li {
    list-style: none;
    padding-top: 30px;
    line-height: 1.5;
    font-size: 20px;
}

.privacy-content {
    padding: 30px 0px;
}

.disc-list li {
    list-style: disc;
    padding-top: 0px;
}

.disc-list {
    padding-left: 20px;
    padding-top: 30px;
}

.tnc-content {
    padding: 15px;
    color: #666;
    font-size: 14px;
}

.tnc-content h4 {
    font-size: 16px;
    color: #000;
    padding-bottom: 30px;
}

.tnc-content p {
    padding-bottom: 20px;
}

.tnc-list {
    list-style: none;
    padding-bottom: 30px;
}

.pmbox {
    color: #fff;
    display: inline-block;
    padding: 6px 22px;
    font-weight: 700;
    font-size: 15px;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    width: 100%;
    background: #1d314a;
    border-radius: 10px;
}

.pmbox:hover,
.pmbox.active {
    color: #fff;
    border-bottom: 3px solid #000;
    background: #ed1d49;
}

.news-content {
    width: 100%;
}

.divider {
    background-color: #999;
    width: 1px;
    height: 15px;
}

.news-content .inf-item .left .left-title p {
    max-width: 100%;
}

.acc-box {
    border-radius: 12px;
    background: #fff;
    border: 1px solid #dfdfdf;
    padding: 20px;
    overflow: hidden;
}

.box-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
}

.box-top .box-top-left {
    display: flex
}

.box-top .box-top-left .user-head {
    position: relative;
    cursor: pointer;
    margin-right: 10px
}

.box-top .box-top-left .user-head .avaView.avatar {
    width: 52px;
    height: 52px;
    margin-right: 7px
}

.box-top .box-top-left .user-head .camera {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 20px;
    height: 20px
}

.box-top .box-top-left .userinfo-loginName {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.box-top .box-top-left .userinfo-loginName .userinfo-loginName-txt {
    line-height: 0;
    overflow: hidden
}

.box-top .box-top-left .userinfo-loginName .userinfo-loginName-txt span {
    color: #222;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0
}

.box-top .box-top-left .userinfo-loginName .userinfo-loginName-txt img {
    margin-left: 9px;
    width: 12px;
    cursor: pointer
}

.box-top .box-top-left .userinfo-loginName .userinfo-nickname-txt {
    line-height: 0;
    display: flex;
    align-items: center;
    cursor: pointer
}

.box-top .box-top-left .userinfo-loginName .userinfo-nickname-txt span {
    color: #222;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 700;
}

.box-top .box-top-left .userinfo-loginName .userinfo-nickname-txt img {
    margin-left: 9px;
    width: 15px;
    cursor: pointer
}

.box-top .userinfo-logOut {
    display: flex;
    align-items: center;
    cursor: pointer
}

.box-top .userinfo-logOut span {
    color: #999;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0;
    text-align: right
}

.box-top .userinfo-logOut img {
    margin-right: 5px;
    width: 15px
}

.avaView .imgView {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    overflow: hidden;
}

.van-image__error,
.van-image__img,
.van-image__loading {
    display: block;
    width: 100%;
    height: 100%;
}

.account-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.balance-card {
    border-radius: 12px;
    background: #fff;
    padding: 20px 0;
    text-align: center;
    line-height: normal;
    font-weight: 700;
    overflow: hidden
}

.balance-card .title {
    color: #666;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 10px
}

.balance-card .withdrawing-number {
    color: #bababa;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px
}

.balance-card .balance-number {
    color: #222;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    margin-bottom: 10px;
}

.balance-card .balance-number .balance-unit {
    font-weight: 700;
    font-size: 25px;
    margin-right: 5px;
    vertical-align: middle;
    color: #222;
}

.balance-card .balance-number .balance-item-txt-loading {
    color: #666;
    font-size: 16px
}

.balance-card .balance-number .reload {
    height: 18px;
    cursor: pointer;
    margin-left: 3px
}

.balance-card .balance-number .refresh {
    display: inline-block;
    animation: spin-data-v-121ebaca 1s linear infinite;
    -moz-animation: spin-data-v-121ebaca 1s infinite linear;
    -webkit-animation: spin-data-v-121ebaca 1s linear infinite;
    -o-animation: refreshing 1s infinite linear
}

@-moz-keyframes spin-data-v-121ebaca {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spin-data-v-121ebaca {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@-o-keyframes spin-data-v-121ebaca {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spin-data-v-121ebaca {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.balance-card .btn {
    font-size: 16px;
    border-radius: 24px;
    width: 172px;
    height: 43px;
    line-height: 43px;
    font-weight: 700;
    cursor: pointer;
}

.balance-card .btn img {
    width: 19.2px;
    vertical-align: text-top
}

.balance-card .diposit-btn {
    background: #ff6533;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 5px;
}

.withdraw-btn {
    background: #fff;
    border: 1px solid #ff6533;
    color: #ff6533;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 5px;
}

.balance-card .layout {
    display: flex;
    gap: 15px;
    align-items: end;
    justify-content: center;
}

.head-view {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}

.head-view-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-view-left span {
    color: #222;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 600;
}

.head-view-left img {
    width: 20px;
}

.head-view-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.head-view-right span {
    color: #ff6533;
    font-size: 14px;
    letter-spacing: 0;
}

.head-view-right img {
    height: 14px;
}

.nav-list .setting-button {
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    align-items: center;
    min-height: 64px;
    line-height: 64px;
    background: #fff;
}

.setting-button:last-child {
    border-bottom: 0px;
}

.left-icon {
    width: 30px;
    line-height: 0;
}

.left-icon img {
    width: 20px;
}

.setting-value {
    position: relative;
    overflow: hidden;
    color: #969799;
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word;
}

.setting-title,
.setting-value {
    flex: 1;
}

.setting-button i {
    font-size: 18px;
    color: #999;
    margin-left: 4px;
}

.bind-icon img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.title-p img {
    width: 20px;
    margin-right: 6px;
}

.title-p {
    font-weight: 700;
    font-size: 18px;
}

.no-record {
    text-align: center;
    font-size: 18px;
    color: #b7b7b7;
    margin: 40px auto;
}

.no-record img {
    width: 42px;
    height: 42px;
}

.withdraw-btn:hover {
    color: #ff6533;
}

.transation-div .balance-card .btn {
    width: 80%;
    margin: 0 auto;
}

.transaction-card {
    padding-top: 0px;
}

.account-sec {
    padding-bottom: 20px;
}

.rightC {
    text-align: end;
}

.rightC img {
    width: 24px;
}

.acc-top {
    display: flex;
    justify-content: space-between;
}

.add-btn {
    color: #b7b7b7;
    text-align: center;
    padding: 60px;
    border: 1px dotted #b7b7b7;
    margin-top: 20px;
    border-radius: 10px;
    font-size: 18px;
}

.video-intro-wrap {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 20px;
}

.video-sec-wrap img {
    width: 200px;
}

.video-tab .nav-pills {
    flex-direction: column;
    gap: 8px;
}

.video-frame {
    width: 100%;
    height: 300px;
}

.video-sec-wrap.first-video {
    width: 100%;
}

.video-frame iframe {
    border-radius: 15px;
}

.room {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 12px 0 12px;
    background: #222;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
}

.rgh-video-frame {
    position: relative;
}

.onlineNum {
    float: right;
}

.onlineNum img {
    width: 12px;
    height: 10px;
}

.video-tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #ff6533;
    padding: 0px 5px 5px 5px;
    border-radius: 10px;
}

.cell-box {
    height: 140px;
    width: 100%;
    /* margin-bottom: 20px; */
    border-radius: 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.room {
    width: 100%;
    border-radius: 12px 12px 0 0 !important;
    padding: 0 13px;
    height: 27px;
    text-align: left;
}

.room .onlineNum {
    float: right;
}

.room .onlineNum img {
    width: 12px;
    height: 10px;
}

.cell-box.active:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 5px solid #ff6533;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
    z-index: 1;
    box-sizing: border-box;
}

.cell-box.active .room {
    top: 0;
    right: 0;
    background: #ff6533;
    z-index: 1;
}

.isMaintain {
    width: 100%;
    height: 147px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
}

span {
    color: #fff;
    line-height: normal;
}

img.screen {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 12px;
}

img.screen-maintenance {
    width: 50%;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.room {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 12px 0 12px;
    background: #222;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
}

.room span {
    color: #fff;
    vertical-align: middle;
}

.room img {
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.video-tab {
    width: 35%;
}

.video-tab .nav-pills .nav-link {
    padding: 0px 5px 5px;
}

.video-tab .nav-pills .nav-link.active .cell-box .room {
    background: #ff6533;
}

.card-title span {
    color: #000;
}

#nav-left .nav .nav-list .item.active span,
#nav-left .nav .nav-list .item:hover span {
    color: #ff6533;
}

.balance-amount {
    color: #222;
    font-size: 25px;
}

.video-sec-wrap {
    position: relative;
    display: inline-block;
}

.video-tab .nav-pills .nav-link.active::after {
    content: '';
    position: absolute;
    top: 55%;
    left: -18px;
    transform: translateY(-50%);
    border: solid transparent;
    border-width: 10px;
    border-right-color: #ff6533;
    /* Arrow color */
    margin-top: -10px;
}

/* login-modal */
.share_modal .modal-body {
    background: #fff;
    backdrop-filter: blur(5px);
    padding: 0;
    border-radius: 17px;
}

.share_modal .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    top: 0;
    position: absolute;
    right: 8px;
}

.modal_body_share {
    display: flex;
    width: 100%;
}

.share_modal .modal-dialog {
    max-width: 700px;
}

.modal_head {
    /* margin-bottom: 24px; */
    display: flex;
    align-items: center;
    color: #fff;
}

.modal_body_share_left {
    width: 45%;
}

.modal_body_share_left img {
    max-width: 100%;
    border-radius: 10px 0px 0px 10px;
}

.modal_body_right {
    padding: 32px 50px;
    width: 55%;
}

.modal_head p {
    color: #000;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
}

.modal_head span {
    color: #f08536;
}


.share_modal .modal-content {
    background-color: transparent;
    border: none;
}

.input_inner i {
    color: #16abe8;
    margin-right: 10px;
}

.input_inner_forgot a {
    border-bottom: 1px solid #16abe8;
    font-size: 12px;
    color: #fff !important;
}

.btn_login_modal {
    background: #ed1d49;
    color: #fff;
    padding: 7px;
    width: 100%;
    border-radius: 10px;
    border: none;
    margin: 20px 0;
}

.btn_login_modal:hover {
    background: #ed1d49;
    color: #fff;
}

.left_menu_container_wrap {
    position: fixed;
    z-index: 103;
    left: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    background: #0d143c;
    backdrop-filter: blur(5px);
    padding-top: 55px;
    transition: transform 0.1s ease-in-out;
    transform: translateX(0%);
    border-right: 2px solid #101949;
}

.left_menu_container_wrap.close_menu_container {
    transform: translateX(-100%);
}

.left_menu_container {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.left_menu_container_inner {
    padding: 15px 0px;
    height: 100%;
    /* display: flex; */
    /* Use Flexbox */
    /* justify-content: center; */
    /* Horizontal centering */
    /* align-items: center; */
    /* flex-wrap: wrap; */
}

.left_container_bonus {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}

.left_container_bonus_box {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    background: linear-gradient(125deg, rgb(109 164 243) 0%, rgb(18 72 253) 100%);
    border: 1px solid #0e62ee;
}

.left_container_bonus_txt {
    position: absolute;
    flex-direction: column;
    display: flex;
}

.left_container_bonus_txt_top {
    font-weight: 700;
}

.left_container_bonus_txt_btm {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 0px 18px;
}

.accordion_left_container {
    width: 100%;
    max-width: 584px;
    margin: 30px auto 20px;
    background: #fff0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #93acd3;
    padding-bottom: 13px;
}

.accordion_left_container .link {
    cursor: pointer;
    display: flex;
    padding: 15px 15px 15px 15px;
    color: #93acd3;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    align-items: center;
}

.accordion_left_container .link img {
    width: 25px;
    margin-right: 10px;
}

.accordion_left_container li:last-child .link {
    border-bottom: 0
}

.accordion_left_container li .submenu li:last-child a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.accordion_left_container li i {
    position: absolute;
    top: 22px;
    left: 12px;
    font-size: 18px;
    color: #93acd3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.accordion_left_container li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px
}

.accordion_left_container li.open .link {
    color: #93acd3;
    background-color: #202a39;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion_left_container li.open i {
    color: #93acd3;
}

.accordion_left_container li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.submenu {
    display: none;
    background: #202a39;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.submenu li {
    border-radius: 20px;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 7px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-align: center;
}

.submenu a:hover {
    background: #2a3b50;
    color: #FFF
}

.right_menu_container_wrap {
    position: fixed;
    z-index: 103;
    right: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    background: #0d143c;
    padding-top: 15px;
    transition: transform 0.1s ease-in-out;
    transform: translateX(0%);
    border-right: 2px solid #25303f;
    overflow-x: auto;
}

.right_menu_container_inner {
    padding: 15px;
}

.logo {
    text-align: center;
}

.side_menu_content img,
.side_menu_content .nav-item .dropdown-item img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(3793%) hue-rotate(194deg) brightness(103%) contrast(103%);
    margin-right: 10px;
}

.side_menu_content li,
.side_menu_content .nav-item {
    margin-bottom: 20px;
    background: #080c26;
    padding: 8px 20px;
    border-radius: 5px;
}

.side_menu_content {
    margin-top: 30px;
}

.side_menu_content li.active,
.side_menu_content li:hover,
.side_menu_content .nav-item.show {
    background: #ed1d49;
    color: #fff;
}

.side_menu_content li.active a,
.side_menu_content li:hover a {
    color: #fff;
}

.side_menu_content li.active a img,
.side_menu_content li:hover a img,
.side_menu_content .nav-item .dropdown-item:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(40%) saturate(0%) hue-rotate(137deg) brightness(101%) contrast(101%);
}

.side_menu_content .nav-link {
    padding: 0px;
}

.side_menu_content .dropdown-menu {
    background: #0b143a;
    border: 0px;
    width: 100%;
    border-radius: 0px;
    padding: 10px;
    transform: none !important;!i;!;
    !i;!;
    will-change: auto !important;!im;!im
    '';!i;!;
    top: 45px !important;!i;!;
}

.side_menu_content .dropdown-menu .dropdown-item {
    color: #fff;
    margin-top: 10px;
}

.side_menu_content .dropdown-menu .dropdown-item:hover {
    background: #f4174d;
    color: #fff;
}

/* login btn */
.login_btn_container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    /* margin-top: 20px; */
}

.btn_container {
    border-radius: 10px;
    font-size: 12px;
    padding: 10px 14px;
    font-weight: 600;
    border: none;
    margin: 0 5px;
}

.btn_log {
    background: #2283f6;
    color: #fff;
}

.btn_reg {
    background: #ed1d49;
    color: #fff;
}

.transaction_title_box {
    /* display: grid; */
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    /* padding: 10px; */
    grid-template-columns: repeat(2, 1fr);
}

.transaction_title {
    display: flex;
    align-items: center;
}

.transaction_title img {
    width: 25px;
    margin-right: 10px;
}

.transaction_title .text {
    font-weight: 900;
    font-style: italic;
    font-size: 20px;
    line-height: 20px;
    color: #A6A9B2;
}

.transaction_time {
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    color: #c8c8c8;
    padding: 10px;
    /* text-shadow: 0px 3px #000000; */
}

.transaction_box {
    /* display: grid; */
    /* flex-wrap: wrap; */
    /* margin-left: -10px; */
    /* margin-right: -10px; */
    /* grid-template-columns: repeat(1,1fr); */
    width: 100%;
}

.transaction_content {
    width: 100%;
    position: relative;
}

.transaction_content_box_title {
    display: flex;
    align-items: center;
}

.transaction_content_box {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.transaction_content_1_title {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    width: 50%;
}

.transaction_content_2_title {
    font-weight: 700;
    font-size: 14px;
    color: #ffff;
    width: 50%;
    text-align: end;
}

.transaction_content_1 {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    width: 50%;
}

.transaction_content_1 img {
    width: 30px;
    margin-right: 10px;
}

.transaction_content_2 {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    width: 50%;
    text-align: end;
}

.light .transaction_container {
    background-color: #fff;
}

.light .transaction_title .text {
    color: #111111;
}

.light .transaction_time {
    color: #111111;
}

.light .transaction_content {
    background-color: #F6F7FB;
}

.light .transaction_content_1_title {
    color: #111111;
}

.light .transaction_content_2_title {
    color: #111111;
}

.light .transaction_content_1 {
    color: #111111;
}

.light .transaction_content_2 {
    color: #111111;
}

.wrap-live {
    width: 100%;
    background: #21337f;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: inset -2px -2px 10px #2a48eb, inset 2px 2px 10px #2a48eb;
    border: 1px solid #000;
}

img.img-sh {
    position: absolute;
    z-index: 1;
    left: -25px;
}

img.img-sh2 {
    z-index: 2;
    position: relative;
}

.transc-l img {
    display: block;
    margin: 0px auto;
}

.btn-live {
    display: flex;
    align-items: center;
}

.text-trs {
    color: #91a9cf;
    font-size: 20px;
    line-height: 21px;
}

.fnt-wh {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.promo_box_wrap {
    background-color: #202a39;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    overflow: hidden;
}

.promo_box_wrap img {
    width: 100%;
}

.promo_box_wrap_inn {
    padding: 15px;
    background: linear-gradient(180deg, rgb(8 16 68) 0%, rgb(9 34 154) 100%);
    border-radius: 0px 0px 10px 10px;
}

.promo_box_wrap_inn p {
    font-weight: 800;
    font-size: 21px;
    margin-bottom: 3px;
    line-height: 1.5;
    color: #fff;
}

.promo_box_wrap_inn span {
    color: #868686;
    font-size: 13px;
}

.promo_box_wrap_a a {
    color: #fff;
    padding: 5px 10px;
    border-radius: 26px;
    font-size: 11px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-top: 11px;
    background: #ed1d49;
}

.promo-right {
    margin-top: 20px;
}

.user-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: right;
    margin-bottom: 20px;
}

.username p {
    color: #fff;
}

.username span {
    font-size: 12px;
}

.btn_dropup_lang {
    /* width: 100%; */
    color: #fff;
    float: right;
    border: 1px solid #006989;
    border-radius: 10px;
}

.btn_dropup_lang button {
    background: none;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    /* padding-left: 19px; */
    padding-right: 35px;
    color: #fff;
}

.btn_dropup_lang button img {
    margin-right: 12px;
}

.dropup.btn_dropup_lang .dropdown-toggle::after {
    right: 10px;
    position: absolute;
    transform: rotate(180deg);
}

.btn_dropup_lang.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn_dropup_lang .dropdown-menu.show {
    display: block;
    width: 100%;
    background-color: #1c2532;
    color: #fff;
}

.btn_dropup_lang .dropdown-menu a,
.sort-by .dropdown-menu a {
    color: #fff;
    padding: 5px 17px;
    display: block;
}

.btn_dropup_lang .dropdown-menu a:hover {
    background-color: #36383e;
}

.btn_dropup_lang .btn-secondary:focus {
    box-shadow: unset;
}

.language-bar {
    /* text-align: right; */
}

.intro {
    margin: 20px 0px;
}

.carousel-indicators li {
    background-color: #fff;
}

.carousel-indicators {
    bottom: -30px;
    justify-content: left;
    margin: 0px;
}

.hot-games {
    margin-top: 35px;
    margin-bottom: 20px;
}

.hot-games p {
    color: #bc1a41;
    font-weight: 600;
    margin-bottom: 20px;
}

.prod-game {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.prod-game img {
    border-radius: 10px;
}

.tournament_sec {
    margin: 15px 0px;
}

.daily_wrap {
    padding: 0;
}

.daily_wrap_img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    /* margin-bottom: -10px; */
    position: relative;
}

.daily_table_wrap {
    background: linear-gradient(180deg, rgba(8, 16, 66, 1) 0%, rgba(9, 34, 156, 1) 100%);
    backdrop-filter: blur(5px);
    padding: 20px 10px 10px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.battle_card_title {
    font-size: 20px;
    max-height: 52px;
    max-width: 160px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 17px;
}

.daily_wrap_img_inn {
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.battle_card_timer {
    padding: 9px 15px;
    width: 160px;
    height: 51px;
    background: hsla(0, 0%, 100%, .18);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.battle_card_label {
    position: absolute;
    left: -1px;
    top: -2px;
    transform: translateY(-50%);
    font-weight: 800;
    font-size: 9px;
    line-height: 120%;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    opacity: .9;
    background: #fed700;
    border-radius: 8px 8px 8px 0;
    padding: 2px 6px;
    white-space: nowrap;
}

.battle_card_timer_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}

.battle_card_block_value {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.02em;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #fff;
}

.battle_card_block_name {
    color: #ffffffb8;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
}

.battle_card_timer_dot {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -.02em;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #fff;
    align-self: flex-start;
}

.battle_card_prize {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    background: #fed700;
    box-shadow: 0 6.88237px 13.1093px -6.88237px rgba(0, 0, 0, .08);
    border-radius: 8px;
    font-weight: 800;
    color: #000;
    height: 36px;
    width: fit-content;
}

.battle_card_prize_title {
    font-size: 9px;
    line-height: 120%;
    letter-spacing: .04em;
    text-transform: uppercase;
    opacity: .9;
    width: 32px;
    margin-right: 6px;
    white-space: pre-line;
    flex-shrink: 0;
}

.battle_card_prize_amount {
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -.02em;
    font-feature-settings: "tnum" on, "lnum" on;
    font-weight: 800;

}

.daily_table_wrap table thead tr {
    color: #00bcff;
    font-size: 11px;
    font-weight: 600;
}

.daily_table_wrap table img {
    width: 27px;
}

.table_user {
    display: inline-flex;
    align-items: center;
    grid-gap: 10px;
}

.table_user_content {
    display: flex;
    flex-direction: column;
}

.table_user_content span {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -.02em;
    color: #00bcff;
    font-weight: 500;
}

.table_user_content span.name {
    color: #fff;
}

.daily_table_wrap table tr th {
    padding: 5px;
}

.daily_table_wrap table tr {
    border-bottom: 1px solid #93acd3;
}

.daily_view {

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px 5px 5px;
    gap: 10px;
}

.daily_view a {
    font-weight: 600;
    font-size: 12px;
    min-width: 150px;
}

.btn-more {
    background: #2283f6;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    border: none;
    width: 100%;
}

.btn-challenge {
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    background: #ed1d49;
    width: 100%;
}

.arrow_slider {
    display: flex;
    grid-gap: 6px;
    margin: 10px 0;
}

.arrow_slider .slide-arrow {
    cursor: pointer;
    background-color: #080c40;
    padding: 6px 13px;
    border-radius: 8px;
    color: #fff;
}

.slider_title {
    color: #bc1a41;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.arrow_slider_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.daily_icon {
    width: 25px;
    margin-right: 10px;
}

.d_view {
    display: block;
}

.m_view {
    display: none;
}

.top-header {
    display: grid;
    grid-template-columns: 30% auto 30%;
    align-items: center;
    padding: 8px;
    position: fixed;
    width: 100%;
    max-width: 991px;
    z-index: 100;
    background: #132130;
}

.top-menu img {
    max-width: 30px;
}

.top-logo {
    display: block;
    text-align: center;
}

.top-logo img {
    max-width: 120px;
}

.live-chat img {
    max-width: 28px;
    background: #11688a;
    border-radius: 50%;
    padding: 5px;
}

.live-chat {
    text-align: right;
}

.side-menu .modal-dialog {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
    background-color: transparent;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal.left .modal-body {
    padding: 0;
    background: #1d314ae3;
    /* padding-top: 25%; */
}

.side-menu-wrap {
    padding: 10px;
}

.side-arrow-btn {
    color: #71d1eb;
    font-size: 20px;
}

.modal.fade.side-menu {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}

.modal.fade.side-menu.show {
    visibility: visible;
    opacity: 1;
}

.side-menu .modal-content {
    display: flex;
    flex-direction: column;
}

.side-logo i {
    margin-right: 15px;
}

.m_side_menu_content {
    color: #fff;
    padding-left: 30px;
}

.m_side_menu_content li {
    margin-top: 40px;
    list-style: none;
}

.m_side_menu_content img {
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(3793%) hue-rotate(194deg) brightness(103%) contrast(103%); */
    margin-right: 20px;
}

.m_side_menu_content li a {
    font-size: 15px;
    padding: 0px;
}

.menu-btm-close .close-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-top: 20px;
    top: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(0deg, rgba(49, 87, 139, 1) 0%, rgba(23, 44, 72, 1) 100%);
    color: #8dddff;
    padding: 10px;
    border-radius: 50%;
}

.close-btn .close span {
    font-size: 38px;
    color: #5fb0ce;
    font-weight: normal;
    text-shadow: none;
}

.close {
    background: transparent;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    font-size: 20px;
    top: 0px;
}

/* Container for both menu and profile info */
.footer-container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 991px;
    transition: transform 0.5s ease-in-out;
    z-index: 10;
}

/* Menu Bottom */
.menu-btm {
    /* background: #152131; */
    border: 1px solid #384250;
    z-index: 11;
    position: relative;
    border: none;
}

/* Menu layout */
.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    padding: 10px 5px 5px;
    height: 55px;
    background: url(../images/footer/footer-bg.png) no-repeat top center;
    background-size: cover;
    filter: drop-shadow(0px 0px 5px #5fcbed91);
}

.menu-wrapper a {
    text-align: center;
    color: #fff;
    display: block;
}

.menu-wrapper img {
    max-width: 20px;
    margin: 0 auto;
    display: block;
}

.menu-btm-close img {
    max-width: 50px;
    position: relative;
    bottom: 35px;
    margin: 0 auto;
    background: #11212f;
    border-radius: 25px;
    padding: 7px;
}

/* Profile Info */
.profile-info {
    background-color: #152131;
    color: white;
    padding: 20px 0;
    text-align: center;
    /* height: 350px; */
    display: none;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
}

.profile-content img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.profile-content h4,
.profile-content p {
    margin: 0;
}

.contact-info {
    margin-top: 10px;
    text-align: left;
}

.footer-container.active {
    transform: translateY(0px);
}

.profile-info.active {
    display: flex;
}

.menu-wrapper span {
    color: #fff;
    font-size: 12px;
}

.menu-wrapper a.active img {
    filter: none;
}

.menu-wrapper a {
    position: relative;
    /* Ensure position is relative for the pseudo-element */
}

.menu-wrapper a.active::after {
    content: '';
    position: absolute;
    left: 38px;
    /* Adjust as needed */
    bottom: 35px;
    /* Adjust as needed */
    width: 30px;
    /* Circle size */
    height: 30px;
    /* Circle size */
    background: rgb(92, 171, 204, 0.45);
    /* Circle color */
    border-radius: 50%;
    /* Make it a circle */
    transform: translateX(-50%);
    filter: blur(10px);
    /* Blur effect */
    z-index: -1;
    /* Send it behind the button */
}

.menu-wrapper a::after {
    content: none;
    /* Remove the effect for inactive buttons */
}

.profile-content .user-profile {
    flex-direction: column;
    text-align: center;
}

.profile-content .user-profile img {
    margin-bottom: 0px;
    background: #2c3745;
    padding: 10px;
    width: 100px;
    height: 100px;
}

.profile-content {
    width: 100%;
    padding: 0px 20px;
}

.c-info {
    background: #1e3344;
    border-radius: 10px;
    display: flex;
    height: 40px;
    margin-top: 13px;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
}

.c-info p {
    margin-right: auto;
    margin-left: 20px;
}

#balance-info p {
    font-size: 18px;
    line-height: 1.4;
}

.amt-bal {
    color: #fff;
    font-weight: 600;
    font-size: 40px !important;
}

.currency {
    color: #76dbf5;
    font-weight: 600;
    font-size: 22px !important;
}

.contact-btn {
    background: #12698b;
    padding: 10px;
    border-radius: 70px 70px 20px 20px;
    width: 200px;
    font-size: 17px;
    white-space: nowrap;
    margin: 15px auto;
}

#balance-info span {
    font-size: 12px;
}

#balance-info {
    position: relative;
}

.animate-img .left-animate {
    position: absolute;
    bottom: 72px;
    left: -25px;
}

.animate-img .right-animate {
    position: absolute;
    bottom: 30px;
    right: -18px;
}

.left-animate img {
    max-width: 160px;
}

.right-animate img {
    max-width: 150px;
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    text-decoration: none;
    font-size: 15px;
    justify-content: space-between;
}

.menu-item:hover {
    background-color: #123E70;
}

.menu-item i {
    margin-right: 10px;
    margin-left: auto;
}

.menu-item img {
    width: 25px;
    height: 25px;
    margin-bottom: 0px;
    margin-right: 15px;
    filter: brightness(0) saturate(100%) invert(64%) sepia(13%) saturate(1390%) hue-rotate(152deg) brightness(106%) contrast(89%);
    border-radius: 0px;
}

.menu-item:last-child {
    justify-content: flex-start;
}

@property --percentage {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

.counter {
    animation: counter 5s ease-out;
    animation-fill-mode: forwards;
    counter-reset: num var(--percentage);
}

.counter::after {
    content: counter(num) "%";
}

@keyframes counter {
    from {
        --percentage: 0;
    }

    to {
        --percentage: var(--counter-end);
    }
}

.percentage-chart {
    width: 150px;
    height: 150px;
    position: relative;
}

.percentage-chart-bg {
    fill: none;
    stroke: #707070;
    stroke-width: 0px;
}

.percentage-chart-stroke {
    fill: #283950;
    stroke-width: 4px;
    stroke: #7ad6e1;
    stroke-linecap: round;
    animation: progress 5s ease-out forwards;
}

.counter {
    position: absolute;
    left: 50%;
    top: 47%;
    font-size: 18px;
    color: #fff;
    transform: translate3d(-50%, -50%, 0);
    background: linear-gradient(310deg, rgba(49, 87, 139, 1) 0%, rgba(23, 44, 72, 1) 100%);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.counter img {
    filter: brightness(0) saturate(100%) invert(81%) sepia(39%) saturate(448%) hue-rotate(133deg) brightness(87%) contrast(101%);
}

.mission-card {
    background-color: transparent;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    color: white;
    border: none;
}

.card-header {
    /* background-color: #1c2d41; */
    border-bottom: none;
    font-weight: bold;
    padding-right: 0px;
}

.mission-item {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #1e3344;
    border-radius: 10px;
    margin-bottom: 10px;
}

.mission-icon {
    font-size: 1.5rem;
}

.mission-details {
    flex: 1;
    font-size: 12px;
    text-align: left;
}

.progress {
    background-color: #3b4d63;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar {
    background-color: #4aa3ff;
}

small {
    color: #b0bec5;
}

.time-breakdown-chart {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mission-details h6 {
    font-size: 12px;
}

.badge-warning {
    color: #ffc107;
    background-color: #53637a;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 12px;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.card-header h5 {
    font-size: 15px;
}

.card-header a {
    font-size: 12px;
    font-weight: 100;
}

.card-body {
    padding-top: 0px;
    padding-right: 0px;
}

.chart-info {
    width: 65%;
    margin-right: 10px;
}

/* Slot */
.slot_product_bg {
    background-color: #fff;
    box-shadow: 0px 0px 10px 3px #4c4c4c47;
    padding: 25px;
    margin: 30px 0;
    border-radius: 15px;
}

.slot_product_icon_wrap {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 15px;
    margin-top: 20px;
}

.slot_product_box {
    display: grid;
    align-items: center;
    grid-template-columns: 25% 75%;
    cursor: pointer;
    grid-gap: 5px;
    padding: 5px 15px;
    text-align: center;
    justify-content: center;
    background: #1e3345;
    border-radius: 20px;
}

.slot_product_box img {
    margin: auto;
}

.slot_product_box:hover img,
.slot_product_box.active img {
    filter: brightness(10.5);
}

.slot_product_box:hover .slot_product_txt,
.slot_product_box.active .slot_product_txt {
    color: #fff;
}

.slot_product_txt {
    color: #999;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 600;
    font-size: 12px;
}

.tab_search {
    background: #1c2c41;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    color: #a2a4a1;
    width: 100%;
    border: 2px solid #263951;
}

.tab_search input {
    border: none;
    margin-left: 10px;
    background: transparent;
    color: #fff;
}

.tab-right {
    margin-bottom: 50px;
    margin-top: 20px;
}

.page-title p {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.filter-button {
    background: #12698b;
    padding: 5px 0px;
    border-radius: 30px;
    width: 135px;
    font-size: 15px;
    margin-right: 10px;
    color: #fff;
}

.filter-button i {
    margin-right: 5px;
}

.filter-button.active,
.filter-button:hover {
    background: linear-gradient(90deg, rgba(177, 15, 84, 1) 0%, rgba(248, 147, 2, 1) 100%);
}

.sort-by span {
    margin-right: 10px;
    color: #fff;
}

.sort-by {
    display: flex;
    align-items: center;
}

.sort-by .dropdown-toggle {
    background: #1b3344;
    border-radius: 20px;
}

.games-tab {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px 40px;
    align-items: center;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.sort-by .dropdown-menu a:hover {
    background: #1b3344;
}

.sort-by .dropdown-menu.show {
    display: block;
    width: 200px;
    background-color: #1c2532;
    color: #fff;
    left: -60px !important;
}

.back-button button {
    background: #1d314a;
    color: #fff;
    padding: 8px 40px;
    border-radius: 10px;
}

.back-button i {
    margin-right: 10px;
}

.game-title p {
    color: #fff;
    margin: 20px 0px;
    font-size: 18px;
}

.game-banner img {
    border-radius: 10px;
}

.game-in-btn {
    padding: 10px 25px;
    height: auto;
    margin-top: 20px;
}

.game-in-btn img {
    max-width: 20px;
}

.game-inner {
    background: #12698b;
    color: #fff;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
}

.game-inner-button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-top: 25px;
}

.game-in-btn span {
    color: #fff;
}

.game-type {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 50px;
}

.m_view .sort-by {
    gap: 15px;
}

.m_view .tab_search {
    background: #fff;
}

/* aboutus */
.page-cont {
    margin: 20px 0px;
}

/* afterlogin */

.afterlogin_inn_wrap.afterlogin_inn_wrap_custom {
    display: grid;
    grid-template-columns: 100%;
    gap: 1rem;
}

.afterlogin_wrap {
    /* padding: 32px 0; */
}

.afterlogin_wrap h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.depwith_wrapbtn {
    /* background-color: #0000004d; */
    /* padding: 4px; */
    display: flex;
    align-items: center;
    /* border-radius: 5px; */
    border-color: #dee3f026;
    margin-bottom: 15px;
    gap: 8px;
}

.depwith_wrapbtn a {
    padding: 15px;
    font-size: 14px;
    line-height: 14px;
    background: #051142;
    color: #fff;
    border-color: #0000004d;
    width: 100%;
    font-weight: bold;
    border: 1px solid #005976;
    border-radius: 3px;
    text-align: center;
}

.depwith_wrapbtn a.active {
    background: #2283f6;
    color: #fff;
}

.depwith_wrapbtn_left {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-right: 3px;
}

.depwith_wrapbtn_right {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.afterlogin_dep_head {
    background: linear-gradient(180deg, rgba(8, 16, 66, 1) 0%, rgba(9, 34, 156, 1) 100%);
    backdrop-filter: blur(5px);
    padding: 1.25rem 2.25rem;
    display: flex;
}

.afterlogin_dep_head {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.afterlogin_dep_headbody_wrap {
    overflow: hidden;
    border-radius: 1rem;
}

.afterlogin_dep_headbody_wrap.afterlogin_dep_headbody_wrap_custom {
    overflow: hidden;
    border-radius: 1rem;
    margin-top: 0;
}

.head_col_1 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* font-size: 50px; */
}

.head_col_1 span {
    font-weight: 600;
    color: #fff;
    font-size: 25px;
}

.trans_btn {
    background: #2283f6;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
}

.trans_btn:hover {
    background-color: #4c3d28;
}

.head_bal {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #fff;
    gap: 5px;
}

.head_bal span {
    color: #0d8bb6;
    font-size: 25px;
}

.afterlogin_dep_body {
    background: linear-gradient(180deg, rgba(8, 16, 66, 1) 0%, rgba(9, 34, 156, 1) 100%);
    backdrop-filter: blur(5px);
    padding: 15px;
    color: #fff;
}

.afterloginbody_step_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.afterloginbody_step_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    color: #fff;
}

.afterloginbody_step_bottom span {
    flex: 1 1 0%;
    font-size: 13px;
}

.afterloginbody_step_bottom span:first-child {
    text-align: left;
}

.afterloginbody_step_bottom span:nth-child(2) {
    text-align: center;
}

.afterloginbody_step_bottom span:nth-child(3) {
    text-align: right;
}

.afterloginbody_step_bottom span.stepcus {
    text-align: right;
}

.step_bullet {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background-color: #dee3f026;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step_bullet.active {
    background-color: #0d89b5;
    color: #fff;
}

.step_line {
    height: 3px;
    background-image: linear-gradient(269.99deg, #0e7aa3 1.25%, rgba(46, 49, 54, 0) 101.67%);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    flex: auto;
}

.step_line.active {
    background-image: linear-gradient(270deg, #0d8bb7 29.61%, rgba(28, 201, 128, 0) 101.68%);
}

.deposit_body_notis {
    background: linear-gradient(90deg, rgba(3, 49, 85, 1) 0%, rgba(15, 133, 174, 1) 100%);
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 8px;
    margin-top: 20px;
    padding: 6px;
}

.deposit_body_notis_leftcolor {
    width: 170px;
    position: absolute;
    background-image: linear-gradient(89.78deg, #ff680938 4.36%, rgba(41, 106, 173, 0) 99.77%);
    left: 0;
    top: 0;
    border-radius: 8px;
    height: 100%;
}

.dep_notisicon {
    width: 32px;
    height: 32px;
    margin-right: 4px;
}

.deposit_body_notis_content {
    display: flex;
    align-items: center;
    font-size: 12px;
    position: relative;
    color: #fff;
}

.dep_content_warning {
    color: #ed234b;
}

.deposit_bank_choose_box {
    display: flex;
    background: #021140;
    color: #fff;
    border-radius: 8px;
    padding: 0.75rem;
    align-items: center;
}

.deposit_bank_choose_box:hover {
    background-color: #397eea;
}

.deposit_bank_choose_box img {
    height: 25px;
    border-radius: 5px;
    margin-right: 10px;
}

.deposit_bank_choose_box span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}

.deposit_bank_choose_box i {
    margin-left: auto;
}

.deposit_bank_choose_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 25px;
    margin-top: 25px;
}

.afterlogin_inn_wrap_faqbody {
    padding: 1rem;
    background: linear-gradient(180deg, rgba(8, 16, 66, 1) 0%, rgba(9, 34, 156, 1) 100%);
    backdrop-filter: blur(5px);
    border-radius: 1rem;
    height: 100%;
}

.dep_faq_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.mb-0>a {
    display: block;
    position: relative;
}

.mb-0>a:after {
    content: "\f054";
    position: absolute;
    right: -23px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.mb-0>a[aria-expanded="true"]:after {
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.afterlogin_inn_wrap_faqaccor .card-header {
    padding: 14px 1.25rem;
    margin-bottom: 0;
    background-color: #00113e;
    border-bottom: #0d87b3;
}

.afterlogin_inn_wrap_faqaccor .card-header:hover {
    background-color: #397eea;
}

.afterlogin_inn_wrap_faqaccor .card-header a {
    color: #fff;
    font-size: 14px;
    display: flex;
    width: 90%;
    align-items: center;
}

.afterlogin_inn_wrap_faqaccor .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #022a79;
    background-clip: border-box;
    border: none;
    border-radius: 10px;
}

.afterlogin_inn_wrap_faqaccor .card:first-child .card-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.afterlogin_inn_wrap_faqaccor .card:last-child .card-header {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.btn_dep {
    color: #fff;
    margin-right: 0;
    background: #ed1d49;
}

.header_btn_dep {
    display: flex;
    align-items: center;
    background: #1c2532;
    border-radius: 10px;
    /* padding: 0px 0px 0 10px; */
    white-space: nowrap;
    border: 1px solid #ed1d49;
}

.header_btn_dep .rd-color {
    font-size: 13px;
}

.headusericon {
    /* width: 25px; */
    border-radius: 50px;
}

.head_afterlogin_custom .btn_dropup_lang button {
    background: #2283f6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 19px;
    border-bottom: 1px solid #dee3f026;
    border: none;
}

.head_afterlogin_custom .btn_dropup_lang {
    width: 152px;
}

.head_afterlogin_custom .btn_dropup_lang .dropdown-menu.show {
    display: block;
    width: 100%;
    background: linear-gradient(180deg, rgba(8, 16, 66, 1) 0%, rgba(9, 34, 156, 1) 100%);
    min-width: 11rem;
}

.head_afterlogin_custom .btn-secondary:not(:disabled):not(.disabled).active,
.head_afterlogin_custom .btn-secondary:not(:disabled):not(.disabled):active,
.head_afterlogin_custom .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0000004d;
    border-color: #4e555b;
}

.head_afterlogin_custom .btn_dropup_lang .dropdown-menu a {
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 7px 11px;
    justify-content: left;
    grid-gap: 0 10px;
}

.head_afterlogin_custom .btn_dropup_lang .dropdown-menu a i {
    display: block;
    font-size: 12px;
    width: 20px;
}

.head_afterlogin_custom .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
}

.head_afterlogin_custom_mobile {
    display: none;
}

.btn_tr {
    background-color: #2d3035;
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 7px;
}

.afterlogin_btn_back {
    color: #fff;
    margin-right: 20px;
}

.point-wrap {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    gap: 5px;
}

.btn_container {
    border-radius: 10px;
    font-size: 15px;
    padding: 10px 14px;
    font-weight: 600;
    border: none;
    /* margin: 0 5px; */
    width: 100%;
    white-space: nowrap;
}

.rd-color {
    font-size: 25px;
    background: none;
    border: none;
    color: #fff;
}

.tab-pay ul {
    display: grid;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 15px;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
}

.tab-pay ul li a {
    background: #021140;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #005974;
    white-space: nowrap;
}

.tab-pay ul li a.active,
.tab-pay ul li a:hover {
    background: #2283f6;
    color: #fff;
}

.head_bal a {
    font-size: 30px;
}

.rd-color i {
    font-size: 15px;
}

.deposit_select_showbank {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.bank_display {
    width: 82px;
    border-radius: 5px;
    margin-right: 10px;
}

.bank_display_name {
    font-weight: 700;
}

.form_label {
    margin-bottom: 2px;
    font-weight: 700;
    color: #fff;
}

.form-control:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
    border: 1px solid #16abe8;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #16abe8;
}

.form_wrap {
    margin-top: 22px;
}

.label_wrap {
    display: flex;
    justify-content: space-between;
}

.form_label_notis {
    font-size: 12px;
}

.bank_amount_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
    margin-top: 8px;
}

.bank_amount_grid button {
    width: 100%;
    color: #fff;
    background-color: rgba(222, 227, 240, .15);
    border-radius: 5px;
    padding: 10px;
    border: none;
    font-size: 13px;
    font-weight: 700;
}

.bank_amount_grid button:hover {
    background-color: rgba(222, 227, 240, .3);
}

.form_bonus_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text_bonus_amt_top {
    color: #f4ba00;
}

.text_bonus_amt {
    font-size: 17px;
    font-weight: 700;
}

.form_bonus_wrap {
    font-size: 13px;
}

.submit_btn_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    align-items: center;
    margin-top: 50px;
}

.submit_btn_wrap button.backbtn {
    background: #f4174d;
    height: 52px;
    border-radius: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    color: #fff;
    border: none;
    font-weight: 700;
    width: 100%;
}

.submit_btn_wrap button.paybtn {
    background: #2283f6;
    color: #fff;
    height: 52px;
    border-radius: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    border: none;
    font-weight: 700;
    width: 100%;
}

.submit_btn_wrap_with {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    align-items: center;
    margin-top: 50px;
}

.footer_pay {
    display: none;
    position: fixed;
    bottom: 0;
    background-color: #2c2e34;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    width: 100%;
}

.footer_pay .submit_btn_wrap button.backbtn {
    background-color: rgba(222, 227, 240, .15);
    height: 44px;
    border-radius: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    color: #fff;
    border: none;
    font-weight: 700;
}

.footer_pay .submit_btn_wrap button.paybtn {
    background-color: #1cc980;
    height: 44px;
    border-radius: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    color: #000;
    border: none;
    font-weight: 700;
}

.footer_pay .submit_btn_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    align-items: center;
    margin-top: 10px;
}

.footer_pay .form_wrap {
    margin-top: 0;
}

body[data-singlepage="afterlogin"] .mobile_footer {
    padding: 18px 10px 155px 10px;
}

.add_bank_with_wrap {
    color: #0d8bb6;
    display: flex;
    flex-direction: column;
    height: 112px;
    background-color: #dee3f00d;
    border-radius: 0.75rem;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.add_bank_with_wrap p {
    margin-bottom: 0;
}

.add_bank_with_wrap i {
    font-size: 24px;
    margin-bottom: 10px;
}

.table-share tr th {
    background-color: rgba(0, 0, 0, .3);
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #636363;
    color: #fff;
}

.table-share tr td {
    padding: 5px;
    border: 1px solid #636363;
    text-align: center;
    color: #fff;
}

.add_bank_with_wrap:hover {
    background-color: rgba(222, 227, 240, .15);
}

.addbankdropdown .btn {
    width: 100%;
    color: #fff;
    background-color: #01111d;
    height: 52px;
    border-bottom: 1px solid #dee3f026;
    border-radius: 0.5rem;
    text-align: left;
}

.addbankdropdown .dropdown-menu {
    width: 100%;
    background-color: #01111d;
}

.addbankdropdown .dropdown-menu a {
    color: #fff;
    padding: 10px 20px;
    background-color: #01111d;
}

.addbankdropdown .dropdown-menu a:hover {
    background-color: #0d8bb7;
}

.addbankdropdown img {
    width: 83px;
    margin-right: 10px;
    border-radius: 5px;
}

.afterlogin_dep_body select {
    -webkit-appearance: none;
    appearance: none;
}

.afterlogin_dep_body .select_custom {
    position: relative;
}

.afterlogin_dep_body .select_custom::after {
    content: "\f054";
    font-weight: 900;
    font-size: 0.8rem;
    top: 29%;
    right: 17px;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    transform: rotate(90deg);
}

.history_typebtn a {
    padding: 15px;
    font-size: 14px;
    line-height: 14px;
    background-color: #dee3f026;

    color: #ecf1ffb3;
    border-color: #0000004d;
    width: 100%;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    text-align: center;
}

.history_typebtn a.active {
    color: #ffffff;
    background-color: #ed1d498c;
}

.history_typebtn {
    background-color: #0000004d;
    padding: 4px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border-color: #dee3f026;
    grid-gap: 4px;
}

.select_form_history {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: end;
    grid-gap: 15px;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.history_table_wrap {
    /* background: #fff; */
    backdrop-filter: blur(5px);
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 40px;
}

.history_table {
    color: #fff;
}

.history_table tr th {
    padding: 0 5px;
}

.history_table tr td {
    padding: 3px 5px;
}

tr.unread td {
    font-weight: bold;
    color: #fff;
}

.history_table tr th:last-child {
    text-align: right;
}

.history_table tr td:last-child {
    color: #fff;
    text-align: right;
}

.msg_user {
    cursor: pointer;
}

.msg_user:hover {
    color: #fff;
}

.history_table_wrap.history_table_wrap_inbox {
    /* background-color: #00113c; */
    padding: 0;
    border-radius: 10px;
    margin-top: 0;
}

.profile_userimg_wrap {
    background-color: #002351;
    border-radius: 16px;
    display: flex;
    grid-gap: 20px;
    padding: 10px;
    margin-bottom: 10px;
    }

.profile_userimg img {
    border-radius: 100%;
    width: 80px;
    border: 5px solid #dee3f026;
}

.profile_userinfo {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.profileuserinfo_badge {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.profileuserinfo_badge img {
    width: 28px;

}

.profileuserinfo_badge p {
    margin: 0;
    position: absolute;
}

.profile_user_num {
    margin: 0;
    font-size: 21px;
}

.amt-qr {
    display: flex;
    /* justify-content: space-between; */
    /* align-items: center; */
    flex-direction: column;
}

.qr-img img {
    height: 130px;
}

.qr-area {
    border: 1px solid #5f5f5f;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.qr-nm {
    color: #2283f6;
    font-size: 12px;
}

.qr-info {
    /* font-size: 12px; */
    width: 50%;
}

.qr-img {
    margin: 10px 0px;
}

.atten {
    border: 1px solid #5f5f5f;
    border-radius: 5px;
    padding: 10px;
}

.atten img {
    height: 20px;
}

.form-max {
    position: relative;
}

p.txt-sm {
    font-size: 12px;
    font-weight: bold;
    color: #ed1d49;
    margin: 0px;
}

.penttop-r {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.btn-pending {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    gap: 10px;
}

.af-content {
    margin-bottom: 20px;
    border: double #737373;
    padding: 20px;
    border-radius: 10px;
}

.btn-df {
    border: none;
    background: #ed1d49;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}

.btn-df:hover {
    background: #c5163b;
}

[type="file"] {
    height: 0;
    overflow: hidden;
    width: 100%;
}

[type="file"]+label {
    margin: 0px !important;
    background: #ed1d49;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-size: inherit;
    font-weight: 500;
    margin-bottom: 1rem;
    outline: none;
    padding: 0.5rem 50px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;

    &:hover {
        background-color: darken(#f15d22, 10%);
    }

    &.btn-1 {
        background-color: #ed1d49;
        box-shadow: 0 6px darken(#f79159, 10%);
        transition: none;

        hover {
            box-shadow: 0 4px darken(#f79159, 10%);
        }
    }

    &:hover {
        background-color: darken(#99c793, 30%);

        &::before {
            right: 75%;
        }
    }

}

.pay-status .card {
    background: none;
    margin-bottom: 20px;
    border: double #0f82ab;
    padding: 0px;
    border-radius: 10px;
}

.pay-status .card-body {
    padding-top: 0px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.qr-info .atten {
    font-size: 12px;
}

.qr-info p {
    font-size: 12px;
    /* margin-bottom: 1rem; */
}

/* popup-deposit */
.modal-content {

background: none;

color: #fff;

/* box-shadow: 0px 0px 10px #71d1eb; */

border-radius: 15px;
}

.modal-header {
    border: none;
    /* padding: 0 0 20px 0; */
}

.modal-header h4 {
    color: white;
    font-size: 24px;
    font-weight: 500;
}

.modal-header .close {
    color: #8295B2;
    opacity: 1;
    font-size: 24px;
    padding: 0;
    margin: 0;
}

.tab-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    background: #0d245ad1;
    /* Darker background for tabs container */
    padding: 4px;
    border-radius: 12px;
}

.tab {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #8295B2;
    /* Lighter blue for inactive tab */
    font-size: 16px;
    font-weight: 500;
}

.tab.active {
    background: #0d245a;
    /* Active tab background */
    color: white;
    box-shadow: 0px 1px 1px #1d65b4;
}

.amount-input {
    margin-bottom: 20px;
}

.input-group {
    display: flex;
    align-items: center;
    background: #0c2258;
    /* Darker blue for input background */
    border-radius: 12px;
    padding: 12px 16px;
    border: 1px solid #1A2C4E;
    /* Subtle border */
    box-shadow: 0px 1px 1px #1d65b4;
}

.currency-symbol {
    color: #8295B2;
    font-size: 18px;
    margin-right: 8px;
}

input[type="number"] {
    background: transparent;
    border: none;
    color: white;
    font-size: 18px;
    flex: 1;
    outline: none;
}

.crypto-select {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #0a1a51;
    /* Slightly lighter blue for select */
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #1a5ba6;
}

.quick-amounts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 24px;
}

.quick-amounts button {
    background: #0a1a51;
    /* Darker blue for amount buttons */
    border: 1px solid #1A2C4E;
    border-radius: 8px;
    color: #8295B2;
    /* Lighter blue for amount text */
    padding: 10px;
    font-size: 16px;
    transition: all 0.2s;
}

.quick-amounts button:hover {
    background: linear-gradient(90deg, rgba(0, 91, 245, 1) 0%, rgba(44, 158, 255, 1) 100%);
    color: white;
}

.payment-methods p {
    color: #8295B2;
    margin: 16px 0 12px;
    font-size: 14px;
}

.card-methods,
.crypto-methods {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
    background: #0c2258;
    /* Darker blue background */
    padding: 10px;
    border-radius: 8px;
    position: relative;
    overflow-x: auto;
    /* Enables horizontal scrolling */
    white-space: nowrap;
    /* Prevents images from wrapping */
    scroll-behavior: smooth;
    /* Hides scrollbar in Firefox */
    -ms-overflow-style: none;
}

.card-methods img,
.crypto-methods img {
    /* height: 40px; */
    opacity: 1;
    transition: opacity 0.2s;
    cursor: pointer;
    /* background: #0a1a51; */
    /* padding: 5px 10px; */
    /* border-radius: 5px; */
}

.card-methods img:hover,
.crypto-methods img:hover {
    /* opacity: 1; */
}

.pay-button {
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 91, 245, 1) 0%, rgba(44, 158, 255, 1) 100%);
    /* Bright blue for pay button */
    color: white;
    border: none;
    border-radius: 12px;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 24px;
    cursor: pointer;
    transition: background 0.2s;
    box-shadow: inset 0 2px 10px rgb(110 226 254);
}

.pay-button:hover {
    background: linear-gradient(90deg, rgba(0, 91, 245, 1) 0%, rgba(44, 158, 255, 1) 100%);
}

/* Text styles */
.modal-body p {
    color: #fff;
    /* Lighter blue for labels */
    font-size: 14px;
    margin-bottom: 10px;
}

/* Input placeholder */
input::placeholder {
    color: #8295B2;
}

/* Scrollbar customization */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #0F1E35;
}

::-webkit-scrollbar-thumb {
    background: #1A2C4E;
    border-radius: 4px;
}

/* Modal animation */
.modal.fade .modal-dialog {
    transform: scale(0.95);
    transition: transform 0.2s ease-out;
}

.modal.show .modal-dialog {
    transform: scale(1);
}

.tab-buttons .tab {
    background: #0a1a51;
}

.deposit-modal .close-btn {
    background: none;
    border: 1px solid #445e97;
    border-radius: 50px;
    padding: 3px 10px;
}

.crypto-select img {
    max-width: 22px;
}

.scroll-container {
    position: relative;
    display: flex;
    align-items: center;
}

.card-methods {
    display: flex;
    overflow-x: auto;
    /* Enables horizontal scrolling */
    white-space: nowrap;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    align-items: center;
}

.card-methods::-webkit-scrollbar {
    /* display: none; */
    /* Hide scrollbar */
}

.scroll-right {
    position: absolute;
    right: 0px;
    top: 40%;
    transform: translateY(-50%);
    background: rgb(10 23 72);
    color: white;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 30px;
    border-radius: 5px;
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Removes arrows in Firefox */
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    /* Removes arrows in Chrome, Safari, Edge */
    margin: 0;
}

.card-methods-img,
.crypto-methods img {
    background: #0a1a51;
    padding: 5px;
    border-radius: 5px;
    width: 60px;
    text-align: center;
    height: 45px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.crypto-methods img {
    max-width: 40px;
    height: auto;
    padding: 8px;
}

.modal-body {
    /* padding: 20px 30px; */
}

/* index-login */
.login_btn_container {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.token-wrap {
    display: flex;
    align-items: center;
}

.btn.dropdown-toggle:hover {
    color: #fff;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.modal {
    overflow-y: auto;
}

/* afterlogin popup */
/* AFTERLOGIN */
.header-r-af {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-bln {
    background: #ff7400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    border-radius: 32px;
    color: #fff;
    font-weight: bold;
    font-size: 0.8vw;
    border: none;
}

span.ico-dwn {
    color: var(--text-color);
}

.bln-top {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.blc-all {
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    margin-top: 5px;
}

span.bln-ico {
    color: #ffb800;
    font-size: 20px;
    display: flex;
}

.bln-ttl {
    color: #924708;
    font-size: 12px;
}

span.ico-dwn {
    color: var(--text-color);
}

.txt-wh {
    color: #fff;
}

.bln-top::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #924708;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.btn-bln::after {
    display: none;
}

.top-down .dropdown-menu {
    background: none;
    min-width: 310px;
    border-radius: 20px;
    padding: 0px;
    margin: 0px;
    border: none;
}

.dropbl {
    /* background: #121e36; */
    border-radius: 10px;
    /* padding: 15px; */
}


.btn-amt {
    display: flex;
    gap: 10px;
    align-items: center;
}

button.btnall {
    padding: 5px 10px;
    border-radius: 10px;
    background: #ff7400;
    color: #fff;
    border: none;
}

button.btnall:hover {
    background: #075a46;
}

.bln-all ul {
    display: flex;
    flex-direction: column;
    width: 100% !important;
}

.bln-in {
    color: #5e697b;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.bln-all {
    margin-top: 2px;
}

button.btn-wal {
    background: linear-gradient(to right, rgba(49, 205, 176, 1) 0%, rgba(53, 81, 164, 1) 100%);
    height: 39px;
    font-size: 16px;
    border-radius: 40px;
    padding: 0px 24px;
    color: #fff;
    display: flex;
    align-items: center;
    border: none;
}

button.btn-wal i {
    margin-right: 10px;
}

.dropdown-af {
    display: inline-block;
}

.drop-box {
    padding: 20px 10px;
    background: #121e36;
    margin-top: 12px;
}

.dropdown-af:hover .dropdown-content {
    display: block;
    position: absolute;
    right: 20px;
    animation-duration: 0.5s;
}

.dropdown-content {
    display: none;
    min-width: 298px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.use-img img {
    border-radius: 50px;
    width: 35px;
}

.user-img img {
    height: 40px;
    border-radius: 50px;
}

.progress2 {
    padding: 9px 6px;
    border-radius: 30px;
    user-select: none;
    position: relative;
    border-radius: 1vw;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    background: #24314a;
}

.progress-bar1,
.progress-bar2,
.progress-bar3,
.progress-bar4,
.progress-bar5 {
    height: 10px;
    border-radius: 30px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    transition: 0.4s linear;
    transition-property: width, background-color;
}

.progress-moved .progress-bar1 {
    width: 20%;
    background-color: #EF476F;
    animation: progressAnimation 6s;
}

.progress-moved .progress-bar2 {
    width: 40%;
    background-color: #EF476F;
    animation: progressAnimation2 6s;
}

.progress-moved .progress-bar3 {
    width: 60%;
    background-color: #EF476F;
    animation: progressAnimation3 6s;
}

.progress-moved .progress-bar4 {
    width: 80%;
    background-color: #4facfe;
    animation: progressAnimation4 6s;
}

.progress-moved .progress-bar5 {
    width: 100%;
    background-color: #EF476F;
    animation: progressAnimation5 6s;
}

.vip-top {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    margin-top: 14px;
}

.nxt-lvl {
    display: flex;
    gap: 10px;
}

span.nxt-xp {
    color: var(--text-color);
}

.lvl-bar {
    user-select: none;
    background-color: #949393;
    position: relative;
    border-radius: 1vw;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}

.dropbtn {
    background: none;
    border: none;
}

.drop-btn {
    background: #24314a;
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
    border: none;
}

.drop-btn ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    width: 100% !important;
}

.drop-btn ul li a {
    font-size: 12px;
    color: #5e697b;
    padding: 6px 10px;
}

.user-dtl {
    display: flex;
    align-items: center;
    gap: 10px;
}

span.iv-icon {
    margin-right: 10px;
}

button.btn-out {
    /* display: flex; */
    /* margin: 10px 20px; */
    /* background: none; */
    /* border: none; */
    /* color: #5e697b; */
    /* align-items: center; */
    /* font-size: 12px; */
}

button.btn-out i {
    margin-right: 10px;
    font-size: 14px;
}

.lvl-in img {
    max-width: 45px;
}

.btn-msg {
    background: none;
    border: none;
    color: #55555a;
    font-size: 25px;
}

.af-top-wrap {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 10px;
}

.af-header {
    justify-content: end;
}

.modal-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, rgba(8, 16, 66, 1) 0%, rgba(9, 34, 156, 1) 100%);
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
}

.user_box {
    /* background: #e9e9e9; */
    /* padding: 60px 0; */
    color: #fff;
    position: relative;
    /* padding-top: 15px; */
}

.af-tab {
    margin: 15px 0;
    padding: 0 15px;
    /* position: absolute; */
    width: 100%;
    /* bottom: -48px; */
}

.af-tab ul {
    display: grid;
    justify-content: space-between;
    border: none;
    border-radius: 0;
    /* background: #0c1a29; */
    margin-bottom: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0px;
    grid-gap: 10px;
}

.af-tab ul li a.active {
    background-color: #2283f6 !important;
    !i;
    !;
    border-radius: 10px;
    color: #fff !important;
    border: none !important;
}

.af-tab ul li a {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    padding: 10px 4px;
    display: block;
    text-align: center;
    border: 1px solid #005976 !important;
    color: #fff;
    border-radius: 10px;
    background: #051142;
}

.af-tab ul li a p {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.deposit-wrap {
    /* background: #121e36; */
}

.af-form {
    padding: 0px 15px;
}

.af-content-wrap .mdl-form-box {
    border-radius: 10px;
    margin-bottom: 15px;
    /* background: #eee3f3; */
}

.mdl-form-box {
    top: 35%;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
}

.mdl-form-box h4 {
    color: #fff;
}

.bank-select {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: none;
    margin-bottom: 10px;
    grid-gap: 15px;
}

.bank-select .nav-link {
    height: 82px;
    font-size: 12px;
    padding: 15px 5px;
    border-radius: 10px;
    text-align: center;
    display: block;
    background: #222222;
    border: 1px solid transparent;
}

.bank-select .nav-link:focus,
.bank-select .nav-link:hover {
    border: 1px solid transparent;
}

.bank-select .nav-item.show .nav-link,
.bank-select .nav-link.active {
    background-color: #7ff800;
    border: 1px solid transparent;
    color: #000;
}

.bank-img {
    height: 40px;
}

.bank img {
    /* filter: invert(1); */
}

.bank-detail {
    background: #222222;
    border-radius: 10px;
    padding: 5px 15px;
    color: var(--text-color);
    margin-bottom: 15px;
}

.bnk-table {
    width: 100%;
}

.bnk-table tr td {
    font-size: 12px;
    padding: 0px 10px;
}

.mdl-form-box label {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.mdl-form-box .form-control {
    color: #fff;
    background: #1a2c4e;
    border-radius: 5px;
    border: none;
    min-height: 35px;
}

.mdl-form-box select.form-control option {
    background: #434343;
}

.btn-group-dep {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.upload-file {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
}

.btn-file {
    padding: 8px 20px;
    height: 37px;
    top: 0px;
    position: relative;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    width: 100%;
    color: #fff;
    border: none;
    background: #f4174d;
    margin: 0;
}

.custom-file-input {
    position: absolute;
    z-index: 2;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    font-size: 12px;
}

.blnc {
    width: 70%;
}

.mdl-form-box h4 {
    color: #7ff800;
    font-size: 17px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.blnc .panel-default>.panel-heading a {
    display: block;
    padding: 14px;
    font-size: 14px;
    background: #0c1a29;
    border-radius: 10px;
    margin-bottom: 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.important-notice {
    background: #0c1a29;
    border-radius: 20px;
    padding: 15px;
    margin-top: 15px;
}

.important-notice h5 {
    font-size: 14px;
    color: #ffcc68;
    margin-bottom: 10px;
}

.important-notice h5 i {
    color: #ec1d31;
    margin-right: 10px;
}

.important-notice .fa-angle-up {
    color: #ffcc68;
}

.important-notice ul {
    padding-left: 10px;
    font-size: 12px;
    padding-left: 21px;
}

.af-modal .modal-content {
    background: #000;
}

.af-modal .modal-body {
    padding: 0;
    background: #08124c;
}

.msg_icon {
    color: #fff;
}

.aff-ico img {
    filter: invert(1);
}

button.close {
    color: #fff;
    opacity: 1;
}

.amt-box input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border: none !important;
}

.amt-box span {
    width: 15%;
    background: #283782;
    min-height: 38px;
    padding: .375rem .75rem;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: -webkit-center;
}

.amt-box ul {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px;
    width: 100%;
    list-style: none;
}

.amt-box ul li button:hover,
.amt-box ul li button.active {
    background: rgba(222, 227, 240, .3);
    color: #fff;
}

.amt-box ul li button {
    background: rgba(222, 227, 240, .15);
    border: none;
    padding: 15px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    width: 100%;
    font-weight: 800;
    position: relative;
}

.amt-box ul li button .text {
    z-index: 9 !important;
    position: relative;
    background: none;
}

.btn-smt {
    background: #ed1d49;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    width: 100%;
    height: 37px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
}

.amt-box {
    position: relative;
    display: flex;
    align-items: center;
}

.btn-dt {
    background: none;
    color: #fff;
    position: absolute;
    bottom: 2px;
    right: 0px;
    padding: 1px 14px;
    font-size: 21px;
    border: none;
}

.history-nav {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px
}

.history-nav li a {
    background: #272727;
    border-radius: 5px;
    display: block;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    color: #000;
}

.history-nav li a:hover,
.history-nav li a.active {
    background: #7ff800 !important;
    color: #000 !important;
}

.tranc-table tr td {
    color: #757575;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}

.tranc-table tr th {
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    background: #ed1d49;
    width: 100%;
}

.tranc-table tr {
    display: flex;
    justify-content: space-between;
}

.tranc-table tr:nth-child(even) {
    /* background: none; */
}

.af-modal {
    padding: 0px;
    /* width: 100%; */
}

.af-modal .modal-body {
    padding: 0px;
    position: relative;
}

.modal-dialog.af-modal {
    max-width: 524px;
    border-radius: 20px;
}

.af-modal .modal-content {
    background: none;
    border: none;
    border-radius: 20px;
    box-shadow: none;
}

.af-fm-ttl-us {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    position: relative;
}

.af-modal .close {
    position: absolute;
    right: 0px;
    font-size: 0px;
    z-index: 1;
    color: #fff;
    top: 0px;
    text-shadow: none;
}

.item-box.user-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #71d1eb;
    margin-bottom: 0px;
    margin-top: 20px;
}

.item-box.uer-bln {
    background: #08124c;
    padding: 15px 20px;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 10px;
    /* margin-top: 20px; */
    min-height: 265px;
}

.top-bx-l {
    display: flex;
    font-size: 12px;
}

.top-box {
    margin-top: 15px;
}

.top-box ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
}

.top-box ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
}

.amt-ttl {
    color: #fff;
}

.top-bx-l {
    display: flex;
    font-size: 12px;
}

.top-box-fav {
    margin-top: 15px;
}

.top-box-fav ul {
    display: flex;
    list-style: none;
    flex-direction: column;
}

.img-ttl {
    width: 25%;
}

.fav-gm {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    width: 100%;
}

.fav-l {
    font-size: 12px;
    color: #5e697b;
}

.fav-l h4 {
    font-size: 14px;
    color: var(--text-color);
}

.fav-r {
    font-size: 12px;
    text-align: right;
}

.tp-t {
    color: #fff;
}

.msg-wrap {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
}

.msg-l {
    border: 1px solid #7ff800;
    width: 30%;
}

.msg-r {
    padding: 15px;
    border: 1px solid #7ff800;
    width: 70%;
}

.msg-l .nav-tabs {
    border: none;
}

.msg-l ul {
    border-radius: 0px;
}

.msg-l ul li {
    border-radius: 0px;
    padding: 0 !important;
    width: 100%;
}

.msg-l ul li a.active,
.msg-l ul li a:hover {
    background: #7ff800 !important;
    color: #000 !important;
    border: 1px solid #fff0 !important;
}

.msg-l a {
    padding: 10px;
    border-radius: 0px !important;
    line-height: 13px;
    display: block;
    font-weight: 700;
}

.bnk-table .btn-outline-secondary {
    border: none;
}

.lvl-in-top img {
    max-width: 40px;
    margin-right: 10px;
}

.af-modal .tab-content {
    display: block;
}

.light_img {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: 0;
}

.user_demo_price {
    background: none;
    bottom: -1px;
    color: #f4174d;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 600;
    height: 20px;
    left: 0;
    line-height: 1.3;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 9;
}

.amt-box ul li button:hover .rotate_active img,
.amt-box ul li button.active .rotate_active img {
    -webkit-animation: roli_rotate5s linear infinite;
    animation: roli_rotate 5s linear infinite;
}

.deposit-bonus-wrap {
    color: #fff;
    display: grid;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    grid-template-columns: 1fr 20% 30%;
    margin: 0 auto;
    min-height: 40px;
    padding: 10px 16px;
    width: 100%;
    background: #272727;
    text-transform: uppercase;
    border-radius: 6px;
}

.price_mid {
    text-align: center;
}

.price_right {
    text-align: right;
}

@keyframes roli_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.payment-gateway {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.payment-gateway a {
    background: #08103f;
    display: block;
    border-radius: 7px;
    padding: 10px;
    text-align: center;
    border: 1px solid #1c5873;
}

.payment-gateway a img {

    /* max-width: 35px; */

    text-align: center;

    margin: auto;
}

#usdt_tab .payment-gateway a img {
    max-width: 35px;
}

#usdt_tab .payment-gateway a span {
    font-size: 12px;
}

#usdt_tab .payment-gateway a {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.payment-gateway a:hover {
    background: #4381f4;
}

.balance-withdrawal {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.balance-text {
    color: #7ff800;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.button-refresh {
    border-radius: 7px;
    padding: 10px 30px;
    background: #7ff800;
    color: #000;
    font-weight: 700;
    border: none;
}

.amt-box input::placeholder {
    color: #7ff800;
}

.fee-input {
    color: #fff;
    background: none;
    border: none;
    text-align: end;
}

.fee-input:focus {
    outline: none;
}

.fee-input::placeholder {
    color: #7ff800;
}

.withdawal-input {
    display: flex;
    position: relative;
}

.withdawal-input input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.withdawal-input button {
    background: #ed1d49;
    padding: 2px 5px;
}

.ant-checkbox-wrapper {
    display: flex;
    grid-gap: 10px;
}

.transfer-max {
    border-radius: 0px 7px 7px 0px;
    padding: 0 10px;
    width: 40%;
    background: #7ff800;
    border: none;
    line-height: 1;
    font-size: 15px;
}

.af-mobile {
    display: flex;
    grid-gap: 10px;
}

.rd-color {
    font-size: 25px;
    background: none;
    border: none;
    color: #71d1eb;
}

.header_btn_dep .rd-color {
    font-size: 13px;
}

.blc-amt {
    display: flex;
    gap: 20px;
}

.btn-out {
    border: none;
    border-radius: 5px;
    background: #48dd30;
    color: #fff;
    min-width: 45px;
}
.balance-modal .modal-body {
    padding: 0px;
}

.btn-bln-all {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    padding: 10px 15px;
    background: #1d39ab;
    border-radius: 10px 10px 0px 0px;
}

.btn-amt {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: bold;
}

button.btnall {
    padding: 5px 20px;
    border-radius: 10px;
    background: #ed1d49;
    color: #fff;
    border: none;
}

button.btnall:hover {
    background: #b20e30;
}

.bln-all ul {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 466px;
}

.bln-in {
    color: #3e3e3e;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bln-all {
    padding: 10px;
}

.bln-all ul li:hover {
    border: 1px solid #71d1eb;
    background: #031351;
}

.balance-modal .close {
    float: right;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0 1px 0 #007bff;
    opacity: 1;
    top: -18px;
    position: absolute;
    right: -18px;
    background: #21567b;
    width: 30px;
    height: 30px;
}

.balance-modal .close span{font-size: 20px;}

span.rd-box {
    background: #ed1d49;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stage {}

.box {
    align-self: flex-end;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    background-color: #ed1d49;
    height: 20px;
    margin: 0px;
    transform-origin: bottom;
    width: 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.bounce-6 {
    animation-name: bounce-6;
    animation-timing-function: ease;
}

@keyframes bounce-6 {
    0% {
        transform: scale(1, 1) translateY(0);
    }

    10% {
        transform: scale(1.1, .9) translateY(0);
    }

    30% {
        transform: scale(.9, 1.1) translateY(-10px);
    }

    50% {
        transform: scale(1.05, .95) translateY(0);
    }

    57% {
        transform: scale(1, 1) translateY(-2px);
    }

    64% {
        transform: scale(1, 1) translateY(0);
    }

    100% {
        transform: scale(1, 1) translateY(0);
    }
}

.my-inbox {
    position: absolute;
    right: 0px;
    top: 0px;
}

.amt-box {
    position: relative;
}

button.btn-cpy {
    position: absolute;
    right: 0;
    top: 0px;
    border: none;
    padding: 0px;
    color: #000000;
    background: #7ff800;
    height: 100%;
    width: 30px;
    border-radius: 5px;
}

button.btn-cpy:hover {
    color: #314575;
}

.btn-tk {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.btn-tk h5 {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding-bottom: 10px;
    padding: 15px;
    background: linear-gradient(90deg, rgba(231, 125, 217, 1) 0%, rgba(199, 111, 249, 1) 100%);
    border-radius: 10px 10px 0px 0px;
    color: #fff;
}

.btn-token {
    background: #e479dd;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    display: flex;
    gap: 14px;
    justify-content: center;
    border-radius: 8px;
    align-items: center;
    font-size: 17px;
}

.m-show {
    display: none;
}

.tab-pay ul {
    display: grid;
    justify-content: space-between;
    margin-bottom: 0;
    gap: 15px;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
}

.payment_tab_main .tabcontent {
    display: none;
}

.label_wrap {
    display: flex;
    justify-content: space-between;
}

.form_label_notis {
    font-size: 12px;
}

#modal-wallet-deposit .modal-dialog {
    overflow-y: initial !important;
}

#modal-wallet-deposit .modal-body {
    max-height: 650px;
    overflow-y: auto;
}

.reg_form .form_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    justify-content: center;
}

.amt-qr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 20px;
}

.qr-img img {
    height: 130px;
}

.qr-area {
    border: 1px solid #5f5f5f;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.qr-nm {
    color: #2283f6;
    font-size: 12px;
}

.qr-info {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.qr-img {
    margin: 10px 0px;
}

.atten {
    border: 1px solid #5f5f5f;
    border-radius: 5px;
    padding: 10px;
}

.atten img {
    height: 20px;
}

.qr-ttl {
    font-weight: bold;
}

.qr-num {
    background-color: rgb(0 0 0);
    min-height: 52px;
    border: transparent;
    border-radius: 0.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
    width: 100%;
    font-size: 12px;
}

button.btn-copy {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
}

.form-max {
    position: relative;
}

button.btn-max {
    position: absolute;
    bottom: 9px;
    right: 10px;
    color: #fff;
    background: #ed1d49;
    border: none;
    border-radius: 5px;
    font-size: 12px;
}

button.btn-max:hover {
    background: #c6193d;
}

.pen-top {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.pen-l {
    border-right: 1px solid #71d1eb;
    padding: 0px 10px;
}

.re-status {
    text-align: end;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}

.pen-r {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}

.pen-l p {
    font-weight: bold;
    font-size: 12px;
}

.pen-time {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
}

.pen-r p {
    font-weight: bold;
    font-size: 12px;
}

.pen-time small {
    font-weight: bold;
    font-size: 14px;
}

button.btn-if {
    color: #2283f6;
    padding: 0px;
    background: none;
    border: none;
}

.table-pen {
    border-top: 1px solid #5b5b5b;
    padding: 20px;
}

.table-pen table th {
    background: #ed1d49;
    color: #fff;
    padding: 10px;
}

.table-pen table {
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

.table-pen table tr:nth-child(even) {
    background: #281c99;
}

.table-pen table tr:nth-child(odd) {
    background: #171e3191;
}

.table-pen table tr td {
    padding: 10px;
    font-size: 12px;
}

.table-pen table tr td:first-child {
    width: 38%;
    font-weight: bold;
}

.table-pen table tr:last-child {}

p.txt-sm {
    font-size: 12px;
    font-weight: bold;
    color: #ed1d49;
    margin: 0px;
    margin-top: 12px;
}

.pentop-l {
    display: flex;
    gap: 12px;
    color: #3e3e3e;
}

.btn-cancel {
    background: #ed1d49;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
}

.btnmr-if {
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5px;
    background: #3724d8;
}

.penttop-r {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.btn-pending {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    gap: 10px;
}

.non-ef {
    background: none;
    border: none;
    color: #fff;
}

.af-content {
    margin-bottom: 20px;
    border: double #737373;
    padding: 20px;
    border-radius: 10px;
}

.btn-df {
    border: none;
    background: #ed1d49;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}

.btn-df:hover {
    background: #c5163b;
}

.af-info p {
    margin: 0px;
    color: #fff;
}

.txt-rd {
    color: #ed1d49;
}

.af-info {
    margin-top: 15px;
}

.header_btn_dep .btn_dropup_lang {
    border: none;
}

.header_btn_dep .btn_dropup_lang .dropdown-toggle::after {
    right: 0px;
}

.banner-slider {
    margin-top: 10px;
}

.prod-drop .dropdown-menu .dropdown-item img {
    filter: none;
}

.prod-drop .dropdown-menu .dropdown-item:hover img {
    filter: none;
}

/* reward */
.daily-bg {
    position: relative;
}

.daily-bg ul {
    position: absolute;
    bottom: 55px;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0px auto;
    list-style: none;
}

.daily-bg ul li a {
    position: relative;
    display: block;
    color: #fff;
}

.daily-bg ul li a.claimed .daily-content {
    display: none;
}

.daily-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.daily-bg ul li a img {
    filter: grayscale(0.8);
}

.daily-bg ul li a.claimed img {
    filter: none;
}

.daily-bg ul li a.active img {
    filter: none;
}

.modal-congrat h5 {
    color: #71d1eb;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.congrat-text {
    text-align: center;
    font-size: 20px;
    color: #ffff;
}

.image-wrap img {
    display: block;
    margin: 0px auto;
    position: relative;
}

.color-text1 {
    color: #71d1eb;
    font-weight: bold;
}

.color-text2 {
    color: #edb543;
    font-weight: bold;
}

.img-wrap-top {
    position: absolute !important;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

img.img-wrap {
    height: 80%;
    margin-top: 20px;
}

.tokenredeem {
    display: block;
    margin: 0px auto;
    margin-top: 35px;
    background: #ed1d49;
    border: none;
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 18px;
}

.token-pt {
    z-index: 10;
}

.image-wrap {
    height: 250px;
    position: relative;
}

.daily-wrap-in {
    background: #0a1018;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #71d1eb;
}

.daily_modal .close {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #71d1eb;
    opacity: 1;
    font-size: 0px;
    z-index: 2;
}

.daily_modal .modal-body {
    background: none;
    padding: 0px;
}

.daily_modal .modal-content {
    background: none;
    border: none;
}


.mission-bg ul {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.mission-bg ul li a {
    display: block;
    position: relative;
}

.ms-wrap {
    position: absolute;
    top: 0px;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.ms-ttl {
    text-transform: uppercase;
}

.ms-amt {
    font-weight: bold;
    color: #fbe621;
    text-transform: uppercase;
}

.ms-btn {
    position: absolute;
    bottom: -5px;
}

.mission_modal .modal-dialog {
    max-width: 800px;
}

.mission_modal .close,
#mPETransaction .close {
    position: absolute;
    right: 0px;
    color: #fff;
    font-size: 20px;
    top: 0px;
}

.mission_modal ul,
.mission_modal ol {
    padding-left: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #787878;
    font-size: 12px;
}

.mission_modal ul li {
    list-style: circle;
    margin-bottom: 15px;
}

.mission_modal ol li {
    list-style: auto;
    margin-bottom: 10px;
}

.mission_modal .modal-body {
    padding: 20px 30px;
}

.mission_modal h4 {
    border-bottom: 1px solid #71d1eb;
    display: inline-flex;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #71d1eb;
}

.mission_modal table tr td {}

.mission_modal table tr td,
.mission_modal table tr th {
    padding: 10px;
    text-align: center;
    font-size: 12px;
}

.clm-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.clm-btn button {
    background: #ed1d49;
    border-radius: 10px;
    font-size: 12px;
    padding: 10px 14px;
    color: #fff;
    font-weight: 600;
    border: none;
    margin: 0 5px;
}

.play2earn {
    padding: 40px;
}

.play2earn-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.p2e-ttl-1 {
    background: #ed1d49;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
}

.p2e-info-content {
    padding: 10px;
    border: 1px solid #37393f;
    border-top: none;
    padding-bottom: 0;
    background: #0d143c;
}

.p2e-amount {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.p2e-amount-box {
    width: 100%;
    background: #21337f;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.progress-bar {
    width: 100%;
    background-color: #494949;
    border-radius: 25px;
    margin: 10px 0;
}

.progress-bar-fill {
    height: 20px;
    background: #ed1d49;
    transition: width 0.5s;
    border-radius: 25px;
}

.p2e-btn-group {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.p2e-btn-group a {
    background: #ed1d49;
    color: #fff;
    padding: 5px 10px;
    display: block;
    text-align: center;
    width: 40%;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
}

.p2e-btn-group a:hover {
    background: #ed1d49;
    color: #fff !important;
}

.btn-p2e {
    color: #71d1eb;
    font-weight: bold;
}

.daily-content:hover {
    color: #fff;
}

.pse-bnr {
    margin-bottom: 15px;
}

.close span {
    font-size: 30px;
}

.rwd-wrap {
    background: var(--body-color);
    margin: 0px;
    margin-top: 20px;
    border-radius: 20px;
    height: auto;
}

.rwd-top-l {
    display: flex;
    flex-direction: column;
    width: 50%;
    font-size: 12px;
}

.rwd-top {
    display: flex;
    color: #3e3e3e;
    padding: 20px 50px;
    font-size: 15px;
}

.img-graph img {
    display: block;
    margin: 0px auto;
}

.wd-ft {
    display: flex;
    justify-content: end;
    padding: 5px 65px;
}

p.rwd-ft-p {
    text-align: center;
    padding: 10px;
    color: #3e3e3e;
}

.rwd-l {
    width: 60%;
}

.top-txt {
    color: #3e3e3e;
    padding: 20px;
}

.rewd-date {
    background: #f9f4fb;
    margin-top: 4vw;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 20px 50px;
    align-items: baseline;
}

.rewd-1 {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: center;
    margin-top: 30px;
}

.rewd-date h4 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    display: block;
    width: 100%;
    text-align: center;
    color: #f4174d;
}

.amt-red {
    background: var(--body-color);
    color: #f4174d;
    margin: 10px;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
}

.rwd-table {
    margin: 4vw auto;
    display: block;
    text-align: center;
}

.table-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 2vw;
}

.rwd-in {
    width: 50%;
}

table.rwdin-table tr th:first-child {
    text-align: left;
}

table.rwdin-table tr th:last-child {
    text-align: right;
}

table.rwdin-table {
    width: 100%;
}

table.rwdin-table tr td:first-child {
    text-align: left;
}

table.rwdin-table tr td:last-child {
    text-align: right;
}

table.rwdin-table tr:nth-child(even) {
    background: #cb1fca;
}

table.rwdin-table tr th {
    font-size: 12px;
    font-weight: 100;
    color: #fff;
    padding: 10px 20px;
}

table.rwdin-table tr td {
    padding: 10px 20px;
    font-size: 15px;
}

table.rwdin-table tr {
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    background: #d734cd82;
}

.af-wrap.aff-off {
    margin: 0px auto;
}

.dataTables_wrapper {
    color: #3e3e3e;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    background: #ed1d49;
    color: #fff;
    padding: 6px;
    text-align: center;
    font-size: 12px;
}

.dataTables_length label {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    max-width: 30%;
    color: #fff;
    margin-top: 10px;
}

.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    color: #fff;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
    border: 1px solid #7a7a7a;
    text-align: center;
    color: #fff;
}

.dataTables_paginate {
    display: flex;
    gap: 10px;
}

.p2e .a.paginate_button {
    color: #000;
    display: block;
}

.p2e a.paginate_button.current {
    color: #fff;
}

.p2e .btn-apply {
    background: linear-gradient(to bottom, rgba(84, 63, 22, 1) 0%, rgba(173, 132, 57, 1) 99%);
    font-size: 15px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 6px 20px;
}

.dataTables_length label select {
    background: #cbc6c6;
    border: none;
    padding: 8px;
    border-radius: 5px;
}

.dataTables_scroll {
    margin-top: 25px;
}

.p2e-table {
    max-width: 1000px !important;
}

.btn-apply {
    background: #ed1d49;
    color: #fff;
    font-weight: bold;
}

.history-play-to-earn {
    margin: 10px 0px;
}

.btn-apply:hover {
    color: #fff;
    background: #ed1d49;
}

.sel-form {
    padding: 10px 0px 20px;
}

.vip-tnc {
    margin-top: 15px;
}

.wheel_product .wheel-wrap {
    position: relative;
    overflow: hidden;
    width: calc(100% - 20px);
    margin: 10px;
    border-radius: 10px;
    cursor: pointer;
    height: 880px;
    margin-bottom: -120px;
}

.wheel-wrap .wheel_product_bg {
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 20px;
}

.wheel-wrap .wheel_product_img {
    width: 48.6%;
    position: absolute;
    top: auto;
    right: 23.5%;
    bottom: 29%;
    transform: rotate(0deg);
    animation: wheelRotate 7s cubic-bezier(.37, -.15, .3, .94) infinite;
    z-index: 4;
    filter: drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff);
}

.wheel-wrap .wheel_product_frame {
    width: 55.5%;
    position: absolute;
    bottom: 5%;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0px auto;
    animation: wheelRotate 7s cubic-bezier(.37, -.15, .3, .94) infinite;
}

.wheel-wrap .wheel_product_zeus {
    width: 38%;
    position: absolute;
    left: -0%;
    bottom: 25%;
    z-index: 2;
}

@keyframes wheelRotate {
    0% {
        transform: rotate(0deg)
    }

    80% {
        transform: rotate(1turn)
    }

    to {
        transform: rotate(1turn)
    }
}

.wheel-wrap .wheel_product_arrow {
    width: 9%;
    position: absolute;
    bottom: 35%;
    z-index: 6;
    top: auto;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.wheel-wrap .lightning {
    position: absolute;
    width: 28%;
    height: 50%;
    right: 1.3%;
    bottom: 25%;
    mix-blend-mode: lighten;
}

.wheel-wrap .wheel_product_img {
    width: 48.6%;
    position: absolute;
    right: 23.5%;
    bottom: 32%;
    transform: rotate(0deg);
    animation: wheelRotate 7s cubic-bezier(.37, -.15, .3, .94) infinite;
    z-index: 4;
    filter: drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff) drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff) drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff) drop-shadow(0px 0px 10px #bd6fff);
}

.wheel-wrap .wheel_product_content {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.wheel_product.wheel-wrap {
    position: relative;
    overflow: hidden;
    width: calc(100% - 20px);
    margin: 10px;
    border-radius: 10px;
    cursor: pointer;
    min-height: 670px;
    margin-bottom: 40px;
    z-index: -1;
}

.slider_title.wheel-ttl {
    color: #e2e7f3;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}

.wheel-all ul {
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
    gap: 20px;
    font-weight: bold;
}

span.yell-text {
    color: #ed1d49;
    font-weight: bold;
}

.whl-btn {
    background: #152131;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    gap: 5px;
    color: #fff;
    border: 1px solid #ed1d49;
}

a.btn-spin {
    background: #007bff;
    padding: 8px 20px;
    margin: 0px;
    display: flex;
    border-radius: 8px;
    color: #fff;
}

.wheel-all .btn-more {
    background: #ed1d49;
    padding: 8px 20px;
    margin: 0px;
    display: flex;
    border-radius: 8px;
    font-size: 15px;
}

.wheel-bg {
    display: block;
}

.vip-tnc li {
    margin-left: 20px;
    list-style: disc;
}

#wheel-modal h4 {
    font-size: 22px;
    margin-top: 12px;
}

.red-bg {
    background: url("../images/reward-redemption/rr-bg.png") no-repeat center top;
    margin-top: 55px;
}



.redemp-title {
    padding-bottom: 15px;
}

.redemption-wrapper {
    text-align: center;
    /* max-width: 1000px; */
    margin: 0 auto;
    margin-bottom: 55px;
    margin-top: 45px;
    display: flex;
}

.redemp-box {
    position: relative;
    margin: 15px 2px 35px;
    display: inline-block;
    text-transform: uppercase;
}

.redemp-box {
    background: url("../images/reward-redemption/bg-reward.png")no-repeat;
    background-size: 100%;
    width: 312px;
    height: 226px;
    margin: 0 auto;
    padding: 13px 25px;
    position: relative;
}

.redemp-inner {
    position: relative;
    top: -40px;
}

.prize-credit {
    padding-bottom: 15px;
}

.point-text {
    line-height: 8px;
    color: #c498ff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000, 0px 1px 0 #000, 0px -1px 0 #000, -1px 0px 0 #000, 1px 0px 0 #000, 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000, 0px 2px 0 #000, 0px -2px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000, 1px 2px 0 #000, -1px 2px 0 #000, 1px -2px 0 #000, -1px -2px 0 #000, 2px 1px 0 #000, -2px 1px 0 #000, 2px -1px 0 #000, -2px -1px 0 #000;
}

.require-text {
    font-size: 14px;
    font-weight: 100;
    padding: 9px 0;
}

.claim-btn-wrap {
    margin-top: -30px;
}

.point-text.top {
    margin-top: -15px;
}

.prize-item {
    margin-top: -40px;
}

.prize-sub {
    font-size: 11px;
    font-weight: 600;
}

.require-text.top {
    min-height: 78px;
}

.bg-daily img {
    display: block;
    margin: 0px auto;
}

.btn-bfr {
    position: absolute;
    bottom: 30%;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0px auto;
    list-style: none;
}

button.btn-dly {
    background: linear-gradient(135deg, #29D765, #FDFC47);
    color: #000;
    border: none;
    padding: 10px 30px;
    /* border: 1px solid #aa284a96; */
    box-shadow: 0px 0px 20px 8px #fde403, 0px 0px 20px 0px #7ff800;
    font-size: 20px;
    border-radius: 10px;
    font-weight: bold;
    text-shadow: 0px 1px 0px white;
}

.max-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* top: -75px; */
}

.top-btn {
    display: flex;
    position: relative;
}

.top-btn-wrap {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pred-btn-point {
    display: flex;
    position: relative;
    align-items: center;
    font-weight: bold;
}

.subtitle-wrap {
    position: relative;
}

.sub-box.redemp {
    position: relative;
    top: 2px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 100;
    justify-content: center;
    margin-bottom: 20px;
}

.top-btn {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.red-txt {
    color: #ff0000;
    margin-left: 5px;
}

.pred-btn {
    background: none;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
}

span.red-pnt {
    color: #edc983;
}

.pt-btn {
    font-size: 20px;
}

.red-txt-gd {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    background: #F5E489;
    background: linear-gradient(to bottom, #F5E489 0%, #D88127 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 20px;
    filter: drop-shadow(2px 2px 0px black);
}

.submit-btn {
    background: none;
    border: none;
    display: block;
    margin: 0px auto;
}


img.img-sh {
    position: absolute;
    z-index: 1;
    left: -25px;
}

img.img-sh2 {
    z-index: 2;
}

.transc-l img {
    display: block;
    margin: 0px auto;
}

.btn-live {
    display: flex;
    align-items: center;
}

.text-trs {
    color: #fc0f51;
    font-size: 20px;
    line-height: 21px;
    font-weight: 700;
}

.fnt-wh {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}


.rep_modal .modal-dialog {
    background: none;
}

.rep_modal .modal-content {
    background: none;
    border: none;
    box-shadow: none;
}

.rep_modal .daily-wrap-in {
    box-shadow: none;
    border: none;
    background: url("../images/reward-redemption/bg-reward.png")no-repeat center top;
    background-size: contain;
    min-width: 312px;
}

.rep_modal img.img-wrap {
    height: 85% !important;
    position: relative;
    top: -78px;
}

.modal-congrat {
    position: relative;
}

.rep_modal .modal-congrat h5 {
    position: absolute;
    top: 57%;
    left: 0;
    right: 0;
    margin: auto;
    color: #c498ff;
    font-size: 28px;
}

.rep_modal .congrat-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 67px;
}

.rep_modal .color-text1 {
    color: #c498ff;
}

.rep_modal .close {
    position: absolute;
    right: 30px;
    top: 18px;
    color: #db9bfc;
    opacity: 1;
    font-size: 47px;
}

.reptnc_modal .modal-content {
    background: none;
    padding: 0px;
    border: 0;
    box-shadow: none;
}

.reptnc_modal .modal_body_view {
    background: #091018;
    border: 1px solid #71d1eb;
    box-shadow: 0px 0px 19px 4px #71d1eb;
    padding: 20px;
}

.reptnc_modal .tnc-content ul,
.reptnc_modal .tnc-content ol {
    padding-left: 24px;
    margin-bottom: 20px;
}

.reptnc_modal .tnc-content ul li {
    list-style: circle;
    color: #fff;
}

.reptnc_modal .tnc-content ol li {
    list-style: auto;
    color: #fff;
}

.reptnc_modal .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #DD00B0;
    opacity: 1;
    font-size: 47px;
}

.reptnc_modal .modal_body_view h5 {
    color: #71d1eb;
}

.reptnc_modal .tnc-content {
    color: #3e3e3e;
    border-top: 1px solid #71d1eb;
    margin-top: 10px;
}

.rep_modal .claim-btn-wrap {
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: 0px auto;
    right: 0;
}

.reptnc_modal .close span {
    color: #fff;
}

.ann-wrap {
    display: flex;
    background: #141e58;
    padding: 10px;
    border-radius: 10px;
    margin: 40px 0 0;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.ann-wrap.prod-ann {
    margin-top: 20px;
}

.info-bg {
    display: flex;
    flex-direction: column;
    gap: 25px;
    border-radius: 5px;
    border: 2px solid var(--border-color);
    background: #0d143c33;
    box-shadow: 1px 1px 5px #044aa3;
    padding: 25px;
    margin: 20px 0px 30px;
}

.info-menu {
    display: flex;
    gap: 10px;
    overflow-x: auto;
}

.info-menu a {
    background: #1a3149;
    border: 1px solid #0044c3;
    color: var(--text-orange);
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    align-items: center;
    white-space: nowrap;
    /* display: flex; */
    /* justify-content: center; */
}

.info-menu a.active,
.info-menu a:hover {
    color: #fff;
    background: #1a43c8;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.info-title {
    font-size: 28px;
    color: #fc0f51;
    font-weight: bold;
    padding-bottom: 10px;
}

.info-wrapper h5 {
    color: #f4174d;
    margin-bottom: 10px;
}

.info-wrapper h6 {
    color: #fc0f51;
}

.info-wrapper tr td {
    color: var(--text-color);
    border: 1px solid #0045be;
    padding: 8px;
}

.info-wrapper tr td.bank_spec {

    padding: 0;

    /* color: #fff; */
}

.bnk-td {
    background: #f4174d;
    padding: 6px;
}

.tnc-card {
    margin-bottom: 5px;
}

button.btn-tnc {
    background: #133147;
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 8px 15px;
    color: var(--text-color1);
    border: none;
    border-radius: 5px;
    position: relative;
}

button.btn-tnc.collapsed {
    background: #173148;
    color: #fff;
}

.tnc-body {
    background: var(--bg-color3);
    padding: 20px 20px 10px;
    border-radius: 4px;
    margin-top: 2px;
    line-height: 1.3;
    color: var(--text-gray);
}

.contact-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.contact-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-wrap-in {
    position: absolute;
    margin-top: 37px;
    color: var(--text-color1);
}

.contact-wrap-in p {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact-wrap-in span {
    font-size: 18px;
}

.info-wrapper p {
    margin-bottom: 1rem;
}

.info-content ul {
    list-style: disc;
    padding-left: 20px;
}

.info-content ol {
    padding-left: 20px;
}

.balance-modal .modal-content {
    color: #000;
    background: linear-gradient(180deg, rgba(8, 16, 66, 1) 0%, rgba(9, 34, 156, 1) 100%);
    /* padding: 16px; */
}

.balance-modal .btn-close {
    position: absolute;
    top: -25px;
    right: -35px;
    background: rgb(0, 0, 0);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50px;
    padding: 4px 10px;
    color: #fff;
    font-size: 15px;
    transition: 0.2s;
}

.balance-modal .btn-close:hover {
    transform: rotate(90deg);
}

.balance-modal .modal-header {
    /* background: var(--modal-bg); */
    color: #fff;
    display: block;
    border-bottom: 1px solid #689bad;
}

.balance-modal .modal-body {
    padding: 0px;
}

.btn-amt {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: bold;
}

button.btnall {
    padding: 5px 20px;
    border-radius: 10px;
    background: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
    border: none;
}

.bln-all ul li {
    margin: 3px 0px;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
    list-style: none;
    background: #29567d;
    border: 1px solid var(--text-orange2);
}

.bln-in {
    color: var(--text-orange);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blc-amt {
    display: flex;
    gap: 20px;
}

.btn-out {
    border: none;
    border-radius: 5px;
    background: rgb(72, 221, 48);
    color: rgb(255, 255, 255);
    min-width: 45px;
}

.blc-inout {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-in {
    background: rgb(255, 0, 0);
    border: none;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    min-width: 45px;
    padding: 5px;
}

.acc-card {
    border-radius: 15px;
    background: var(--bg-color3);
    margin: auto;
    box-shadow: var(--box-shadow1);
    max-width: 991px;
}

.acc-header {
    background: var(--bg-gradient);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-radius: 15px 15px 0px 0px;
    color: rgb(255, 255, 255);
}

.acc-dropdown button {
    background: transparent;
    border: none;
    color: rgb(255, 255, 255);
}

.acc-dropdown button.dropdown-toggle::after {
    display: none;
}

.acc-dropdown .dropdown-item {
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.acc-body {
    padding: 20px;
}

.acc-title {
    color: var(--text-orange);
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 4%;
}

.acc-wrap {
    display: grid;
    grid-template-columns: 60% 40%;
}

.wallet-info {
    background: var(--bg-color5);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    margin-left: 30px;
    align-self: flex-start;
    position: sticky;
    top: 14%;
}

.wallet-bal {
    font-weight: 600;
    font-size: 20px;
}

.wallet-amt {
    font-size: 25px;
    font-weight: bold;
    color: var(--text-color3);
}

.tokens {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.token {
    background: var(--btn-3);
    /* border: 2px solid rgb(255, 255, 255); */
    border-radius: 10px;
    padding: 10px;
    color: var(--text-color1);
    font-weight: 500;
    cursor: pointer;
}

.token:hover {
    filter: brightness(1.1);
}

.wallet-trans {
    background: var(--btn-3);
    /* border: 2px solid var(--main-color); */
    border-radius: 10px;
    padding: 10px;
    color: var(--main-color);
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
}

.wallet-trans:hover {
    filter: brightness(1.1);
}

.acc-content .nav {
    gap: 5px;
}

.acc-content .nav-pills .nav-link {
    border-radius: 20px;
    color: var(--text-color);
    background: var(--bg-color2);
    padding: 10px 20px;
}

.acc-content .nav-pills .nav-link.active,
.acc-content .nav-pills .show>.nav-link {
    background: var(--btn-3);
    color: rgb(255, 255, 255);
}

.dep-tab-content {
    padding: 20px 0px;
}

.table-share tr th {
    background: var(--table-header);
    color: var(--text-color3);
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
    border: 1px solid rgb(0 89 114);
}

.table-share tr td {
    padding: 5px;
    border: 1px solid rgb(0 89 114);
    text-align: center;
    color: var(--text-color3);
}

.bank_display {
    width: 82px;
    border-radius: 5px;
    margin-right: 10px;
}

.dep-form {
    margin-bottom: 30px;
    position: relative;
}

.dep-form label {
    font-weight: 600;
}

.dep-form-note {
    color: rgb(255, 0, 0);
    font-style: italic;
    font-size: 12px;
    padding-top: 5px;
}

.bank-amt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    margin-top: 5px;
}

.bank-amt-grid button {
    width: 100%;
    color: var(--text-orange);
    background: var(--main-color);
    border-radius: 5px;
    padding: 10px;
    border: none;
    font-size: 13px;
    font-weight: 700;
}

.bank-amt-grid button:hover {
    filter: brightness(1.1);
}

.form_bonus_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
}

.text_bonus_amt_top {
    color: var(--text-gray);
    font-weight: 500;
}

.text_bonus_amt {
    font-size: 15px;
    font-weight: 700;
}

.dep-submit-btn {
    background: var(--btn-3);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: block;
    text-align: center;
}

.dep-submit-btn:hover {
    filter: brightness(1.1);
}

.amt-qr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qr-area {
    border: 1px solid var(--text-gray);
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.qr-ttl {
    font-weight: bold;
}

.qr-img {
    margin: 10px 0px;
}

.qr-img img {
    height: 130px;
}

.qr-nm {
    color: var(--main-color);
    font-size: 12px;
}

.qr-info {
    font-size: 12px;
    width: 50%;
}

.atten {
    border: 1px solid var(--text-gray);
    border-radius: 5px;
    padding: 10px;
}

.atten img {
    height: 20px;
}

.dep-copy-btn {
    position: absolute;
    top: 36px;
    right: 10px;
    cursor: pointer;
}

.form-max {
    position: relative;
}

.point-wrp {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}

.btn-token {
    background: #f4174d;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    display: flex;
    gap: 14px;
    justify-content: center;
    border-radius: 8px;
    align-items: center;
    font-size: 17px;
    color: #fff;
}

span.img-point img {
    height: 30px;
}


.add_bank_with_wrap:hover {
    color: var(--text-gray);
}

.add_bank_with_wrap i {
    font-size: 24px;
    margin-bottom: 10px;
}

.add_bank_with_wrap p {
    margin-bottom: 0px;
}

.btn-tre {
    position: absolute;
    bottom: 8px;
    right: 10px;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    gap: 10px;
}

.btn-max-t {
    color: rgb(255, 255, 255);
    background: rgb(255, 0, 0);
    border: none;
    border-radius: 5px;
    font-size: 12px;
}

.his-date {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
    gap: 15px;
}

.pending-content .accordion {
    --bs-accordion-bg: none;
}

.pending-content .accordion-item {
    margin-bottom: 10px;
    border: 2px solid var(--main-color);
    border-radius: 10px;
}

.pending-content .accordion-header button.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--btn-3);
    color: var(--main-color);
    border-radius: 10px;
}

.pending-content .accordion-button::after {
    content: none;
}

.pending-content .accordion-body {
    /* background: var(--bg-color); */
    border-radius: 0px 0px 10px 10px;
}

.pending-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-radius: 10px 10px 0px 0px;
}

.pending-content .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 10px;
}

.pending-info span {
    display: block;
    line-height: 1.5;
}

.pending-status {
    background: var(--bg-gradient);
    color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 10px;
}

.pending-status.fail {
    background: rgb(255, 0, 0);
}

.pending-table table {
    /* background: var(--bg-color); */
    font-size: 13px;
}

.pending-table thead tr {
    background: var(--main-color);
}

.pending-table tbody tr td:first-child {
    font-weight: bold;
}

.ref-qr {
    display: block;
    text-align: center;
    margin: 0px auto;
}

.btn-df {
    border: none;
    background: var(--btn-3);
    color: rgb(255, 255, 255);
    border-radius: 5px;
}

.btn-rm {
    border: none;
    background: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
    border-radius: 5px;
}

.custom-label {
    position: relative;
    width: 1rem;
    height: 1rem;
    display: grid;
    place-items: center;
    margin: 0px;
    z-index: 1;
}

.custom-input,
.custom-checkbox {
    position: absolute;
    width: inherit;
    height: inherit;
    border: 0.5px solid rgb(136, 140, 149);
    border-radius: 3px;
}

.custom-input {
    display: none;
}

.custom-checkbox {
    display: grid;
    place-items: center;
    cursor: pointer;
}

.firstbox {
    border-width: 1.5px;
}

.custom-checkbox::after {
    content: "ÃƒÂ¢Ã…â€œÃ¢â‚¬Â";
    position: absolute;
    font-size: 0.6rem;
    opacity: 0;
    transform: scale(0);
    transition: transform 0.25s, opacity 0.5s;
}

.custom-input:checked~.custom-checkbox::after {
    opacity: 1;
    transform: scale(1);
}

.msg-tab-content {
    padding: 20px 0px;
}

.inbox-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--text-gray);
    padding: 10px 15px 10px 12px;
}

.inbox-row:hover {
    background: var(--bg-gradient);
    color: var(--main-color);
}

.msg-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    width: 100%;
    padding: 0px 20px;
}

.inbox-detail {
    width: 75%;
}

.inbox-detail h5 {
    font-size: 18px;
    font-weight: bold;
    color: var(--text-orange);
}

.inbox-detail p {
    font-size: 14px;
    color: var(--text-gray);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px;
}

.inbox-pagination ul {
    justify-content: center;
    padding-top: 15px;
}

.inbox-pagination .page-link {
    background: var(--bg-color1);
    color: var(--main-color);
}

.inbox-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    border-bottom: 1px solid var(--text-gray);
}

.inbox-back-btn {
    padding-bottom: 10px;
    display: block;
}

.inbox-title {
    font-size: 20px;
    font-weight: bold;
    color: var(--text-orange);
    padding-bottom: 5px;
}

.inbox-date {
    font-size: 14px;
    color: var(--text-gray);
}

.inbox-top-right i {
    font-size: 16px;
    cursor: pointer;
}

.inbox-content {
    padding: 20px 0px;
}

.inbox-back-btn:hover,
.inbox-top-right i:hover {
    color: var(--main-color);
}

.inbox-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-y: auto;
    max-height: 400px;
}

.inbox-text {
    background: var(--text-gray);
    margin: 0px 15px;
    border-radius: 10px;
    padding: 15px;
}

.wrapper {
    margin: 0px auto;
}

.chatMsg {
    padding: 15px;
    overflow-y: auto;
    height: calc(100% - 80px);
    margin-bottom: 30px;
}

.chatMsg ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.chatMsg ul li {
    position: relative;
    margin-bottom: 15px;
}

.msg,
.msg-reply {
    display: block;
    position: relative;
    color: rgb(0, 0, 0);
    border-radius: 5px;
}

.msg::before,
.msg-reply::before {
    position: absolute;
    left: -8px;
    top: 0px;
    content: "";
    display: block;
    border-bottom: 15px solid transparent;
}

.msg-date2 {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0px auto;
    color: var(--text-color);
    font-weight: 100;
}

.msg-reply {
    margin-left: inherit;
    background: var(--main-color);
    color: rgb(255, 255, 255);
    padding: 10px;
    font-size: 13px;
}

.msg-reply::before {
    left: inherit;
    right: -9px;
    border-right: inherit;
}

.avatar,
.avatar-reply {
    position: absolute;
    left: 0px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.avatar img,
.avatar-reply img {
    max-width: 30px;
}

.avatar-reply {
    left: inherit;
    right: 0px;
}

.chatBox {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.chatBox .mdi-attachment {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 20px;
    bottom: 15px;
    color: rgb(77, 97, 166);
    cursor: pointer;
}

.chatBox .mdi-send {
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    z-index: 2;
    bottom: 8px;
    right: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 32px;
    background: #0085ea;
}

.chatBox .mdi-send.disabled {
    opacity: 1;
    pointer-events: none;
}

.chatBox textarea {
    display: block;
    resize: none;
    width: 100%;
    border-width: 1px 0px 0px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-style: solid;
    border-top-color: rgb(204, 204, 204);
    background: rgb(255, 255, 255);
    padding: 12px 50px 12px 40px;
    position: absolute;
    bottom: 0px;
    min-height: 45px;
    overflow: hidden;
    color: rgb(0, 0, 0);
}

.hiddendiv {
    display: none;
}

.chatBox textarea:focus {
    outline: none;
}

.msg-date {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.msg-content {
    line-height: 18px;
    margin-top: 0px;
    font-size: 13px;
    background: rgb(203, 203, 203);
    padding: 10px;
    border-radius: 5px;
}

.mdi-send::before {
    content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‹Å“";
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    right: 10px;
}

.intro_promotion {
    min-height: 150px;
}

.intro_promotion_title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #f4174d;
}

.intro_promotion_subtitle {
    line-height: 1.4;
    font-weight: 500;
    font-size: 16px;
    color: #55657e;
    margin-bottom: 5px;
}

.mobile_promo {
    display: none;
}

.filter-list li {
    position: relative;
    display: inline-block;
    padding: 6px 20px;
    margin: 0 2px;
    margin-bottom: 0;
    border-radius: 23px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.filter-list li {
    color: #fff;
}

.filter-list li:hover {
    background-color: #009ef0;
    color: #fff;
}

.filter-list li.mixitup-control-active {
    background-color: #009ef0;
    color: #fff;
}

.select-menu select {
    width: 100%;
    height: 40px;
    line-height: 35px;
    background-color: #171f2b;
    border: solid 1px #252a32;
    border-radius: 9px;
    color: #fff;
}

.basic-text {
    font-size: 12px;
    color: #fff;
}

.promo_table {
    width: 100%;
}

.promo-text {
    padding: 20px;
    background: #072843;
}

.promo h4 {
    font-size: 16px;
    font-weight: bold;
}

.promo p {font-size: 16px;}

.promo {
    font-size: 12px;
}

.promo h5 {
    font-size: 19px;
    font-weight: bold;
    margin: 10px 0px;
}

.promo ul li, .promo ol li {
    margin-bottom: 10px;
}

.promo ul, .promo ol {
    padding-left: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #727272;
}

.promo ul li {
    list-style: circle;
    padding: 5px 0px;
    font-size: 15px;
}

.promo ol li {
    list-style: auto;
    font-size: 15px;
    padding: 5px 0px;
}

.promo table tr th, .promo table tr td {
    padding: 10px;
    text-align: center;
}

.tabs_product {
    margin: 20px 0;
}

.promo_filter_wrap .tab_search {
    width: auto;
}

.ranking-list {
    margin-top: 20px;
}

.game-details {
    margin-bottom: 20px;
}

.daily-wrap {
    margin-bottom: 20px;
}

.share_modal .modal-body {
    background-color: #0a1018;
    padding: 0;
    border-radius: 17px;
}

.share_modal .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    color: f4174d;
    text-shadow: 0 1px 0 #007bff;
    opacity: .5;
    top: 0;
    position: absolute;
    right: 8px;
}

.modal_body_share {
    display: flex;
}

.share_modal .modal-dialog {
    max-width: 700px;
    /* margin: 1.75rem auto;
     */
}

.modal_head {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.modal_body_share_left {
    width: 50%;
}

.modal_body_right {
    padding: 32px;
    width: 50%;
}

.modalhead_btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    align-items: center;
    display: inline-flex;
    vertical-align: middle;
    justify-content: flex-start;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
    border: 2px solid transparent;
    color: #676767;
    background-color: transparent;
    font-size: 12px;
    border-radius: 10px;
    padding: 5px 10px;
    border-radius: 3rem;
}

.modalhead_btn.active {
    background-color: #2283f6;
    color: #fff;
}

.share_modal .modal-content {
    background-color: transparent;
    border: none;
}

.input_inner {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #2283f6;
    transition: color .1s ease-in-out, border-color .1s ease-in-out;
    height: 44px;
    border-radius: 10px;
    padding: 0 14px;
    margin-bottom: 10px;
    /* background: #616161; */
}

.input_inner i {
    color: #2283f6;
    margin-right: 10px;
}

.input_inner_forgot{
    display: flex;
    width: auto;
    grid-gap: 8px;
    justify-content: space-between;
    color: #3e3e3e;
}

.input_custom {
    width: 0;
    flex: 1 1;
    display: block;
    font-weight: 600;
    color: #fff;
    outline: none;
    line-height: 20px;
    font-size: 14px;
    padding: 0;
    border: none;
    height: auto;
    max-width: 100%;
    background-color: transparent;
}

.reg-list ul {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    position: relative;
    margin-bottom: 20px;
}

.reg-list ul li a.active {
    background: #2283f6;
    color: #fff;
}

.reg-list ul li a {
    background: #6d767d;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.reg-list ul:after {
    content: "";
    height: 1px;
    width: 100%;
    margin: 0px auto;
    display: block;
    background: #6d767d;
    position: absolute;
    top: 15px;
    max-width: 270px;
}

.reg-list ul li {
    z-index: 1;
}
.otp-wrap {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px;
    margin-bottom: 10px;
}
.otp-wrap .form-control{
    text-align: center;
}
.reg_form h4 {
    text-align: center;
    color: #ed1d49;
    font-weight: bold;
}
.reg_form i {
    text-align: center;
    display: block;
    margin: 0px auto;
    font-size: 130px;
    color: #2283f6;
    margin-bottom: 10px;
    /* filter: brightness(0) saturate(100%) invert(28%) sepia(60%) saturate(6801%) hue-rotate(283deg) brightness(92%) contrast(121%); */
}
.reg_form p {
    text-align: center;
    color: #c3c3c3;
    font-size: 12px;
}

.code {
    max-width: 102px;
    overflow: hidden;
}
.verification-code {
    padding-right: 0;
    overflow: hidden;
}
.verification-code img {
    height: 50px;
}
.resend-text {
    margin-top: 15px;
    /* display: none; */
}

.mix {
    display: none;
}

.filter-menu-bar {
    margin: 20px 0px;
    background-color: transparent;
    display: flex;
    /* overflow: hidden; */
    border-radius: 10px;
    gap: 10px;
    align-self: center;
}

.promo-container .active-promo-img, .promo-container .active-promo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.promo-container .active-promo-info {
    transition: 0.2s;
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
    height: 60px;
    padding: 0px 20px;
    background: var(--bg-gradient);
    border-radius: 0px 0px 10px 10px;
}

.promo-container .active-promo-left {
    flex: 1 1 0%;
    width: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
}

.promo-container .info-content, .promo-container .info-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.5;
    width: 100%;
}

.promo-container .info-title {
    color: var(--text-main);
    font-size: 16px;
    font-weight: 500;
}

.promo-container {
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 30px;
}

.pm-boxer {
    display: block;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 10px;
    border-radius: 10px;
}

.pm-boxer_inner {
    display: grid;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-top: 10px;
}

.pm-boxer_inner_sec {
    display: flex;
    align-items: flex-end;
}

.promo-modal .modal-content {
    color: var(--text-orange2);
    background: var(--modal-bg);
    border: transparent;
}

.promo-modal .btn-close {
    position: absolute;
    top: -25px;
    right: -35px;
    background: rgb(0, 0, 0);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50px;
    padding: 8px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    transition: 0.2s;
}

.promo-modal .btn-close:hover {
    transform: rotate(90deg);
}

.promo-modal .modal-header {
    background: var(--bg-gradient);
    color: rgb(255, 255, 255);
    border-bottom: none;
}

table.promo-table {
    margin-bottom: 10px;
    font-size: 15px;
}

table.promo-table tr th {
    padding: 8px;
    font-size: 13px;
    text-align: center;
    /* border: 1px solid var(--text-orange2); */
}

table.promo-table tr td {
    /* border: 1px solid var(--text-orange2); */
    font-size: 12px;
    text-align: center;
    padding: 7px;
    background: var(--td-bg);
}

button.close-promo {
    background: none;
    border: none;
    font-size: 33px;
    padding: 8px;
    line-height: 0;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: -5px;
    color: #fff;
}

.pm-title-wrapper {
    font-size: 20px;
    padding: 15px 0px 0px 15px;
    background: #0084f0;
    color: #fff;
    padding: 15px 20px;
    border-radius: 20px 20px 0px 0px;
}

.pm-boxer img {
    border-radius: 10px;
}

.account-dropdown a {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 7px 11px;
    justify-content: left;
    grid-gap: 0 10px;
    color: #fff !important;
}

.account-dropdown a i {
    display: block;
    /* margin-right: 8px; */
    font-size: 12px;
    width: 20px;
}

.account-dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
}

.account-dropdown a:hover{
    background-color: #0d143c;
}

.btn-smt:hover {
    color: #fff;
}

.qr-code {
    text-align: center;
}

.btn-del {
    border: none;
    background: #ed1d49;
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    margin-bottom: 15px;
}

.btn-delete {
    color: #f4174d;
    padding: 0px;
    border: none;
    background: none;
}

.btn-delete:hover {
    color: #f4174d;
}

.modal-content.inbox {
    border: none;
    background: #050a1c;
    border-radius: 20px;
    padding: 0px;
}

button.close-inbox {
    background: none;
    border: none;
    font-size: 33px;
    padding: 11px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
}

.mdi-send:before {
    content: "\f1d8";
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    right: 10px;
}

.footer {
    text-align: center;
    font-size: 12px;
    padding: 20px 0;
}

.btn-ammt {
    color: #fff;
}

#balance-info {
    align-items: center;
    justify-content: center;
}

.img-filter img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(3793%) hue-rotate(194deg) brightness(103%) contrast(103%);
}

.side-menu .modal-content {
    background: none;
    border: none;
    box-shadow: none;
}

.vip-sec .container{
    max-width: 1300px;
}
.user_vip_inner {
    grid-gap: 20px;
    color: #fff;
    display: -ms-flexbox;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 340px 1fr;
    margin: 0 auto;
    min-height: 350px;
    padding: 0;
    position: relative;
    width: 100%;
}
.user_vip_inner .user_vip_left {
    background: #0d143c;
    border-radius: 0.75rem;
    margin: 0 auto;
    padding: 7px;
    width: 100%;
    box-shadow: 0 0 10px #044ba4, 0px 0px 10px #044ba4;
}
.user_vip_inner .vip_inner {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}
.user_vip_inner .user_vip_body {
    display: grid;
    grid-Gamingsoft-rows: 40px 1fr 45px 45px 40px 68px;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
}
.user_vip_inner .user_vip_head {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: center;
}
.user_vip_inner .user_vip_head h2 {
    color: #f4174d;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto;
    padding: 8px;
    text-transform: uppercase;
    width: 100%;
}
.user_vip_inner .user_level_bg {
    background: url(/static/media/vip_mid.a4e399bâ€¦.svg) 50% no-repeat;
    background-size: 70%;
    margin: 0 auto;
    min-height: 120px;
    width: 140px;
}
.user_vip_inner .user_level_bg, .user_vip_inner .user_level_light {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    
}
.user_vip_inner .user_level_light {
    border-radius: 50%;
    box-shadow: 0 0 100px 50px #fed791;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 1;
}
.user_vip_inner .user_level_pic {
    margin: 0 auto;
    z-index: 2;
}
.user_vip_inner .user_vip_score_body {
    color: #fff;
    display: grid;
    grid-template-columns: 80px 1fr;
    line-height: 1.3;
    margin: 10px auto 0;
    padding: 0;
    width: 100%;
}
.user_vip_inner .score_title {
    padding-left: 5px;
    text-align: left;
    color: #fff;
}
.user_vip_inner .score_value {
    padding-right: 5px;
    text-align: right;
}
.vip_overview .yellow2 {
    color: #d5f193;
}
.user_vip_inner .score_process {
    grid-column-end: 3;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 2;
}
.user_vip_inner .user_vip_next_txt {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}
.user_vip_inner .usr_vip_score_inner {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}
.user_vip_inner .usr_vip_score_box {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}
.user_vip_inner .usr_vip_score_box_item {
    background: linear-gradient(180deg, rgb(7 60 117) 0%, rgba(9, 34, 156, 1) 100%);
    border-radius: 0.5rem;
    display: block;
    display: flex;
    flex-direction: column;
    /* min-height: 60px; */
    text-align: center;
    justify-content: center;
    padding: 10px;
}
.user_vip_inner .user_vip_righ {
    background: #0d143c;
    border-radius: 0.75rem;
    display: block;
    margin: 0 auto;
    padding: 7px;
    position: relative;
    width: 100%;
    box-shadow: 0 0 10px #044ba4, 0px 0px 10px #044ba4;
}
.user_vip_inner .vip_inner {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}
.user_vip_inner .user_vip_right_body {
    margin: 0 auto;
    padding: 10px 10px 18px;
    width: 100%;
}
.user_vip_inner .user_vip_head {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: center;
}
.user_vip_inner .user_level_list, .user_vip_inner .user_vip_level_process {
    margin: 0 auto;
    padding: 5px 20px;
    width: 100%;
    position: relative;
}
.user_vip_inner .user_level_list_body {
    grid-gap: 20px 10px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    margin: 10px auto;
    width: 100%;
}
.user_vip_inner .level_box_item {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.user_vip_inner .levle_box_body {
    background: #002754;
    border-radius: 0.5rem;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat-Bold;
    font-size: 12px;
    height: 100px;
    min-width: 36px;
    position: relative;
    z-index: 1;
}
.user_vip_inner .levle_box_pic {
    align-items: center;
    background: url(../images/vip/giftbox.png) 50% no-repeat;
    display: flex;
    height: 60px;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}
.user_vip_inner .levle_box_title {
    background: #f4174d;
    border-radius: 0 0 0.5rem 0.5rem;
    color: #fff;
    padding: 3px 0 0;
    text-transform: uppercase;
    z-index: 11;
}
.user_vip_inner .levle_box_body:after {
    background: #f4174d;
    bottom: -7px;
    content: "";
    height: 12px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
    z-index: -1;
}
.user_vip_inner .usr_vip_score_box_item h5 {
    color: #f4174d;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.user_vip_inner .big_score_box .usr_vip_score_box_item h3 {
    font-size: 18px;
    margin: 10px auto;
    font-weight: 600;
    line-height: 1;
}
.ant-progress {
    box-sizing: border-box;
    color: hsla(0,0%,100%,.85);
    display: inline-block;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ant-progress-line {
    font-size: 14px;
    position: relative;
    width: 100%;
}
.ant-progress-bg, .ant-progress-success-bg {
    background-color: #177ddc;
    border-radius: 100px;
    position: relative;
    transition: all .4s cubic-bezier(.08,.82,.17,1) 0s;
}
.ant-progress-outer {
    display: inline-block;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
}
.ant-progress-show-info .ant-progress-outer {
    margin-right: calc(-2em - 8px);
    padding-right: calc(2em + 8px);
}
.ant-progress-inner {
    background-color: hsl(0deg 0% 33.37%);
    border-radius: 100px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.ant-progress-text {
    color: hsla(0,0%,100%,.85);
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    margin-left: 8px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 2em;
    word-break: normal;
}
.user_vip_inner .usr_vip_score_box_item h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-top: 16px;
}
.yellow{
    color: #f4174d;
}
.user_vip_inner .user_vip_level_desc {
    color: #fff;
    font-size: 14px;
    min-height: 40px;
    padding: 10px 8px;
    text-align: center;
}
.card_overview {
    display: block;
    margin: 30px auto;
    position: relative;
    width: 100%;
    padding: 30px 0;
}
.rank_slider_container {
    overflow: hidden; /* Add this line to hide overflowing content */
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.rank_slider_wrapper {
    color: #fff;
    display: flex;
    grid-template-columns: repeat(3, 1fr); 
    margin: 46px auto 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
.rank_slider_slide {
    background: #091437;
    margin: 0 auto;
    padding: 20px 12px 30px;
    /* border: 1px solid #80f801; */
    /* opacity: 0.5; */
    box-shadow: 0 0 10px #044ba4, 0px 0px 10px #044ba4;
}
.rank_slider_slide, .rank_slider_slide_out {
    border-radius: 0.75rem;
    position: relative;
    width: 100%;
}
.rank_slider_slide_out {
    border: 2px solid transparent; /* Optional: Add your inactive slide styles here */
  }
  .swiper-slide-active{
    opacity: 1;
  }
.rank_slider_image {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -50px;
    width: 100px;
}
.rank_slider_image img {
    align-items: center;
    display: block;
    justify-content: center;
    pointer-events: none;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.rank_slider_slider_body {
    padding: 10px 0 20px;
    position: relative;
    text-align: center;
    top: 20px;
    z-index: 2;
}
.rank_slider_title {
    margin: 10px auto 0;
    text-align: center;
    width: 100%;
}
.rank_slider_slider_body h4 {
    color: #f4174d;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 5px;
    text-align: center
}

.rank_slider_slider_body h5 {
    color: #adb6c4;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 5px;
    text-align: center
}

.rank_slider_slider_body h6 {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 5px;
    text-align: center;
    color: #fff;
}

.rank_slider_title h5 {
    color: #fff;
}

.rank_slider_rule_1 {
    margin: 5px auto 0;
    padding: 0;
    width: 100%
}

.rank_slider_rule_box {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    margin: 0 auto;
    width: 100%
}

.rank_slider_rule_box_item {
    background: linear-gradient(180deg, rgb(7 60 117) 0%, rgba(9, 34, 156, 1) 100%);
    border-radius: .5rem;
    display: block;
    display: flex;
    flex-direction: column;
    min-height: 60px;
    text-align: center;
    /* border: 1px solid #80f801; */
}

.rank_slider_rule_box_item h5 {
    color: #f4174d;
    font-family: Montserrat-Medium;
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px
}

.rank_slider_rule_box_item h4 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.rank_slider_rule_2,.rank_slider_rule_3 {
    margin-top: 10px;
    text-align: center
}

.rank_slider_slider_body hr {
    background-color: var(--color-green1);
    border: none;
    height: 1px;
    margin: 0 auto;
    width: 70%
}

.rank_slider_rule_3 hr {
    margin-top: 10px
}

.rank_slider_rule_4 {
    margin: 5px auto;
    padding: 0;
    width: 100%
}

.rank_slider_tr_3 {
    grid-gap: 2px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 0 2px
}

.rank_slider_tr_2 {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 0 40px
}

.rank_slider_rule_4 div {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin-top: 5px;
    text-align: center
}

.rank_slider_slide_out.active {
}

.rank_slider_slide_out.active .rank_slider_slide {
    background: linear-gradient(to bottom, rgba(114,213,9,1) 0%,rgba(50,56,56,1) 100%);
    opacity: 1;
}

.rank_slider_slide_out.active .rank_slider_slide.rank_slider_slide:before {
    background: linear-gradient(180deg,#12442b,#85e6a1)
}

.rank_slider_slide_out.active .rank_slider_slide_bottom .btn {
    background: #85e6a1;
    color: #000
}
.rank_slider_slide_bottom .btn {
    background-color: #fc0f51;
    border:none;
    border-radius: 1.2rem;
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 40px;
}
.level_pagediv {
    display: grid;
    grid-template-columns: 30% auto 30%;
    height: 100%;
    margin: 20px auto 0;
    width: 200px
}

.level_pagediv,.level_pagediv .level_btn {
    align-items: center;
    justify-content: center;
    text-align: center
}

.level_pagediv .level_btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 6px;
    color: #fff;
}
.rank_slider_slider_body hr {
    background-color: #f4174d;
    border: none;
    height: 1px;
    margin: 0 auto;
    width: 70%;
}
.rank_slider_title h4{
    color: #f4174d;
}

.afterlogin-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.profile_vip_row {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    z-index: 0;
    background: linear-gradient(294.54deg, rgb(72, 84, 99) 10.77%, rgb(157, 167, 177) 108.33%);
    padding: 5px 12px;
    min-height: 85px;
}

.main-vip {
    /* position: absolute; */
    top: 0;
    left: 7px;
    font-size: 33px;
    background-image: linear-gradient(179.01deg, rgb(229, 240, 254) 8.85%, rgb(171, 182, 196) 85.43%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    margin: 0;
}

.vip-process {
    position: relative;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.15);
    width: 70%;
}

.vip-process-bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 4px;
    border-radius: 2px;
    background: white;
}

.vipprofile_text {
    font-size: 13px;
}

.profile_vip_row::after {
    background-image: url('../images/afterlogin/vipbadge_big.png');
    content: "";
    width: 133px;
    height: 160px;
    position: absolute;
    background-size: contain;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.profile_content_wrap {
    padding: 1.5rem;
    background-color: #002351;
    border-radius: 16px;
    margin-top: 10px;
}

.profile_content_wrap_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
}

.profile_content_wrap_rowleft_con {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.profile_content_wrap_rowleft_con p,
.profile_content_wrap_rowleft_con i {
    margin: 0;
    font-weight: 700;
    color: #ecf1ffb3;
}

.profile_content_wrap_rowright_con {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.profile_content_wrap_rowright_con p,
.profile_content_wrap_rowright_con i {
    margin: 0;
    font-weight: 700;
    color: #ecf1ffb3;
}

.hr_profile_line {
    border-top: 1px solid #dee3f00d;
    margin: 2px;
}

.profile_chgpas {
    background-color: #dee3f00d;
    border-radius: 8px;
    color: #ecf1fff0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
}

.profile_chgpas:hover {
    background-color: #dee3f029;
}

.profile_navimenu {
    padding: 1.5rem;
    background-color: #002351;
    border-radius: 16px;
    margin-top: 1rem;
}

.profile_navimenu_inn {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}

.profile_navimenu_inn a {
    display: grid;
    text-align: center;
    grid-gap: 3px;
    line-height: 1.2;
    align-items: end;
    color: #fff;
}

.profile_navimenu_inn a i {
    font-size: 23px;
}

.user-img .nav-link {
    padding: 0px;
}

.user-img .dropdown-menu {
    background: #172360;
    border: 0px;
    /* width: 100%; */
    border-radius: 0px;
    padding: 10px;
    transform: none !important;
    will-change: auto !important;
    top: 80px !important;
    left: 40px !important;
    border-radius: 5px;
}

.bonus_box_custom {
    grid-template-columns: 275px 1fr;
}

.bonus_left_box {
    background: #0d143c;
    border-radius: 0.75rem;
    float: left;
    margin: 10px;
    min-height: 250px;
    position: relative;
}

.copy_overview_inner {
    padding: 10px;
}

.copy_title {
    color: #ed1d49;
    font-size: 24px;
    min-height: 68px;
    padding: 10px 10px 0;
    font-weight: 700;
}

.copy_value_title {
    color: #fff;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 0 5px;
}

.copy_value {
    align-items: center;
    border-radius: 0.25rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 10px;
    height: 34px;
    justify-content: space-between;
    letter-spacing: -.02em;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0 0 0 0px;
    text-align: left;
}

.copybtn {
    background-color: #ed1d49;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    font-size: 15px;
    border-radius: 4px;
    color: #fff;
}

.copy_value input {
    height: 34px;
    background-color: #c6a7a73d;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px;
    width: 100%;
}

.bonus_right_box_top {
    background: #091437;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    min-height: 108px;
    padding: 10px 16px;
    border-radius: 0.75rem;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.bonus_data_block {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.bonus_data_block h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 20px;
    margin-top: 18px;
    text-align: center;
}

.bonus_data_block span {
    line-height: 40px;
    font-weight: 600;
    color: #fff;
}

.bonus_right_box_bottom {
    background: #071435;
    display: grid;
    justify-items: flex-start;
    margin-bottom: 10px;
    margin-top: 15px;
    min-height: 140px;
    position: relative;
    border-radius: 0.75rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    grid-template-columns: minmax(120px,240px) 90px 2fr;
    align-items: center;
    grid-gap: 30px;
}

.bonus_plan_title {
    align-items: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    font-style: italic;
    margin: 0 auto;
    padding-left: 30px;
    max-width: 240px;
    justify-content: center;
    font-weight: 700;
    line-height: 1.3;
}

.bonus_plan_txt {
    min-width: 150px;
    display: flex;
    grid-column-end: auto;
    grid-column-start: auto;
    align-items: center;
    color: #ed1d49;
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    justify-content: left;
    padding-left: 20px;
    text-align: left;
    font-weight: 700;
    position: relative;
}

.trophy_m {
    display: none;
}

.bonus_plan_txt_tooltit,.bonus_plan_txt_tooltit2 {
    display: none;
    position: absolute;
    font-size: 10px;
    color: #fff;
    width: 260px;
    font-weight: 500;
    top: 33px;
    z-index: 999;
    background-color: #333333;
    padding: 5px;
    border-radius: 10px;
}

.bonus_ques,.bonus_ques2 {
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
}

.bonus_card_overview_title {
    margin: 0 auto;
    padding: 0;
}

.bonus_card_overview_title h2 {
    color: #fff;
    display: block;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 22px;
    margin-top: 22px;
    text-align: center;
    font-weight: 700;
}

.bonus_card_overview_inner {
    display: flex;
    color: #fff;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    min-height: 98px;
    position: relative;
}

.bonus_card_item {
    align-items: center;
    background: #091437;
    border-radius: 8px;
    display: flex;
    width: 32%;
}

.bonus_card_item_icon {
    margin: 0 10px;
    position: relative;
    width: 80px;
}

.bonus_card_item_div {
    display: flex;
    flex-direction: column;
    margin-left: 13px;
}

.bonus_card_item_title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0;
}

.bonus_card_item_number {
    color: #ed1d49;
    font-size: 20px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 0;
}

.bonus_card_item_people {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}

.bonus_invite_box_title {
    color: #ed1d49;
    display: block;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 22px;
    margin-top: 22px;
    text-align: center;
    font-weight: 400;
}

.bonus_content_box {
    background: #071435;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    flex-direction: row;
}

.bonus_left_content_box {
    padding: 30px 0 30px 30px;
    width: 45%;
}

.bonus_left_title {
    color: #ed1d49;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 40px;
}

.bonus_left_text {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
}

.bonus_left_money {
    color: #ed1d49;
    font-size: 16px;
    font-weight: 900;
}

.bonus_right_content_box {
    align-items: center;
    display: flex;
    flex: 1 1;
    justify-content: center;
}

.bonus_right_content_box img {
    width: 270px;
    padding: 10px;
}

.bonus_invite_list {
    background: #051433;
    border-radius: 18px 18px 18px 18px;
    margin-top: 24px;
    opacity: 1;
    padding-bottom: 30px;
    padding-top: 24px;
}

.bonus_table_title {
    color: #ed1d49;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
}

.bonus_invite_list .bonus_table_ul {
    display: flex;
    flex-direction: column;
    padding: 0 36px;
}

.bonus_invite_list .bonus_table_ul .bonus_table_li {
    cursor: pointer;
    display: flex;
    width: 100%;
}

.bonus_invite_list .bonus_table_ul .bonus_table_list_li {
    background: hsl(0deg 0% 85.54% / 70%);
    border-radius: 8px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 8px;
}

.bonus_table_text {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 50%;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.bonus_table_invite_nav {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    min-height: 40px;
    text-align: center;
    width: 190px;
}

.bonus_invite_list .bonus_table_ul .bonus_table_list_li:nth-last-child(3) {
    background: #ff9cb9;
}

.bonus_invite_list .bonus_table_ul .bonus_table_list_li:nth-last-child(2) {
    background: #fd5886;
}

.bonus_invite_list .bonus_table_ul .bonus_table_list_li:last-child {
    background: #f4174d;
}

.bonus_box .bonus_card_overview {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.bonus_card_overview_title h2 {
    color: #ed1d49;
    display: block;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 22px;
    margin-top: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.questiontool_wrap {
    position: relative;
}

.bonus_bets_box {
    background: #031432;
    border-radius: 8px;
    margin-top: 20px;
    min-height: 620px;
    padding-bottom: 20px;
    width: 100%;
}

.bonus_bets_top {
    display: flex;
    justify-content: space-around;
}

.bonus_bets_top_left {
    display: flex;
    flex-direction: column;
    padding: 10px;
    padding-top: 30px;
    padding-left: 35px;
    width: 49%;
}

.bonus_bets_bgc {
    background-color: #1a3149;
    border-radius: 10px;
    padding: 20px 20px 25px 25px;
    font-weight: 600;
}

.bonus_bets_desc {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.bonus_bets_top_example {
    color: #878484;
    line-height: 26px;
    margin-top: 10px;
    padding-right: 12px;
    width: 100%;
    margin-bottom: 0;
}

.bonus_bets_top_example_title {
    font-size: 16px;
    margin-bottom: 0;
}

.bonus_bets_top_example_desc {
    font-size: 14px;
    margin-left: 15px;
    margin-bottom: 0;
}

.bonus_bets_top_right {
    align-items: center;
    justify-content: center;
    position: relative;
    width: 49%;
    display: flex;
}

.bonus_card_overview_desc {
    color: #adb6c4;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin: 15px auto;
}

.bonus_bets_top_right img {
    width: 75%;
    padding: 10px;
}

.bonus_bets_bottom {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    padding: 20px;
    flex-wrap: nowrap;
}

.bonus_bets_bottom_box {
    background-color: #173148;
    border-radius: 15px 15px 15px 15px;
    box-sizing: border-box;
    padding: 20px
}

.bonus_bets_bottom_left {
    width: 48%;
}

.bonus_bets_bottom_right {
    width: 48%;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.bonus_bets_bottom_right h2 {
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    height: 30px;
    justify-content: center;
    color: #fff;
}

.bonus_bets_number {
    position: relative;
    align-items: center;
    color: #ed1d49;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    position: relative;
}

.bonus_bets_number_text {
    color: #fff;
    font-weight: 600;
    height: 30px;
    text-align: center;
    margin-bottom: 0;
}

.bonus_ranking_overview {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
    position: relative;
    width: 100%;
}

.bonus_ranking_inner {
    grid-column-gap: 10px;
    color: #fff;
    display: grid;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
}

.bonus_ranking_item {
    background: #001431;
    border-radius: 0.75rem;
    display: grid;
    min-height: 110px;
    padding: 10px;
}

.bonus_item_title {
    color: #ed1d49;
    font-size: 22px;
    height: 42px;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    font-weight: 700;
}

.bonus_ranking_data {
    background: #133147;
    border-radius: 0.75rem;
    display: grid;
    grid-template-columns: 30% 40% 30%;
    margin: 0 auto;
    min-height: 280px;
    width: 100%;
}

.bonus_ranking_level2 {
    padding-top: 80px;
}

.bonus_ranking_level1 {
    padding-top: 20px;
}

.bonus_ranking_level3 {
    padding-top: 80px;
}

.bonus_userinfo_body {
    display: grid;
    font-size: 10px;
    grid-template-rows: 30px 100px 20px 20px;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

.bonus_userinfo_ranking_level {
    font-size: 12px;
    padding-top: 15px;
}

.bonus_ranking_level2 .bonus_userinfo_ranking_level {
    background: #3e3e3e;
    -webkit-background-clip: text;
    color: transparent;
}

.bonus_userinfo_avatar_bg {
    border: 1px solid #f39d42;
    border-radius: 50%;
    display: block;
    height: 80px;
    margin: 10px auto;
    overflow: hidden;
    padding: 3px;
    position: relative;
    width: 80px;
}

.bonus_userinfo_body .bonus_userinfo_score,.bonus_userinfo_body .bonus_userinfo_username {
    align-items: center;
    color: #fff;
    display: block;
    justify-content: center;
    margin: 10px auto;
    text-align: center;
    transform: scale(.8);
    font-size: 16px;
}

.bonus_userinfo_body .bonus_userinfo_score {
    color: #f4174d;
}

.bonus_ranking_lottery {
    grid-gap: 10px;
    display: grid;
    margin: 0 auto;
    min-height: 280px;
    padding: 0 8px;
    width: 100%;
}

.bonus_lottery_item {
    background: linear-gradient(90deg, rgb(26 49 73) 0%, rgb(134 192 251) 100%);
    border-radius: 0.25rem;
    color: #3f526e;
    display: -ms-flexbox;
    display: grid;
    flex-wrap: wrap;
    font-size: 10px;
    grid-template-columns: minmax(60px,100px) 1fr 100px;
    margin: 0 auto;
    min-height: 50px;
    padding: 0 10px;
    position: relative;
    width: 100%;
}

.bonus_lottery_item div {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 12px 3px;
    text-align: center;
    font-size: 16px;
}

.bonus_username {
    color: #ffffff;
}

.bonus_yellow {
    color: #ed1d49;
}

.bonus_footer_overview {
    background: #001430;
    border-radius: 15px;
    display: flex;
    margin-bottom: 30px;
    opacity: 1;
    padding: 15px 15px 15px 24px;
    flex-direction: row;
}

.bonus_footer_left {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 315px;
}

.bonus_footer_right {
    flex: 1 1;
    width: 100%;
    margin-left: 25px;
}

.bonus_footer_right .bonus_footer_right_content {
    background: #0e3146;
    border-radius: 15px;
    height: 100%;
    opacity: 1;
    padding: 26px 23px 18px 29px;
    width: 100%;
}

.bonus_footer_right_content .bonus_footer_right_text {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 14px;
}

.bonus_footer_last_text {
    margin-bottom: 0;
}

.bonus_footer_right_href {
    color: #ed1d49;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.bonus_box {
    background: #1a3149;
    border-radius: 0.75rem;
    color: #fff;
    display: -ms-flexbox;
    display: grid;
    flex-wrap: wrap;
    margin: 10px auto;
    min-height: 260px;
    padding: 0;
    position: relative;
    width: 100%;
}

.mission-bg ul {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 20px;
}

.mission-bg ul li a {
    display: block;
    position: relative;
}

.downloadbody {
    text-align: center;
    margin-top: 20px;
}

.downloadbox {
    text-align: center;
    /* width: 23%; */
    margin: 0 5px;
    display: inline-block;
    height: 173px;
}

.ndl-btn {
    background: #ed1d49;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 5px;
    display: block;
    margin: auto;
    margin-top: 10px;
    width: 100%;
}

.ndl-btn:hover,.ndl-btn:focus {
    color: #fff;
    background: #ed1d49;
}

.adl-btn {
    background: #ed1d49;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 5px;
    display: block;
    margin: auto;
    width: 78%;
    margin-top: 10px;
}

.adl-btn:hover,.adl-btn:focus {
    color: #ffffff;
    background: #ed1d49;
}

.dl {
    max-width: 500px;
    margin: auto;
    margin-top: 10px;
}

.dl table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

.dl table th {
    border: 1px solid #454545;
    text-align: center;
    padding: 8px;
    background: #f4174d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.dl table td {
    text-align: left;
    padding: 8px;
    background-color: #1a3149;
    border: 1px solid #454545;
    color: #fff;
}

.dl .username_custom {
    color: #ed1d49;
    font-weight: bold;
}

.downloadboxContent {
    padding: 20px;
    border: 1px solid #ce9c2d;
    background: #000000;
}

#mission-modal .modal-content, #p2e-modal .modal-content, #mPETransaction .modal-content,
#mPEHistory .modal-content, #download-1 .modal-content, #tnc-challenge .modal-content, #viewmore .modal-content,
#wheel-modal .modal-content {
    background: #0d143c;
}

.img-filter .dropdown-menu {
    padding: 10px;
    background: #13395d;
}

.img-filter .dropdown-menu a{
    color: #fff;
    padding: 10px;
}

.reward-txt {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .modal-dialog {
        margin: 1rem;
    }

    .quick-amounts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {

    .container {
        max-width: 900px;
    }

    .daily_view {
        flex-direction: column;
    }
}

@media screen and (max-width: 999px) {
    .d_view {
        display: none !important;
    }

    .m_view {
        display: block;
    }

    .right-content {
        width: 100%;
        margin: 0px;
        padding: 0px 0px 80px;
    }

    .right-content.footer-active {
        padding: 0px 0px 450px;
        /* Padding when footer is active */
    }


    .btn_dropup_lang {
        width: 100px;
    }

    .prod-game {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .game-inner-button {
        gap: 10px;
    }

    .game-type {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .game-in-btn {
        margin-top: 0px;
    }

    .game-inner-button {
        margin-bottom: 20px;
    }

    .games-tab {
        /* flex-direction: row-reverse; */
        margin-bottom: 20px;
    }

    .tab_wrapper {
        overflow-x: scroll;
    }

    .tab_wrapper_inn {
        display: flex;
    }

    .m_view .sort-by .dropdown-menu.show {
        display: block;
        width: 200px;
        background-color: #1c2532;
        color: #fff;
        left: -0px !important;
    }

    .m_view .sort-by i {
        margin-right: 5px;
    }

    .m_view .sort-by .dropdown-toggle {
        background: #12698b;
    }

    .modal-content {
        transform: none;
        padding: 5px;
    }

    .modal-body {
        padding: 15px 10px;
    }

    .input-group {
        flex-direction: row;
    }

    .input-group input {
        width: 40px;
    }

    .deposit_bank_choose_wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px 25px;
        margin-top: 25px;
    }

    .intro {
        margin-top: 45px;
    }

    .tab-pay ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }

    .afterlogin_dep_head {
        background-color: #2c2e34;
        padding: 0.7rem 1.25rem;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .head_col_1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .point-wrap {
        flex-direction: column;
        gap: 10px;
    }

    .modal-header {
        padding: 20px 10px 5px;
    }

    .tab-pay ul li a {
        font-size: 12px;
    }

    .deposit-top {
        display: none;
    }

    .hot-games {
        margin-top: 20px;
    }

    .daily-bg ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        position: relative;
    }

    .page-title {
        padding-top: 15px;
    }

    .mission-bg ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .play2earn-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }

    .wheel_product.wheel-wrap {
        height: 250px;
        width: 100%;
        margin: 0px auto;
        min-height: 215px;
    }

    .wheel-all ul {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
    }

    .redemption-wrapper {
        display: flex;
        flex-direction: column;
        gap: 86px;
    }

    .rep_modal img.img-wrap {
        position: relative;
    }

    .rep_modal .congrat-text {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 45px;
        font-size: 14px;
    }

    .rep_modal .image-wrap {
        height: auto;
    }

    .rep_modal .modal-congrat h5 {
        font-size: 18px;
    }

    .rep_modal .close {
        right: 0px;
    }

    button.submit-btn {
        display: block;
        margin: 0px auto;
    }

    .rep_modal .claim-btn-wrap {
        position: absolute;
        bottom: 0px;
        left: 0;
        margin: 0px auto;
        right: 0;
    }
    
    .info-menu {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding: 10px 3px;
    }

    .info-menu a {
        min-width: auto;
        white-space: nowrap;
        align-self: center;
        border-radius: 5px;
        margin: 0px;
    }

    .contact-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .balance-modal .btn-close {
        top: -35px;
        right: 0px;
    }

    .promo_filter_wrap{
        flex-direction: column;
    }

    .promo_filter_wrap .tab_search{
        display: none;
    }

    .promo-container {
        display: grid;
        gap: 0px;
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 30px;
    }

    .filter-menu-bar {
        overflow-x: auto;
        gap: 5px;
    }

    .nm-qr {
        word-break: break-all;
        white-space: normal;
        width: 85%;
    }

    .user_vip_inner{
        display: flex;
        flex-direction: column;
    }

    .user_vip_inner .user_level_list_body{
        grid-template-columns: repeat(3,1fr);
    }

    .modal_body_share_left {
        display: none;
    }

    .modal_body_right {
        width: 100%;
    }

    .bonus_box_custom {
        grid-template-columns: 1fr;
    }

    .bonus_right_box_top {
        grid-template-columns: repeat(2,minmax(0,1fr));
        border-top-left-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }

    .trophy_m {
        display: block;
        width: 90px;
        margin: auto;
    }

    .trophy_w {
        display: none;
    }

    .bonus_right_box_bottom {
        grid-gap: 0;
        border-bottom-right-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
        grid-template-columns: 110px 1fr;
        grid-template-rows: repeat(2,minmax(0,1fr));
        padding: 10px;
    }

    .bonus_right_box {
        padding: 10px;
    }

    .bonus_card_overview_inner {
        display: grid;
        justify-content: initial;
        grid-gap: 15px;
    }

    .bonus_card_item {
        width: 100%;
    }

    .bonus_content_box {
        display: grid;
    }

    .bonus_left_content_box {
        padding: 30px;
        width: 100%;
    }

    .bonus_bets_top {
        display: grid;
    }

    .bonus_bets_top_left {
        width: 100%;
        padding: 30px;
    }

    .bonus_bets_top_right {
        width: 100%;
    }

    .bonus_bets_bottom {
        display: grid;
        grid-gap: 15px;
    }

    .bonus_bets_bottom_left {
        width: 100%;
    }

    .bonus_bets_bottom_right {
        width: 100%;
    }

    .bonus_ranking_inner {
        grid-template-columns: 100%;
        grid-gap: 20px;
    }

    .bonus_footer_overview {
        display: grid;
        padding: 15px;
    }

    .bonus_footer_right {
        margin-left: 0;
    }

    .bonus_footer_left {
        margin: auto;
        padding-bottom: 20px;
    }

}

@media screen and (max-width: 375px) {
    .counter {
        top: 45%;
    }
}

