#app, .full-height, .page, body, html {
	height: auto !important;
	padding: 0 !important;
	scrollbar-width: none;
}
.open-menu {
	cursor: pointer;
}
.open-menu {
	display: none;
	width: 25px;
	height: 15px;
	position: relative;
}

.carousel {
	position: relative;
	max-width: 100%;
	flex-direction: column;
}
.register_panel .register_wrapper {
	max-width: 1240px;
	margin: auto;
	border: 8px solid var(--v-primary-base);
	display: flex;
	justify-content: space-between;
	gap: 1em;
}
.register_panel .register_wrapper .circle-button {
	padding: 12px;
	border-radius: 8px;
	background-color: var(--v-primary-lighten1);
	color: #fff;
}
.register_panel .register_wrapper .sign-up-title {
	color: var(--v-secondary-base);
}
a{
	text-decoration: none !important;
}
.page-navigator {
	position: fixed;
	margin-top: 70px;
	background-color: var(--v-background_2-base);
	width: 100%;
	z-index: 99;
}
.profile-sheet .profile-sheet-wrapper .profile-sheet-body .profile-sheet-body-wrapper .profile-sheet-item .profile-sheet-item-row .profile-sheet-item-column {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	align-self: baseline;
	gap: 3px;
	width: 19%;
	cursor: pointer;
	margin: 10px;
}
.profile-sheet .profile-sheet-wrapper .profile-sheet-body .profile-sheet-body-wrapper .profile-sheet-item .profile-sheet-item-row .profile-sheet-item-column label {
	font-size: 11px;
	text-align: center;
	font-weight: normal;
}
.profile-sheet .profile-sheet-wrapper .profile-sheet-body .profile-sheet-body-wrapper .profile-sheet-item .profile-sheet-item-row-mobile .profile-sheet-item-column label {
	font-size: 11px;
	text-align: center;
	font-weight: normal;
}
.transition-profile{
	width: 192px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transform: translateX(0) !important;
	visibility: unset !important;
	position: fixed;
	z-index: 100;
}
.profile-sheet .profile-sheet-wrapper .profile-sheet-header {
	position: relative;
	height: 45.3333333333vw;
	background-position-y: -30vw;
	background: url(../images/member-header-bg.png);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.hidden{
	display: none;
}
.show_profile_body {
	height: 0;
	overflow: hidden;

}
.footer {
	margin-bottom: 0px !important;
}
.tag-recommond::after {
	position: absolute;
	z-index: 2;
	top: -.0625rem;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-mask: url('../images/icon-recommond.svg') no-repeat center/55% !important;
	mask: url('../images/icon-recommond.svg') no-repeat center/55% !important;
}
.game-card-box-item .v-image__image--contain {
	background-size: cover !important;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
	/*padding: 0 12px;*/
}
@media (max-width:760px) {
	header {
		background:#080808
	}
	.header__desc {
		display:none
	}
	.header__mobile {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 46px;
		padding: 0px 3px 0 15px;
		position: relative;
	}
	.header-mob__menu {
		display:flex;
		max-width:140px;
		width:100%;
		position:absolute;
		left:50%;
		transform:translateX(-50%)
	}
	.open-menu span:nth-child(1) {
		width:25px;
		left:0
	}
	.open-menu span:nth-child(2),
	.open-menu span:nth-child(3) {
		top:6px;
		width:25px
	}
	.open-menu span:nth-child(4) {
		width:25px;
		left:0
	}
	.open-menu span:last-child {
		top:12px
	}
	.open-menu {
		display:block;
		z-index:999;
		position:relative;
		right:0;
		top:0
	}
	
	.header-top{
		height: 45px !important;
	}
	.mobile {
		display: flex !important;
	}
	.dp_method_btn {
		width: 30% !important;
		margin: auto !important;
	}
	.wd_method_btn {
		width: 30% !important;
		margin: auto !important;
	}
}
.bottom-navigator.hide {
	transform: translateY(100%);
}
.overhide{
	overflow: hidden;
}
.modal {
	height: auto;
	top: 30px;
	transform: translateY(100%);
	width: 350px;
	overflow-y: auto;
	z-index: 9999;
	left: 40%;
	bottom: unset;
	box-shadow: 0 20px 40px rgba(253, 248, 248, 0.19);
}
.banner-content .selected_method {
	position: relative;
	width: 120px;
	height: 30px;
	background: linear-gradient(to left, #24262d 0%, #4b442f 100%);
	border-radius: 6px;
	border: none;
	z-index: 1;
}

.banner-content .selected_method::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1px; /* border thickness */
	background: linear-gradient(to left, #847037 0%, #a68f4c 100%);
	border-radius: inherit;
	-webkit-mask:
	linear-gradient(#fff 0 0) content-box,
	linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
}
.dp_amount_btn {
	height: 30px;
	border: 1px solid #5b6fbb;
	border-radius: 5px;
	background: #2d375e;
}



.theme--light.v-navigation-drawer {
	background-color: #191e32;
}
.theme--light.v-sheet {
	/*background-color: #191e32 !important;*/
}
.page-container{
	max-width: 350px;
}
.page-container .profile-sheet .profile-sheet-wrapper .profile-sheet-body {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: unset;
}
.page-container .profile-sheet-head {
	display: flex;
	justify-content: center;
	position: relative;
	padding: 10px 10px;
	background: #c9a33d;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.page-container .profile-sheet-head .tab_group {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: #00000026;
	border-radius: 5px;
	padding: 5px;
}
.page-container .profile-sheet-head button {
	padding: 5px 20px;
	width: 50%;
}
.page-container .profile-sheet-head .tab_group button.active {
	padding: 5px 20px;
	width: 50%;
	background: #8f6a08;
	border-radius: 5px;
}
/* ---------- switch tabs ---------- */
.switch-tabs {
	position: relative;
	display: flex;
	width: 100%;
	background: #00000026;
	border-radius: 5px;
	padding: 4px;
	overflow: hidden;
	text-wrap: nowrap;
}

.switch-slider {
	position: absolute;
	top: 4px;
	left: 4px;
	height: calc(100% - 8px);
	background: #8f6a08;
	border-radius: 6px;
	transition: transform 0.35s cubic-bezier(.4,0,.2,1), width 0.35s;
	z-index: 0;
}
.switch-btn {
	flex: 1;
	background: transparent;
	border: none;
	color: #fff;
	padding: 6px 0 !important;
	cursor: pointer;
	z-index: 1;
}
.dt-container.dt-bootstrap4 .row {
	margin: 0;
}
.dt-container.dt-bootstrap4 .col-md {
	padding: 0;
}

.modal .col-md-auto{
	width: unset;
}
.modal .dt-length {
	width: 50%;
	padding: 5px;
}
.modal .dt-length .custom-select {
	width: 100px !important;
	height: 30px;
	float: left;
	padding: 5px 10px;
}
.modal .dt-length label{
	display: none;
}
.modal .dt-search {
	width: 50%;
	padding: 5px;
}
.modal .dt-search .form-control {
	width: 100px !important;
	height: 30px;
	float: left;
	padding: 5px 10px;
}
.modal .dt-search label{
	display: none;
}
.modal 
.dt-container .row:last-child .dt-layout-start {
	width: 100% !important;
}
.modal 
.dt-container .row:last-child .dt-layout-end {
	width: 100% !important;
}
.modal div.dt-container div.dt-length, div.dt-container div.dt-search, div.dt-container div.dt-info, div.dt-container div.dt-paging {
	text-align: center;
	width: 100%;
}
.modal td{
	padding: 5px;
}
.table{
	/*text-wrap:nowrap;*/
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #667ac68a;
}
.switch-btn.active {
	font-weight: 600;
}


.tab-content {
	position: relative;
	overflow: unset;
	padding: 10px;
}

.tab-pane {
	display: none;
	animation: slideFade 0.35s ease;
}

.tab-pane.active {
	display: flex;
	flex-direction: column;
	margin-bottom: 150px;
}

@keyframes slideFade {
	from {
		opacity: 0;
		transform: translateX(20px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
.mySlider_game img{
	height: 300px
}
.scorebox {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%);
	display: flex;
	z-index: 1;
	gap: 25px;
}
.scorebox .mini, .scorebox .grand, .scorebox .major {
	background: #313030;
	box-shadow: 0px 0px 5px 2px #2cd595;
	width: 200px;
	height: 60px;
	border-radius: 5px;
	position: relative;
}
.scorebox div span:first-child {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff700;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 1px;
	text-shadow: 0 0 2px #ff0000,0 0 6px #ff0000,0 0 12px #ff3333,0 0 22px #ff6666;
	pointer-events: none;
	white-space: nowrap;
	animation: scoreGlow 1.2s ease-in-out infinite alternate;
	line-height: 1;
}
.scorebox div span:last-child {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
@keyframes scoreGlow {
	0%   { text-shadow: 0 0 6px #ff0000; }
	25%  { text-shadow: 0 0 8px #00ff00; }
	50%  { text-shadow: 0 0 10px #00bfff; }
	75%  { text-shadow: 0 0 8px #cc33ff; }
	100% { text-shadow: 0 0 6px #ff0000; }
}
.game_list_container {
	margin-right: 0;
	display: flex;
	height: auto;
	overflow: auto;
	scrollbar-width: thin;
	padding: 5px 0;
}
.game-vendor-container {
	background: #2a3254;
}
.game_list_container .vendor-list-item.slot-product {
	background: #232a46;
	padding: 10px 10px;
	display: flex !important;
	border-radius: 3px;
	margin-left: 5px !important;
	border: 1px solid #37426f;
	cursor: pointer;
}
.game_list_container .vendor-list-item.slot-product.active {
	background: var(--brand-search-item-bg-active);
}
.game_list_container .vendor-list-item.slot-product label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	cursor: pointer;
}
.game_list_container .vendor-list-item.slot-product.active label span{
	color: var(--brand-search-item-txt-active);
}
.game_list_container .vendor-list-item.slot-product label img {
	width: 30px;
	height: 20px;
}
.game_page_body {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	padding: 5px !important;
	background: unset;
	justify-content: space-between;
}
/* game card base */
.game_page_body a {
    width: 15.5%;
    border-radius: 6px;
    overflow: hidden;
    background: #232a46;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 0.5s ease forwards;
}

/* stagger animation */
.game_page_body a:nth-child(1) { animation-delay: 0.05s; }
.game_page_body a:nth-child(2) { animation-delay: 0.1s; }
.game_page_body a:nth-child(3) { animation-delay: 0.15s; }
.game_page_body a:nth-child(4) { animation-delay: 0.2s; }
.game_page_body a:nth-child(5) { animation-delay: 0.25s; }
.game_page_body a:nth-child(6) { animation-delay: 0.3s; }

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.game_page_body a img {
	width: 100%;
	display: block;
	transition: transform 0.3s ease;
	height: 100px;
}

.game_page_body a .game_name {
    padding: 5px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

/* hover effect: zoom image */
.game_page_body a:hover img {
    transform: scale(1.1); /* 10% zoom */
}
.no_games {
    width: 100%;
    text-align: center;
    padding: 15px;
    color: #fff;
    font-weight: bold;
}
#loader {
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #fff;
}
@media(max-width:599px) {
	.footer {
		margin-bottom:40px;
	}
	.popup-page-main__close {
		display: block !important;
	}
	.modal {
		height: 100%;
		top: 0px;
		transform: translateY(100%);
		width: 100%;
		overflow-y: auto;
		z-index: 9999;
		left: 0;
	}
	.profile-sheet-head {
		border-top-left-radius: 0px !important;
		border-top-right-radius: 0px !important;
	}
	.open_modal .profile-sheet .profile-sheet-wrapper .profile-sheet-body {
		max-height: unset;
	}
	.max_width{
		padding: 0 10px !important;
	}
	.v-footer .gaming-license {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: start;
		width: 50%;
	}
	.page-container {
		max-width: 100%;
	}
	.body_fixpage .bottom-navigator {
		z-index: 99999;
	}
	.mySlider_game img{
		height: 150px
	}
	.scorebox {
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translate(-50%);
		display: flex;
		z-index: 1;
		gap: 25px;
	}
	.scorebox .mini, .scorebox .grand, .scorebox .major {
		width: 90px;
		height: 45px;
	}
	.scorebox div span:first-child {
		top: -10px;
		font-size: 20px;
	}
	.scorebox div span:last-child {
		font-size: 13px;
	}
	.game_page_body a {
    width: 47%;
    border-radius: 6px;
    overflow: hidden;
    background: #232a46;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 0.5s ease forwards;
}
}
.body_fix .transition-menu {
	width: 275px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	transform: translateX(0) !important;
	visibility: unset !important;
	position: fixed;
	z-index: 99999;
	background: unset !important;
}
.open-menu-d span:nth-child(1) {
	width:20px;
	left:0
}
.open-menu-d span:nth-child(2) {
	top:6px;
	width:15px
}
.open-menu-d span:nth-child(3) {
	width:20px;
	left:0
}
.open-menu-d span:last-child {
	top:12px
}
.icon_btm_nav {
	width: 22px;
	height: 22px;
	margin-top: 8px;
	fill: var(--v-text_color-base);
}
.seo_text {
	width: auto;
	margin: 30px auto;
	font-size: 12px;
}
.v-footer .footer_wrapper {
	width: 1240px;
	margin: 0 auto;
	font-size: 12px;
}
.mobile{
	display: none;
}
.open-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #c9a33d;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-radius: 5px;
}
.body_fix .for-mobile-bg {
	background: rgba(0,0,0,.5);
	z-index: 99;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	background: unset !important;
}
.body_fixlogin .for-mobile-bg_log {
	background: rgba(0,0,0,.5);
	z-index: 99;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	background: unset !important;
}
.body_fixpage .for-mobile-bg_menu {
	background: rgba(0,0,0,.5);
	z-index: 99;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	background: unset !important;
}
.highlight-container .highlight-wrapper .matches-box .match-item {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	color: #fff;
	background: url(../images/footballfield.webp);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	min-width: 85%;
	min-height: 100px;
	padding: 12px;
	cursor: pointer;
	text-decoration: none;
	margin: auto !important;
}
.sidelogo{
	background-image: url("../images/logo3.png");
}
.game-menu .game-menu-content.selected {
	color: #fff;
	opacity: 1;
	background: #7da238;
}
.game-menu .game-menu-content .game-menu-image {
	background-color: #7da238;
}
.game-menu .game-menu-content {
	color: #7da238;
}
.header-top {
	background: linear-gradient(180deg,#7da238,#536d23);
}
.mb-bg-color {
	background-color: #87ac40;
}
.marquee-row {
	background-color: #587325;
	color: #fff;
}
.bottom-navigator {
	background-color: #587325;
}
.dp_method_btn_group{}
.dp_method_btn img {
	width: 85px !important;
	height: auto !important;
}
.dp_method_btn .method_payment {
	font-size: 11px;
	margin: 3px;
}
.wd_method_btn_group{}
.wd_method_btn img {
	width: 85px !important;
	height: auto !important;
}
.wd_method_btn .method_payment {
	font-size: 11px;
	margin: 3px;
}
.body {
	background-color: var(--v-base-base);
	scroll-behavior: smooth;
	overflow-y: unset !important;
}
.v-text-field {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.funds-container .funds-wrapper .section-container {
	margin-top: 2px !important;
	padding: 5px 12px !important;
}
.funds-container .funds-wrapper .section-container .funds-title-wrapper {
	margin-bottom: 2px !important;
}
label {
	margin-bottom: 0px !important;
}
.funds-container .funds-wrapper .section-container .button-container {
	gap: 2px !important;
	margin-top: 0px !important;
}
.marquee-row .marquee-icon {
	mask: url(../images/announcement-icon.svg) !important;
	-webkit-mask: url(../images/announcement-icon.svg) !important;
	margin: 6px 8px;
	width: 20px;
	height: 15px;
}
.p-5{
	padding: 5px;
}
.mb-2{
	margin-bottom: 2px;
}
.profile-container .profile-wrapper .avatar-wrapper {
	background: url(../images/personal-info.jpg) !important;
}
.profile-container .profile-wrapper .avatar-wrapper .avatar {
	background: url(../images/memberpic.svg) !important;
}
.v-application .display-4, .v-application .display-3, .v-application .display-2, .v-application .display-1, .v-application .headline, .v-application .title, .v-application .subtitle-1, .v-application .subtitle-2 {
	font-family: 'ReadexPro-Medium', sans-serif !important;
	letter-spacing: 0px !important;
}
.v-application .subtitle-2 {
	font-size: .875rem !important;
	font-weight: 500;
	letter-spacing: .0071428571em !important;
	line-height: 1.375rem;
	font-family: Roboto,sans-serif !important;
}
.v-expansion-panel--active > .v-expansion-panel-header {
	min-height: 64px;
}
.referral-tier .detail {
	color: #fff;
}
.menuable_content_active {
	display: block !important;
}
.side_navigation_profile_item {
	width: 450px;
	margin: auto;
	left: 40%;
}
@media only screen and (min-width: 960px) {
	.v-application .hidden-md-and-up {
		display: none !important;
	}
	.px-12-my-4 {
		padding: 0 50px;
	}
	.v-application .subtitle-2 {
		display: block !important;
		font-size: 22px !important;
		font-weight: 500;
		letter-spacing: .0071428571em !important;
		line-height: 28px;
		font-family: Roboto,sans-serif !important;
		width: 50%;
		margin: auto;
	}
}
@media only screen and (max-width: 959px) {
	.v-application .hidden-sm-and-down {
		display: none !important;
	}
	.px-12-my-4 {
		padding: 5px 10px;
	}
	.side_navigation_profile_item {
		width: 100%;
		left: 0;
	}
}


.logregbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	cursor: pointer;
}
.signup_btn {
	background: linear-gradient( to right, #2a3254 0, #445187 20%, #445187 35%, #2a3254 60%, #2a3254 100% );
	box-shadow: inset 0 0 5px 0 #747687 !important;
}

.signup_btn:hover ,.signin_btn:hover {
	border: 0px solid #ff0;
}
.signin_btn {
	background: var(--desktop-header-login-bg);
	color: var(--desktop-header-login-txt);
	box-shadow: inset 0 0 5px 0 #d4b665 !important;
}
.signin_btn:disabled {
	background: #3c3f4d;
	color: #747687 !important;
	box-shadow: unset !important;
}
.banner-content .filter_btn {
	position: relative;
	width: auto;
	height: 30px;
	background: linear-gradient(to left, #24262d 0%, #4b442f 100%);
	border-radius: 6px;
	border: none;
	z-index: 1;
	font-size: 11px;
	padding: 0 10px;
	color: #d7af13 !important;
	font-weight: bold;
} 

.partners-list {
	transition: width 1s;
	position: relative;
	left: 0;
	right: 0;
	margin: 10px auto !important;
}
.partners-list ul {
	display: flex;
	justify-content: center;
}
ol, ul {
	list-style: none;
}
.partners-list li {
	display: flex;
	align-items: center;
}
.partners-list img {
	width: auto;
	height: 25px;
	margin: 0 10px;
}
.partners-list p {
	color: #fff;
	margin: 0;
	font-size: 13px;
}
.partners-list li:not(:first-child)::before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 25px;
	margin-left: 10px;
	background: #394471;
}
.highlight-container {
	background-color: #191e32 !important
}
.marquee-row .home-announcment-content {
	font-size: 11px;
	font-weight: 1;
	line-height: 0;
}
.popup-page-main__close {
	display: none;
	cursor: pointer;
	opacity: 1;
	width: 2rem;
	height: 2rem;
	position: absolute;
	right: 5px;
	top: 5px;
	transition: transform .35s ease-out;
}
.popup-page-main__close::before, .popup-page-main__close::after {
	border-radius: 10rem;
}
.popup-page-main__close::before {
	transform: translateY(-50%) rotate(45deg);
}
.popup-page-main__close::after, .popup-page-main__close::before {
	content: "";
	display: block;
	height: 80%;
	width: 3px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	background-color: #fff;
	transform-origin: 50% 50%;
}
.popup-page-main__close::before, .popup-page-main__close::after {
	border-radius: 10rem;
}
.popup-page-main__close::after {
	transform: translateY(-50%) rotate(-45deg);
}
.v-navigation-drawer__content {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: none;
}

.v-btn::before {
	background-color: unset;
}
.game-menu .game-menu-wrapper {
	padding: 5px 5px;
	background: #4a5171;
}
.game-menu .game-menu-content {
	min-width: auto !important;
	width: 60px;
	flex-grow: 1;
	text-transform: capitalize;
	padding: 10px 0 !important;
	background: unset;
	color: var(--v-secondary-base);
	border: none !important;
}
.game-menu .game-menu-content.selected {
	color: #fff !important;
	opacity: 1;
	background: #6d7599 !important;
	backdrop-filter: blur(10px);
	border-radius: 5px;
}
.game-menu .game-menu-content .game-menu-image {
	background-color: var(--v-secondary-base);
	-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: 20px;
	height: 20px;
}
.game-menu .game-menu-content {
	color: #c9a33d !important;
}
.game-menu .game-menu-content .game-menu-image {
	background-color: #ffba00 !important;
}
.game-menu .game-menu-content.selected .game-menu-image {
	background-color: #fff !important;
}
.bet-loader{
	position:fixed;
	inset:0;
	background:linear-gradient(135deg,#0b1220,#020617);
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:99999;
}

.bet-box{
	background:#0f172a;
	border-radius:18px;
	padding:22px 26px;
	width:260px;
	text-align:center;
	box-shadow:0 0 40px rgba(255,215,0,.15);
	border:1px solid rgba(255,215,0,.25);
}

.bet-logo img {
	width: 70px;
	animation: spin 2.2s linear infinite;
	filter: drop-shadow(0 0 10px rgba(255,215,0,.4));
	height: 70px;
	border: 1px solid #fff;
	border-radius: 50%;
}

.bet-progress{
	height:6px;
	background:#1e293b;
	border-radius:10px;
	margin:16px 0 10px;
	overflow:hidden;
}

.bet-progress span{
	display:block;
	height:100%;
	width:40%;
	background:linear-gradient(90deg,#facc15,#eab308);
	animation:load 1.2s infinite;
}

.bet-title{
	font-size:13px;
	font-weight:900;
	color:#facc15;
}

.bet-sub{
	font-size:11px;
	margin-top:3px;
	color:#94a3b8;
}

@keyframes spin{
	0%{transform:rotate(0deg)}
	100%{transform:rotate(360deg)}
}

@keyframes load{
	0%{transform:translateX(-100%)}
	100%{transform:translateX(300%)}
}
.carousel-indicators {
	position: absolute;
	bottom: -3px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0px;
	text-indent: -999px;
	cursor: pointer;
	/* background-color: #000\9; */
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 7px;
	height: 7px;
	margin: 0;
	background-color: #c9a33d;
}
.banner-content .payment_type_btn {
	background: #3f4c7e;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #6478c6;
}
.banner-content .payment_type_btn.active {
	background: linear-gradient(to left, #24262d 0%, #4b442f 100%);
	border: 1px solid #ff00006b;
}
.hide{
	display: none;
}
.dp_amount_btn {
	position: relative;
	padding: 8px 12px;
}

.dp_amount_btn.plus::before {
	content: "+";
	position: absolute;
	left: 6px;
	font-weight: bold;
	color: #00ffcc;
}
.dp_amount_btn.active {
	background: linear-gradient(to left, #24262d 0%, #4b442f 100%);
	color: #000;
	border: 1px solid #ff00006b;
}
#dp_amount::-webkit-outer-spin-button,
#dp_amount::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#dp_amount[type=number] {
	-moz-appearance: textfield;
}

#wallet_number[type=number] {
	-moz-appearance: textfield;
}

#wd_amount[type=number] {
	-moz-appearance: textfield;
}
.v-pagination li button {
	margin: 0;
	border-radius: 0 !important;
	box-shadow: none !important;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: var(--v-base_2-base);
	min-height: 30px;
	min-width: 31px !important;
	font-size: 16px;
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
}
.vip_summary_pagination .v-pagination {
	gap: 1px;
}
.aff_sub_btn:hover {
	box-shadow: 0 0 1px 0px #000 !important;
}
#loaderIcon i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	z-index: 9999;
}
.rotate-icon {
	animation: spin 0.8s linear infinite;
	color: #324f39;
}
@keyframes spin {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}

