* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
@font-face {
  font-family: "Heebo-Bold";
  src: url("../fonts/Heebo-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Heebo-Medium";
  src: url("/static/font/Heebo-Medium.ttf") format("truetype");
}
html {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}
body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Heebo-Medium', sans-serif;
    line-height: 1.5;
    color: #3a3a3a;
}

body ::-webkit-scrollbar {
    width: 5px;
    height: 5px
}
.highlights-container::-webkit-scrollbar {
    height: 8px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffce5e;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #ffce5e
}
#app {
    background: #fff;
    max-width: 400px;
    width: 100%;
    height: fit-content;
    min-height: 100vh;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px #a0a0a0;
}
.open_nav #app {
    position: fixed;
}
/* Basic style */
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
}
.justify-space-between {
    justify-content: space-between !important;
}
.align-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important;
}
.justify-end {
    justify-content: flex-end !important;
}
.justify-center {
    justify-content: center !important;
}
.mt-5{
    margin-top:5px;
}
.mt-10{
    margin-top:10px;
}
.mt-15{
    margin-top:15px;
}
.mb-5{
    margin-bottom:5px;
}
.mb-10{
    margin-bottom:10px;
}
.mb-15{
    margin-bottom:15px;
}

/* Basic style */


/* Column Style */
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}
.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}
.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}
.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}
.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}
.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}
.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}
.px-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
}
/* Column Style */

/* Header Style */
header.header {
    padding-right: 12px;
    padding-left: 12px;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12) !important;
    background: #fff;
}
.toggle-menu {
    color: rgba(0, 0, 0, .54);
}

.toggle-menu:before {
    background-color: currentColor;
    border-radius: inherit;
    bottom: 0;
    color: inherit;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s 
cubic-bezier(.4, 0, .6, 1);
}

.toggle-menu .v-btn__content {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: inherit;
    line-height: normal;
    position: relative;
    transition: inherit;
    transition-property: opacity;
}

.toggle-menu i {
    height: 24px;
    font-size: 24px;
    width: 24px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

header .logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.accountNbell {
    justify-content: space-evenly;
    display: flex;
    align-items: center;
}
.iconBell {
    position: relative;
}
.iconBell span {
    width: 8px;
    height: 8px;
    display: block;
    background: #00abff;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    top: 2px;
}
.lang-switche .lang-btn {
    min-width: 38px;
    height: 30px;
    padding: unset;
    width: 55px;
    cursor: pointer;
    background-color: rgb(218, 218, 218);
    padding-left: 5px;
    border: none;
}

.lang-switche .lang-btn .language-button {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: inherit;
    line-height: normal;
    position: relative;
    transition: inherit;
    transition-property: opacity;
}

.lang-switche .v-avatar {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    line-height: normal;
    position: relative;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.lang-switche .v-icon.v-icon {
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    font-size: 24px;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    transition: .3s 
cubic-bezier(.25, .8, .5, 1), visibility 0s;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lang-switche .v-btn__content {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: inherit;
    line-height: normal;
    position: relative;
    transition: inherit;
    transition-property: opacity;
}

header .logo-wrapper img {
    max-width: 215px;
}
.header {
    padding-right: 12px;
    padding-left: 12px;
}
.toggle-btn {
    cursor: pointer;
    height: 24px;
    width: 24px;
}

.side-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    transition: all 0.3s;
    z-index: 10;
}
.open_nav .side-nav {
    left: 0;
}
.side-nav-content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #fff;
    max-width: 256px;
    width: 100%;
}

.sidenav-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.sidenav-head .logo {
    max-width: 180px;
    width: 100%;
}

ul.side-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-menu a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 1rem;
}

.side-menu-wrapper {
    padding: 15px 15px 130px 15px;
    overflow-y: auto;
    height: 100vh;
}

.side-menu .menu-link {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 10px 5px;
}

.side-menu  .menu-icon {
    height: 25px;
    width: 25px;
}

.side-menu .menu-icon img {
    width: 100%;
    height: 100%;
}
.menu-title {
    color: #9b9b9b;
    font-weight: 500;
    font-size: 16px;
}
.menu-devider hr {
    margin: 20px 0;
    border: 1px solid #ccc;
}
header.header .back-button {
    height: 18px;
    width: 27px;
    padding-left: 8px;
    background: no-repeat;
    border: none;
    font-size: 36px;
    cursor: pointer;
    outline: none;
    color: rgba(0, 0, 0, .54);
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    transition: .3s  cubic-bezier(.25, .8, .5, 1), visibility 0s;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
header.inner_header {
    background-color: #fff;
    color: #000000;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.theme--light.v-icon {
    color: rgba(0, 0, 0, .54);
}
.header-title {
    text-align: center;
}
/* Header Style */

/* Modle Style */
.popup-modle {
    position: fixed;
    top: 0;
    max-width: 400px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    padding: 20px;
    display: none;
        z-index: 22;
}

.overlay {
    position: absolute;
    top: 0;
    max-width: 400px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    background-color: rgba(33, 33, 33, 0.46);
}

.modle-content {
    background: #fff;
    position: relative;
    border-radius: 5px;
    padding: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modle-header {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 3px dashed #ccc;
    padding-bottom: 10px;
    align-items: center;
}

.modle-title {
    font-size: 16px;
    font-weight: 700;
}
.close-modle {
    padding: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    font-size: 24px;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    transition: .3s cubic-bezier(.25, .8, .5, 1), visibility 0s;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.close-modle:before {
    display: inline-block;
    font: normal normal normal 24px / 1 Material Design Icons;
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        content: "\F156";
}
.lang-option {
    width: 100%;
}
.lang-option .lang-list {
    display: flex;
    flex-wrap: wrap;
    color: #acacac;
    align-items: center;
}
.lang-list .flag img {
    max-width: 35px;
    width: 100%;
}
.lang-list .currency-name {
    text-align: center;
    font-size: 14px;
}
.lang-name_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.lang-name_wrapper .lang-name {
    border: 1px solid rgba(0, 0, 0, .12);
    min-width: 48px;
    text-align: center;
    font-family: 'Heebo-Bold', sans-serif !important;
    font-size: 12px !important;
    height: 35px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-transform: uppercase;
}
.lang-name_wrapper .lang-name.active {
    color: #fddd04;
    background-color: rgba(253, 221, 4, 0.18);
}
/* Modle Style */

/* Login Page */
.page_title_wrapper {
    padding: 15px 10px;
    background-color: #000;
    color: #ffce01;
    text-align: center;
}
.page_title_wrapper .page_title {
    font-size: 14px;
}
.content-body {
    padding: 20px 10px;
}

.form_wrapper {
    padding: 22px;
}

.form-control {
}

.input-feild .lable {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    color: rgba(0, 0, 0, .87);
    font-weight: 600;
}
input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]), input[readonly]:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]), select, textarea,
.input-text{
	animation-timing-function: ease-in-out;
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 0;
	color: #003c00;
	max-width: 100%;
	outline: none;
	padding: 8px 12px;
	transition: all .15s ease-in-out;
	width: 100%;
	border-radius: 10px;
}

.input.country-code-wrapper {
    position: relative;
}
.otp-field button {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    border: 1px solid #333;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0px 5px;
    font-size: 12px;
    cursor: pointer;
}
.otp-field {
    position: relative;
    flex-grow: 1;
}
.otp-field input#mobileNumber {
    width: 100% !important;
}

form input[disabled] {
    background-color: rgba(0, 0, 0, .1) ! IMPORTANT;
    color: #3a3a3a !important;
    opacity: .7;
}

.form-content {
    font-size: 14px;
    padding-bottom: 10px;
}
.form-content a {
    color: #acacac;
    font-weight: 600;
    font-size: 14px;
}
.text-right {
    text-align: right;
}
.form-control .btn {
    width: 100%;
}
.btn {
    display: block;
    cursor: pointer;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid;
    font-weight: 600;
}
.btn-primary {
    background-color: #fddd04;
    border-color: #fddd04;
    color: #000000;
}

.btn-primary:hover {
    opacity: 0.8;
    transition: all 0.3s;
}
.btn-secondary {
    background-color: #0066d1;
    border-color: #0066d1;
    color: #fff;
}
.full-width{
    width:100%;
}
.form-control .btn {
    width: 100%;
}
.horizontal-line hr {
    margin: 20px 0;
}
form .btn {
    width: 100%;
}
/* Login Page */

/* Register page */
.country-code-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.country-code-wrapper .country-code {
    width: 20%;
    text-align: center;
    background-color: rgba(0,0,0,.1);
    padding: 8px 12px;
    border: 1px solid #333;
    border-radius: 10px;
}
.country-code-wrapper .input-text {
    width: calc(80% - 10px) !important;
}
.banner img {
    width: 100%;
}
/* Register page */

/* Footer */
.home-footer {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 20px;
    margin-top: 20px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12);
    background-color: #ebebeb;
}
.horizontal-devider {
    padding-top: 16px;
    padding-bottom: 16px;
}
.horizontal-devider hr {
    border-color: rgba(0, 0, 0, .12);
}
.social-icon img {
    max-width: 25px;
}
.copyright {
    padding: 20px 0;
    font-size: 14px;
}
.social-wrapper {
    gap: 10px;
}
footer.footer {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    max-width: 400px;
    width: 100%;
    bottom: 0;
    z-index: 5;
}
footer.footer .btn {
    border-radius: 0;
    line-height: 40px;
}
.main-footer .footer_inner {
    background-color: #000;
    border-radius: 15px 15px 0 0;
}
ul.footer_menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
}
.footer_menu li {
    width: 20%;
    font-size: 11px;
}

.footer_menu li a {
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer_menu .menu-icon img {
    width: 26px;
    height: 22px;
    margin-top: 8px;
}
.footer_menu .menu-text {
    display: block;
    line-height: 1.5;
    padding-top: 5px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
}
/* Footer */

/* Slider CSS */
.slick-arrow {
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: rgba(0, 0, 0, .3);
    border-radius: 50%;
    color: #fff;
    line-height: 1;
}
.slick-next {
    right: 10px;
}
.slick-prev {
    left: 10px;
}
.main_slider {
    padding: 15px 5px;
}
.main_slider_wrapper {
    border-radius: 20px;
    overflow: hidden;
}
/* Slider CSS */

/* Marquee Content */
.marquee_content {
    padding: 0px 8px;
}
.marquee_content_inner {
    border: none;
    border-radius: 10px;
    background-color: #3a3a3a;
    color: #fff;
    font-size: 12px;
    padding: 4px 5px;
}
.color-yellow {
    color: #ffce01;
}
/* Marquee Content */

/* Home balance details */
.balance-details {
    height: 75px;
    padding-top: 12px;
}
.balanceRow{
    background-color: #f3f5f6;
    padding: 10px;
}
.balance{
    font-size: 11px;
}
.memberBalance {
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .25);
    border-radius: 5px;
    background: #fff;
    height: 30px;
    padding: 0 10px;
    font-size: 11px;
}
.refresh-balance-icon {
    background-color: #ffce01;
    mask: url("https://babu88.gold/static/image/profile/icon-refresh-type01.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask: url("https://babu88.gold/static/image/profile/icon-refresh-type01.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    cursor: pointer;
    width: 15px;
    height: 15px;
}
.history .nav-item {
    border-color: #1e1e1e;
    color: #fff;
    display: flex;
    background-color: #333;
    border-radius: 10px;
    width: 2rem;
    height: 2rem;
    margin: auto;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.history .nav-item img {
    width: 1.5rem;
    height: 1.5rem;
    margin: auto;
}
.history .nav-item-span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: .625rem;
}
/* Home balance details */

/* Home game listing */
.bg_filter {
    background-color: #fff;
    padding: 0 6px 0 6px;
}
.game-menu .game-menu-wrapper {
    max-width: 1240px;
    white-space: nowrap;
    overflow: auto;
    display: flex;
    overflow-y: hidden;
    align-items: center;
    background-color: var(--v-text-base);
    margin: 10px -6px 10px 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: space-evenly;
    padding-bottom: 8px;
}
.pt-3 {
    padding-top: 12px !important;
}
.game-menu-wrapper .mx-auto {
    margin-right: auto;
    margin-left: auto;
}
.pl-3 {
    padding-left: 12px !important;
}
.font-weight-bold {
    font-family: 'Heebo-Bold', sans-serif;
    letter-spacing: 0px;
}

.tab-link.tab-item {
    box-shadow: none;
    border-radius: 20px;
    background-color: transparent;
    margin: 0 2px 3px 0;
    width: 80px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #fff;
    font-size: .75rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: rgba(0, 0, 0, .87);
    font-family: 'Heebo-Bold', sans-serif;
    letter-spacing: 0px !important;
}

.tab-link.tab-item .game-menu-image {
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    margin-left: 0;
    margin-right: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tab-item .game-menu-image img {
    width: 22px;
    height: 22px;
}
.game-menu-title {
    font-size: 10px;
}

.tab-link.tab-item.active {
    color: #000;
    opacity: 1;
    background: #ffce01;
}
.inner-game-menu .tab-content:not(.active){
    display:none;
}
.new-gametab-padding {
    gap: .5rem 2%;
    padding-top: 16px;
}
.new-gametab-padding .mobile-provider-card-item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
    overflow: hidden;
    width: 23.5%;
}
.new-gametab-padding.column3 .mobile-provider-card-item {
    width: 32%;
}


.new-gametab-padding .mobile-provider-card-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.game-list-bnr-wrap img {
    width: 100%;
}
.game-menu {
    padding-bottom: 15px;
}
/* Home game listing */

/* Vdeiso Slider */
.video_slider {
    padding: 0px 7px;
}
.game-menu {
    padding-bottom: 15px;
}
.video_slider iframe {
    border: none;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 10px;
}
.video_slider_inner {
    overflow: hidden;
    border-radius: 10px;
}
.slick-dots {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    column-gap: 10px;
}
.slick-dots button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #d9d9d9;
    margin-left: 5px;
    border: none;
    overflow: hidden;
    text-indent: -999px;
}
.slick-dots .slick-active button {
    background-color: #ffce01;
}
.slide-video-item {
    padding: 10px 0px 0px;
    overflow: hidden;
    border-radius: 10px;
}
.highlights-container {
    padding-top: 8px;
    padding-bottom: 4px;
    font-size: 14px;
    cursor: grab;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    max-width: 100vw;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.matches-box {
    margin-bottom: 5px;
}

.match-item {
    display: inline-block;
    margin: 0 20px 0 0;
    width: 300px;
}

.match-item-inner {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
    white-space: nowrap;
    border-radius: 15px;
}

.matches-box-header {
    background-color: #ffce01;
    padding: 5px;
    font-weight: 700;
}

.matches-box-inner-header {
    display: flex;
    flex-wrap: wrap;
}

.matches-box-inner-header .matchUp-NS {
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 2px;
    color: #fff;
    font-size: 10px;
    background-color: #000;
}
.ml-2 {
    margin-left: 8px !important;
}

.leagueName {
    font-size: 12px;
}
.matches-timing {
    color: #959595;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1;
}

.matches-box-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.matches-box .flag{
    display: flex;
    flex-wrap: wrap;
}

.matches-box .flag img {
    height: 25px;
    width: 25px;
}

.matches-box .team-name {
    color: #000;
    font-size: 12px;
    overflow: hidden;
}

.team-info .row {
    align-items: center;
}
/* Vdeiso Slider */

/* Referral Banner */
.referral-banner-wrapper {
    padding-left: 7px;
    padding-right: 7px;
}
.referral-banner {
    border-radius: 20px;
    overflow: hidden;
}
.referral-banner img {
    width: 100%;
}
.game-title {
    line-height: 1;
}
.game-SubTitle {
    font-size: 13px;
}
.title-wrapper {
    padding: 10px 0;
}
/* Referral Banner */


/* Referral Page */
.my-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.px-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
}
.accordion_wrapper {
    position: relative;
    overflow: hidden;
    min-height: 82px;
    background-image: url('https://babu88.gold/static/image/referral/referral_banner.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
}
.referral-page-inner {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12) !important;
    background-color: #fff;
    color: rgba(0, 0, 0, .87);
    position: relative;
}
.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordion-title {
    padding: 16px 24px;
    position: relative;
    font-size: .9375rem;
    line-height: 1;
    min-height: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.accordion-title .v-expansion-panel-header__icon {
    font-size: 24px;
}
.accordion-body .accordion-content {
    padding: 0 24px 16px;
    flex: 1 1 auto;
    max-width: 100%;
}
.referral-tabs-wrapper {
    background-color: #000;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}
.referral-page a {
    text-decoration: none;
}
.referral-tabs-wrapper .referral-tabs {
    width: 50%;
    text-align: center;
    border-bottom: 5px solid transparent;
    height: 50px;
}
.referral-tabs-wrapper .referral-tabs a {
    display: block;
    color: #fff;
    line-height: 50px;
    color: inherit;
}
.referral-tabs-wrapper .referral-tabs.active {
    border-color: #ffce01;
    color: #ffce01;
}
.referral-tabs-wrapper {
    background-color: #000;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.referral-page a {
    text-decoration: none;
}

.referral-tabs-wrapper .referral-tabs {
    width: 50%;
    text-align: center;
    border-bottom: 5px solid transparent;
    height: 50px;
}

.referral-tabs-wrapper .referral-tabs a {
    display: block;
    color: #fff;
    line-height: 50px;
    color: inherit;
}

.referral-tabs-wrapper .referral-tabs.active a {
}

.referral-tabs-wrapper .referral-tabs.active {
    border-color: #ffce01;
    color: #ffce01;
}

.referral-content {
    padding-top: 15px;
    color: rgba(0, 0, 0, .6);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: .0071428571em;
}

.share-content p {
    padding: 12px 0px;
}

.referral-code {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.p-col {
    padding: 12px;
}

.referral-code>div {
    border-radius: 15px;
    width: calc(100% / 2 - 10px);
    padding: 15px;
    text-align: center;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
}
.v-card__text {
    border: 1px dashed gray;
}
.share-icon {
    background: #0066d1;
    color: #fff;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.share-icon img {
    width: 16px;
}
.referralCode-card {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: .0071428571em;
    padding: 16px;
    color: rgba(0, 0, 0, .6);
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    border-radius: 15px;
    border: 1px dashed #1d1d1d;
    text-align: center;
}
.fill-height.share-card {
    background-color: #0066d1;
    color: #fff;
    display: flex;
    width: fit-content;
    align-items: center;
    margin: 10px auto 0;
    justify-content: center;
    border-radius: 6px;
    border-color: #fff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    padding: 5px 16px;
}
.share-card .share-icon {
    margin-left: 8px;
}
.share-card .share-icon img {
    width: 18px;
    height: 18px;
}
.timeline-container {
    padding: 12px;
}

.timeline-container .v-timeline {
    padding-top: 24px;
    position: relative;
}

.timeline-container .v-timeline:before {
    bottom: 32px;
    height: 95%;
    top: 33px;
    content: "";
    position: absolute;
    width: 2px;
    background: rgba(0, 0, 0, .12);
    left: 47px;
    right: auto;
}

.v-timeline-item {
    display: flex;
    padding-bottom: 24px;
    flex-direction: row-reverse;
}

.v-timeline-item__body {
    position: relative;
    height: 100%;
    flex: 1 1 auto;
    max-width: calc(100% - 96px);
}

.v-timeline-item__body .col-8 {
    padding: 12px;
}

.timeline-row {
    align-items: center;
}

.tier-card {
    text-align: center;
    color: rgba(0, 0, 0, .87);
    border-radius: 4px;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.tier-card .v-card__text {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: .0071428571em;
    padding: 16px;
}

.v-timeline-item__divider {
    position: relative;
    min-width: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-timeline-item__divider .v-timeline-item__dot {
    z-index: 2;
    border-radius: 50%;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    height: 38px;
    width: 35px;
}
.v-timeline-item__divider .v-timeline-item__inner-dot {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    width: 35px;
    height: 38px;
}
.v-timeline-item.active-tier .tier-card {
    background-color: #333;
    color: #ffce01;
}
/* Referral Page */

/* Referral Summary */
.ReferralCommission {
    padding: 20px 5px;
}

.ReferralCommissionBox {
    background-color: #3a3a3a;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12) !important;
    color: #fff;
    border-radius: 20px;
    padding: 30px 50px;
    font-size: 14px;
}

lable.title {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.CommissionAmount {
    background-color: #fff;
    border-radius: 10px;
    padding: 7px 10px;
    color: #3a3a3a;
    text-align: left;
    font-size: 14px;
}

.ReferralCommissionBox .title {
    text-align: center;
    color: #fff;
}

.referal_qr_box {
    background-color: #ebebeb;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
}

.referal_qr_inner_wrapper {
    padding: 20px;
}

.referal_qr_box lable.title {
    color: rgba(0, 0, 0, .6);
    font-size: 16px;
}

.referal_qr img {
    margin-left: auto;
    margin-right: auto;
}

.referralbonusWrapper {
    border: 2px solid #333;
    border-radius: 10px;
    margin-top: 10px;
    padding: 30px 20px;
}
.ReferralBonusHeader {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.ReferralBonusHeader .title {
    font-weight: 600;
}
.bonusBox {
    padding: 20px 30px;
    border-radius: 20px;
    background-color: #3a3a3a;
    font-size: 14px;
}
.bonusBox lable.title {
    color: #fff;
    margin-bottom: 5px;
}
.bonusBox .bonusAmount {
    background-color: #acacac;
    border-radius: 5px;
    padding: 5px;
}
.bonusBox .bonusList {
    margin-bottom: 10px;
}
.referalCountBox {
    margin-top: 20px;
    background-color: #ebebeb;
    border-radius: 20px;
    padding: 15px 10px;
    text-align: center;
}
.referalCountBox lable.title {
    font-size: 16px;
}
.referalCountBox .referalCountInner {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.referalCountInner>div {
    width: 50%;
    display: flex;
    flex-direction: column;
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}
.referalCountInner .referalCounttitle {
    display: block;
    font-size: 22px;
    font-weight: 600;
}
.referalCountInner>div:first-child {
    border-right: 2px dotted rgb(8, 8, 8);
}
.refer_head {
    padding: 5px;
    background-color: #3a3a3a;
    color: #fff;
}
.referal_history_btn_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 15px;
}
.referral_tab {
    display: flex;
    min-width: 100px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #d9d9d9;
    color: #000;
    border-radius: 15px;
    padding: 12px 16px;
}
.referal_history {
    padding-top: 30px;
}
.referred_user_listn {
    color: #acacac;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.referred_user_row {
    justify-content: space-between;
}
.referred_user_listn .btn-wrapper {
    text-align: right;
}
.arrow_btn {
    cursor: pointer;
    border: none;
    background: transparent;
    font-size: 20px;
}
.referred_user_row .member_id {
    color: #3a3a3a;
}
.search-filter .input-feild {
    margin-bottom: 0;
}
.user-register-details {
    margin: 0 15px;
    border: 1px solid #3a3a3a;
    border-radius: 5px;
    background-color: #ebebeb;
    padding: 10px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}   
.user-register-details-wrapper {
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/* Referral Summary */

/* personal Infor page */
.edit_info_button {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
}
.personal_info {
    padding: 20px 10px;
}
.edit_info_button lable {
    font-size: 18px;
}
.edit_info_button .icon-btn {
    margin-left: 10px;
    background: transparent;
    border: none;
}
.edit_info_button {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
}

.personal_info {
    padding: 20px 10px;
}

.edit_info_button lable {
    font-size: 18px;
}

.edit_info_button .icon-btn {
    margin-left: 10px;
    background: transparent;
    border: none;
}
.personal_details {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    background-color: #f3f5f6;
    border-radius: 10px !important;
    padding: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, .87);
    padding: 24px;
}

.personal_details .personal_inf0_form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 10px;
}

.personal_details lable {
    color: #3a3a3a;
    padding-bottom: 8px;
    display: block;
}

.personal_details .input {
    border: 1px solid #d3d3d3;
    background-color: #f3f5f6;
    color: #6c6c6c;
    font-weight: 700;
    border-radius: 12px;
    height: 40px;
    padding: 8px;
}

.personal_details_row {
    justify-content: space-between;
    align-items: center;
}
/* personal Infor page */

/* History Page  */
.select-filter {
    padding: 20px 0px;
    position: relative;
    z-index: 9;
}
.select-toggle .select-btn,.select-toggle .select-btn2 {
    width: 100%;
    text-align: left;
    padding: 0px 10px;
    border-radius: 5px;
    position: relative;
}
.select-toggle .select-btn span,.select-toggle .select-btn2 span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}
.select-toggle .select-btn i,.select-toggle .select-btn2 i {
    color: #fff;
    font-size: 36px;
    line-height: 1;
}
.select-toggle {
    position: relative;
    z-index: 2;
}
.select-options {
    position: absolute;
    top: 100%;
    background: #fff;
    color: rgba(0, 0, 0, .87);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    border-radius: 4px;
    display: none;
    z-index: 1;
    left: 0;
    width: 100%;
}
.open_select .select-options {
    display:block;
}
/*.select-toggle .select-btn:not(:last-child) {*/
/*    margin-bottom: 20px;*/
/*}*/
.select-options ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select-options a{
    text-decoration: none;
    display: block;
    color: inherit;
    padding: 15px 10px;
    font-size: 14px;
}

.bet-filter-card-wrapper {
    max-width: 959px;
    white-space: nowrap;
    overflow: auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dadada;
    background-color: #fff;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 12px 12px 12px 12px;
}
.bet-filter-card-wrapper .wrapper-col {
    gap: .5rem;
}
.bet-filter-card-wrapper .game-menu-content {
    border-color: #fff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    min-width: 50px;
    width: 71px;
    height: 65px;
    text-transform: capitalize;
    padding: 12px 0 10px;
    background-color: #333;
    color: #fff;
    border-radius: 10px;
}
.bet-filter-card-wrapper .toStatus-card-image {
    /*background-color: #fff;*/
    -webkit-mask-image: var(--src);
    mask-image: var(--src);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 30px;
    height: 35px;
    margin-right: auto;
    margin-left: auto;
}
.bet-filter-card-wrapper .game-menu-title {
    text-align: center;
}
.bet-filter-card-wrapper .toStatus-card-image img {
    width: 30px;
    height: 35px;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
}
.bet-filter-card-wrapper .active.game-menu-content{
    color: #000;
    opacity: 1;
    background: #ffce01;
}

.bet-filter-card-wrapper .active.game-menu-content img {
    filter: invert(1);
}
.bet-filter-content-iten:not(.active){
    display:none;
}
.bet-filter-content {
    padding-top: 20px;
}
.bet-filter-content-iten {
    font-size: 12px;
    line-height: 1.8;
}
.bet-filter-inner-content{
    background-color: #f3f5f6;
    padding: 12px;
    border-radius: 15px;
    margin-bottom: 10px;
    justify-content: center;
}

/* history Page */

/* task-panel */
 .task-panel {
    padding: 0 .26667rem;
}
 .task-panel .task-item {
    width: 100%;
    background: #3a3a3a;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
}
 .task-panel .task-item-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-right: 5px;
}
 .task-panel .task-item-header .hearder-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 5px;
    border-bottom-right-radius: .33333rem;
    font-size: 12px;
    background: #f9d40a;
    color: #000000;
}
 .task-panel .task-item-header .headerGray {
    color: var(--text_color_L2);
    font-size: .37333rem;
}
 .task-panel .task-item-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    width: 60%;
    height: .01333rem;
    border-radius: .26667rem 0 0 .26667rem;
    background: var(--Dividing-line_color);
}
 .task-panel .task-item-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 5px 5px;
    justify-content: space-between;
}
 .task-panel .task-item-type .type-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-column-gap: .18667rem;
    column-gap: .18667rem;
    height: .64rem;
}
 .task-panel .task-item-type .type-tip {
    color: #f9d40a;
    font-weight: 400;
    margin-left: 10px;
}
 .task-panel .task-item-type .type-title svg {
    width: .64rem;
    height: .64rem;
}
 .task-panel .task-item-description {
    padding: 5px;
    text-align: center;
    background-color: #ede2aa;
    width: calc(100% - 10px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #3a3a3a;
}
 .task-panel .task-item-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0px 5px 10px;
    border-bottom: .01333rem solid #fff;
}
 .task-panel .task-item-bottom .bottom-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 5px;
}
 .task-panel .task-item-bottom svg {
    margin-right: .13333rem;
    width: .4rem;
    height: .4rem;
}
 .task-panel .task-item .btnOther.status1 {
    color: #000000;
    background-color: #ccc;
}

 .task-panel .task-item .btn {
    color: #000000;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0px;
    background-color: #f9d40a;
    font-size: 14px;
    margin: 10px 5px;
}
 .task-panel .task-item-bottom svg {
    margin-right: .13333rem;
    width: .4rem;
    height: .4rem;
}
 .task-panel .task-item-bottom span {
    color: #f9d40a;
    font-weight: 400;
}
.task-panel .headerR {
    color: #f9d40a;
}
/* task-panel */

/* Transaction Page */
.custom-select select {
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid;
    font-weight: 600;
    width: 100%;
    text-align: left;
    padding: 0px 10px;
    border-radius: 5px;
    position: relative;
    background-color: #0066d1;
    border-color: #0066d1;
    color: #fff;
    padding: 10px;
    outline: none;
}

.transRecord__container-content__item {
    background: #f3f5f6;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    color: #acacac;
    margin:10px 0
}
.transRecord__container-content__card-mid .line {
    display: flex;
    justify-content: space-between;
}
.transRecord__container-content__card-mid .line>div {
    width:calc(100% / 2)
}
.transRecord__container-content__card-mid .line .right{
    color:#000
}
/* Transaction Page */

/* Inner Banner */
.inner_page_banner {
    padding: 10px 20px;
    background-color: rgb(243, 245, 246);
}
.banner-title {
    font-size: 16px;
    font-weight: 600;
}
.inner_page_banner>.row {
    justify-content: space-between;
    align-items: center;
}
.inner_page_banner .col-6:last-child {
    display: inline-flex;
    justify-content: flex-end;
}
.inner_page_banner img {
    width: 100%;
    max-width: 80px;
}
/* Inner Banner */

/* Promotion Page */
.promotion-content {
    padding: 20px 12px;
}
.promotion-card {
    border-radius: 10px;
    overflow: hidden;
}
.promotion-card img {
    width: 100%;
}
.promotion-card .card-content {
    background-color: #ebebeb;
    padding: 10px;
    font-size: 12px;
}
.promotion-card .card-title {
    font-size: 15px;
    line-height: 1rem;
    margin-bottom: 4px;
    font-weight: 700;
}
.promotion-card .card-subtitle {
    margin-bottom: 4px;
}
.promotion-card .btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.promotion-card .btn {
    width: calc(50% - 5px );
}
.promotion-card:not(:last-child){
    margin-bottom:12px;
}
/* Promotion Page */


/* Deposit Page */
.wallet_page {
    padding: 20px;
}
.balanceAssets {
    background-color: #fddd04;
    border-radius: 10px;
    border: 2px solid #e0c400;
    padding: 10px;
    text-align: center;
}
.Recharge__box {
    padding-top: 20px;
}
.Recharge__container-tabcard {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.Recharge__container-tabcard .Recharge__container-tabcard__items {
    width: 80px;
    background-color: #f5f5f5;
    border: 3px solid #bdbdbd;
    border-radius: 17px;
    padding: 8px;
}
.Recharge__container-tabcard .Recharge__container-tabcard__items.active {
    border-color: #fddd04;
}
.Recharge__content-paymoney__title {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}
.Recharge__content-paymoney__money-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    row-gap: 10px;
    padding-bottom: 20px;
}
.Recharge__content-paymoney__money-list .Recharge__content-paymoney__money-list__item{
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 5px;
    padding-right: 5px;
}
.Recharge__content-paymoney__money-list .amount {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 8px;
    color: #ffeb3b;
    background-color: #000;
    border-radius: 4px;
}
.qr_code_wrapper,
.Recharger__menual__Process,
.Recharger__USD__Process{
    display: none;
}
.Recharge__container-rechageBtn {
    margin-top: 10px;
    background: linear-gradient(90deg, #CCCEDC 15.38%, #CDCFDD 98.73%);
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px;
}
.rechage_active {
    border: 2px solid #e0c400;
    background: #e0c400;
    color: #3a3a3a;
}
/* Deposit Page */

/* Withdraw Page */
.bankadd-container {
    background: #f5f1d0;
    padding: 10px;
    border-radius: 10px;
    color: #3a3a30;
    text-align: center;
    margin-bottom: 20px;
}
.bankadd-container a {
    display: block;
    color: inherit;
    text-decoration: none;
}
.bankadd-container img {
    display: inline-block;
    width: 46px;
}
/* Withdraw Page */

/* VIP */
.vip-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding:20px 0px 18px 0px;
    background: #2c2c2c;
}
.vip-content .slider-nav,
.vip_page .vip-features{
    padding-left: 30px;
    padding-right: 30px;
}
.vip-content .slider-nav .slick-list{
    padding-right: 0 !important;
}
.vip-content-card-item.slick-slide:not(.slick-current) img{
    opacity: 0.25;
}
.vip-content .slider-nav .nameCover{
    border: 1px solid #575757;
    color: #575757;
    border-radius: 10px;
    font-size: 12px;
    padding: 2px 5px;
}
.vip-content .slider-nav .slick-current .nameCover{
    background: #ffce01;
}
.vip-content-card-item{
    padding-right:5px;
    padding-left:5px;
    text-align:center;
}
.vip-content .headerTable {
    display: flex;
    justify-content: start;
    align-items: center;
}
.vip-content .vip-features {
    padding-top: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}
.coveredRow {
    background: #383838;
    border: 2px solid #575757;
    border-radius: 15px;
    padding: 10px 0px;
    margin-bottom: 10px;
}
.coveredRow>.row>div {
    padding: 5px 10px;
}
.coveredRow.starSec .col-padding.col.col-8 {
    display: flex;
    align-items: center;
}
.vip-features .border_left {
    border-left: 1px solid #ffce01;
    border-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vip-content .tableText {
    font-size: 10px;
}
.leftnewtextmobile, .leftsmalltextmobile {
    color: #ffce01;
    font-size: 10px;
    padding-left: 2px;
    text-transform: uppercase;
}
.uncoveredRow>.row>div {
    padding: 5px 0px;
}
/* VIP */


/* gamePage */

    .bodyContent{
        padding-bottom: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .mobile-header-nav{
        display:flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        background: black;
        font-size:1.4rem;
        color:#ffce01;
        border-radius: 5px;
    }
    .mobile-header-navArrowLeft,.mobile-header-navArrowRight{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-header-navArrowLeft svg,.mobile-header-navArrowRight svg{
        width: 18px;
        height: 18px;
        fill: #ffce01;
    }
    .mobile-header-navArrowRight svg{
        rotate: 180deg;
    }
    .prividersSliderSec{
        background: #f6f4f4;
        border: 1px solid #e6e6e6;
    }
    .prividersSlider {
        display: flex;
        gap: 15px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        overflow-x: scroll;
        scrollbar-color: #ffce01 #fff;
    }
    .prividersItems {
        display: grid;
        justify-items: center;
        text-align: center;
    }
    .prividersItemsCont{
        min-width: 60px;
        width: 60px;
        height: 60px;
        background: #ebebeb;
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;

    }
    .prividersItems span{
        font-size: 12px;
    }
    .prividersItems:nth-child(1){
        display:flex;
        align-items: center;
        background: #fff;
        justify-content: center;
        border: #ededed solid;
    }
    .prividersDetails {
        display: none;
        flex-wrap: wrap;
        gap: 10px 3%;
        padding: 10px 5px;
        border: solid #e6e6e6 1px;
        background-color: #e2e2e2;
    }
    .prividersDetails.active{
        display: flex!important;
    }
    .prividersDetailItems {
        gap: 5px;
        width: 48.5%;
        justify-items: center;
    }
    .prividersDetailItems span {
        font-size: 14px;
        display: block;
        background: #fff;
        line-height: 1.3;
        width: 100%;
        padding: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .prividersDetailItems img{
        display: block;
        border: 4px solid #c09a5a;
        width: 100%;
    }
    
    .lightAvator{
        display: block;
    }
    .darkAvator{
        display: none;
    }
    .prividersItems.prividersItemsCont.active {
        background: #333;
        color: #ffce01;
    }
    .prividersItems.active .prividersItemsCont .lightAvator{
        display: none;
    }
    .prividersItems.active .prividersItemsCont .darkAvator{
        display: block;
    }
    
/* gamePage */

ul.bank-list_wrapper {
    list-style-type: none;
}
.bank-item-inner {
    align-items: center;
    border-radius: 5px;
    color: #000;
    display: flex;
    padding: 5px 10px;
    position: relative;
    border:solid #e6d033 1px;
    background: #fffbe3;
    justify-content: space-between;
}
.bank-item-inner img {
    width: 24px;
}
.bank-item-inner .bank-icon img {
    width: 30px;
}
.bank-item.active .bank-item-inner {
    background: #fde436;
    color: #000;
}
.bank-item .account-no::before {
    margin-right: 5px;
    content: "";
    background: #232222;
    width: 1px;
    height: 30px;
}
.bank-item .bank-icon {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 20%;
}
.bank-item .account-no {
    align-items: center;
    display: flex;
    font-size: 14px;
    height: 40px;
    padding-left: 5px;
    width: 80%;
}
.bank-item input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}


.withdrawHelp {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.btn-wrapper {
    margin-top: 10px;
}
.Recharge__content-paymoney {
    background: #fffbe3;
    margin-top: 10px;
    border: solid 1px #e6d033;
    padding: 10px;
    border-radius: 10px;
}
.Recharge__content-paymoney__money-input ,.copy_upi input{
    background: linear-gradient(45deg, #ffffff, transparent)!important;
    border: 1px solid #fddd0478!important;
    display: flex;
    border-radius: 30px;
    padding: 8px 10px!important;
    align-items: center;
}
.amount-input input ,.Recharge__content-paymoney__money-input input {
    border: none!important;
    background: none!important;
    padding: 0 10px!important;
}
.van-cell.van-field.amount-input {
    flex: 1;
}

.bithdrawable_amount>div {
    margin: 8px 0;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
}
.bithdrawable_amount>div span{
    display:flex;
    align-items: center;
    gap: 10px;
}
.bithdrawable_amount>div span h6{
    color:#ff0000;
}
.bithdrawable_amount>div input {
    width: fit-content!important;
    padding: 5px 10px!important;
    border-radius: 5px!important;
    background: #fddd04!important;
    border: none!important;
    font-weight: 600;
}
.requiredBox .box {
    display: flex;
    align-items: center;
    background: linear-gradient(45deg, #ffffff, transparent);
    border: 1px solid #fddd0478;
    border-radius: 30px;
    padding: 8px 10px;
}


.requiredBox .box input{
    background: none!important;
    border: none!important;
    padding: 0 10px!important;
}
.w-rule-container {
    padding: 12px 0;
    font-size: 12px;
    color: #2d2d2d;
}
.w-rule-container .list {
    padding: 2px 0;
}
.w-rule-container .list .text-red {
    color: red;
}
.Recharge__container-intro__lists{
    margin-top: 10px;
    background: #fffbe3;
    border: solid 1px #e6d033;
    padding: 10px;
}
.Recharge__container-intro__lists .item{
    padding-top: 10px;
}
.Recharge__container-intro__lists .item p{
    font-size: 12px;
    padding: 2px 0;
}

/* vip profile */
    .betting-pass-header-details{
        display:grid;
    }
    .vip-layout-background{
        background: #333;
        width: 100%;
        height: 100%;
    }
    .betting-pass-banner{
        background-image: url('/images/vip_banner.png');
        background-size: cover;
        background-repeat: no-repeat;
        max-height: 220px;
        height: 320px;
        margin: 0 10px;
        padding: 20px 16px;
        right: 0;
        background-position-x: right;
        border-radius: 20px;
        color: #fff;
        width: calc(100% - 20px);
    }
    .betting-pass-banner .title-1{
        font-size: 25px;
        font-weight: 700;
    }
    .betting-pass-banner .title-2{
        display: block;
        font-size: 13px;
    }
    .betting-pass-level-container {
        background: #212121;
        border: 1px solid #fff;
        padding: 15px;
        border-radius: 20px;
        margin: 0 10px;
        margin-top: 10px;
        color: #fff;
        font-size: 12px;
    }
    .vip-progressDetail {
        display: flex;
        padding-top: 24px;
        padding-bottom: 16px;
    }
    
    .vip-progressLeft {
        width: 25%;
    }
    .vip-progressLeft>div{
         position: relative;
         width: fit-content;
    }
    .vip-progressLeft>div img{
        display: block;
    }
    .vip-progressLeft>div span{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        font-weight: 600;
    }
    .vip-progressRyt {
        flex: 1;
        display: grid;
        justify-items: end;
    }
    .levelFlex {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .vip-button {
        width: 100%;
        background: #003fff;
        border: none;
        padding: 10px;
        color: #fff;
        font-weight: 600;
        margin-top: 8px;
        border-radius: 13px;
    }
    .progressBar {
        background: #000;
        width: 100%;
        border-radius: 10px;
        margin: 10px 0;
    }
    .progressBar span{
        width: 10%;
        background: yellow;
        display: block;
        height: 100%;
        padding: 4px;
        border-radius: 10px;
    }
    
    .claimItem {
        min-width: 130px;
        background: #000000;
        border-radius: 10px;
        margin-top: 24px;
    }
    .claimPic img {
        width: 70%;
        margin-top: -24px;
    }
    .claimSection {
        padding-top: 20px;
        margin: 0 10px;
        display: flex;
        gap: 10px;
        overflow-x: scroll;
        padding-bottom: 15px;
    }
    .claimPic {
        text-align: center;
        border-bottom: 1px solid #606060;
        padding-bottom: 12px;
    }
    .claimItem span {
        text-align: center;
        display: block;
        padding: 10px;
        color: #fff;
        font-size: 12px;
    }
    .claimButton {
        background: #969393;
        color: #747070;
        font-size: 12px;
        text-align: center;
        border-radius: 6px;
        padding: 4px;
        margin-top: 10px;
    }
    .claimButton.active{
        background: #003fff;
        color: #fff;
    }
/* vip profile */

.rewardHeader {
        background: rgb(243, 245, 246);
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 24px;
        padding-left: 20px;
    }
    .rewardHeader img {
        width: 100px;
    }
    
    .rewaorCoin {
        background: #f3f5f6;
        margin: 10px;
        border-radius: 24px;
        display: flex;
        color: #000;
        justify-content: space-between;
        padding: 20px 10px;
    }
    .rewaorCoin>div {
        width:calc(100% / 2)
    }
    
    .rewardStar {
        border: 1px solid #cecece;
        border-radius: 15px;
        overflow: hidden;
        margin-top: 10px;
    }
    
    .rewardStarImg img {
        width: 30px;
    }
    
    .rewardStarImg {
        padding: 7px;
        display: inline-block;
        margin-right: 5px;
        background: #fecd00;
    }
    .rewaorCoinRyt {
        text-align: right;
    }
    .rewaorCoinRyt .rewardTabsItem{
        padding: 0;
        height: unset;
        color:#1151ff;
    }
    .rewardTabs {
        background: #f3f5f6;
        margin: 15px;
        border-radius: 30px;
        padding: 12px;
        display: flex;
        overflow-x: scroll;
        text-transform: uppercase;
        white-space: nowrap;
    }
    .rewardTabsItem ,.rewardTabsItem a {
        display: flex;
        padding: 0 16px;
        gap: 10px;
        height: 36px;
        align-items: center;
        flex-shrink: 0;
        font-size: 14px;
        letter-spacing: 1px;
        margin-right: 10px;
        opacity: 0.75;
        color: #000;
        text-decoration: none;
        justify-content: flex-end;
    }
    .rewardTabsItem a {
        opacity: 1;
        padding: 0;
    }
    .rewardTabsItem img {
        display: block;
        height: 20px;
    }
    .rewardTabsItem:last-child{
        margin-right: 0;
    }
    .rewardTabsItem.rewardRestore.active {
        background: #fecd00;
        opacity: 1;
        border-radius: 20px;
    }
    .rewardTabsItem.checkIn.active{
        opacity: 1;
    }

    .rewardTabDetail {
        margin: 10px;
        margin-bottom: 100px;
        display: none;
    }
    .rewardTabDetail.active{
        display: block;
    }
    .rewardTabDetailFlex{
        display: flex;
        flex-wrap: wrap;
        row-gap: 15px;
        justify-content: space-between;
        border-radius: 10px;
        padding: 10px;
        background: #f4f4f4;
    }
    .rewardTabItem {
        width: calc(100% / 2 - 10px);
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
        background: #fff;
        border-radius: 5px;
    }
    
    .rewardHotIcon {
        margin-bottom: -15px;
        position: relative;
        width: 30px;
    }
    .rewardDetailContent{
        font-size: 14px;
        padding: 10px;
    }
    .rewardNum {
        color: #0095ff;
    }
    
    .rewardText {
        text-transform: uppercase;
        color: #747474;
    }
    .rewardClaim {
        border: none;
        background: #fecd00;
        width: 100%;
        padding: 8px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 6px;
        margin-top: 10px;
    }
    .checkInContent{
        font-size: 14px;
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
        border-radius: 15px;
        background: #f4f4f4;
    }
    .checkInContentText{
        padding: 20px;
    }
    .dailyCheckSection {
        display: flex;
        gap: 10px;
        padding: 10px;
    }
    
    .dailyCheckItem {
        font-size: 10px;
        color: #fffffffa;
        background: #212121;
        width: calc(100% / 7);
        height: 60px;
        text-align: center;
        display: grid;
        padding-bottom: 3px;
        border-radius: 7px;
        align-content: space-between;
    }
    .dailyCheckCount {
        font-size: 14px;
        background: #fecd00;
        color: #000;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: auto;
        margin-top: -10px;
    }
    .checkInBtn {
        text-align: center;
        padding: 20px;
    }
    .checkInBtn button{
        margin: 20px;
        width: 70%;
        padding: 10px;
        color:#000 ;
        padding: 10px;
        background: #fecd00;
        border-radius: 10px;
        margin: auto;
        border: none;
        font-weight: 600;
    }
    
    .rewardHistoryHeading {
        margin-bottom: 3px;
        font-size: 24px;
        color: #000;
    }
    
    .rewardSearchHeading {
        margin-bottom: 2px;
        font-size: 16px;
    }
    
    .rewardInputSearch {
        gap: 10px;
        display: flex;
    }
    
    .rewardInputSearch button {
        background: rgb(0, 148, 255);
        border: none;
        color: #fff;
        padding: 10px;
        border-radius: 5px;
        font-weight: 600;
        text-transform: uppercase;
    }
    
     .rewardHistoryDetail{
        background: #333;
        padding: 10px 15px;
    }
    .rewardHistoryDetail {
        background: #ebebeb;
        padding: 10px 15px;
        border: 1px solid #d4d4d4;
        border-radius: 10px;
        margin-top: 10px;
    }
    .rewardHistoryRow {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        padding: 3px 0;
    }
    
    .rewardHistoryColLeft {
        color: #000;
    }

/*faq*/

    .faqListSection {
        list-style: none;
        margin: 15px 10px 10px;
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    }
    
    .faqListDetailContent{
        margin: 15px 10px 10px;
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
        padding: 15px;
    }
    .faqListDetailContent .faq-Q{
        color: #000;
        text-decoration: underline;
        padding-bottom: 5px;
        margin-top: 10px;
    }
    .faqList {
        border: 1px solid #dcdcdc;
        padding: 5px 15px;
        font-size: 14px;
        text-transform: uppercase;
    }
    .faqList.active {
        background:#d1cfcf;
        font-weight:bold
    }
    .topicsHeading,.faqListDetailHeading {
        text-align: center;
        padding: 20px 10px 5px 10px;
        width: fit-content;
        margin: auto;
        position: relative;;
    }
    .topicsHeading::after,.faqListDetailHeading::after {
        content: "";
        width: 100%;
        height: 3px;
        background: #000;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translatex(-50%);
    }
    .faqListDetailSection{
        display: none;
    }
    .faqListDetailSection.active{
        display: block;
    }
    
/*faq*/

.bankPage {
        border-radius: 10px;
        margin: 20px 15px;
        padding: 15px;
        box-shadow: rgba(9, 14, 21, 0.06) 0px 4px 28px 0px, rgba(9, 14, 21, 0.06) 0px 1px 4px 0px;
    }
    .bankImageSection {
        display: grid;
        justify-items: center;
        gap: 4px;
        color: #000;
    }
    .bankBody input {
        border: 1px solid #e7e7e7 !important;
        border-radius: 7px!important;
    }
    .bankBodyHead {
        margin-top: 15px;
        margin-bottom: 3px;
        color: #434242;
        font-size: 14px;
    }
    .bankAddBtn button {
        background: #fecd00;
        border: none;
        padding: 9px 20px;
        border-radius: 20px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
        margin: 15px auto;
        color: #1e1e1e;
        letter-spacing: 0.5px;
    }
    .bankAddBtn {
        text-align: center;
    }

/* chatpage */

.chatsectionInner{
        position: fixed;
        bottom: 52px;
        width: 400px;
        max-width: 100%;
        left: 50%;
        transform: translatex(-50%);
        background: #fff;
        padding: 10px;
    }
    .chatsectionflex form{
        display: flex;
        gap: 10px;
    }
    .chatting{
        flex: 1;
    }
    .fileInput {
        display: none;
    }
    .upload-label {
        display: inline-block;
        cursor: pointer;
    }
    .upload-label img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }
    .sendMessageButton{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: none;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .chatbodySection{
        padding: 20px 15px 60px;
        display: grid;
        gap: 15px;
    }
    .adminMessage,.userMessage{
        display: flex;
        width: 100%;
        font-size: 12px;
        gap: 10px;
        align-items: flex-start;
    }
    .adminMessage>div,.userMessage>div{
        flex: 1;
    }
    .userMessage>div img{
        border-radius: unset;
        height: unset;
        width: unset;
        max-width:200px;
    }
    .userMessage>div{
        text-align: right;
        color: #000;
    }
    .adminMessage p {
        margin-right: auto;
        padding: 3px 5px;
        background: #fe36010f;
        width: fit-content;
        border-radius: 3px;
    }
    .userMessage>div p {
        margin-left: auto;
        padding: 3px 5px;
        background: #fecd011c;
        width: fit-content;
        border-radius: 3px;
    }
    .adminMessage img,.userMessage img{
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }
    #imagePreviewContainer {
        
    }
    #imagePreview {
        box-shadow: rgb(100 100 111 / 27%) 0px 7px 29px 0px;
        display: block;
    }
    .previewuploadImage {
        position: fixed;
        bottom: 50px;
    }  
        
    #imagePreviewContainer {
      position: relative;
      display: inline-block;
      padding-bottom: 10px;
    }
    
    #clearImage {
      position: absolute;
      top: 5px;
      left: 5px;
      background: rgba(0, 0, 0, 0.6);
      color: white;
      border-radius: 50%;
      width: 22px;
      height: 22px;
      text-align: center;
      line-height: 22px;
      cursor: pointer;
      font-weight: bold;
      display: none;
    }
    
    #clearImage:hover {
      background: red;
    }
    
/* chatpage */
/*notify*/
.notifyBody {
    padding: 10px;
}
.notifyDetailSec {
    background: #fecd0008;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
    border: 1px solid #fecd0057;
    font-size: 14px;
}
.notifyHeading {
    font-size: 15px;
    color: #000;}
.notifyDate {
    opacity: 0.8;
}
.notifyPara {
    padding-top: 4px;
}
/*notify*/

.changePasswordLabel {
    background: #000;
    color: #fecd00;
    text-align: center;
    padding: 10px;
}
.LoginP-container-form {
    margin: 15px;
    background: #f4f2f2;
    border-radius: 10px;
    padding: 16px 32px;
}
.passwordInput__container {
    padding-bottom: 12px;
}
.passwordInput__container-input {
    position: relative;
    display: flex;
}
.passwordInput__container-input .fa-eye {
    position: absolute;
    right: 0;
    top: 0;
    height: 33px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.passwordInput__container-input .open-view-eye {
    display: flex;
    align-items: center;
    justify-content: center;
}
.passwordInput__container-input .close-view-eye {
    display: none;
}
.passwordInput__container-input .fa-eye-slash .close-view-eye{
    display: flex;
}
.passwordInput__container-input .fa-eye-slash .open-view-eye{
    display: none;
}
.LoginP-container-button button {
    width: 100%;
    display: block;
    background: #0066d1;
    border: none;
    padding: 7px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
/*profile*/
.profileBody {
    margin: 16px;
}
.walletDetailFlex {
    display: flex;
    gap: 10px;
}
.walletDetail {
    flex: 1;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .25);
}
.voucher {
    background: #0c8ce9;
    padding: 8px 10px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    gap: 10px;
    text-transform: uppercase;
    font-size: 14px;
    align-items: center;
    text-decoration: none;
}
.walletAmount {
    padding-left: 10px;
    flex: 1;
}
.walletIcon {
    background: #fecd01;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}
.walletIcon img {
    width: 20px;
}
.walletRefresh {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-color: #ffbc00;
    -webkit-mask: url(/images/icon-refresh-type01.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    cursor: pointer;
}
.accountCard {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    padding: 10px;
    font-size: 14px;
    margin-top: 15px;
    border-radius: 10px;
}
.cardTop {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #787676;
    margin-bottom: 10px;
    justify-content: space-between;
}
.cardTop>div {
    display: flex;
    align-items: center;
    gap: 5px;
}
.cardTop>div img {
    width: 19px;
}
.cardTop>div:first-child {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.accountCard {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    padding: 10px 15px;
    font-size: 14px;
    margin-top: 15px;
}
.cardTop {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #787676;
    margin-bottom: 10px;
    justify-content: space-between;
}
.cardTop>div {
    display: flex;
    align-items: center;
    gap: 5px;
}
.cardVipLevel.vip0 {
    background: url(https://jiliwin.9terawolf.com/images/babu/vipTier/newMember_effect.png);
    background-size: cover;
    width: 20px;
    height: 20px;
}
.cardVipLevel.vip1 {
    background: url(https://jiliwin.9terawolf.com/images/babu/vipTier/bronze_effect.png);
    background-size: cover;
    width: 20px;
    height: 20px;
}
.cardVipLevel.vip2 {
    background: url(https://jiliwin.9terawolf.com/images/babu/vipTier/silver_effect.png);
    background-size: cover;
    width: 20px;
    height: 20px;
}
.cardVipLevel.vip3 {
    background: url(https://jiliwin.9terawolf.com/images/babu/vipTier/gold_effect.png);
    background-size: cover;
    width: 20px;
    height: 20px;
}
.cardVipLevel.vip4 {
    background: url(https://jiliwin.9terawolf.com/images/babu/vipTier/emerald_effect.png);
    background-size: cover;
    width: 20px;
    height: 20px;
}
.cardVipLevel.vip5 {
    background: url(https://jiliwin.9terawolf.com/images/babu/vipTier/sapphire_effect.png);
    background-size: cover;
    width: 20px;
    height: 20px;
}
.cardVipLevel.vip6 {
    background: url(https://jiliwin.9terawolf.com/images/babu/vipTier/platinum_effect.png);
    background-size: cover;
    width: 20px;
    height: 20px;
}
.cardVipLevel.vip7 {
    background: url(https://jiliwin.9terawolf.com/images/babu/vipTier/diamond_effect.png);
    background-size: cover;
    width: 20px;
    height: 20px;
}
.cardTop>div:first-child {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.cardmid {
    display: flex;
    color: #777575;
    padding: 10px 0;
}
.cardmid>div {
    width: calc(100% / 2);
}
.cardmid>div span{
    display: inline-block;
    padding-top: 5px;
    color: #000;
}
.cardmid>div:last-child {
    border-left: 1px solid #333333;
    padding-left: 10px;
}
.cardBottom {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    font-size: 12px;
    color: #0c8ce9;
    text-decoration: none;
    width: fit-content;
    margin-left: auto;
}
.cardBottom svg {
    rotate: -180deg;
    width: 7px;
    fill:#0c8ce9;
}
.accountCardLink a svg,.accountCardLink div svg {
    width: 8px;
    rotate: -180deg;
    fill:#929292;
}

.accountCardLink {
    background: #f3f5f6;
    padding: 6px 32px;
    border-radius: 10px;
    margin-top: 15px;
    font-size: 14px;
}
.historyNav{
    padding: 0 !important;
    width: 100%;
    border-bottom: none !important;
    display: none!important;
}
.historytoggle{
    gap: 0!important;
    column-gap:10px!important;
}
.historytoggle.active{
    gap: 10px!important;
}
.accountCardLink a,.accountCardLink div {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
    padding: 16px 0;
    color: #333;
    text-decoration: none;
}

.historytoggle.active .historyNav{
   display: flex!important;
}
.historytoggle svg{
     rotate: -90deg!important;
}
.historytoggle.active svg{
     rotate: 90deg!important;
}
.historyNav a{
    width: 100%;
    color: #838383!important;
    border-bottom: none;
}
.historytoggle.active a svg{
    rotate: -180deg!important;
}
.accountCardLink a:last-child{
    border-bottom:none
}
.accountCardLink a span ,.accountCardLink div span {
    flex: 1;
}
/*profile*/

.redeemClaimLabel {
    background: #000;
    color: #fece01;
    padding: 8px;
    text-align: center;
}
.redeem-container-receive {
    padding: 16px;
    font-size: 14px;
}
.redeem-container-receiveBtn button {
    width: 100%;
    background: #0066d1;
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 8px;
    border-radius: 5px;
    text-transform: uppercase;
}
.redeem-containerForm {
    margin-bottom: 60px;
}
.redeem-container-receiveHead {
    padding-bottom: 5px;
}
.redeem-container-receiveBtn {
    padding: 0 30px;
}

/* Custome Drop Down */
.select-menu {
    width: 100%;
    margin: 20px auto;
    position: relative;
}
.select-menu .select-btn {
    display: flex;
    background: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.select-menu .options {
  position: absolute;
  width: 100%;
  overflow-y: auto;
  max-height: 295px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
}
.select-menu .options .option {
    display: flex;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 8px;
    align-items: center;
    background: #fff;
    font-size: 14px;
}
.select-menu .options .option:hover {
  background: #f2f2f2;
}
.select-menu .options .option .option-text {
  font-size: 18px;
  color: #333;
}
.select-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 3;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}
/* Custome Drop Down */


/* Skeleton Components */
.loading_game{
    width:100%;
}
.loading_game .skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 4px;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}
.loading_game .bottom-nav {
    display:flex;
    flex-wrap: wrap;
    gap: 10px 3%;
}
.loading_game .nav-item {
    width: 48.5%;
    justify-items: center;
}
.loading_game .nav-icon {
    width: 100%;
    height: 200px;
    margin-bottom: 4px;
}
.loading_game .nav-label {
    width: 100%;
    height: 12px;
}
/* Skeleton Components */



