#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;
	width: calc(33.33% - 6px);
	height: calc(100% - 8px);
	background: #8f6a08;
	border-radius: 6px;
	transition: transform 0.35s cubic-bezier(.4,0,.2,1);
}

.switch-tabs.middle .switch-slider {
	transform: translateX(100%);
}

.switch-tabs.right .switch-slider {
	transform: translateX(200%);
}
.switch-tabs.four .switch-slider {
	transform: translateX(300%);
}

.switch-btn {
	width: 50%;
	background: transparent;
	border: none;
	color: #fff;
	padding: 6px 0;
	z-index: 1;
	cursor: pointer;
}

.switch-btn.active {
	font-weight: 600;
}

.tab-content {
	position: relative;
	overflow: hidden;
	padding: 10px;
}

.tab-pane {
	display: none;
	animation: slideFade 0.35s ease;
}

.tab-pane.active {
	display: block;
}

@keyframes slideFade {
	from {
		opacity: 0;
		transform: translateX(20px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@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;
	}
}
.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;
}

/* Firefox */
#dp_amount[type=number] {
    -moz-appearance: textfield;
}