@font-face {
    font-family: 'Exo';
    src: url('../webfonts/Exo-BlackItalic.woff') format('woff2'),
        url('../webfonts/Exo-BlackItalic.woff2') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Exo';
    src: url('../webfonts/Exo-Black.woff') format('woff2'),
        url('../webfonts/Exo-Black.woff2') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
}
::-webkit-input-placeholder {
    color: ffffff80;
    font-weight: 400;
    font-size: 12px;
}
input {
    font-size: 16px;
}
.logo img {
    height: 45px;
}
.chat_btn img {
    height: 30px;
    max-width: inherit;
}
.carousel.slide.desktop img {
    border-radius: 10px;
}
.carousel.slide.mobile img {
    border-radius: 10px 10px 0px 0px;
}
.arrow_slider_wrp {
    margin: 10px 0;
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}
.transaction_container .transc-l img {
    z-index: inherit;
}

@media (max-width: 999px) {
    .logo img {
        height: 35px;
        max-width: inherit;
    }
    .slider_title {
        font-size: 20px;
    }
}

.slotgame-list {
    display: inline-block;
    width: 100%;
    font-size: 0;
}
.slots-menu {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}
.slots-thumb {
    font-size: 14px;
    border-radius: 10px;
    padding: 3px 10px;
    cursor: pointer;
    margin: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.slots-thumb.choosen::after {
    font-size: 13px;
    line-height: 1;
    padding: 3px 15px;
    position: absolute;
    top: 14px;
    right: 0px;
    transition: all 0.3s;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    content: '\f0d7';
    color: #ffffff59;
}
.slots-thumb img {
    height: 40px;
}
.slots-thumb.choosen {
    position: relative;
    max-width: 188px;
    float: right;
    width: calc( 100% - 2px );
}
.slots-thumb.choosen img{
    height: 40px;
}
.slotgame-list .row {
    margin: 0;
}
.slotgame-list .other-slots {
    display: none;
}
.slotgame-list.show-game .other-slots {
    display: flex !important;
}
.slotgame-list .row .col-2 {
    padding: 0;
    flex: 0 0 auto;
    max-width: 25%;
    width: 25%;
}
.slotgame-list.show-game .slots-thumb.choosen::after {
    transform: rotate(180deg);
}

.hotgame-content {
    margin: 0 -12px;
    padding: 14px 0 0;
}
.hotgame-content .row {
    margin: 0 7px;
}
.hotgame-content .row .col-4 {
    padding: 0 5px;
    margin-bottom: 10px;
}
.hotgame-single {
    position: relative;
}
.hotgame-single-top {
    position: relative;
    background-color: #ffffff0e;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}
.hotgame-single-top img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.hotgame-single-top > img {
    width: 100%;
}
.hotgame-single-top .bg-img {
    position: relative;
    top:0;
    left:0;
    height: auto;
}
.hotgame-single-bottom {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    font-size: 12px;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 16px;
    margin-top: 8px;
    text-align: center;
}
.hotgame-hover {
    display: none;
}
.hotgame-overlay {
    display: none;
}
.hotgame-favourite {
    position: absolute;
    top: 4px;
    right: 4px;
}
.icon-heart::before {
    position: absolute;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #000000;
    width: 25px;
    height: 25px;
    text-align: center;
    top: 3px;
    right: 0;
    content: '\f004';
}
/* .icon-heart:hover::before */
.icon-heart.selected::before {
    background: transparent linear-gradient(180deg, #F75353 0%, #CB0606 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}  
.game-provider {
    width: 48px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 0 5px;
    border-radius: 10px 0px 20px 0px;
}
.game-provider img {
    height: 27px;
    max-width: inherit;
}

/* app download */
.app-download {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    width: 100%;
    height: 100%;
}
.app-content {
    padding: 16px 24px;
    position: fixed;
    bottom: 0;
    border-radius: 20px 20px 0px 0px;
    background-color: #fffffff2;
    width: 100%;
}
.app-close {
    position: absolute;
    top: 8px;
    right: 12px;
    color: #ACACAC;
    font-size: 28px;
}
.app-content-top {
    display: flex;
    align-items: center;
    width: 95%;
}
.app-content-top .logo-app {
    margin-right: 16px;
}
.app-content-top .logo-app img {
    height: 65px;
	max-width: inherit;
}
.app-description {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}
.app-continue {
    color: #00A8FF;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    text-align: center;
}
.app-content-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}
.app-content-bottom .btn {
    border-radius: 5px;
    width: 130px;
    margin: 0 6px;
    font-size: 24px;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-content-bottom .btn span {
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 8px;
}
.download-bar {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    background-color: #000000;
}
.offset{
    padding-top: 138px;
}
.download-bar .logo-app {
    margin-right: 10px;
}
.download-bar .logo-app img {
    height: 50px;
}
.app-name {
    color: #FFFFFF;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.download-bar-btn {
    background-color: #00CE45;
    font-weight: 600;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.download-bar-btn span {
    margin-left: 8px;
}
.download-bar-close {
    color: #FFFFFF80;
    font-size: 24px;
    margin-left: 10px;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dee2e6a6;
    opacity: 1; /* Firefox */
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dee2e6a6;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #dee2e6a6;
}

.reg_form .form-control.form-select {
    padding: 6px 12px;
}

.card-header, 
.card-body {
    color: #fff;
}

/* vip */
.vip-wrapper {
    margin: 16px auto;
    padding: 0 0 16px;
    overflow-x: hidden;
}
.vip-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF1A;
    border-radius: 10px;
    margin-bottom: 8px;
}
.vip-top-left {
    width: 116px;
    margin: 0 auto;
    padding: 4px 16px 20px;
}
.vip-left-level img {
    height: 83px;
}
.vip-level-text {
    border: 1px solid #FFFFFF1A;
    border-radius: 30px;
    padding: 2px 12px;
    min-width: 85px;
    text-align: center;
    position: relative;
    margin-top: -10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #000000;
}
.vip-top-right {
    width: calc(100% - 116px);
    padding: 12px 16px 22px 8px;
}
.vip-progress {
    margin-bottom: 16px;
}
.vip-progress:last-child {
    margin-bottom: 0;
}
.vip-progress-text {
    margin-bottom: 4px;
}
.vip-progress-text span {
    color: #FFAD2B;
}
.vip-progress-bar .progress.vip {
    border-radius: 10px;
    background-color: #FFFFFF12;
    height: 12px;
}
.vip-progress-bar .progress .progress-bar {
    border-radius: 10px;
    margin: inherit;
}
.vip-detail {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF1A;
    border-radius: 10px;
    padding: 10px 16px;
}
.vip-detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}
.vip-detail-row:last-child {
    margin-bottom: 0;
}
.vip-figure {
    font-weight: 700;
    font-size: 15px;
}
.vip-level {
    padding: 52px 16px 8px;
}
.vip-level .swiper {
    overflow: inherit;
}
.vip-level-content {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF1A;
    border-radius: 20px;
    position: relative;
    padding: 48px 12px 40px;
}
.vip-level-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
}
.vip-level-top > img {
    height: 100px;
    z-index: 2;
}
.vip-level-title {
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    padding: 2px 16px;
    min-width: 130px;
    text-align: center;
    margin-left: -36px;
    z-index: 1;
    border: 1px solid #FFFFFF1A;
    background-color: #000000;
}
.vip-content-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background-color: #00000033;
    padding: 10px 12px;
    margin-bottom: 4px;
}
.vip-row-left {
    font-weight: 600;
    max-width: 70%;
}
.vip-row-right {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 30%;
}
.vip-level-bottom {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}
.vip-bottom-check {
    background: transparent linear-gradient(123deg, #40E24A 0%, #23AB94 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 1px 1px 2px #FFFFFF80, 0px 3px 6px #00000029;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    position: relative;
    bottom: -8px;
}
.vip-bottom-check::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: -1;
}
.vip-bottom-lock {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #CCCCCC;
    position: relative;
    bottom: -8px;
}
.vip-bottom-lock::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: -1;
}
.vip-level .swiper-button-prev, 
.vip-level .swiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    position: absolute;
    top: 50%;
}
.vip-level .swiper-button-prev {
    left: -15px;
}
.vip-level .swiper-button-next {
    right: -15px;
}
.vip-level .swiper-button-prev:after, 
.vip-level .swiper-button-next:after {
    font-size: 22px;
    font-weight: 700;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}
.vip-level .swiper-button-prev:after {
    content: '\f0d9';
}
.vip-level .swiper-button-next:after {
    content: '\f0da';
}

/* review */
.review-swiper-wrapper {
    margin-bottom: 16px;
}
.review-card {
    padding: 20px;
    border-radius: 20px;
    border: 1px rgba(255,255,255,0.1) solid;
    color:#fff;
    position: relative;
}
.review-title {
    font-size: 18px;
    font-weight: 700;
}
.review-card p {
    font-size: 12px;
}
.review-card .time {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}
.stars-wrapper {
    color: #FFFFFF66;
}
.stars-wrapper svg.active {
    color: #ffb833;
}
.data-wrapper {
    display: block;
    padding: 20px;
    border-radius: 20px;
    border: 1px rgba(255,255,255,0.1) solid;
    color:#fff;
}
.ranking-wrapper {
    color:#fff;
    padding-right: 0px;
}
.ranking-list {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 7px 10px;
    border-radius: 10px;
}
.ranking-list .no {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-right: 15px;
}
.ranking-list .no.gold {
    background: rgb(128,81,0);
    background: linear-gradient(0deg, rgba(128,81,0,1) 0%, rgba(255,203,112,1) 100%);
}
.ranking-list .no.silver {
    background: rgb(94,94,94);
    background: linear-gradient(0deg, rgba(94,94,94,1) 0%, rgba(181,181,181,1) 100%);
}
.ranking-list .no.bronze {
    background: rgb(94,61,55);
    background: linear-gradient(0deg, rgba(94,61,55,1) 0%, rgba(159,102,91,1) 100%);
}
.ranking-list .username {
    flex-grow: 1;
    line-height: 18px;
}
.ranking-list span {
    color:rgba(255,255,255,0.5);
    display: block;
}
.chart2-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    min-width: 280px;
    min-height: 280px;
    max-width: 1200px;
    max-height: 600px;
}
.chart-container {
    position: relative;
    height: 90%;
    width: 100%;
}
.chart2-wrapper #chart {
    margin-top: 15px;
}
.title-page {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.ranking-list .amount {
    color: #ffb833;
    font-weight: 700;
}
.review-wrapper {
    overflow-x: hidden;
    padding: 16px 0;
}
.review-swiper {
    overflow: inherit;
}
.review-swiper .swiper-pagination-bullet {
    opacity: .5;
}
.review-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

/* livestream */
.live-wrapper {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    border-radius: 10px;
}
.live-wrapper iframe {
    border-radius: 10px;
}
.live {
    width: 380px;
    height: 214px;
}

/* news */
.news-wrapper {
    padding: 16px 0 0;
}
.news-card {
    padding: 30px;
    border-radius: 20px;
    border: 1px rgba(255,255,255,0.1) solid;
    color:#fff;
    position: relative;
    margin: 15px 0;
}
.news-card-inner {
    display: block;
    border-radius: 20px;
}
.news-card .img-wrapper {
    width: 100%;
    max-width: 180px;
    height: auto;
    border-radius: 15px;
    margin: 0 auto;
}
.news-card .img-wrapper img {
    border-radius: 20px;
}
.news-card-inner .news-content {
    margin-left: 0px;
    margin-top: 30px;
    width: 100%;
}
.news-card-inner h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}
.news-card-inner p {
    font-size: 14px;
}
.btn-readmore {
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    border-bottom: 1px solid rgba(0,0,0,.3);
    color: #fff;
    border: none;
    font-weight: 700;
    padding: 0 30px;
}

/* text logo */
.logo-text {
    font-family: 'Exo';
    font-weight: 900;
    font-style: italic;
    font-size: 26px;
    text-shadow: 0 3px 5px rgba(0,0,0,0.5);
    text-transform: uppercase;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
}
.logo-text span {
    color:#fff;
}

/* history */
.statement-history {
    border-bottom: 1px dashed #FFFFFF50;
	font-size: 14px;
}
.statement-history:last-child {
    border-bottom: 0;
}
.statement-history-content {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.statement-history-left, .statement-history-right {
    display: flex;
    flex-direction: column;
}
.statement-history-right {
    text-align: right;
}
.statement-history-amount .text-orange {
    color: #FFAD2B;
}
.statement-desktop {
    display: none;
}
.table-statement {
    font-size: 16px;
    border-radius: 10px;
    overflow-x: auto;
}
.table-statement .table-statement-row {
    padding: 15px 16px;
    margin: 0;
}
.table-statement .table-statement-row:first-child {
    border-radius: 10px 10px 0px 0px;
    font-weight: 700;
}
.table-statement .table-statement-row:last-child {
    border-bottom: 0;
    border-radius: 0 0 10px 10px;
}
.table-statement .table-statement-row .table-statement-col {
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-statement .table-statement-row .table-statement-col a {
    text-decoration: underline;
}
.table-statement .table-statement-row:nth-child(odd) {
    background-color: #00000033;
}
.table-statement .table-statement-row:first-child {
    background-color: #00000066;
}
.table-statement-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    display: none;
}
.statement-history:last-child {
    border-bottom: 0;
}
.statement-history-content {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.statement-history-left, .statement-history-right {
    display: flex;
    flex-direction: column;
}
.statement-history-right {
    text-align: right;
}
.statement-single {
    border-bottom: 1px dashed #FFFFFF50;
}
.statement-single:last-child {
    border-bottom: 0;
}
.statement-single-content {
    padding: 10px 0;
}
.statement-single:first-child .statement-single-content {
    padding-top: 0;
}
.statement-single:last-child .statement-single-content {
    padding-bottom: 0;
}
.statement-date {
    margin-bottom: 3px;
}
.statement-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
    margin-bottom: 3px;
    border-radius: 5px;
    background-color: #FFFFFF1A;
}
.statement-detail-left, .statement-detail-right {
    text-transform: capitalize;
}
.statement-detail-right {
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}
.statement-detail-right .text-orange {
    color: #FFAD2B;
}
.statement-detail-right .text-purple {
    color: #9FB1FF;
}
.statement-detail-right .text-red {
    color: #FF6161;
}
.statement-win, .statement-lose {
    font-weight: 700;
    text-transform: uppercase;
}
.statement-win {
    color: #9FB1FF;
}
.statement-lose {
    color: #FF6161;
}
.statement-balance {
    display: flex;
    justify-content: space-between;
}
.statement-balance-left {
    text-transform: capitalize;
}

/* referral */
.referral-banner > img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.referral-top {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF1A;
    border-radius: 20px;
}
.referral-qr {
    display: flex;
    flex-direction: column;
}
.referral-qr-code {
    border-radius: 10px;
    padding: 6px;
    display: inline-flex;
    align-self: center;
    background-color: #ffffff1a;
}
.referral-qr-code > img {
    height: 78px;
    border-radius: 10px;
}
.referral-qr-share {
    display: flex;
    flex-direction: column;
    padding: 0 16px 32px;
}
.referral-share-text {
    font-size: 13px;
    text-align: center;
    margin: 8px 0;
}
.referral-share-link {
    border-radius: 10px;
    padding: 7px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #ffffff1a;
}
.referral-link {
    width: calc(100% - 112px);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 12px;
}
.referral-btn {
    margin-left: 7px;
}
.btn-referral {
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 12px;
    width: 105px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0px 3px 6px #00000082;
    border-radius: 10px;
    border: 0;
    font-weight: 700;
    color: #FFFFFF;
}
.referral-detail {
    padding: 16px 0 0;
}
.referral-detail-single {
    border-radius: 20px;
    margin-bottom: 16px;
    border: 1px solid #FFFFFF1A;
}
.referral-detail-single:last-child {
    margin-bottom: 0;
}
.referral-detail-top {
    text-align: center;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px 20px 0px 0px;
    background-color: #FFFFFF1A;
    border-bottom: 1px solid #FFFFFF1A;
}
.referral-detail-bottom {
    display: flex;
    flex-direction: column;
}
.referral-statistic {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 6px 6px;
}
.referral-statistic-single {
    flex:  1 0 0%;
    padding: 0 6px;
}
.statistic-single-top {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}
.statistic-single-bottom {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #FFA200;
}
.btn-referral-detail {
    text-transform: capitalize;
    display: inline-flex;
    align-self: center;
    justify-content: center;
    min-width: 150px;
    padding: 8px 12px;
    border-radius: 30px;
    border: 0;
    font-weight: 600;
    background-color: #4d4e50;
    color: #ffffff;
}
.table-referral-wrapper {
    padding: 10px 12px 0;
    margin-top: 16px;
    border-top: 1px solid #FFFFFF1A;
}
.table-referral-wrapper .table-responsive {
    border: 0;
}
.table-referral {
    --bs-body-bg: transparent;
}
.table-referral tr > th {
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    border-bottom-width: 0;
}
.table-referral tr > td {
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    border-bottom-width: 0;
}

/* inbox */
.inbox-top {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF1A;
    border-radius: 10px;
    padding: 14px 16px;
}
.inbox-top-text {
    border-bottom: 1px solid #FFFFFF1A;
    padding-bottom: 6px;
}
.inbox-top-balance {
    padding-top: 6px;
}
.inbox-top-balance a {
    display: flex;
    align-items: center;
}
.inbox-balance-amount {
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
    color: #F9951E;
}
.inbox-top-balance .icon-plus {
    background: transparent linear-gradient(123deg, #40E24A 0%, #23AB94 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 1px 1px 2px #FFFFFF80, 0px 3px 6px #00000029;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}
.bonus-category {
    padding: 16px 0 0;
}
.bonus-category-title {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
}
.bonus-category-wrapper {
    padding: 0 12px;
}
.bonus-category-wrapper .row .col {
    width: 50%;
    padding: 0 6px;
    flex: 0 0 auto;
    margin-bottom: 24px;
}
.bonus-category-single {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF1A;
    border-radius: 10px;
    padding: 16px;
}
.bonus-category-pic {
    margin-top: -32px;
    margin-bottom: 4px;
}
.bonus-category-pic img {
    height: 50px;
}
.bonus-category-name {
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}
.bonus-category-value {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    color: #FFA200;
}
.bonus-transaction {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF1A;
    border-radius: 20px;
}
.bonus-transaction-head {
    text-align: center;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px 20px 0px 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #FFFFFF1A;
    background-color: #FFFFFF1A;
}
.bonus-transaction-body {
    padding: 12px;
}
.bonus-transaction-note {
    font-size: 12px;
    color: #A6B6C9;
}
.bonus-transaction-content {
    padding: 10px 0 0;
}
.bonus-transaction-single {
    border-bottom: 1px solid #FFFFFF1A;
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    font-size: 14px;
}
.bonus-transaction-single:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.bonus-transaction-date {
    font-weight: 600;
    margin-bottom: 6px;
}
.bonus-transaction-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    padding: 7px 10px;
    margin-bottom: 3px;
    background-color: #FFFFFF1A;
}
.bonus-transaction-right {
    font-weight: 600;
}
.btn-bonus-transaction {
    border: 0;
    border-radius: 30px;
    text-transform: capitalize;
    display: inline-flex;
    align-self: center;
    justify-content: center;
    min-width: 130px;
    padding: 4px 12px;
    margin-top: 8px;
    color: #FFFFFF;
}
.bonus-transaction-desktop {
    display: none;
}
.table-bonus {
    padding: 16px 0 0;
    font-size: 16px;
}
.table-bonus .table-bonus-row {
    padding: 12px 16px;
    margin: 0;
    border-radius: 10px;
    margin-bottom: 8px;
    background-color: #FFFFFF1A;
}
.table-bonus .table-bonus-row.empty {
    justify-content: center;
}
.table-bonus .table-bonus-row:first-child {
    padding: 6px 16px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
}
.btn-inbox {
    border-radius: 10px;
    border: 0;
    text-transform: capitalize;
    padding: 3px 12px;
    min-width: 75px;
    color: #FFFFFF;
}

/* ios-tutorial */
#ios-tutorial .modal-dialog {
    border-radius: 30px;
    height: initial;
    padding: 64px 0 32px;
    margin: 0 10px;
    background-color: transparent;
}
#ios-tutorial .modal-dialog .modal-content {
    position: relative;
    border-radius: 30px;
    border: 1px solid #FFFFFF1A;
    background-color: #000000;
}
#ios-tutorial .btn-close-ios {
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
}
.ios-tutorial img {
    border-radius: 30px;
    width: 100%;
}
/*game filter*/
.dropdown-wrapper{
    width: 50%;
    position: relative;
}
.search-wrapper{
    display: flex;
    justify-content: end;
    width: 50%;
    max-width: 200px;
}
.search-wrapper .tab_search {
    display: flex;
    align-items:flex-start;
    justify-content: end;
    margin-left: 7px;
    margin-right: 7px;
    position: relative;
}
.mobile_dropdown{
    position: relative;
    grid-gap: 0;
}
.mobile_dropdown img{
    margin-right: 10px;
}
.detect_id_tab {
    width: 100%;
    position: absolute;
    top:43px;
    z-index: 10;
    left:0;
}
.search-wrapper .searchinput {
    max-width: 200px;
    padding: 5px 15px;
    border: none;
    display: flex;
    align-items: center;
    height: 34.56px;
}
.tabs_product {
    margin: 10px 0;
}
.searchinput{
    padding: 6px 13px;
    border: none;
}
.tab_wrapper_inn_mobile{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px rgba(255, 255, 255, 0.151) solid;
}
.tab_wrapper_inn_mobile .mobile_dropdown{
    padding: 5px 10px;
    max-width: 200px;
}
.search-wrapper .btn-fav{
    font-size: 20px;
    color:rgb(160, 160, 160);
    position: relative;
    background-color: transparent;
    box-shadow: none;
    width: auto;
    height: auto;
    -webkit-appearance: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    top:inherit;
    right: inherit;
}

/*login modal*/
#loginmodal.share_modal .modal-dialog{
    max-width: 480px;
}
#loginmodal .modal_body_share{
    display: block;
}
#loginmodal .modal_body_right{
    width: 100%;
}
#loginmodal .modal_head{
    justify-content: center;
}
#loginmodal .modal_head h4{
    font-size: 20px;
}
#loginmodal .input_inner_forgot{
    display: flex;
    justify-content: space-between;
}
#loginmodal .form-check-input:checked + .form-check-label{
    background: none !important;
}
#loginmodal .form-check-input[type=checkbox] {
    border: 1px rgba(255, 255, 255, 0.5) solid;
}
#loginmodal .form-check-label{
    font-size: 12px;
}
#loginmodal .no-account{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
#loginmodal .btn-small-signup{
    border: 1px solid #ffffff26;
    background-color: #161226;
    border-radius: 15px;
    padding: 5px 14px;
    color: #FFFFFF;
    margin-left: 16px;
    text-transform: capitalize;
}

/* rewards */
.reward {
    position: fixed;
    bottom: 80px;
    right: 16px;
    z-index: 1001;
    animation: upDown 1s ease-in-out infinite;
}
.reward a {
    display: block;
}
.reward-close {
	cursor: pointer;
    line-height: 1;
    position: absolute;
    top: -32px;
    right: 0;
    font-size: 24px;
}
@keyframes upDown {
    0%, 100% {
        bottom: 80px;
    }
    50% {
        bottom: 90px; 
    }
}
.reward img {
    height: 80px;
}
/*partner floating*/
.partner{
    position: fixed;
    right:0px;
    top:50%;
    transform: translateY(-50%);
    background-color: #000000;
    border-radius: 10px 0 0 10px;
    width: 40px;
    z-index: 10;
    text-align: center;
    border: 1px solid rgb(43, 43, 43);
    border-right: 0;
    padding: 3px;
    overflow: hidden;
    cursor: pointer;
}
.partner .icon{
    padding: 3px;
    border-radius:5px;
    background-color: #1b1b1b;
}
.partner .icon img{
    width: 100%;
}
.partner span{
    font-size: 0.8rem;
    writing-mode: vertical-lr;
    margin: 5px 0 15px 0;
    color: #fff;
}
.partner .arrow{
    color:#fff;
    font-size: 0.8rem;
    background-color: #2d2d2d;
    margin: -5px;
    padding:5px 3px;
}
.partner .icon-wrapper{
    display: block;
}
.partner.close{
    width: 20px;
}
.partner.close .icon-wrapper{
    display: none;
}
.partner.close .arrow{
    color:#fff;
    font-size: 0.8rem;
    background-color: #000;
    margin: 0px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modal-partner .modal-content{
    background:url(../images/partner-modal-bg-b.svg),#000;
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto 50%;
    width:100%;
    max-width: 600px;
    padding: 15px;
    margin: 0 auto;
    border: 2px solid #1b1b1b;
    border-radius: 15px;
    height: auto;
}
#modal-partner .modal-dialog{
    background: none;
    max-width: 600px;
}
.partner-title{
    text-align: center;
    color:#fff;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.partner-logo-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.partner-logo-wrapper .partner-logo{
    margin: 5px;
    overflow: hidden;
    width:calc(25% - 10px);
    border: 1px solid #1b1b1b;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(56, 56, 56, 0.5);
    transition: all 0.3s ease-in-out;
}
.partner-logo-wrapper .partner-logo:hover{
    transform: translateY(-10px);
}
.partner-logo-wrapper .partner-logo img{
    width: 100%;
}
#modal-partner .btn-close{
    font-size: 1rem;
    position: absolute;
    top:10px;
    right:10px;
    --bs-btn-close-color: #fff;
}
@media (min-width: 420px) {
    /*partner*/
    #modal-partner .modal-content{
        padding: 25px;
    }
    .partner-logo-wrapper .partner-logo{
        margin: 10px;
        width:calc(25% - 20px);
    }
}

@media (min-width: 576px) {
    #ios-tutorial .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 576px) {
    /* announcement */
    #annModal .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .slotgame-list .row .col-2 {
        padding: 0;
        flex: 0 0 auto;
        max-width: 33.333%;
        width: 33.333%;
    }
    /* referral */
    .referral-qr {
        width: 70%;
        margin: 0 auto;
    }

    /* news */
    .news-card-inner {
        display: flex;
        justify-content: center;
        border-radius: 20px;
    }
    .news-card-inner .news-content {
        margin-left: 25px;
        margin-top: 0px;
        width: 75%;
    }
    .news-card .img-wrapper {
        width: 250px;
        height: auto;
        border-radius: 15px;
    }
}
@media (min-width: 1000px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
    }
    /* app download */
    .app-download, .download-bar {
        display: none;
    }
    .offset{
        padding-top: 75px;
    }
    .mobile_dropdown{
        display: flex;
    }
    .detect_id_tab{
        position: initial;
        margin-bottom: 10px;
    }
    .mobile_dropdown{
        display: none;
    }
    .tab_wrapper_inn_mobile{
        flex-wrap: wrap;
        justify-content: end;
    }
    .dropdown-wrapper{
        width: 100%;
    }
    .tab_wrapper_inn_mobile{
        border-bottom: none;
    }
}

@media (min-width: 1200px) {
    .arrow_slider_wrp {
        width: 83%;
    }
    .slots-menu {
        width: 17%;
    }
    .slotgame-list .row .col-2 {
        max-width: 16.666667%;
    }

    .hotgame-content {
        padding: 16px 0;
        margin: 0;
        border-radius: 0px 0px 10px 10px;
    }
    .hotgame-content .row {
        margin: 0 auto;
        justify-content: center;
        margin: 0 -10px;
    }
    .hotgame-content .row .col-4 {
        margin-bottom: 20px;
        padding: 0 10px;
        width: 20%;
        max-width: 20%;
        flex: 0 0 auto;
    }   
    .hotgame-single-bottom {        
        max-width: 100%;
        font-size: 14px;
        color: #ffffff;
    }
    .hotgame-single {
        position: relative;
    }
    .hotgame-hover {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        bottom: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1;
        font-size: 48px;
        z-index: 3;
    }
    .hotgame-hover-btn {
        width: 110px;
        height: 38px;
    }
    .hotgame-single:hover .hotgame-hover {
        display: flex;
    }
    .hotgame-single:hover .hotgame-single-top .hotgame-overlay {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 10px 10px 0px 0px;
    }
    .hotgame-favourite {
        width: 32px;
        height: 32px;
    }
    .icon-heart::before {
        width: 32px;
        height: 32px;
        font-size: 18px;
        top: 3px;
        content: '\f004';
    }  
    .game-provider {
        width: 58px;
        height: 36px;
    }
    .game-provider img {
        height: 30px;
    }

    body.body_main_wrap {
        padding-top: 64px;
    }

    /* vip */
    .vip-wrapper {
        padding: 32px 16px;
    }
    .vip-head { 
        display: flex;
        flex-direction: row;
    }
    .vip-top {
        width: 70%;
        margin-bottom: 0;
        margin-right: 24px;
        border-radius: 20px;
    }
    .vip-top-left {
        width: 160px;
        padding: 16px 32px 32px;
    }
    .vip-top-right {
        width: calc(100% - 160px);
        padding-right: 40px;
    }
    .vip-left-level img {
        height: 95px;
    }
    .vip-level-text {
        margin-top: 0;
    }
    .vip-detail {
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 20px;
        padding: 16px 32px;
    }
    .vip-detail-row {
        margin-bottom: 16px;
    }
    .vip-level {
        padding: 72px 0 16px;
    }

    /* referral */
    .referral-qr {
        flex-direction: row;
        justify-content: space-between;
        padding: 0 16px 32px;
        width: 65%;
    }
    .referral-qr-code {
        padding: 16px;
        border-radius: 20px;
    }
    .referral-qr-code > img {
        height: 117px;
    }
    .referral-share-text {
        font-size: 16px;
        text-align: left;
    }
    .referral-qr-share {
        width: calc(100% - 149px);
        padding-left: 32px;
        padding-right: 0;
    }
    .referral-share-link {
        padding: 10px;
    }
    .referral-link {
        padding: 13px 16px;
        border-radius: 10px;
        font-size: 16px;
        width: calc(100% - 190px);
    }
    .referral-btn {
        margin-left: 10px;
    }
    .btn-referral {
        width: 180px;
        font-size: 16px;
        padding: 13px 16px;
        border-radius: 10px;
    }
    .referral-detail {
        padding: 24px 0 0;
        display: flex;
        flex-direction: row;
        margin: 0 -12px;
    }
    .referral-detail-single {
        flex: 1 0 0%;
        margin: 0 12px 0;
    }
    .referral-detail-top {
        font-size: 18px;
        padding: 10px 16px;
    }
    .statistic-single-top {
        font-size: 14px;
    }
    .btn-referral-detail {
        min-width: 170px;
    }
    .table-referral tr > th {
        font-size: 14px;
    }
    .table-referral tr > td {
        font-size: 14px;
    }

    /* inbox */
    .inbox-top {
        padding: 14px 20px;
    }
    .inbox-top-text {
        font-size: 16px;
    }
    .inbox-balance-amount {
        font-size: 29px;
    }
    .inbox-top-balance .icon-plus {
        width: 29px;
        height: 29px;
        font-size: 18px;
    }
    .bonus-category {
        padding: 24px 0 0;
    }
    .bonus-category-title {
        text-align: left;
        font-size: 16px;
        margin-bottom: 48px;
    }
    .bonus-category-wrapper {
        padding: 0;
    }
    .bonus-category-wrapper .row {
        margin: 0 -6px;
    }
    .bonus-category-wrapper .row .col {
        width: 20%;
    }
    .bonus-category-single {
        border-radius: 20px;
    }
    .bonus-category-pic {
        margin-top: -48px;
    }
    .bonus-category-pic img {
        height: 65px;
    }
    .bonus-category-name {
        font-size: 14px;
    }
    .bonus-category-value {
        font-size: 20px;
    }
    .bonus-transaction-head {
        padding: 16px 32px;
        text-align: left;
    }
    .bonus-transaction-body {
        padding: 24px 32px;
    }
    .bonus-transaction-note {
        font-size: 16px;
    }
    .bonus-transaction-mobile {
        display: none;
    }
    .bonus-transaction-desktop {
        display: block;
    }

    /* review  */
    .review-wrapper {
        padding: 32px 0;
    }
    .title-page {
        font-size: 34px;
    }
    .data-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .level-status-wrapper {
        display: flex;
    }
    .level-status {
        margin-right: 20px;
    }
    .level-desc-row {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .level-desc {
        margin-top: 0;
    }
    .chart2-wrapper {
        width: 500px !important;
        margin-right: 15px;
    }
    .ranking-wrapper {
        padding-right: 30px;
        width: 50%;
    }

    /* livestream */
    .live-wrapper {
        margin-bottom: 16px;
    }
    .live {
        width: 560px;
        height: 315px;
    }

    /* news */
    .news-wrapper {
        padding: 32px 0 16px;
    }

    /* text logo */
    .logo-font .logo-text {
        font-size: 34px;
        margin-top: 6px;
    }

    /* history */
    .statement-mobile {
        display: none;
    }
    .statement-desktop {
        display: block;
    }
    /*game filter*/
    .dropdown-wrapper{
        width: 100%;
    }
    .tab_wrapper_inn_mobile{
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-bottom: 0px;
        align-items: start;
    }
    .tabs_product {
        margin: 10px 0;
    }
    .tab_wrapper{
        border-top-right-radius: 0px;
        border-bottom-right-radius:0px;
        height: 52.75px;
    }
    .search-wrapper{
        width: auto;
        justify-content: end;
        background-color: #2b044e;
        margin-bottom: 10px;
        padding: 7px;
        border-top-right-radius: 10px;
        border-bottom-right-radius:10px;
        height: 52.75px;
    }
    .slots-thumb.choosen img{
        height: 30px;
    }
    .search-wrapper .searchinput {
        height: auto;
    }

    /* rewards */
    @keyframes upDown {
        0%, 100% {
            bottom: 16px;
        }
        50% {
            bottom: 26px; 
        }
    }
    .reward img {
        height: 120px;
    }
}

/* partner floating update */
.partner {
    background-color: #000000ea;
    width: 65px;
    padding: 0px;
}
.partner .icon {
    padding: 5px;
    border-radius:7px;
    margin: 5px;
    background-color: transparent;
}
.partner .arrow {
    margin: 0;
}
.partner.close .arrow {
    position: relative;
}
.partner.close .arrow i {
    height: 12px;
}

@media screen and (min-width: 768px) {
    .partner {
        width: 80px;
    }
}