@charset "UTF-8";
s *,
*::before,
*::after {
	box-sizing: border-box;
}

* {
	-webkit-tap-highlight-color: transparent;
}

body,
h1, h2, h3, h4, h5, h6,
p,
ul, ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: none;
}

html {
  scrollbar-width: none; /* or 'auto' or 'none' */
}
input[type="number"] {
	-moz-appearance: textfield;
}

button,
/* input, */
optgroup,
select,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	color: inherit;
	background-color: transparent;
	appearance: none;
	outline: none;
}

select {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	color: inherit;
	background-color: transparent;
	appearance: none;
	outline: none;
	width: 95%;
}

input {
	margin: 0;
	padding: 0;
	border: 0;
	/* font: inherit; */
	color: inherit;
	background-color: transparent;
	appearance: none;
	outline: none;
	width: 95%;
  }

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
}

/* @media 1680 to 1880 */
/* @media 1360 to 1599 */
/* @media 1366 only */
/* @media 1280 to 1359 */
/* @media 1281 only */
/* @media 992 to 1279 */
/* @media 991 only */
/* @media 768 tp 991 */
/* @media 320 to 767 */
/* @media 414 only */
/* @media 375 only */
/* @media 361 only */
.d-none {
	display: none;
}

body {
	font-size: 16px;
	font-family: "Inter", sans-serif;
	background-color: var(--background-primary-color);
}

::-webkit-scrollbar {
	width: 0px;
}

.bg-dark {
	background-color: #191F28;
}

.bg-dark-gray {
	background-color: #202833;
}

.dark-header {
	background: var(--background-secondary-color);
	opacity: 1;
	transition: 0.3s ease-in-out;
	padding: 10px 0;
	z-index: 999;
}

.container-full {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.container-lg {
	max-width: 1840px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.container-lg {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.container-lg {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.container-lg {
		padding-left: 45px;
		padding-right: 45px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.container-lg {
		padding-left: 12px;
		padding-right: 12px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.container-lg {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.container-lg {
		padding-left: 12px;
		padding-right: 12px;
	}
}

.container-md {
	max-width: 1760px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.container-md {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.container-md {
		padding-left: 35px;
		padding-right: 35px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.container-md {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.container-md {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.container-md {
		padding-left: 12px;
		padding-right: 12px;
	}
}

.container-sm {
	max-width: 1496px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.container-sm {
		padding-left: 130px;
		padding-right: 130px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.container-sm {
		padding-left: 150px;
		padding-right: 150px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.container-sm {
		padding-left: 100px;
		padding-right: 100px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.container-sm {
		padding-left: 100px;
		padding-right: 100px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.container-sm {
		padding-left: 70px;
		padding-right: 70px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.container-sm {
		padding-left: 12px;
		padding-right: 12px;
	}
}

h1 {
	font-size: 100px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 34px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	h3 {
		font-size: 20px;
	}
}

h4 {
	font-size: 28px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 20px;
}

.btn-small {
	color: var(--text-primary-color);
	background: transparent;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid var(--text-secondary-color);
	border-radius: 4px;
	padding: 10px 40px;
	text-decoration: none;
	width: max-content;
	display: inline-block;
	text-align: center;
	transition: 0.3s ease-in-out;
	text-transform: uppercase;
}

.btn-small svg {
	transition: all 0.5s;
}

html[dir="rtl"] .btn-small svg {
	transform: rotate(90deg);
}

.btn-small:hover {
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	color: var(--text-primary-color);
	border-left: 1px transparent;
	border-top: 1px transparent;
	border-bottom: 1px transparent;
	border-right: 1px transparent;
}

html[dir="rtl"] .btn-small:hover svg {
	transform: rotate(135deg);
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.btn-small {
		font-size: 16px;
		font-weight: 300;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.btn-small {
		padding: 8px 14px;
		font-size: 12px;
	}
}

.btn {
	color: var(--text-primary-color);
	background: #131C27;
	font-size: 13px;
	font-weight: 600;
	border: 1px solid var(--text-primary-color);
	border-radius: 4px;
	padding: 14px 10px;
	text-decoration: none;
	display: inline-flex;
	text-align: center;
	width: 160px;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.btn {
		font-size: 13px;
		padding: 13px 11px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.btn {
		font-size: 12px;
		padding: 12px 10px;
	}
}
.btn:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.btn-secondary {
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	color: var(--text-primary-color);
	border: 1px solid transparent;
	border-right: 1px transparent;
	border-left: 1px transparent;
	transition: 0.3s ease-in-out;
	text-transform: uppercase;
}
.btn-secondary svg {
	transition: all 0.5s;
}

html[dir="rtl"] .btn-secondary svg {
	transform: rotate(90deg);
}

@media (hover: hover) and (pointer: fine) {
	.btn-secondary:hover {
		border-top: 1px solid var(--text-secondary-color);
		border-bottom: 1px solid var(--text-secondary-color);
		border-left: 1px solid var(--text-secondary-color);
		border-right: 1px solid var(--text-secondary-color);
		background: transparent;
		color: var(--text-primary-color);
	}
	.btn-secondary:hover svg {
		transform: rotate(-45deg);
	}

	html[dir="rtl"] .btn-secondary:hover svg {
		transform: rotate(135deg);
	}
}
.cust-btn {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--text-primary-color);
	width: 120px;
	position: relative;
	background: linear-gradient(to left, var(--linear-gradient-secondary-color), var(--linear-gradient-primary-color)), linear-gradient(to left, var(--linear-gradient-secondary-color), var(--linear-gradient-primary-color));
	background-position: 5px 0, 5px 100%;
	background-repeat: no-repeat;
	background-size: calc(100% - 5px - 5px) 1px;
	padding: 17px 20px;
	border-radius: 5px;
	border: none;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.cust-btn {
		font-size: 12px;
		background-position: 5px 0, 5px 100%;
		padding: 12px 12px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.cust-btn {
		font-size: 12px;
		background-position: 5px 0, 5px 100%;
		padding: 14px 12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.cust-btn {
		font-size: 12px;
		background-position: 5px 0, 5px 100%;
		padding: 14px 12px;
	}
}
.cust-btn:hover img {
	transform: rotate(-45deg);
	transition: 0.3s ease-in-out;
}
.cust-btn:after {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	top: 0;
	bottom: 0;
	left: 0;
	border: 1px solid var(--linear-gradient-primary-color);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right-color: transparent;
}
.cust-btn:before {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	top: 0;
	bottom: 0;
	right: 0;
	border: 1px solid var(--linear-gradient-secondary-color);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left-color: transparent;
}

.text-greenBolt {
	color: var(--text-primary-color);
	background: -o-linear-gradient(134deg, rgb(227, 130, 188) 0%, rgb(141, 84, 235) 100%);
	background: linear-gradient(134deg, rgb(227, 130, 188) 0%, rgb(141, 84, 235) 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.grid-column-main {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}
@media (max-width: 768px) {
	.grid-column-main {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 480px) {
	.grid-column-main {
		grid-template-columns: 1fr;
	}
}

.header-inner-page {
	position: fixed;
	padding: 10px 0;
	border-bottom: 1px solid var(--background-third-color);
	z-index: 999;
	background: var(--background-secondary-color);
}
@media screen and (max-width: 991px) {
	.header-inner-page{
		padding: 5px 0;
	}
}
.deposite-btn a {
    width: 86px;
    height: 32px;
}
.header-inner-page .right-content .header-btn .btn-small {
	width: 122px;
	max-width: 122px;
}
.header-inner-page .header-search-field {
	position: relative;
	width: 30%;
}
.header-inner-page .header-search-field .header-search-inner {
	width: 401px;
	position: relative;
}
.header-inner-page .header-search-field input {
	border: 1px solid var(--background-third-color);
	padding: 6px 10px;
	border-radius: 3px;
	width: 100%;
}
.header-inner-page .header-search-field button {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.header-inner-page .nav-list li a {
	font-size: 14px;
}

header {
	padding-top: 20px;
	padding-bottom: 30px;
	position: fixed;
	width: 100%;
	z-index: 999;
	transition: 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
	header {
		padding: 5px 0;
		background: var(--background-secondary-color);
		border-bottom: 1px solid rgba(112, 112, 112, 0.1803921569);
	}
}
header.header_without_login .right-content .header-icons {
	position: relative;
	margin-left: 22px;
}
header.header_without_login .right-content .header-icons a {
	position: relative;
	padding: 0 4px 0 7px;
}
header.header_without_login .right-content .header-icons a .notification {
	position: absolute;
	top: -10px;
	right: 7px;
	color: #fff !important;
	font-size: 9px;
	line-height: 15px;
	text-align: center;
	z-index: 5;
	width: 15px;
	font-weight: 300;
	border-radius: 2px;
	height: 15px;
	background: linear-gradient(#5ec2af 0%, #25a1c6 61%, #008cd5 100%);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	header.header_without_login .right-content .header-icons a .notification {
		top: -9px;
		right: 2px;
		color: #fff !important;
		font-size: 8px;
		line-height: 10px;
		text-align: center;
		z-index: 5;
		width: 10px;
		height: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	header.header_without_login .right-content .header-icons a {
		padding: 0;
	}
}
header.header_without_login .right-content .header-icons a::after {
	display: none;
}
header.header_without_login .right-content .header-icons a:first-child {
	margin-right: 4px;
	margin-top: 3px;
}
header .header-left {
	display: flex;
	align-items: center;
	gap: 45px;
}
@media screen and (min-width: 992px) and (max-width:1437px) {
	header .header-left {
		gap: 15px;
	}
	/* nav ul li a {
		padding: 1px 13px;
	} */
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	header .header-left {
		gap: 15px;
	}
}
@media screen and (max-width: 991px) {
	header .header-left {
		gap: 15px;
		flex-direction: row-reverse;
		align-items: center;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	header .header-left {
		gap: 0px;
	}
}
header .header-left .logo {
	display: flex;
	align-items: center;
}

header .header-left .logo.logo-mobile {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    header .header-left .logo img {
        /* width: 80px; */
        padding-top: 0px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    header .header-left .logo.logo-mobile {
        display: block;
		width: 50px;
		padding-left: 12px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    header .header-left .logo.logo-desktop {
        display: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	header .header-left .logo img {
        margin-bottom: 0;
        width: auto;
	}
}
header .header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu-desktop .nav-list .active {
	position: relative;
	width: max-content;
}
.menu-desktop .nav-list .active a {
	color: var(--text-primary-color);
}
.menu-desktop .nav-list .active::after {
	position: absolute;
	content: " ";
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	bottom: -16px;
	left: 0;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 5px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	nav ul {
		gap: 0px;
	}
	header.header_without_login.Logged-in nav ul {
		gap: 0px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	nav ul {
		gap: 0px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	nav ul {
		gap: 0px;
	}
}
@media screen and (min-width: 1171px) and (max-width: 1279px) {
	nav ul {
		gap: 31px;
	}
	header.header_without_login.Logged-in nav ul {
		gap: 7px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1170px) {
	nav ul {
		gap: 15px;
	}
	header.header_without_login.Logged-in nav ul {
		gap: 0px;
	}
}
nav ul li {
	position: relative;
}
nav ul li a {
	display: block;
	color: var(--text-secondary-color);
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	padding: 2px 19px;
}
@media screen and (min-width: 1408px) and (max-width: 1437px) {
	nav ul li a {
		padding: 2px 10px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1407px) {
	nav ul li a {
		padding: 2px 5px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	nav ul li a {
		padding: 2px 5px;
	}
}
nav ul li a::before {
	transition: 300ms;
	height: 5px;
	content: "";
	position: absolute;
	width: 0%;
	bottom: 0px;
}
nav ul li a:hover::before {
	width: 70%;
}
nav ul li a:not(:only-child):after {
	padding-left: 4px;
	content: " ▾";
}
nav ul li a:hover {
	color: var(--text-primary-color);
}
nav ul li ul li {
	min-width: 190px;
}
nav ul li ul li a {
	padding: 15px;
	line-height: 20px;
}

.nav-dropdown {
	display: none;
	position: absolute;
	z-index: 1;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-mobile {
	display: none;
	position: relative;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.nav-mobile {
		display: block;
	}
}

@media only screen and (max-width: 991px) {
	.nav-mobile {
		display: block;
	}
	nav {
		width: 100%;
	}
	nav ul {
		display: none;
	}
	nav ul li {
		float: none;
	}
	nav ul li a {
		padding: 15px;
		line-height: 20px;
	}
	nav ul li a:hover::before {
		width: 20%;
	}
	nav ul li ul li a {
		padding-left: 30px;
	}
	.nav-dropdown {
		position: static;
	}
}
#nav-toggle {
	position: relative;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}
@media screen and (max-width: 991px) {
	#nav-toggle {
		padding: 0;
		display: flex;
		align-items: center;
		width: 35px;
		height: 30px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	#nav-toggle {
		width: 25px;
		height: 20px;
	}
}
#nav-toggle span {
	width: 35px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	#nav-toggle span {
		width: 25px;
	}
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	position: absolute;
	display: block;
	content: "";
	transition: all 300ms ease-in-out;
	background: var(--text-primary-color);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	#nav-toggle span,
	#nav-toggle span:before,
	#nav-toggle span:after {
		height: 2px;
	}
}
#nav-toggle span:before {
	top: -9px;
	width: 18px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	#nav-toggle span:before {
		width: 13px;
		top: -6px;
	}
}
#nav-toggle span:after {
	bottom: -9px;
	width: 18px;
	right: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	#nav-toggle span:after {
		width: 25px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	#nav-toggle span:after {
		width: 16px;
		bottom: -6px;
	}
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before {
	left: 9px;
	width: 25px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	#nav-toggle.active span:before {
		left: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	#nav-toggle.active span:before {
		left: 0px;
	}
}
#nav-toggle.active span:after {
	left: 10px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	#nav-toggle.active span:after {
		left: 0px;
		width: 24px;
	}
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
}

.menu-mobile .nav-list {
	position: absolute;
	background: var(--background-secondary-color);
	width: 100vw;
	left: 0;
	top: 101%;
	height: 100vh;
	z-index: 10;
	padding: 30px 20px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 45px;
	align-content: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.menu-mobile .nav-list {
		padding: 30px 50px;
	}
}
.menu-mobile h6 {
	color: var(--linear-gradient-secondary-color);
	text-transform: capitalize;
	font-weight: bold;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.menu-mobile h6 {
		font-size: 14px;
	}
}
.menu-mobile ul {
	flex: 0 0 50%;
	display: block;
}
.menu-mobile ul li a {
	padding: 10px 0 0;
	color: var(--text-primary-color);
	font-weight: 300;
	font-size: 14px;
}

.right-content {
	display: flex;
	align-items: center;
	gap: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.right-content {
		gap: 0px;
	}
}
.right-content .header-btn {
	gap: 10px;
	display: flex;
}
.right-content .header-btn .btn-small {
	font-size: 12px;
	width: 122px;
	max-width: 122px;
	padding: 10px;
	display: inline-block;
	text-align: center;
}
.right-content .balance {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 25px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.right-content .balance {
		margin-right: 10px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.right-content .balance {
		/* display: none; */
	}
}
@media screen and (min-width: 320px) and (max-width: 425px) {
	.right-content .balance {
		/* display: none!important; */
	}
	.balance-icon {
		/* display: none; */
	}
}
@media screen and (min-width: 425px) and (max-width: 991px) {
	.dropdown-eye-icon {
		display:none;
	}
}
@media screen and (min-width:1280px)  {
	.dropdown-eye-icon {
		display:none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.right-content .balance {
		display: block;
		margin-right: 4px;
	}
}
.right-content .balance .title {
	font-size: 14px;
	font-weight: 300;
	color: var(--text-primary-color);
}
.right-content .balance .value {
	font-size: 14px;
	color: var(--text-primary-color);
	font-weight: 100;
	padding: 0 10px;
}
.right-content .header-profile {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 40px 0 25px;
	position: relative;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.right-content .header-profile {
		padding: 0 25px 0 15px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.right-content .header-profile {
		padding: 0 12px 0 15px;
	}
}
.right-content .header-profile::after {
	content: "";
	position: absolute;
	right: 0;
	top: -11px;
	height: 158%;
	background: #353a42;
	width: 1px;
}
.right-content .header-profile .image {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.right-content .header-profile .image .img {
	position: relative;
	height: 37px;
	width: 37px;
	overflow: hidden;
	border-radius: 100%;
	margin-right: 5px;
}
.right-content .header-profile .image .icon {
	margin-top: -4px;
}
.right-content .header-profile .name {
	font-size: 12px;
	color: var(--text-primary-color);
	font-weight: 300;
	margin-right: 10px;
}
.right-content .header-profile .profile_btn {
	position: relative;
}
.right-content .header-profile .profile_btn .image {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.right-content .header-profile .profile_btn .image .img {
	position: relative;
	height: 37px;
	width: 37px;
	overflow: hidden;
	border-radius: 100%;
	margin-right: 5px;
}
.right-content .header-profile .profile_btn .image .icon {
	margin-top: -4px;
}
.right-content .header-profile .hidden {
	display: none !important;
}
.right-content .header-profile .user-dropdown-info {
	background: var(--background-secondary-color);
	padding: 20px;
	width: 264px;
	position: absolute;
	right: -36px;
	top: 48px;
	display: block;
	border-radius: 0 0 5px 5px;
	box-shadow: 5px 10px 15px rgba(19, 23, 29, 0.25);
}

html[dir="rtl"] .user-dropdown-info {
	right: unset;
	left: -36px;
}

.right-content .header-profile .user-dropdown-info .user-amount-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.right-content .header-profile .user-dropdown-info .user-amount-info .user-amount-inner:nth-child(2) {
	text-align: right;
}
.right-content .header-profile .user-dropdown-info .user-amount-info .user-amount-inner span {
	font-size: 10px;
	color: var(--text-secondary-color);
	padding-bottom: 5px;
}
.right-content .header-profile .user-dropdown-info .user-amount-info .user-amount-inner h6 {
	color: var(--text-primary-color);
	font-weight: 300;
	font-size: 12px;
}
.right-content .header-profile .user-dropdown-info .user-amount-info .user-amount-btn {
	grid-column: 2 span;
	padding: 10px 0;
}
.right-content .header-profile .user-dropdown-info .user-amount-info .user-amount-btn a {
	display: block;
	width: auto;
}
.right-content .header-profile .user-dropdown-info .user-dropdown-tabs {
	padding: 10px 0 18px;
	border-bottom: 1px solid var(--background-third-color);
}
.right-content .header-profile .user-dropdown-info .user-dropdown-tabs .tab {
	border-bottom: 1px solid var(--background-third-color);
	margin-bottom: 22px;
	display: flex;
	gap: 30px;
	position: relative;
	padding-bottom: 8px;
}
.right-content .header-profile .user-dropdown-info .user-dropdown-tabs .tab button {
	font-size: 13px;
	font-weight: 300;
	color: var(--text-secondary-color);
	cursor: pointer;
	position: relative;
}
.right-content .header-profile .user-dropdown-info .user-dropdown-tabs .tab button.active {
	color: var(--text-primary-color);
	font-weight: 500;
}
.right-content .header-profile .user-dropdown-info .user-dropdown-tabs .tab button.active:after {
	content: "";
	width: 110%;
	height: 100%;
	bottom: -8px;
	left: 0;
	border-bottom: 2px solid #63A246;
	position: absolute;
}
.right-content .header-profile .user-dropdown-info .user-dropdown-tabs .user-tab-content {
	display: grid;
	gap: 15px;
}
.right-content .header-profile .user-dropdown-info .user-dropdown-tabs .user-tab-content .user-tab-inner {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
	align-items: center;
}
.right-content .header-profile .user-dropdown-info .user-dropdown-tabs .user-tab-content .user-tab-inner:last-child {
	align-items: end;
}
html[dir="rtl"]  .right-content .header-profile .user-dropdown-info .user-dropdown-tabs .user-tab-content .user-tab-inner .tab-inner-icon .notification-num {
    right: unset;
    left: -4px;
}
html[dir="rtl"] .account-mobile_dashboard .accordion .accordion-item .accordion-header button .header-left .notification-num {
    right: unset;
    left: -10px;
 }
 html[dir="rtl"] .dashboard-main .dashboard-outer .dashboard-left-sidebar .dash-tab-item .notification-num {
	right: unset;
    left: 10px;
 }
.right-content .header-profile .user-dropdown-info .user-dropdown-tabs .user-tab-content .user-tab-inner .tab-inner-icon {
	width: 14px;
	height: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.right-content .header-profile .user-dropdown-info .user-dropdown-tabs .user-tab-content .user-tab-inner .tab-inner-icon .notification-num {
	position: absolute;
	top: -7px;
	right: -4px;
	width: 8px;
	height: 80%;
	background: var(--linear-gradient-primary-color);
	font-size: 10px;
	color: var(--text-primary-color);
	font-weight: bold;
	text-align: center;
	border-radius: 2px;
	line-height: 1.15;
}
.right-content .header-profile .user-dropdown-info .user-dropdown-tabs .user-tab-content .user-tab-inner .tab-inner-icon svg {
	width: 14px;
	height: 14px;
}
.right-content .header-profile .user-dropdown-info .user-dropdown-tabs .user-tab-content .user-tab-inner h6 {
	color: var(--text-primary-color);
	font-size: 13px;
	font-weight: 500;
}
.right-content .header-profile .user-dropdown-info .user-logout-btn {
	text-align: center;
	padding-top: 13px;
}
.right-content .header-profile .user-dropdown-info .user-logout-btn a {
	color: var(--text-primary-color);
	text-decoration: none;
	font-weight: 300;
}
.right-content .header-icons {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.right-content .header-icons {
		display: flex;
		gap: 11px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	#notifications-dropdown{
		/* width: 25px; */
	}
}


.notifications-ico-tab svg{
	width: 30px;
    height: 30px;
    margin-bottom: 4px;
}
.user-dropdown-icon{
	margin-right: -13px;
	margin-left: 0 !important;
}
@media screen and (min-width: 320px) and (max-width: 992px){
	.user-dropdown-icon{
		margin-right: 0px;
	}
}
.right-content .header-icons a {
	position: relative;
	padding: 0 18px 0 8px;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
	.right-content .header-icons a {
		padding: 0 3px;
	}
}
.right-content .header-icons a::after {
	content: "";
	position: absolute;
	right: 0px;
	top: -16px;
	height: 58px;
	background: var(--background-third-color);
	width: 1px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.right-content .header-icons a::after {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.right-content .header-icons a::after {
		display: none;
	}
}
.right-content .header-icons a svg {
	vertical-align: bottom;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.right-content .header-icons a svg {
		/* width: 34px; */
		height: auto;
	}
}
.right-content .header-icons a:first-child {
	margin-right: 5px;
	margin-top: 2px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.right-content .header-icons a:first-child {
		margin-right: 0px;
	}
}
.right-content .header-icons a .notification {
	position: absolute;
	top: -6px;
	right: 21px;
	color: #fff !important;
	font-size: 9px;
	line-height: 10px;
	text-align: center;
	z-index: 5;
	width: 15px;
	font-weight: 300;
	border-radius: 2px;
	height: 11px;
	background: linear-gradient(#5ec2af 0%, #25a1c6 61%, #008cd5 100%);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.right-content .header-icons a .notification {
		top: -9px;
		right: 4px;
		color: #fff !important;
		font-size: 9px;
		line-height: 10px;
		text-align: center;
		z-index: 5;
		width: 15px;
	}
}
.right-content .header-icons .profile_section {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.right-content .header-icons .profile_section .img_area {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}
.right-content .header-icons .profile_section .profile_img {
	position: relative;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	overflow: hidden;
}
.right-content .header-icons .profile_section .profile_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.right-content .header-icons .profile_section .balance {
	position: relative;
}
.right-content .header-icons .profile_section .balance .balnce {
	font-size: 10px;
	font-weight: 200;
	color: var(--text-secondary-color);
}
.right-content .header-icons .profile_section .balance .amount {
	font-size: 12px;
	font-weight: 400;
	color: var(--text-primary-color);
}

.rightNav-tablet {
	display: none;
}
.rightNav-tablet .header-icons a {
	font-size: 0;
}

.menu-mobile {
	display: none;
}

@media screen and (max-width: 991px) {
	.rightNav-tablet {
		display: flex;
	}
	.rightNav-desktop {
		display: none;
	}
	.menu-mobile {
		display: flex;
		justify-content: center;
	}
	.menu-desktop {
		display: none;
	}
}
.fixed-btm-main {
	position: fixed;
	bottom: 0;
	z-index: 100;
	background: var(--background-secondary-color);
	width: 100%;
	display: none;
	border-top: 1px solid var(--background-third-color);
	z-index: 1000;
}
@media screen and (min-width: 320px) and (max-width: 991px) {
	.fixed-btm-main .container-full {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 991px) {
	.fixed-btm-main {
		display: block;
	}
}
.fixed-btm-main .fixed-btm-menu {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	text-align: center;
}
.fixed-btm-main .fixed-btm-menu a {
	color: var(--text-secondary-color);
	text-decoration: none;
	font-weight: 300;
	border-left: 1px solid var(--background-third-color);
	padding: 12px 0;
}

html[dir="ltr"] .fixed-btm-main .fixed-btm-menu a:nth-child(1) {
	border-left: 0;
}

html[dir="rtl"] .fixed-btm-main .fixed-btm-menu a:nth-child(7) {
	border-left: 0;
}

.fixed-btm-main .fixed-btm-menu a p {
	font-size: 10px;
}
.fixed-btm-main .fixed-btm-menu a .fixed-btm-inner {
	line-height: 1.1;
}
.fixed-btm-main .fixed-btm-menu .betslip-menuItem {
	position: relative;
}
.fixed-btm-main .fixed-btm-menu .betslip-menuItem:before {
	/* background: rgb(227, 130, 188); */
	background: linear-gradient(130deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	content: "";
	width: calc(100% + 5px);
	height: calc(100% + 10px);
	position: absolute;
	top: -10px;
	left: 50%;
	z-index: 0;
	border-radius: 5px 5px 0 0;
	transform: translateX(-50%);
}
.fixed-btm-main .fixed-btm-menu .betslip-menuItem .fixed-btm-inner {
	z-index: 5;
	position: relative;
	color: var(--text-primary-color);
}

.banner-content {
	color: var(--text-primary-color);
	width: 70%;
	margin: 0px auto;
	position: absolute;
	/* top: 28%; */
	left: 50%;
	z-index: 10;
	transform: translate(-50%, 0px);
	text-align: center;
}
/* @media screen and (min-width: 768px) and (max-width: 991px) {
	.banner-content {
		top: 25%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.banner-content {
		text-align: center;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.banner-content {
		top: 35%;
	}
} */
.banner-content h1 {
	font-size: 100px;
	line-height: 110px;
	font-weight: 600;
	width: 100%;
}
.banner-content h5 {
	font-weight: 200;
	padding: 5px 0 26px;
	font-size: 24px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.banner-content h5 {
		padding: 5px 0 25px;
		font-size: 21px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.banner-content h5 {
		padding: 5px 0 22px;
		font-size: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.banner-content h5 {
		padding: 5px 0 22px;
		font-size: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.banner-content h5 {
		padding: 5px 0 14px;
		font-size: 18px;
	}
}

.home-hero {
	position: relative;
	overflow: hidden;
	height: auto;
	width: 100%;
}
.home-hero .slide-img {
	/* background: rgb(227, 130, 188); */
	background: linear-gradient(130deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home-hero .slide-img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	mix-blend-mode: overlay;
	background-image: url(../../assets/images/feature-overlay.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.home-hero .slide-img::after {
	content: " ";
	background: rgb(12, 19, 26);
	background: linear-gradient(179deg, rgba(12, 19, 26, 0.95) 0%, rgba(12, 19, 26, 0.35) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.home-hero .slide-img img {
	width: 100%;
	margin-left: auto;
	object-fit: cover;
	mix-blend-mode: luminosity;
	height: 100%;
	/* filter: blur(3px); */
}
.home-hero .banner-content {
	color: var(--text-primary-color);
	width: 100%;
	height: unset !important;
	/* margin: 0px auto; */
	position: absolute;
	z-index: 10;
	text-align: center;
	top: 55%;
	transform: translateY(-50%);
	left: unset !important;
}
.home-hero .banner-content h1 {
	font-size: 100px;
	line-height: 100px;
	font-weight: 500;
	width: 100%;
	max-width: 72%;
	margin: 0 auto;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.home-hero .banner-content h1 {
		font-size: 85px;
		line-height: 90px;
		max-width: 75%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.home-hero .banner-content h1 {
		font-size: 70px;
		line-height: 75px;
		max-width: 60%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.home-hero .banner-content h1 {
		font-size: 65px;
		line-height: 70px;
		max-width: 80%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.home-hero .banner-content h1 {
		font-size: 60px;
		line-height: 67px;
		max-width: 90%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.home-hero .banner-content h1 {
		font-size: 36px;
		line-height: 55px;
		max-width: 78%;
	}
	.banner-content-area {
		display: flex;
		align-items: center;
		gap: 5px;
		padding-top: 4px;
		justify-content: space-between;
	}
	.banner-content .banner-content-area  h5 {
        font-size: var(--body-font-size);
        padding: 0;
        text-align: start;
    }
	.home-hero .slide-img img {
		filter: blur(0px);
	}
}
.home-hero .banner-content .sub-title {
	padding-top: 2px;
}
.home-hero .banner-content .banner-btn {
	margin-top: 4px;
}

.nations-league-wrap {
	position: relative;
	padding: 0px;
	margin-top: -59px;
	z-index: 11;
	/* padding-top: 100px; */
	/* overflow: hidden; */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.nations-league-wrap {
		padding-top: 30px;
		margin-top: 0;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.nations-league-wrap .container-sm {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.nations-league-wrap .container-sm {
		padding-right: 0;
		padding-left: 50px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.nations-league-wrap .container-sm {
		padding-right: 0;
		padding-left: 15px;
	}
}
.nations-league-wrap .cust-row {
	display: grid;
	grid-auto-flow: column;
	scroll-behavior: smooth;
	grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
	grid-gap: 17px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.nations-league-wrap .cust-row {
		grid-template-columns: repeat(auto-fit, minmax(30%, auto));
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.nations-league-wrap .cust-row {
		grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.nations-league-wrap .cust-row {
		grid-template-columns: repeat(auto-fit, minmax(60%, 1fr));
		grid-gap: 17px;
		overflow-x: scroll;
		padding-top: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.nations-league-wrap .cust-row {
		grid-template-columns: repeat(auto-fit, minmax(90%, 1fr));
		grid-gap: 17px;
		overflow-x: scroll;
		padding-top: 20px;
	}
}
.nations-league-wrap .cust-row .cust-col-4 {
	width: 100%;
}
.nations-league-wrap .cust-row .cust-col-4.mr-20 {
	position: relative;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.nations-league-wrap .cust-row .cust-col-4.mr-20 {
		padding-right: 20px;
	}
}
.nations-league-wrap .cust-row .league-card.top-50 {
	margin-top: -20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.nations-league-wrap .cust-row .league-card.top-50 {
		margin-top: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.nations-league-wrap .cust-row .league-card.top-50 {
		margin-top: 0px;
	}
}

.nations-league-wrap .cust-row .league-card {
    display: flex;
    width: 100%;
    background: var(--background-secondary-color);
    border-radius: 5px;
    position: relative;
    border: 1px solid var(--background-third-color);
    height: 0;
    padding-top: 45%;
    overflow: hidden;
}

.nations-league-wrap .cust-row .league-card .card-image {
    flex-basis: 50%;
    background: linear-gradient(130deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

.nations-league-wrap .cust-row .league-card .card-image .bg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity;
}

.nations-league-wrap .cust-row .league-card .content {
    flex-basis: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 10px;
    color: var(--text-primary-color);
}

.nations-league-wrap .cust-row .league-card .content .title-cont {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.nations-league-wrap .cust-row .league-card .content .sub-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
    margin-top: 5px;
}

@media screen and (max-width: 1599px) {
    .nations-league-wrap .cust-row .league-card .content .title-cont {
        font-size: 13px;
        line-height: 20px;
    }
    .nations-league-wrap .cust-row .league-card .content .sub-title {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (max-width: 1359px) {
    .nations-league-wrap .cust-row .league-card .content .title-cont {
        font-size: 15px;
        line-height: 20px;
    }
    .nations-league-wrap .cust-row .league-card .content .sub-title {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (max-width: 991px) {
    .nations-league-banner {
		display: none;
    }
}

@media screen and (max-width: 767px) {
    .nations-league-wrap .cust-row .league-card .content {
        padding: 5px;
        align-items: center;
    }
    .nations-league-wrap .cust-row .league-card .content .title-cont,
    .nations-league-wrap .cust-row .league-card .content .sub-title {
        font-size: 14px;
        line-height: 20px;
    }
}

.nations-league-wrap .cust-row .league-card .content .detail {
	padding: 20px;
}

/* .nations-league-wrap .cust-row .league-card {
	width: 100%;
	background: var(--background-secondary-color);
	border-radius: 5px;
	position: relative;
	border: 1px solid var(--background-third-color);
	display: grid;
	grid-auto-columns: minmax(200px, auto);
	grid-gap: 15px;
	grid-auto-flow: column;
	height: 200px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.nations-league-wrap .cust-row .league-card {
		grid-auto-columns: minmax(165px, auto);
		grid-gap: 15px;
		height: 180px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.nations-league-wrap .cust-row .league-card {
		grid-auto-columns: minmax(160px, auto);
		grid-gap: 15px;
		height: 165px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.nations-league-wrap .cust-row .league-card {
		grid-auto-columns: minmax(160px, auto);
		grid-gap: 15px;
		height: 170px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) and (min-width: 320px) and (max-width: 767px) {
	.nations-league-wrap .cust-row .league-card {
		grid-auto-columns: minmax(160px, auto);
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) and (min-width: 320px) and (max-width: 767px) {
	.nations-league-wrap .cust-row .league-card {
		grid-auto-columns: minmax(160px, auto);
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) and (min-width: 320px) and (max-width: 767px) {
	.nations-league-wrap .cust-row .league-card {
		grid-auto-columns: minmax(160px, auto);
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.nations-league-wrap .cust-row .league-card {
		grid-auto-columns: minmax(178px, auto);
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.nations-league-wrap .cust-row .league-card {
		grid-auto-columns: minmax(160px, auto);
	}
} */
/* .nations-league-wrap .cust-row .league-card .card-image {
	background: linear-gradient(130deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.nations-league-wrap .cust-row .league-card .card-image .bg-img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	mix-blend-mode: luminosity;
}
.nations-league-wrap .cust-row .league-card .card-image .icon-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 60%;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.nations-league-wrap .cust-row .league-card .card-image .icon-img {
		width: 50%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.nations-league-wrap .cust-row .league-card .card-image .icon-img {
		width: 50%;
	}
}
.nations-league-wrap .cust-row .league-card .content {
	display: grid;
	grid-auto-columns: minmax(10px, auto);
	grid-gap: 10px;
	grid-auto-flow: column;
	color: var(--text-primary-color);
	position: absolute;
	top: 49%;
	right: 0%;
	transform: translate(-5%, -50%);
	width: 46%;
}

html[dir="rtl"] .nations-league-wrap .cust-row .league-card .content {
	right: unset;
	left: 5%;
}

.nations-league-wrap .cust-row .league-card .content .icon {
	position: relative;
	height: 20px;
	width: 20px;
	overflow: hidden;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.nations-league-wrap .cust-row .league-card .content .icon {
		margin-top: -3px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.nations-league-wrap .cust-row .league-card .content .icon {
		height: 17px;
		width: 17px;
	}
}
.nations-league-wrap .cust-row .league-card .content .icon img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}
.nations-league-wrap .cust-row .league-card .content .title-cont {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin-top: -3px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.nations-league-wrap .cust-row .league-card .content .title-cont {
		font-size: 13px;
		line-height: 20px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.nations-league-wrap .cust-row .league-card .content .title-cont {
		font-size: 15px;
		line-height: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.nations-league-wrap .cust-row .league-card .content .title-cont {
		font-size: 15px;
		line-height: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.nations-league-wrap .cust-row .league-card .content .title-cont {
		font-size: 14px;
		line-height: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.nations-league-wrap .cust-row .league-card .content .title-cont span {
		display: block;
	}
}
.nations-league-wrap .cust-row .league-card .content .sub-title {
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
	font-weight: 200;
	color: var(--text-primary-color);
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.nations-league-wrap .cust-row .league-card .content .sub-title {
		font-size: 12px;
		line-height: 18px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.nations-league-wrap .cust-row .league-card .content .sub-title {
		font-size: 12px;
		line-height: 18px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.nations-league-wrap .cust-row .league-card .content .sub-title {
		font-size: 12px;
		line-height: 18px;
	}
} */
.nations-league-wrap .cust-row .league-card .content .rate {
	background: var(--background-third-color);
	display: block;
	width: max-content;
	padding: 8px 16px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 200;
	margin-top: 10px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.nations-league-wrap .cust-row .league-card .content .rate {
		padding: 7px 13px;
		border-radius: 50px;
		font-size: 11px;
		margin-top: 12px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.nations-league-wrap .cust-row .league-card .content .rate {
		padding: 7px 13px;
		border-radius: 50px;
		font-size: 11px;
		margin-top: 12px;
	}
}
.nations-league-wrap .slider-dots {
	position: relative;
}
.nations-league-wrap .slider-dots .dots {
	width: max-content;
	margin: 0 auto;
	padding: 18px 0 0;
	display: grid;
	grid-auto-columns: minmax(28px, auto);
	grid-gap: 10px;
	grid-auto-flow: column;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.nations-league-wrap .slider-dots .dots {
		grid-auto-columns: minmax(25px, auto);
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.nations-league-wrap .slider-dots .dots {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.nations-league-wrap .slider-dots .dots {
		display: none;
	}
}
.nations-league-wrap .slider-dots .dots span {
	display: block;
	width: 28px;
	height: 2px;
	background: var(--text-secondary-color);
	border-radius: 10%;
	cursor: pointer;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.nations-league-wrap .slider-dots .dots span {
		width: 25px;
	}
}
.nations-league-wrap .slider-dots .dots span.active {
	background: var(--text-primary-color);
}
.nations-league-wrap .counting {
	width: max-content;
	margin: 0 auto;
	padding: 18px 0 0;
	display: grid;
	grid-auto-columns: minmax(28px, auto);
	grid-gap: 10px;
	grid-auto-flow: column;
	color: var(--text-primary-color);
	display: none;
	font-size: 12px;
	font-weight: 300;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.nations-league-wrap .counting {
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.nations-league-wrap .counting {
		display: block;
		padding: 0;
	}
}

.home-second-gradient {
	/* background: rgb(227, 130, 188); */
	background: linear-gradient(130deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	position: relative;
	padding: 100px 0 0;
	z-index: 1;
	/* margin-top: -125px; */
	overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.home-second-gradient {
		padding: 30px 0 0;
		z-index: 1;
		/* margin-top: -225px; */
	}
}
.home-second-gradient .ctabottom {
	text-align: center;
	z-index: 5;
	position: relative;
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.home-second-gradient {
		padding: 0;
		z-index: 1;
	}

	.home-second-gradient .ctabottom {
		display: block;
		margin-top: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.home-second-gradient .ctabottom {
		display: block;
	}
}
.home-second-gradient::before {
	position: absolute;
	content: " ";
	bottom: 0;
	right: 0;
	background: url(../images/home-second-gradient.png);
	background-size: 100% 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	mix-blend-mode: luminosity;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.home-second-gradient::before {
		background-size: inherit;
	}
}
.home-second-gradient::after {
	position: absolute;
	content: "";
	background: linear-gradient(178deg, #0d1319 0%, rgba(13, 19, 25, 0) 100%);
	height: 100%;
	width: 100%;
	background-position: top;
	top: 0;
	left: 0;
	z-index: 2;
	mix-blend-mode: normal;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.promo-sec-main {
	position: relative;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promo-sec-main {
		background: #191F28;
		padding: 0px 0 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promo-sec-main .container-full {
		padding-left: 10px;
		padding-right: 0;
	}
}
.promo-sec-main .container-lg {
	position: relative;
}

.promo-card-main {
	position: absolute;
	bottom: -150px;
	z-index: 20;
	width: 98%;
	left: 18px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.promo-card-main {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
		bottom: -50px;
		left: 10px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) and (max-width: 768px) {
	.promo-card-main {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) and (max-width: 480px) {
	.promo-card-main {
		grid-template-columns: 1fr;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.promo-card-main {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
		bottom: -50px;
		left: 50%;
		transform: translate(-50%, 0);
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) and (max-width: 768px) {
	.promo-card-main {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) and (max-width: 480px) {
	.promo-card-main {
		grid-template-columns: 1fr;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promo-card-main {
		overflow: scroll;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		position: relative;
		bottom: 0;
		left: 0;
		width: 100%;
		gap: 10px;
	}
}
.promo-card-main .promo-card-inner {
	background: #8D54EB;
	display: grid;
	grid-template-columns: 0.8fr 1fr;
	border-radius: 5px;
	overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promo-card-main .promo-card-inner {
		flex: 0 0 60%;
		overflow: visible;
		grid-template-columns: 0.6fr 1fr;
	}
}
@media screen and (max-width: 414px) {
	.promo-card-main .promo-card-inner {
		flex: 0 0 80%;
		overflow: visible;
		grid-template-columns: 0.6fr 1fr;
	}
}
.promo-card-main .promo-card-inner:nth-child(1) {
	grid-column-start: 2;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.promo-card-main .promo-card-inner:nth-child(1) {
		grid-column-start: 1;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.promo-card-main .promo-card-inner:nth-child(1) {
		grid-column-start: 1;
	}
}
.promo-card-main .promo-card-inner .promo-image {
	overflow: hidden;
	border-radius: 5px 0 0 5px;
}
.promo-card-main .promo-card-inner .promo-image img {
	height: 100%;
	width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promo-card-main .promo-card-inner .promo-image img {
		object-fit: cover;
	}
}
.promo-card-main .promo-card-inner .promo-content {
	padding: 40px 70px 40px 40px;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.promo-card-main .promo-card-inner .promo-content {
		padding: 30px 40px 30px 40px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.promo-card-main .promo-card-inner .promo-content {
		padding: 30px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.promo-card-main .promo-card-inner .promo-content {
		padding: 20px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.promo-card-main .promo-card-inner .promo-content {
		padding: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.promo-card-main .promo-card-inner .promo-content {
		padding: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promo-card-main .promo-card-inner .promo-content {
		padding: 20px 30px;
	}
}
@media screen and (max-width: 361px) {
	.promo-card-main .promo-card-inner .promo-content {
		padding: 20px 25px;
	}
}
.promo-card-main .promo-card-inner .promo-content h2 {
	line-height: 1.2;
	color: #F2F2F7;
	padding-right: 15px;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.promo-card-main .promo-card-inner .promo-content h2 {
		font-size: 30px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.promo-card-main .promo-card-inner .promo-content h2 {
		font-size: 30px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.promo-card-main .promo-card-inner .promo-content h2 {
		font-size: 28px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.promo-card-main .promo-card-inner .promo-content h2 {
		font-size: 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.promo-card-main .promo-card-inner .promo-content h2 {
		font-size: 25px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promo-card-main .promo-card-inner .promo-content h2 {
		font-size: 22px;
		padding-right: 0px;
	}
}
.promo-card-main .promo-card-inner .promo-content p {
	font-size: 18px;
	color: #F2F2F7;
	padding: 15px 0;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.promo-card-main .promo-card-inner .promo-content p {
		font-size: 16px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.promo-card-main .promo-card-inner .promo-content p {
		font-size: 16px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.promo-card-main .promo-card-inner .promo-content p {
		font-size: 16px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.promo-card-main .promo-card-inner .promo-content p {
		font-size: 12px;
		padding: 12px 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promo-card-main .promo-card-inner .promo-content p {
		font-weight: 200;
		font-size: 14px;
	}
}
.promo-card-main .promo-card-inner .promo-content a {
	color: #F2F2F7;
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.promo-card-main .promo-card-inner .promo-content a {
		font-size: 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promo-card-main .promo-card-inner .promo-content a {
		font-weight: 300;
		font-size: 16px;
	}
}

.live-score-pannel_home {
	padding: 4.5% 0 54px;
	position: relative;
	z-index: 3;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.live-score-pannel_home {
		padding: 4.5% 0 50px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live-score-pannel_home {
		padding: 4.5% 0 50px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live-score-pannel_home {
		padding: 4.5% 0 50px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-score-pannel_home {
		padding: 4.5% 0 50px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-score-pannel_home {
		padding: 6.5% 0 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-pannel_home {
		padding: 6.5% 0 0px;
	}
}
.live-score-pannel_home .container-sm {
	position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-score-pannel_home .container-sm {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.live-score-pannel_home .pennel-cta {
	display: grid;
	grid-auto-columns: minmax(142px, auto);
	grid-gap: 15px;
	grid-auto-flow: column;
	justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-score-pannel_home .pennel-cta {
		grid-auto-columns: minmax(100%, auto);
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-pannel_home .pennel-cta {
		grid-auto-columns: minmax(100%, auto);
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-score-pannel_home .pennel-cta .cta {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-pannel_home .pennel-cta .cta {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-pannel_home .container-lg {
		width: calc(100% - 80px);
	}
}
.live-score-pannel_home .now {
	color: var(--text-primary-color);
	font-size: 44px;
	font-weight: 500;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live-score-pannel_home .now {
		font-size: 40px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live-score-pannel_home .now {
		font-size: 35px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-score-pannel_home .now {
		font-size: 30px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-score-pannel_home .now {
		text-align: center;
		z-index: 10;
		position: relative;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-score-pannel_home .now {
		text-align: center;
		z-index: 10;
		position: relative;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-score-pannel_home .now {
		font-size: 35px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-score-pannel_home .now {
		text-align: center;
		z-index: 10;
		position: relative;
		font-size: 35px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-pannel_home .now {
		text-align: center;
		z-index: 10;
		position: relative;
		font-size: 30px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-pannel_home .now img {
		width: 28px;
	}
}

.live-score-main {
	position: relative;
	width: 100%;
	padding: 27px 0 15px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main {
		padding: 18px 0;
		margin-top: 0px;
	}
	.live-score-main:before {
		content: "";
		background: #202833;
		width: calc(100% + 40px);
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0%);
		z-index: 5;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 767px) {
	.live-score-main:before {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main:after {
		content: "";
		background: #363A41;
		width: 100vw;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0%);
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 767px) {
	.live-score-main:after {
		display: none;
	}
}
.live-score-main .slider-arrows {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-score-main .slider-arrows {
		padding: 0 25px;
		top: 45%;
		position: absolute;
		z-index: 10;
		display: grid;
		grid-auto-flow: column;
		margin-top: 0;
		justify-content: space-between;
		width: 93.2%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .slider-arrows {
		padding: 0 10px;
		top: 52%;
		position: absolute;
		z-index: 10;
		display: grid;
		grid-auto-flow: column;
		margin-top: 0;
		justify-content: space-between;
		width: 95.2%;
	}
}
.live-score-main .live-score-container {
	display: grid;
	grid-auto-flow: column;
	scroll-behavior: smooth;
	grid-template-columns: 25% 25% 25% 25% 25% 25% 25% 25%;
	grid-gap: 17px;
	transition: transform 0.5s ease-in-out;
	width: 100%;
	overflow-y: scroll;
	/* margin-left: -15%; */
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.live-score-main .live-score-container {
		grid-template-columns: 30% 30% 30% 30% 30% 30% 30% 30%;
		grid-gap: 17px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live-score-main .live-score-container {
		grid-template-columns: 35% 35% 35% 35% 35% 35% 35% 35%;
		grid-gap: 17px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live-score-main .live-score-container {
		grid-template-columns: 35% 35% 35% 35% 35% 35% 35% 35%;
		grid-gap: 17px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-score-main .live-score-container {
		grid-template-columns: 45% 45% 45% 45% 45% 45% 45% 45%;
		grid-gap: 17px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-score-main .live-score-container {
		grid-template-columns: 50% 50% 50% 50% 50% 50% 50% 50%;
		grid-gap: 17px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .live-score-container {
		grid-template-columns: 70% 70% 70% 70% 70% 70% 70% 70%;
		grid-gap: 10px;
	}
}
.live-score-main .live_score_Box {
	width: 100% !important;
	background: var(--background-primary-color);
	border-radius: 15px;
	margin-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-score-main .live_score_Box {
		border-radius: 5px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .live_score_Box {
		border-radius: 5px;
	}
}
.live-score-main .live_score_Box .live_87 {
	display: grid;
	grid-template-columns: 0fr 0fr 1fr;
	gap: 11px;
	padding: 10px 0 20px;
	width: 27%;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live-score-main .live_score_Box .live_87 {
		width: 31%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live-score-main .live_score_Box .live_87 {
		width: 33%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-score-main .live_score_Box .live_87 {
		width: 45%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .live_score_Box .live_87 {
		width: 33%;
		padding: 10px 0 5px;
		gap: 10px;
	}
}
.live-score-main .live_score_Box .live_87 .live {
	border-radius: 2px;
	background: linear-gradient(90deg, #5ec2af 0%, #008cd5 100%);
	width: fit-content;
	padding: 0px 4px;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 17px;
	font-weight: 600;
	height: 18px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live-score-main .live_score_Box .live_87 .live {
		padding: 0px 5px;
		font-size: 11px;
		line-height: 20px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-score-main .live_score_Box .live_87 .live {
		padding: 0px 5px;
		font-size: 10px;
		line-height: 18px;
		height: 18px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-score-main .live_score_Box .live_87 .live {
		font-size: 10px;
		line-height: 19px;
		font-weight: 600;
		height: 18px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .live_score_Box .live_87 .live {
		padding: 1px 5px;
		font-size: 9px;
		line-height: 16px;
		height: 15px;
	}
}
.live-score-main .live_score_Box .live_87 .live-icon {
	text-align: center;
}
.live-score-main .live_score_Box .live_87 .playing-time {
	color: var(--text-primary-color);
	font-size: 14px;
	width: fit-content;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-score-main .live_score_Box .live_87 .playing-time {
		font-size: 12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .live_score_Box .live_87 .playing-time {
		font-size: 12px;
	}
}
.live-score-main .live_score_Box .live_87 .playing-time span {
	height: 3px;
	background: var(--text-secondary-color);
	width: 100%;
	display: block;
	margin: 0px auto;
	position: relative;
	margin-top: 3px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .live_score_Box .live_87 .playing-time span {
		height: 2px;
	}
}
.live-score-main .live_score_Box .live_87 .playing-time span::after {
	content: "";
	width: 40%;
	height: 100%;
	background: #0991d1;
	position: absolute;
	left: 0;
	top: 0;
}
.live-score-main .live_score_Box .league-title {
	padding: 30px 20px 12px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .live_score_Box .league-title {
		padding: 18px 20px 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .live_score_Box {
		width: 79vw !important;
	}
}
.live-score-main .live_score_Box .league-title h6 {
	color: var(--text-primary-color);
	text-align: center;
	font-weight: 300;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live-score-main .live_score_Box .league-title h6 {
		font-size: 18px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live-score-main .live_score_Box .league-title h6 {
		font-size: 18px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-score-main .live_score_Box .league-title h6 {
		font-size: 18px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .live_score_Box .league-title h6 {
		font-size: 16px;
	}
}
.live-score-main .live_score_Box .league-title img {
	vertical-align: middle;
	padding-right: 2px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live-score-main .live_score_Box .league-title img {
		width: 19px;
		margin-bottom: 2px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-score-main .live_score_Box .league-title img {
		width: 19px;
		margin-bottom: 2px;
	}
}
.live-score-main .live_score_Box .league-title svg {
	vertical-align: middle;
	padding-right: 2px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live-score-main .live_score_Box .league-title svg {
		width: 19px;
		margin-bottom: 2px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-score-main .live_score_Box .league-title svg {
		width: 19px;
		margin-bottom: 2px;
	}
}
.live-score-main .live_score_Box .league-score {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
	grid-gap: 10px;
	padding: 0 20px;
	color: var(--text-primary-color);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .live_score_Box .league-score {
		padding: 10px 0 6px;
		grid-template-columns: 38% 20% 39%;
		grid-gap: 0px;
	}
}
.live-score-main .live_score_Box .league-score .team-playing {
	text-align: center;
	position: relative;
}
.live-score-main .live_score_Box .league-score .team-playing img {
	width: 37px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-score-main .live_score_Box .league-score .team-playing img {
		width: 32px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .live_score_Box .league-score .team-playing img {
		width: 30px;
	}
}
.live-score-main .live_score_Box .league-score .team-playing h6 {
	font-size: 14px;
	padding-top: 2px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-score-main .live_score_Box .league-score .team-playing h6 {
		font-size: 13px;
		padding-top: 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .live_score_Box .league-score .team-playing h6 {
		font-size: 12px;
		font-weight: 300;
	}
}
.live-score-main .live_score_Box .league-score .current-score {
	display: grid;
	grid-template-columns: 1fr 0.2fr 1fr;
	text-align: center;
}
.live-score-main .live_score_Box .league-score .current-score h4 {
	font-weight: 300;
	font-size: 28px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live-score-main .live_score_Box .league-score .current-score h4 {
		font-size: 24px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-score-main .live_score_Box .league-score .current-score h4 {
		font-size: 20px;
		padding-top: 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .live_score_Box .league-score .current-score h4 {
		width: auto;
		padding-top: 7px;
		font-size: 22px;
	}
}
.live-score-main .live_score_Box .league-score .playing-time {
	text-align: center;
	margin: 0px auto;
	padding-top: 5px;
}
.live-score-main .live_score_Box .league-score .playing-time p {
	font-size: 12px;
	font-weight: 600;
}
.live-score-main .live_score_Box .league-score .playing-time span {
	height: 3px;
	background: var(--text-primary-color);
	width: 20%;
	display: block;
	margin: 0px auto;
	position: relative;
}
.live-score-main .live_score_Box .league-score .playing-time span:before {
	content: "";
	width: 80%;
	height: 3px;
	background: var(--linear-gradient-primary-color);
	position: absolute;
	left: 0;
	top: 0;
}
.live-score-main .live_score_Box .betting_info {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
	padding: 10px 20px 20px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .live_score_Box .betting_info {
		padding: 5px 17px 13px;
		gap: 5px;
	}
}
.live-score-main .live_score_Box .betting_info .betting-info-inner {
	background: var(--odd-background-color);
	border-radius: 3px;
	padding: 10px 15px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	color: var(--text-primary-color);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .live_score_Box .betting_info .betting-info-inner {
		background: var(--odd-background-color);
		grid-template-columns: 1fr;
		padding: 5px 0px;
		gap: 5px;
	}
}
.live-score-main .live_score_Box .betting_info .betting-info-inner h6 {
	font-size: 14px;
	display: inline-block;
	font-weight: 300;
}
.live-score-main .live_score_Box .betting_info .betting-info-inner .betting-info-left {
	text-align: left;
	display: flex;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .live_score_Box .betting_info .betting-info-inner .betting-info-left h6 {
		font-size: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .live_score_Box .betting_info .betting-info-inner .betting-info-left {
		text-align: center;
		justify-content: center;
	}
}
.live-score-main .live_score_Box .betting_info .betting-info-inner .betting-info-right {
	text-align: right;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .live_score_Box .betting_info .betting-info-inner .betting-info-right h6 {
		vertical-align: bottom;
		font-size: 12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .live_score_Box .betting_info .betting-info-inner .betting-info-right {
		text-align: center;
		border-radius: 3px;
		padding: 0px 15px 7px;
	}
}
.live-score-main .slider-arrows button {
	width: 30px;
	height: 30px;
	background-color: #F2F2F7;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.5s;
	filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.7));
}
.live-score-main .slider-arrows button:hover {
	background: #bdbdbd;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .slider-arrows button {
		width: 25px;
		height: 25px;
	}
}
.live-score-main .slider-arrows button.prev-arrow {
	margin-right: 6px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .slider-arrows button.prev-arrow {
		z-index: 14;
	}
}
.live-score-main .slider-arrows button.prev-arrow img {
	transform: rotate(180deg);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .slider-arrows button.prev-arrow img {
		width: 12px;
		height: 12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .slider-arrows button.next-arrow {
		z-index: 14;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-score-main .slider-arrows button.next-arrow img {
		width: 12px;
		height: 12px;
	}
}

.coupon-section-main {
	/* padding: 100px 0 0; */
	position: relative;
	z-index: 3;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.coupon-section-main {
		padding: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.coupon-section-main {
		padding: 50px 0 40px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.coupon-section-main {
		overflow: hidden;
		padding: 30px 0 0;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.coupon-section-main .container-sm {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.coupon-section-main .container-sm {
		padding-left: 50px;
		padding-right: 50px;
	}
}
.coupon-section-main .title {
	text-align: center;
	color: var(--text-primary-color);
}
.coupon-section-main .title .title-cont {
	font-size: 30px;
	font-weight: 400;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.coupon-section-main .title .title-cont {
		font-size: 28px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.coupon-section-main .title .title-cont {
		font-size: 26px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.coupon-section-main .title .title-cont {
		font-size: 26px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.coupon-section-main .title .title-cont {
		font-size: 18px;
		margin: -5px;
	}
}

.coupon-slider {
	position: relative;
	padding-top: 10px;
	overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.coupon-slider {
		padding-top: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.coupon-slider {
		padding-top: 0px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.coupon-slider {
		padding-bottom: 50px;
	}
}
.coupon-slider .coupon-slider-wrapper {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 10px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.coupon-slider .coupon-slider-wrapper {
		overflow: visible;
		padding-top: 0px;
	}
}
.coupon-slider .coupon-slider-wrapper .coupon-slider-overflow {
	display: grid;
	grid-auto-columns: minmax(142px, auto);
	grid-gap: 15px;
	grid-auto-flow: column;
	padding: 0px;
	width: 100%;
	height: 100%;
	transform: translateX(0px);
	transition: all 1s ease;
	padding: 20px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.coupon-slider .coupon-slider-wrapper .coupon-slider-overflow {
		grid-auto-columns: minmax(135px, auto);
		grid-gap: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.coupon-slider .coupon-slider-wrapper .coupon-slider-overflow {
		grid-auto-columns: minmax(102px, auto);
		grid-gap: 8px;
	}
}
.coupon-slider .coupon-slider-wrapper .coupon-slider-overflow a {
	text-decoration: none;
	transition: all 0.5s;
}
.coupon-slider .coupon-slider-wrapper .coupon-slider-overflow a:hover {
	box-shadow: 0 0 20px var(--linear-gradient-primary-color);
}
/* .coupon-slider .coupon-slider-wrapper .coupon-slider-overflow a:hover .coupon-slider-content .normal-img {
	display: none;
} */
.coupon-slider .coupon-slider-wrapper .coupon-slider-overflow a:hover .coupon-slider-content .hover-img {
	display: inline-block;
}
.coupon-slider .coupon-slider-wrapper .coupon-slider-overflow .coupon-slider-item {
	height: 100%;
	width: 100%;
	background: transparent;
	display: grid;
	justify-items: center;
	align-content: center;
	color: var(--text-primary-color);
	border-radius: 5px;
	border: 1.9px solid var(--background-third-color);
	cursor: pointer;
}
.coupon-slider .coupon-slider-wrapper .coupon-slider-overflow .coupon-slider-item .coupon-slider-content {
	text-align: center;
	padding: 18px 0;
}
.coupon-slider .coupon-slider-wrapper .coupon-slider-overflow .coupon-slider-item .coupon-slider-content .normal-img {
	display: inline-block;
	transition: all 0.5s;
	height: 50px;
}
.coupon-slider .coupon-slider-wrapper .coupon-slider-overflow .coupon-slider-item .coupon-slider-content .hover-img {
	display: none;
	transition: all 0.5s;
	height: 50px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.coupon-slider .coupon-slider-wrapper .coupon-slider-overflow .coupon-slider-item .coupon-slider-content {
		padding: 12px 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.coupon-slider .coupon-slider-wrapper .coupon-slider-overflow .coupon-slider-item .coupon-slider-content img {
		width: 34px;
	}
}
.coupon-slider .coupon-slider-wrapper .coupon-slider-overflow .coupon-slider-item .coupon-slider-content p {
	color: var(--text-primary-color);
	font-weight: 400;
	padding-top: 10px;
}
.coupon-slider .coupon-slider-wrapper .coupon-slider-overflow .coupon-slider-item:hover .coupon-slider-content p {
	color: var(--linear-gradient-primary-color);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.coupon-slider .coupon-slider-wrapper .coupon-slider-overflow .coupon-slider-item .coupon-slider-content p {
		font-size: 10px;
		padding-top: 5px;
	}
}
.coupon-slider .coupon-next-ico {
	position: absolute;
	right: -40px;
	top: 55%;
	z-index: 9;
	opacity: 1 !important;
	width: 30px;
	height: 30px;
	background-color: #F2F2F7;
	border: none;
	border-radius: 52%;
	cursor: pointer;
	margin-bottom: 10px;
	transform: translateY(-50%);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.coupon-slider .coupon-next-ico {
		right: 47%;
		left: auto;
		bottom: -15px;
		top: auto;
		z-index: 55;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.coupon-slider .coupon-next-ico {
		right: 45%;
		left: auto;
		bottom: -55px;
		top: auto;
		z-index: 55;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.coupon-slider .coupon-next-ico {
		right: 43%;
		left: auto;
		bottom: -40px;
		top: auto;
		z-index: 55;
		height: 24px;
		width: 24px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.coupon-slider .coupon-next-ico img {
		width: 12px;
		height: 12px;
	}
}
.coupon-slider .coupon-previous-ico {
	position: absolute;
	left: -40px;
	top: 55%;
	z-index: 9;
	opacity: 1 !important;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	margin-bottom: 10px;
	transform: translateY(-50%);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.coupon-slider .coupon-previous-ico {
		left: 47%;
		bottom: -15px;
		top: auto;
		z-index: 55;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.coupon-slider .coupon-previous-ico {
		left: 45%;
		bottom: -55px;
		top: auto;
		z-index: 55;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.coupon-slider .coupon-previous-ico {
		left: 43%;
		bottom: -40px;
		top: auto;
		z-index: 55;
		height: 24px;
		width: 24px;
	}
}
.coupon-slider .coupon-previous-ico img {
	transform: rotate(180deg);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.coupon-slider .coupon-previous-ico img {
		width: 12px;
		height: 12px;
	}
}

.competitions-section {
	position: relative;
	padding: 0;
	margin-top: -255px;
	z-index: 1;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.competitions-section {
		padding: 0 0 2%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.competitions-section {
		padding: 0 0 5%;
		margin-top: -200px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.competitions-section {
		padding: 0 0 15%;
		margin-top: -183px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.competitions-section .container-md {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.competitions-section .container-lg {
		max-width: 100%;
		width: calc(100% - 44px);
	}
}
.competitions-section .title h2 {
	font-size: 44px;
	font-weight: 500;
	color: #F2F2F7;
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.competitions-section .title h2 {
		font-size: 40px;
		margin-bottom: 5px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.competitions-section .title h2 {
		font-size: 35px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.competitions-section .title h2 {
		font-size: 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.competitions-section .title h2 {
		font-size: 35px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.competitions-section .title h2 {
		font-size: 30px;
	}
}

.competitions-section .competitions-team-main {
	display: grid;
	grid-template-columns: 37% 57%;
	gap: 6%;
	padding: 40px 0;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.competitions-section .competitions-team-main {
		grid-template-columns: 37% 60%;
		gap: 3%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.competitions-section .competitions-team-main {
		gap: 5%;
		grid-template-columns: 1fr 1.5fr;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.competitions-section .competitions-team-main {
		display: grid;
		grid-template-columns: 1fr 1.5fr;
		gap: 3%;
		padding: 25px 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.competitions-section .competitions-team-main {
		display: grid;
		grid-template-columns: 1fr;
		gap: 1%;
		padding: 40px 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.competitions-section .competitions-team-main {
		grid-template-columns: 2fr;
		gap: 0px;
	}
}
.competitions-section .competitions-main {
	position: relative;
}
.competitions-section .competitions-main .competitions-btn {
	width: 100%;
	text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.competitions-section .competitions-main .competitions-btn {
		text-align: center;
		margin-top: 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.competitions-section .competitions-main .competitions-btn {
		text-align: center;
		margin-top: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.competitions-section .competitions-main {
		padding: 0;
	}
}
.competitions-section .competitions-main .live-card-inner .live-card-content {
	padding: 38px 36px 24px 19px;
	z-index: 10;
	display: grid;
	grid-auto-columns: minmax(10px, auto);
	grid-gap: 10px;
	grid-auto-flow: column;
	background: #191F28;
	border: 1px solid #363A41;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.competitions-section .competitions-main .live-card-inner .live-card-content {
		padding: 25px 10px 18px 8px;
		grid-gap: 8px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.competitions-section .competitions-main .live-card-inner .live-card-content {
		grid-auto-columns: 8% 88%;
		padding: 30px 18px 18px 12px;
		grid-gap: 8px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.competitions-section .competitions-main .live-card-inner .live-card-content {
		padding: 38px 15px;
	}
}
.competitions-section .competitions-main .live-card-inner .live-card-content .left {
	position: relative;
}
.competitions-section .competitions-main .live-card-inner .live-card-content .left .icon {
	padding-top: 2px;
	height: 20px;
	width: 20px;
	overflow: hidden;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.competitions-section .competitions-main .live-card-inner .live-card-content .left .icon {
		padding-top: 0px;
		height: 18px;
		width: 18px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.competitions-section .competitions-main .live-card-inner .live-card-content .left .icon {
		height: 18px;
		width: 18px;
		margin-top: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.competitions-section .competitions-main .live-card-inner .live-card-content .left .icon {
		padding-top: 10px;
	}
}
.competitions-section .competitions-main .live-card-inner .live-card-content .left .icon img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.competitions-team-main {
	display: grid;
	grid-template-columns: 37% 57%;
	gap: 6%;
	padding: 40px 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.competitions-team-main {
		grid-template-columns: 2fr;
		gap: 0px;
	}
}
@media screen and (max-width: 414px) {
	.competitions-team-main {
		padding: 0px 0;
	}
}
.competitions-team-main .competitions-team-left {
	display: grid;
	align-items: end;
	padding-right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.competitions-team-main .competitions-team-left {
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.competitions-team-main .competitions-team-left {
		padding: 0 35px;
		position: relative;
	}
}
@media screen and (max-width: 414px) {
	.competitions-team-main .competitions-team-left {
		padding: 25px 15px 20px;
		overflow: hidden;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.competitions-team-main .competitions-team-left .live_score_Box .betting_info {
		width: 100%;
	}
}
.competitions-team-main .competitions-team-left .feature-live_image {
	background: rgb(227, 130, 188);
	background: linear-gradient(130deg, #e382bc 0%, #8d54eb 100%);
	position: absolute;
	left: auto;
	z-index: 0;
	top: 10px;
	border-radius: 15px;
	overflow: hidden;
	width: 45%;
	height: 93%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.competitions-team-main .competitions-team-left .feature-live_image {
		top: -56px;
		width: 100%;
		height: 150%;
	}
}
@media screen and (max-width: 414px) {
	.competitions-team-main .competitions-team-left .feature-live_image {
		bottom: -15px;
		top: auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.competitions-team-main .competitions-team-left .feature-live_image {
		bottom: 0;
		height: 350px;
		width: 90%;
		left: 34px;
	}
}
@media screen and (max-width: 414px) {
	.competitions-team-main .competitions-team-left .feature-live_image {
		bottom: 0;
		height: 100%;
		width: 100%;
	}
}
.competitions-team-main .competitions-team-left .feature-live_image:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0px;
	z-index: 2;
	background: transparent;
	backdrop-filter: blur(6px);
	--webkit-backdrop-filter: blur(5px);
	background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.competitions-team-main .competitions-team-left .feature-live_image:before {
		background-image: linear-gradient(rgba(54, 61, 71, 0.88), rgba(231, 231, 227, 0));
		opacity: 1;
		content: "";
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.competitions-team-main .competitions-team-left .feature-live_image:before {
		height: 100%;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.competitions-team-main .competitions-team-left .feature-live_image {
		width: 44%;
		height: 90%;
		top: 25px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.competitions-team-main .competitions-team-left .feature-live_image {
		width: 50%;
		height: 100%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.competitions-team-main .competitions-team-left .feature-live_image {
		width: 50%;
		height: 100%;
	}
}
.competitions-team-main .competitions-team-left .feature-live_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: luminosity;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.competitions-team-main .competitions-team-left .feature-live_image img {
		vertical-align: bottom;
	}
}
.competitions-team-main .competitions-team-right {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	z-index: 1;
	padding-top: 30px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.competitions-team-main .competitions-team-right {
		grid-template-columns: 1fr;
		margin-top: 55px;
		padding-top: 10px;
	}
}

.live_score_Box {
	width: 100% !important;
	z-index: 1;
	margin-left: 60px;
	margin-bottom: 0px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_score_Box {
		margin-left: 35px;
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_score_Box {
		margin-left: 35px;
		margin-bottom: 0px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_score_Box {
		margin-left: 20px;
		margin-bottom: 0px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_score_Box {
		margin-left: 0px;
		margin-bottom: 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_score_Box {
		margin-left: 0px;
		margin-bottom: 0px;
	}
}
.live_score_Box .league-title h2 {
	color: #F2F2F7;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_score_Box .league-title h2 {
		font-size: 25px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_score_Box .league-title h2 {
		font-size: 22px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_score_Box .league-title h2 {
		font-size: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_score_Box .league-title h2 {
		font-size: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_score_Box .league-title h2 {
		font-size: 16px;
		margin-bottom: 12px;
	}
}
.live_score_Box .league-title img {
	vertical-align: middle;
	padding-right: 2px;
	margin-bottom: 5px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_score_Box .league-title img {
		width: 25px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_score_Box .league-title img {
		width: 22px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_score_Box .league-title img {
		width: 25px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_score_Box .league-title img {
		width: 20px;
	}
}
.live_score_Box .league-score {
	display: grid;
	grid-template-columns: 36% 26% 37%;
	grid-gap: 2px;
	padding: 11px 0;
	color: #F2F2F7;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_score_Box .league-score {
		padding: 10px 0;
		width: 88%;
		margin: 0 auto;
		grid-template-columns: 39% 20% 38%;
		grid-gap: 0px;
	}
}
.live_score_Box .league-score .team-playing {
	text-align: center;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_score_Box .league-score .team-playing .playing {
		width: 55px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_score_Box .league-score .team-playing .playing {
		width: 55px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_score_Box .league-score .team-playing .playing {
		width: 55px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_score_Box .league-score .team-playing .playing {
		width: 38px;
		height: 38px;
	}
}
.live_score_Box .league-score .team-playing h6 {
	padding-top: 2px;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_score_Box .league-score .team-playing h6 {
		font-size: 14px;
		line-height: 20px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_score_Box .league-score .team-playing h6 {
		font-size: 16px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_score_Box .league-score .team-playing h6 {
		font-size: 16px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_score_Box .league-score .team-playing h6 {
		font-size: 12px;
		font-weight: 300;
	}
}
.live_score_Box .league-score .current-score {
	display: grid;
	grid-template-columns: 1fr 0.2fr 1fr;
	text-align: center;
}
.live_score_Box .league-score .playing-time {
	text-align: center;
	margin: 0px auto;
	padding-top: 20px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_score_Box .league-score .playing-time {
		padding-top: 8px;
	}
}
.live_score_Box .league-score .playing-time h4 {
	font-size: 24px;
	font-weight: 400;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_score_Box .league-score .playing-time h4 {
		font-size: 20px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_score_Box .league-score .playing-time h4 {
		font-size: 20px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_score_Box .league-score .playing-time h4 {
		font-size: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_score_Box .league-score .playing-time h4 {
		font-size: 20px;
	}
}
.live_score_Box .league-score .playing-time p {
	font-size: 12px;
	font-weight: 600;
}
.live_score_Box .league-score .playing-time span {
	height: 3px;
	background: #F2F2F7;
	width: 20%;
	display: block;
	margin: 0px auto;
	position: relative;
}
.live_score_Box .league-score .playing-time span:before {
	content: "";
	width: 80%;
	height: 3px;
	background: #E382BC;
	position: absolute;
	left: 0;
	top: 0;
}
.live_score_Box .betting_info {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 6px;
	align-items: center;
	text-align: center;
	justify-content: center;
	width: 53%;
	margin: 0 auto;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_score_Box .betting_info {
		width: 60%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_score_Box .betting_info {
		width: 65%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_score_Box .betting_info {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
.live_score_Box .betting_info .betting-info-inner {
	border-radius: 3px;
	padding: 10px 15px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	color: #ffffff;
	background: transparent;
	/* Note: currently only Safari supports backdrop-filter */
	backdrop-filter: blur(10px);
	--webkit-backdrop-filter: blur(10px);
	background-color: rgba(0, 0, 0, 0.09);
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_score_Box .betting_info .betting-info-inner {
		padding: 7px 10px;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		color: #ffffff;
		background: rgba(0, 0, 0, 0.6784313725);
		backdrop-filter: blur(10px);
		--webkit-backdrop-filter: blur(10px);
		background-color: rgba(0, 0, 0, 0.43);
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_score_Box .betting_info .betting-info-inner {
		color: #ffffff;
		background: rgba(0, 0, 0, 0.54);
		backdrop-filter: blur(10px);
		--webkit-backdrop-filter: blur(10px);
		background-color: rgba(0, 0, 0, 0.17);
	}
}
.live_score_Box .betting_info .betting-info-inner h6 {
	font-size: 14px;
	display: inline-block;
	font-weight: 200;
}
.live_score_Box .betting_info .betting-info-inner .betting-info-left {
	text-align: left;
}
.live_score_Box .betting_info .betting-info-inner .betting-info-left h6 {
	color: var(--text-primary-color);
	font-size: 12px;
}
.live_score_Box .betting_info .betting-info-inner .betting-info-right {
	text-align: right;
}

.live-card-inner {
	background: #191F28;
	display: grid;
	grid-template-columns: 0.8fr 1fr;
	border-radius: 5px;
	overflow: hidden;
	height: 200px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live-card-inner {
		grid-template-columns: 1fr;
		position: relative;
		height: 100%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-card-inner {
		grid-template-columns: 1fr;
		position: relative;
		height: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-card-inner {
		grid-template-columns: 1fr;
		position: relative;
		height: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-card-inner {
		grid-template-columns: 1fr 1fr;
		height: 100%;
	}
}
.live-card-inner .live-card-image {
	background: rgb(227, 130, 188);
	background: linear-gradient(130deg, #e382bc 0%, #8d54eb 100%);
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live-card-inner .live-card-image {
		overflow: hidden;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	.live-card-inner .live-card-image:before {
		content: url(../../assets/images/banner-overlay.png);
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		height: 100%;
		opacity: 0.7;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-card-inner .live-card-image {
		overflow: hidden;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	.live-card-inner .live-card-image:before {
		content: url(../../assets/images/banner-overlay.png);
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		height: 100%;
		opacity: 0.7;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-card-inner .live-card-image {
		overflow: hidden;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	.live-card-inner .live-card-image:before {
		content: url(../../assets/images/banner-overlay.png);
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		height: 100%;
		opacity: 0.7;
	}
}
.live-card-inner .live-card-image .bg-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	mix-blend-mode: luminosity;
	position: absolute;
}
.live-card-inner .live-card-image .icon-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	z-index: 2;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live-card-inner .live-card-image .icon-img {
		display: none;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-card-inner .live-card-image .icon-img {
		display: none;
	}
}
.live-card-inner .live-card-content {
	padding: 23px 36px 20px 19px;
	z-index: 10;
	display: grid;
	grid-auto-columns: minmax(10px, auto);
	grid-gap: 10px;
	grid-auto-flow: column;
	background: #191F28;
	border: 1px solid #363A41;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live-card-inner .live-card-content {
		padding: 23px 18px 15px;
		grid-auto-columns: 8% 88%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-card-inner .live-card-content {
		padding: 23px 18px 15px;
		grid-auto-columns: 8% 88%;
		grid-gap: 5px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-card-inner .live-card-content {
		padding: 23px 18px 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-card-inner .live-card-content {
		padding: 39px 15px;
	}
}
.live-card-inner .live-card-content .left .icon {
	padding-top: 3px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-card-inner .live-card-content .left .icon {
		padding-top: 5px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-card-inner .live-card-content .left .icon {
		padding-top: 11px;
	}
}
.live-card-inner .live-card-content .left .icon img {
	width: 18px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-card-inner .live-card-content .left .icon img {
		width: 16px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-card-inner .live-card-content .left .icon img {
		width: 20px;
	}
}
.live-card-inner .live-card-content .league-title {
	color: #F2F2F7;
}
.live-card-inner .live-card-content .league-title .title {
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-card-inner .live-card-content .league-title .title {
		font-size: 17px;
		line-height: 23px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live-card-inner .live-card-content .league-title .title {
		font-size: 15px;
		line-height: 19px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-card-inner .live-card-content .league-title .title {
		font-size: 16px;
		line-height: 23px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-card-inner .live-card-content .league-title .title {
		font-size: 14px;
		line-height: 20px;
	}
}
.live-card-inner .live-card-content .live-match-info {
	color: #F2F2F7;
	padding: 10px 0 15px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live-card-inner .live-card-content .live-match-info {
		padding: 5px 0 10px;
	}
}
.live-card-inner .live-match-info p {
	font-size: 12px;
	color: #F2F2F7;
	padding: 2px 0;
	font-weight: 300;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live-card-inner .live-match-info p {
		font-size: 13px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live-card-inner .live-match-info p {
		color: #F2F2F7;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-card-inner .live-match-info p {
		color: #F2F2F7;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-card-inner .live-match-info p {
		color: #F2F2F7;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-card-inner .live-match-info p {
		font-size: 12px;
		line-height: 18px;
	}
}
.live-card-inner .betting_info .betting-info-inner {
	text-align: center;
}
.live-card-inner .betting_info .betting-info-inner span {
	color: #8D54EB;
	font-size: 12px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live-card-inner .betting_info .betting-info-inner span {
		color: #F2F2F7;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-card-inner .betting_info .betting-info-inner span {
		color: #F2F2F7;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-card-inner .betting_info .betting-info-inner span {
		color: #F2F2F7;
	}
}
.live-card-inner .betting_info .betting-info-inner .betting-info-main {
	text-align: left;
}
.live-card-inner .betting_info .betting-info-inner .betting-info-main h6 {
	font-size: 12px;
	display: inline-block;
	font-weight: 300;
	color: #fff;
	background: #353A42;
	padding: 4px 10px;
	border-radius: 5px;
}

.game-section {
	overflow: hidden;
	position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.game-section .container-sm {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.game-section {
		overflow: hidden;
	}
}

.games-main-section {
	padding: 2.5% 0 6%;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.games-main-section {
		padding: 8% 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.games-main-section {
		padding: 1% 0 10%;
	}
}
.games-main-section h2 {
	font-size: 44px;
	font-weight: 500;
	color: var(--text-primary-color);
	text-align: center;
	margin-bottom: 4px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.games-main-section h2 {
		font-size: 40px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.games-main-section h2 {
		font-size: 35px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.games-main-section h2 {
		font-size: 35px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.games-main-section h2 {
		font-size: 30px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.games-main-section h2 {
		font-size: 26px;
		margin-bottom: 0;
	}
}

.games-slider {
	position: relative;
}

.games-slider-wrapper {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 10px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.games-slider-wrapper {
		overflow: visible;
	}
}
.games-slider-wrapper .games-slider-overflow {
	display: grid;
	grid-auto-columns: minmax(288px, auto);
	grid-gap: 24px;
	grid-auto-flow: column;
	padding: 0px;
	width: 100%;
	height: 100%;
	transform: translateX(0px);
	transition: all 1s ease;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.games-slider-wrapper .games-slider-overflow {
		grid-auto-columns: minmax(270px, auto);
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.games-slider-wrapper .games-slider-overflow {
		grid-auto-columns: minmax(210px, auto);
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.games-slider-wrapper .games-slider-overflow {
		grid-auto-columns: minmax(220px, auto);
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.games-slider-wrapper .games-slider-overflow {
		grid-auto-columns: minmax(232px, auto);
		grid-gap: 25px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.games-slider-wrapper .games-slider-overflow {
		grid-gap: 15px;
		grid-auto-columns: minmax(222px, auto);
	}
}
.games-slider-wrapper .games-slider-overflow .games-slider-item {
	height: 100%;
	width: 100%;
	display: grid;
	color: #fff;
	justify-items: center;
	align-content: center;
	color: #fff;
	border-radius: 5px;
}
.games-slider-wrapper .games-slider-overflow .games-slider-item .games-slider-content {
	text-align: center;
	padding: 18px 0;
}
.games-slider-wrapper .games-slider-overflow .games-slider-item .games-slider-content .game-image-block {
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
}
.games-slider-wrapper .games-slider-overflow .games-slider-item .games-slider-content .game-image-block img {
	width: 100%;
	object-fit: cover;
	vertical-align: bottom;
}
.games-slider-wrapper .games-slider-overflow .games-slider-item .games-slider-content h6 {
	color: var(--text-primary-color);
	font-weight: 400;
	padding-top: 10px;
	font-size: 18px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.games-slider-wrapper .games-slider-overflow .games-slider-item .games-slider-content h6 {
		font-size: 16px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.games-slider-wrapper .games-slider-overflow .games-slider-item .games-slider-content h6 {
		font-size: 16px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.games-slider-wrapper .games-slider-overflow .games-slider-item .games-slider-content h6 {
		font-size: 17px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.games-slider-wrapper .games-slider-overflow .games-slider-item .games-slider-content h6 {
		font-size: 17px;
	}
}

.games-next-ico {
	position: absolute;
	right: -59px;
	top: 50%;
	z-index: 9;
	opacity: 1 !important;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	margin-bottom: 10px;
	transform: translateY(-50%);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.games-next-ico {
		right: -7px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.games-next-ico {
		width: 25px;
		height: 25px;
		right: 0px;
		top: 47%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.games-next-ico img {
		width: 12px;
		height: 12px;
	}
}

.games-previous-ico {
	position: absolute;
	left: -59px;
	top: 50%;
	z-index: 9;
	opacity: 1 !important;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	margin-bottom: 10px;
	transform: translateY(-50%);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.games-previous-ico {
		left: -7px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.games-previous-ico {
		width: 25px;
		height: 25px;
		left: 0px;
		top: 47%;
	}
}
.games-previous-ico img {
	transform: rotate(180deg);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.games-previous-ico img {
		width: 12px;
		height: 12px;
	}
}

footer {
	background: var(--background-secondary-color);
	padding: 50px 0;
	z-index: 160;
	position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	footer .container-lg {
		padding-left: 10px;
		padding-right: 10px;
		width: calc(100% - 60px);
	}
}

footer .footer-outer {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 30px;
	border-bottom: 1px solid var(--background-third-color);
	padding-bottom: 50px;
	padding-left: 120px;
}

html[dir="rtl"] .footer-outer {
	padding-left: 0px;
	padding-right: 150px;
}

@media screen and (min-width: 1360px) and (max-width: 1599px) {
	footer .footer-outer {
		gap: 40px;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	footer .footer-outer {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	footer .footer-outer {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		gap: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	footer .footer-outer {
		gap: 20px;
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	footer .footer-outer {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
		padding-left: 0px;
	}
}
footer .footer-inner .footer-column ul {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	footer .footer-inner .footer-column ul {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	footer .footer-inner .footer-column ul {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	footer .footer-inner .footer-column ul {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	footer .footer-inner .footer-column ul {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}
}
footer .footer-inner h6 {
	color: var(--text-primary-color);
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
footer .footer-inner ul li {
	padding: 3px 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	footer .footer-inner ul li {
		padding: 1px 0;
	}
}
footer .footer-inner ul li a {
	font-size: 12px;
	color: var(--text-secondary-color);
	text-decoration: none;
}
footer .footer-inner ul li a:hover {
	color: var(--linear-gradient-secondary-color);
}
footer .footer-inner .footer-two-column {
	column-count: auto;
	column-width: 10rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	footer .footer-inner .footer-two-column {
		column-count: 1;
		column-width: auto;
	}
}
footer .desclaimer-bottom {
	text-align: center;
	padding: 30px 0 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	footer .desclaimer-bottom {
		padding: 30px 0 30px;
	}
}
footer .desclaimer-bottom p {
	font-size: 10px;
	color: var(--text-secondary-color);
	padding: 0 25px;
	width: 52%;
	margin: 0px auto;
	line-height: 1.8;
	padding-bottom: 0px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	footer .desclaimer-bottom p {
		width: 70%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	footer .desclaimer-bottom p {
		width: 75%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	footer .desclaimer-bottom p {
		width: 85%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	footer .desclaimer-bottom p {
		width: 90%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	footer .desclaimer-bottom p {
		padding: 0 0;
		width: 100%;
	}
}
footer .desclaimer-bottom p a {
	color: var(--text-primary-color);
	text-decoration: none;
}
footer .desclaimer-bottom .copyright-text p {
	font-size: 12px;
	color: var(--text-secondary-color);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	footer .desclaimer-bottom .copyright-text p {
		color: var(--text-primary-color);
	}
}
footer .desclaimer-bottom .copyright-text {
	padding: 20px 0;
}

@media screen and (min-width: 1921px) {
	.slider {
		height: 90vh;
	}
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.banner-content {
		width: 1350px;
	}
	.banner-content h1 {
		width: 60%;
		font-size: 100px;
	}
	.competitions-team-main {
		display: grid;
		grid-template-columns: 1fr 2fr;
		gap: 5%;
	}
	.live-card-inner {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.banner-content {
		width: 1200px;
	}
	.banner-content h1 {
		width: 60%;
		font-size: 75px;
	}
	.competitions-team-main {
		gap: 3%;
	}
	.live-card-inner {
		grid-template-columns: 1fr 1.1fr;
		height: 185px;
	}
	.live-card-inner .live-card-content {
		padding: 18px 5px 18px 8px;
	}
	.slider {
		height: 95vh;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.banner-content {
		width: 1050px;
	}
	.banner-content h1 {
		width: 60%;
		font-size: 70px;
	}
	.competitions-team-main {
		gap: 5%;
		grid-template-columns: 1fr 1.5fr;
	}
	.slider {
		height: 80vh;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.container-lg {
		max-width: 100%;
		width: calc(100% - 80px);
	}
	.banner-content {
		width: 92vw;
	}
	.banner-content h1 {
		font-size: 75px;
		width: 80%;
	}
	.competitions-team-main {
		display: grid;
		grid-template-columns: 1fr 1.5fr;
		gap: 3%;
		padding: 25px 0;
	}
	.slider {
		height: 65vh;
	}
	.slider .dots {
		bottom: 28%;
		transform: translate(-50%, -50%);
	}
	.live-score-pannel {
		padding: 6% 0 25px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.banner-content {
		width: 92vw;
	}
	.banner-content h1 {
		font-size: 50px;
		width: 80%;
	}
	.competitions-team-main {
		display: grid;
		grid-template-columns: 1fr;
		gap: 1%;
		padding: 40px 0;
	}
	.slider {
		height: 70vh;
	}
	.slider .dots {
		bottom: 25%;
		transform: translate(-50%, -50%);
	}
	.live-score-pannel {
		padding: 2% 0 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.container-lg {
		max-width: 100%;
	}
	.slider {
		height: 80vh;
	}
	.banner-content {
		width: 92vw;
		height: 35vh;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.banner-content h1 {
		font-size: 34px;
		width: 100%;
	}
	.banner-content h1 br {
		display: none;
	}
	.slider .dots {
		bottom: 5%;
		transform: translate(-50%, -50%);
	}
	.slider .dots span {
		width: 28px;
		height: 2px;
	}
}
.register-panel {
	background: var(--background-primary-color);
	width: 100vw;
	height: 100vh;
}
@media screen and (max-width: 1281px) {
	.register-panel {
		width: 100%;
	}
}
@media screen and (max-width: 991px) {
	.register-panel {
		position: relative;
		height: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-panel {
		height: 100%;
	}
}
.register-panel .container-full {
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.register-panel .container-full {
		padding: 50px;
	}
}
.register-panel .register-panel-main {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 12px 0;
	gap: 45px;
	position: relative;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.register-panel .register-panel-main {
		gap: 0px;
	}
}
@media screen and (max-width: 1281px) {
	.register-panel .register-panel-main {
		gap: 20px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.register-panel .register-panel-main {
		gap: 0px;
		grid-template-columns: 1.5fr 2fr;
	}
}
@media screen and (max-width: 991px) {
	.register-panel .register-panel-main {
		gap: 0px;
		grid-template-columns: 1.5fr 2fr;
	}
}
@media screen and (max-width: 991px) {
	.register-panel .register-panel-main {
		display: flex;
		flex-direction: column;
		height: 100%;
		padding: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-panel .register-panel-main {
		height: 100%;
		padding-top: 30px;
	}
}
.register-panel .register-panel-main .register-panel-left .register-image-box {
	height: 97vh;
	display: grid;
	align-items: center;
	border-radius: 0 65px 0 65px;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 1281px) {
	.register-panel .register-panel-main .register-panel-left .register-image-box {
		height: 97.2vh;
	}
}
@media screen and (max-width: 991px) {
	.register-panel .register-panel-main .register-panel-left .register-image-box {
		height: 316px;
	}
}
.register-panel .register-panel-main .register-panel-left .register-logo {
	margin: 0px auto;
	z-index: 10;
	width: 100%;
	/* height: 20%; */
	display: flex;
	justify-content: center;
}
.register-panel .register-panel-main .register-panel-left .register-logo img {
	width: 40%;
}
@media screen and (max-width: 991px) {
	.register-panel .register-panel-main .register-panel-left .register-logo img {
		width: 222px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-panel .register-panel-main .register-panel-left {
		display: none;
	}

	.register-panel .register-panel-main .register-panel-left .register-logo img {
		width: 30%;
	}
}
.register-panel .register-panel-main .register-panel-left .register-bg-image {
	/* background: rgb(227, 130, 188); */
	/* background: linear-gradient(130deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%); */
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.register-panel .register-panel-main .register-panel-left .register-bg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 10%;
	mix-blend-mode: luminosity;
	opacity: 15%;
	position: absolute;
	z-index: 2;
}
.register-panel .register-panel-main .register-panel-left .register-bg-image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	opacity: 4.5;
	width: 100%;
	height: 100%;
	background: transparent;
	backdrop-filter: blur(6px);
	--webkit-backdrop-filter: blur(5px);
	background-color: rgba(0, 0, 0, 0.35);
}

.register-panel-right {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
@media screen and (max-width: 991px) {
	.register-panel-right {
		padding-top: 50px;
		position: relative;
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-panel-right {
		padding-bottom: 100px;
	}
}
.register-panel-right .close_btn {
	position: absolute;
	right: 50px;
	top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.register-panel-right .close_btn {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-panel-right .close_btn {
		display: none;
	}
}
.register-panel-right .login-option {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.register-panel-right .login-option {
		bottom: 5%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.register-panel-right .login-option {
		bottom: 5%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.register-panel-right .login-option {
		bottom: 4%;
	}
}
@media screen and (max-width: 991px) {
	.register-panel-right .login-option {
		position: inherit;
		bottom: 0;
		text-align: center;
		margin-top: 50px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-panel-right .login-option {
		position: inherit;
		bottom: 0;
		text-align: center;
		margin-top: 50px;
	}
}
.register-panel-right .login-option p {
	color: var(--text-secondary-color);
	font-weight: 300;
	font-size: 14px;
}
.register-panel-right .login-option p a {
	color: var(--text-primary-color);
	text-decoration: none;
	font-weight: 400;
	text-decoration: underline;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-panel-right .login-option p a {
		font-weight: 300;
	}
}

.register-form-main {
	width: 68%;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: auto;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.register-form-main {
		width: 85%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.register-form-main {
		width: 80%;
	}
}
@media screen and (max-width: 1281px) {
	.register-form-main {
		width: 85%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-form-main {
		width: 100%;
	}
}
.register-form-main h2 {
	font-size: 30px;
	color: var(--text-primary-color);
	font-weight: 400;
	text-align: center;
	padding-bottom: 30px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.register-form-main h2 {
		padding-bottom: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.register-form-main h2 {
		padding-bottom: 26px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-form-main h2 {
		padding-top: 30px;
		font-size: 22px;
	}
}
.register-form-main .form-register-horizontal {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	width: 70%;
	margin: 0px auto;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.register-form-main .form-register-horizontal {
		justify-content: center;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.register-form-main .form-register-horizontal {
		width: 84%;
		justify-content: space-between;
	}
}
.register-form-main .form-register-horizontal li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.register-form-main .form-register-horizontal li:not(:last-child):after {
	position: relative;
	height: 1px;
	content: "";
	top: 43%;
	width: 200px;
	left: 4px;
	margin-right: 8px;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.register-form-main .form-register-horizontal li:not(:last-child):after {
		width: 155px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.register-form-main .form-register-horizontal li:not(:last-child):after {
		width: 145px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.register-form-main .form-register-horizontal li:not(:last-child):after {
		width: 135px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.register-form-main .form-register-horizontal li:not(:last-child):after {
		width: 135px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.register-form-main .form-register-horizontal li:not(:last-child):after {
		width: 214px;
		left: 5px;
		top: 42%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-form-main .form-register-horizontal li:not(:last-child):after {
		width: 139px;
		left: 5px;
		top: 42%;
	}
}
.register-form-main .form-register-horizontal li:not(:last-child):after:after {
	background-color: #dee2e6;
}
.register-form-main .form-register-horizontal li a .form-register-circle {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 0;
	line-height: 1.7rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.38);
	border-radius: 50%;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.register-form-main .form-register-horizontal li a .form-register-circle {
		width: 28px;
		height: 28px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.register-form-main .form-register-horizontal li a .form-register-circle {
		width: 25px;
		height: 25px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-form-main .form-register-horizontal li a .form-register-circle {
		width: 24px;
		height: 24px;
	}
}
.register-form-main .form-register-horizontal .form-register-list .form-register-circle {
	position: relative;
	z-index: 1;
}
.register-form-main .form-register-horizontal .form-register-list .form-register-circle span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-weight: 300;
	font-size: 14px;
}
.register-form-main .form-register-horizontal .form-register-list:after {
	background-color: #878A90;
}
.register-form-main .form-register-horizontal .form-register-completed .form-register-circle {
	background: rgb(227, 130, 188);
	background: linear-gradient(130deg, #e382bc 0%, #8d54eb 100%);
	color: #F2F2F7;
}
.register-form-main .form-register-horizontal .form-register-completed:after {
	background-color: #878A90;
}
.register-form-main .form-register-horizontal .form-register-active label {
	color: #191F28;
}
.register-form-main .form-register-horizontal .form-register-active .form-register-circle {
	position: relative;
	background-color: #F2F2F7;
	outline: 4px solid #202833;
}
.register-form-main .form-register-horizontal .form-register-active .form-register-circle span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.register-form-main .form-register-horizontal .form-register-unfinished .form-register-circle {
	background: #878A90;
	color: #202833;
}
.register-form-main .form-mobile-back {
	position: absolute;
	top: 27px;
	left: 20px;
	display: none;
	z-index: 10;
}
@media screen and (min-width: 320px) and (max-width: 991px) {
	.register-form-main .form-mobile-back {
		display: block;
	}
	.register-form-main .form-mobile-back img {
		width: 10px;
	}
}
.register-form-main .register-outer-form .register-inner-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 12px;
	row-gap: 15px;
	padding-top: 30px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.register-form-main .register-outer-form .register-inner-form {
		row-gap: 12px;
		padding-top: 30px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.register-form-main .register-outer-form .register-inner-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.register-form-main .register-outer-form .register-inner-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-top: 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.register-form-main .register-outer-form .register-inner-form {
		padding-top: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-form-main .register-outer-form .register-inner-form {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding-top: 20px;
		row-gap: 15px;
	}
}
.register-form-main .register-outer-form .register-inner-form label {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 14px;
	font-weight: 300;
	color: var(--text-primary-color);
	padding-bottom: 8px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-form-main .register-outer-form .register-inner-form label {
		display: none;
		padding-bottom: 0px;
	}
}
.register-form-main .register-outer-form .register-inner-form .pass-field {
	position: relative;
}
.register-form-main .register-outer-form .register-inner-form .pass-field #togglePassword {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
	cursor: pointer;
	width: 14px;
}
.register-form-main .register-outer-form .register-inner-form .pass-field #togglePassword path {
	fill: #878A90;
}
.register-form-main .register-outer-form .register-inner-form select {
	-webkit-appearance: listbox !important;
}
.register-form-main .register-outer-form .register-inner-form input[type=radio] {
	-webkit-appearance: radio;
}
.register-form-main .register-outer-form .register-inner-form .form-input {
	padding: 14px 10px;
	background: var(--background-secondary-color);
	border-radius: 3px;
	/* width: -webkit-fill-available; */
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	color: var(--text-secondary-color);
	border: 1px solid var(--background-third-color);
	cursor: pointer;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.register-form-main .register-outer-form .register-inner-form .form-input {
		padding: 12px 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.register-form-main .register-outer-form .register-inner-form .form-input {
		padding: 11px 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-form-main .register-outer-form .register-inner-form .form-input {
		padding: 10px 10px;
	}
}
.register-form-main .register-outer-form .register-inner-form .form-input::placeholder {
	opacity: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-form-main .register-outer-form .register-inner-form .form-input::placeholder {
		opacity: 1;
	}
}
.register-form-main .register-outer-form .register-inner-form .phone-field {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
	gap: 12px;
}
.register-form-main .register-outer-form .register-inner-form .state-option {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
.register-form-main .register-outer-form .register-inner-form .register-info-radio {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 2px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-form-main .register-outer-form .register-inner-form .register-info-radio {
		padding-bottom: 15px;
	}
}
.register-form-main .register-outer-form .register-inner-form .register-info-radio .register-radio-inner {
	display: flex;
	justify-content: space-around;
	padding-right: 20px;
}
.register-form-main .register-outer-form .register-inner-form .register-info-radio .register-radio-inner .radio-inner {
	display: flex;
	gap: 4px;
	font-size: 14px;
	font-weight: 300;
	color: var(--text-secondary-color);
	align-items: center;
}
.register-form-main .register-outer-form .register-inner-form .register-info-radio .register-radio-inner .radio-inner input {
	vertical-align: middle;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	background: none;
	border: 0;
	box-shadow: inset 0 0 0 1px var(--background-third-color);
	padding: 2px;
	box-shadow: inset 0 0 0 2px var(--background-third-color);
	appearance: none;
	padding: 8px;
	background: var(--background-secondary-color);
	height: 10px;
	border: 1px solid var(--background-third-color);
	width: 10px;
	transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
}
.register-form-main .register-outer-form .register-inner-form .register-info-radio .register-radio-inner .radio-inner input:focus {
	outline: none;
}
.register-form-main .register-outer-form .register-inner-form .register-info-radio .register-radio-inner .radio-inner input:checked {
	box-shadow: inset 0 0 0 1px var(--background-third-color), inset 0 0 0 1px var(--background-secondary-color), inset 0 0 0 18px var(--linear-gradient-primary-color);
}
.register-form-main .register-form-list {
	padding-top: 12px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.register-form-main .register-form-list {
		grid-column: span 2;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.register-form-main .register-form-list {
		grid-column: span 2;
	}
}
@media screen and (max-width: 991px) {
	.register-form-main .register-form-list {
		grid-column: span 2;
	}
}
.register-form-main .register-form-list .range_slide {
	position: relative;
	width: 100%;
}
.register-form-main .register-form-list .range_slide .slide {
	position: relative;
	width: 100%;
}
.register-form-main .register-form-list .range_slide .slide p {
	background: #353A42;
	height: 2px;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	border-radius: 2px;
	overflow: hidden;
	padding: 0;
}
.register-form-main .register-form-list .range_slide .slide p:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20%;
	background: #FF6B73;
	content: " ";
	height: 100%;
}
.register-form-main .register-form-list p {
	color: #e1302b;
	font-weight: 300;
	font-size: 12px;
	padding: 2px 0;
}
.register-form-main .register-form-list p svg {
	padding-right: 2px;
	margin-bottom: 2px;
}
.register-form-main .register-age-check {
	padding: 15px 0px;
	display: flex;
	align-items: flex-start;
	gap: 8px;
}
.register-form-main .register-age-check input[type=checkbox] {
	appearance: checkbox !important;
	margin-top: 4px;
}
.register-form-main .register-age-check label {
	color: var(--text-secondary-color);
	font-weight: 300;
	font-size: 14px;
}
.register-form-main .register-age-check label a {
	color: var(--text-primary-color);
	text-decoration: none;
	font-weight: 300;
}
.register-form-main .register-age-check p {
	width: 95%;
}
.register-form-main .register-age-check p a {
	text-decoration: underline;
}
.register-form-main .register-age-check #age_check {
	position: absolute;
	opacity: 0;
}
.register-form-main .register-age-check #age_check + label {
	position: relative;
	cursor: pointer;
	padding: 0;
	display: flex;
	flex-direction: row;
	gap: 0;
}
.register-form-main .register-age-check #age_check + label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 16px;
	height: 16px;
	background: transparent;
	border: 1px solid var(--background-third-color);
	border-radius: 3px;
	margin-top: 0px;
}
.register-form-main .register-age-check #age_check:hover + label:before {
	background: transparent;
}
.register-form-main .register-age-check #age_check:focus + label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.register-form-main .register-age-check #age_check:checked + label:before {
	background: transparent;
}
.register-form-main .register-age-check #age_check:checked + label:after {
	content: "";
	position: absolute;
	left: 3px;
	top: 7px;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 #F2F2F7, 4px 0 0 #F2F2F7, 4px -2px 0 #F2F2F7, 4px -4px 0 #F2F2F7, 4px -6px 0 #F2F2F7, 4px -8px 0 #F2F2F7;
	transform: rotate(45deg);
}
.register-form-main .form-btn-single {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 18px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.register-form-main .form-btn-single {
		margin-top: 14px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.register-form-main .form-btn-single {
		margin-top: 12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-form-main .form-btn-single {
		grid-template-columns: 1fr;
	}
}
.register-form-main .form-btn-single button {
	width: 100%;
	grid-column-start: 2;
	font-size: 14px;
	font-weight: 300;
	padding: 13px 16px;
	font-size: 13px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-form-main .form-btn-single button {
		grid-column-start: 1;
		font-size: 12px;
	}
}
.register-form-main .form-btn-single button:hover {
	cursor: pointer;
}
.register-form-main .form-btns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 23px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.register-form-main .form-btns {
		margin-top: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-form-main .form-btns {
		grid-template-columns: 1fr;
	}
}
.register-form-main .form-btns button {
	width: 100%;
	font-size: 13px;
	font-weight: 300;
	padding: 13px 16px;
	text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.register-form-main .form-btns button {
		padding: 12px 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.register-form-main .form-btns button {
		padding: 11px 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-form-main .form-btns button {
		padding: 10px 15px;
		font-size: 12px;
	}
}
.register-form-main .form-btns button:hover {
	cursor: pointer;
	/* background: #B067D8; */
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	border: 1px transparent;
}
.register-form-main .form-btns button img {
	transition: all 0.5s;
	padding-top: 2px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.register-form-main .form-btns .btn-form-prev {
		display: none;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.login-pannel {
		height: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.login-pannel .register-panel-right {
		height: 50vh;
	}
}

#login-form {
	width: 33.5%;
	height: auto;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	#login-form {
		width: 75%;
		height: 60%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	#login-form {
		width: 80%;
		height: 65%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	#login-form {
		width: 85%;
		height: 65%;
	}
}
@media screen and (max-width: 991px) {
	#login-form {
		width: 85%;
		height: auto;
	}
}
#login-form .register-inner-form {
	display: flex;
	padding-top: 0px;
	flex-direction: column;
}
#login-form .register-inner-form .register-age-check {
	padding: 0 0px 20px;
}
#login-form .register-inner-form .register-age-check label {
	font-size: 14px;
	font-weight: 300;
	color: var(--text-secondary-color);
}
#login-form .login-form-btn button {
	width: 100%;
	font-size: 13px;
	font-weight: 500;
	padding: 13px 16px;
}
#login-form .login-form-btn button:hover {
	cursor: pointer;
}

.label-show-mobile label {
	display: block !important;
}

.sports-main .sports-main-outer {
	display: grid;
	grid-template-columns: 4fr 1fr;
}
.sports-main .sports-main-outer .sports-left-sidebar .tab {
	border-bottom: 1px solid #707070;
	margin-bottom: 12px;
}
.sports-main .sports-main-outer .sports-left-sidebar .tab .tablinks {
	color: #878A90;
	font-size: 13px;
	padding-right: 15px;
	padding-bottom: 5px;
}
.sports-main .sports-main-outer .sports-left-sidebar .tab .active {
	border-bottom: 2px solid #8D54EB;
	padding-bottom: 6px;
}
.sports-main .sports-main-outer .sports-left-sidebar .tabcontent {
	padding: 20px;
	background: #363A41;
	border-radius: 5px;
	display: none;
}
.sports-main .sports-main-outer .sports-left-sidebar #highlights {
	display: block;
}
.sports-main .sports-main-outer .sports-left-sidebar .accordion-outer .accordion-item {
	margin-bottom: 10px;
}
.sports-main .sports-main-outer .sports-left-sidebar .accordion-outer .accordion-item .accordion-header {
	font-size: 16px;
	cursor: pointer;
	color: #8D54EB;
	position: relative;
	border-bottom: 1px solid #4E545D;
	padding-bottom: 10px;
}
.sports-main .sports-main-outer .sports-left-sidebar .accordion-outer .accordion-item .accordion-header .acoordion-icon {
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.sports-main .sports-main-outer .sports-left-sidebar .accordion-outer .accordion-item .accordion-header .acoordion-icon span {
	width: 100%;
	height: 2px;
	background: #F2F2F7;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.sports-main .sports-main-outer .sports-left-sidebar .accordion-outer .accordion-item .accordion-header .acoordion-icon span:nth-child(2) {
	rotate: 90deg;
	left: -1px;
	top: 5px;
}
.sports-main .sports-main-outer .sports-left-sidebar .accordion-outer .accordion-item .accordion-content {
	display: none;
	padding: 0px;
	overflow: hidden;
	transition: max-height 0.3s ease;
}
.sports-main .sports-main-outer .sports-left-sidebar .accordion-outer .accordion-item .accordion-content .accordion-filter {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 7px;
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px solid #4E545D;
}
.sports-main .sports-main-outer .sports-left-sidebar .accordion-outer .accordion-item .accordion-content .accordion-filter .filters {
	cursor: pointer;
	color: #878A90;
	font-size: 11px;
	display: inline-flex;
	gap: 5px;
}
.sports-main .sports-main-outer .sports-left-sidebar .accordion-outer .accordion-item .accordion-content .accordion-filter .filters span {
	display: grid;
	align-items: center;
}
.sports-main .sports-main-outer .sports-left-sidebar .accordion-outer .accordion-item .accordion-content .accordion-filter .filters span path {
	fill: #878A90;
}
.sports-main .sports-main-outer .sports-left-sidebar .accordion-outer .accordion-item .accordion-content .accordion-filter .active {
	color: #F2F2F7;
}
.sports-main .sports-main-outer .sports-left-sidebar .accordion-outer .accordion-item .accordion-content .accordion-filter .active span path {
	fill: #F2F2F7;
}
.sports-main .sports-main-outer .sports-left-sidebar .accordion-outer .accordion-item.active .accordion-header .acoordion-icon span:nth-child(2) {
	opacity: 0;
}
.sports-main .sports-main-outer .sports-left-sidebar .accordion-outer .accordion-item.active .accordion-content {
	display: block;
}
.sports-main .sports-main-outer .sports-left-sidebar .country-info {
	padding-top: 14px;
}
.sports-main .sports-main-outer .sports-left-sidebar .country-info a {
	transition: 0.3s ease-in-out;
	text-decoration: none;
}
.sports-main .sports-main-outer .sports-left-sidebar .country-info .country-info-inner {
	display: grid;
	grid-template-columns: 85% auto;
	justify-content: space-between;
	padding: 6px 0;
}
.sports-main .sports-main-outer .sports-left-sidebar .country-info .country-info-inner .country-left {
	display: flex;
	gap: 10px;
}
.sports-main .sports-main-outer .sports-left-sidebar .country-info .country-info-inner .country-left .country-flag {
	display: flex;
	align-items: center;
}
.sports-main .sports-main-outer .sports-left-sidebar .country-info .country-info-inner .country-left .country-name {
	display: inline-block;
}
.sports-main .sports-main-outer .sports-left-sidebar .country-info .country-info-inner .country-left .country-name h3 {
	font-size: 14px;
	color: #F2F2F7;
	font-weight: 300;
}
.sports-main .sports-main-outer .sports-left-sidebar .country-info .country-info-inner .country-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sports-main .sports-main-outer .sports-left-sidebar .country-info .country-info-inner .country-right p {
	color: #878A90;
	font-weight: 300;
	font-size: 10px;
}
.sports-main .sports-main-outer .sports-outer-left {
	display: grid;
	grid-template-columns: 1fr 4fr;
	gap: 10px;
}
.sports-main .sports-main-outer .sports-left-sidebar {
	width: 100%;
	padding: 25px 0;
}
.sports-main .sports-center-content {
	overflow: hidden;
}
.sports-main .sports-center-content .game-filter-slider {
	padding-top: 20px;
}
.sports-main .sports-center-content .game-filter-slider .coupon-slider-wrapper {
	overflow: visible;
	padding-top: 0px;
}
.sports-main .sports-center-content .game-filter-slider .coupon-slider-wrapper .coupon-slider-overflow {
	grid-auto-columns: minmax(auto, auto);
	padding: 0;
}
.sports-main .sports-center-content .game-filter-slider .coupon-slider-wrapper .coupon-slider-overflow a {
	transition: 0.3s ease-in-out;
}
.sports-main .sports-center-content .game-filter-slider .coupon-slider-wrapper .coupon-slider-overflow a:hover .coupon-slider-item {
	background: var(--linear-gradient-secondary-color);
}
.sports-main .sports-center-content .game-filter-slider .coupon-slider-wrapper .coupon-slider-overflow .coupon-slider-item {
	width: max-content;
	padding: 4px 8px;
	background: #363A41;
}
.sports-main .sports-center-content .game-filter-slider .coupon-slider-wrapper .coupon-slider-overflow .coupon-slider-item .coupon-slider-content {
	display: flex;
	padding: 0px 0;
	align-items: center;
	padding: 0px 0;
	gap: 4px;
}
.sports-main .sports-center-content .game-filter-slider .coupon-slider-wrapper .coupon-slider-overflow .coupon-slider-item .coupon-slider-content img {
	width: 18px;
	filter: invert(1);
}
.sports-main .sports-center-content .game-filter-slider .coupon-slider-wrapper .coupon-slider-overflow .coupon-slider-item .coupon-slider-content p {
	padding-top: 0;
	font-size: 13px;
	color: var(--text-primary-color);
}
.sports-main .sports-center-content .coupon-previous-ico {
	display: none;
}
.sports-main .sports-center-content .coupon-next-ico {
	top: 60%;
	width: 22px;
	height: 22px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sports-main .sports-center-content .coupon-next-ico img {
	width: 4px;
	height: 6px;
}

.league-slider-main {
	width: 100%;
	position: relative;
	margin-top: 22px;
}
.league-slider-main .wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}
.league-slider-main .wrapper .league_slides-inner {
	display: flex;
	position: relative;
	top: 0;
	left: 0;
	width: max-content;
	gap: 10px;
}
.league-slider-main .wrapper .league_slides-inner .live-legaue-card {
	position: relative;
}
.league-slider-main .wrapper .league_slides-inner .live-legaue-card .live-card-inner {
	grid-template-columns: 1fr;
	height: 100%;
}
.league-slider-main .wrapper .league_slides-inner .live-legaue-card .live-card-inner .live-card-image {
	position: absolute;
	height: 100%;
	width: 100%;
}
.league-slider-main .wrapper .league_slides-inner .live-legaue-card .live-card-inner .live-card-image img {
	mix-blend-mode: luminosity;
	z-index: 1;
	position: relative;
}
.league-slider-main .wrapper .league_slides-inner .live-legaue-card .live-card-inner .live-card-image:before {
	content: "";
	background: linear-gradient(315deg, #8D54EB, #191F28);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.league-slider-main .wrapper .league_slides-inner .live-legaue-card .live-card-inner .live-card-image:after {
	content: "";
	background: #191F28;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 65%;
	z-index: 2;
}
.league-slider-main .wrapper .league_slides-inner .live-legaue-card .live-card-inner .live-card-content {
	padding: 20px;
}
.league-slider-main .wrapper .league_slides-inner .live-legaue-card .live-card-inner .live-card-content .league-title {
	display: grid;
	grid-template-columns: 2fr 1fr;
	padding: 0;
}
.league-slider-main .wrapper .league_slides-inner .live-legaue-card .live-card-inner .live-card-content .league-title .score_time {
	text-align: right;
	color: #F2F2F7;
	font-weight: 300;
	font-size: 12px;
}
.league-slider-main .wrapper .league_slides-inner .live-legaue-card .live-card-inner .live-card-content .league-title h6 {
	color: #F2F2F7;
	font-size: 14px;
}
.league-slider-main .wrapper .league_slides-inner .live-legaue-card .live-card-inner .live-card-content .league-title img {
	filter: invert(1);
	padding: 0;
}
.league-slider-main .wrapper .league_slides-inner .live-legaue-card .live-card-inner .live-card-content .team-info {
	display: flex;
	justify-content: space-between;
	padding: 10px 0 0;
}
.league-slider-main .wrapper .league_slides-inner .live-legaue-card .live-card-inner .live-card-content .team-info .team-info-inner {
	display: flex;
	align-items: center;
	gap: 8px;
}
.league-slider-main .wrapper .league_slides-inner .live-legaue-card .live-card-inner .live-card-content .team-info .team-info-inner .team-title h4 {
	color: #F2F2F7;
	font-size: 13px;
	font-weight: 300;
	white-space: nowrap;
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.league-slider-main .wrapper .league_slides-inner .live-legaue-card .live-card-inner .live-card-content .team-info .team-info-inner .team-shirt img {
	width: 28px;
	height: 28px;
	object-fit: cover;
}
.league-slider-main .wrapper .league_slides-inner .live-legaue-card .live-card-inner .live-card-content .team-info .divider {
	color: #F2F2F7;
}
.league-slider-main .wrapper .league_slides-inner .live-legaue-card .live-card-inner .live-card-content .betting-info-inner span {
	color: #F2F2F7;
}
.league-slider-main .wrapper .league_slides-inner.shifting {
	transition: left 0.2s ease-out;
}
.league-slider-main .wrapper .league-slide-item {
	width: calc(24rem - 4px);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* transition: all 1s; */
	position: relative;
	background: #FFCF47;
	border-radius: 5px;
	overflow: hidden;
}
.league-slider-main .wrapper .dots {
	display: none;
}
.league-slider-main .control {
	position: absolute;
	top: 50%;
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 50px;
	margin-top: -20px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.league-slider-main .prev,
.league-slider-main .next {
	background-size: 22px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.league-slider-main .prev {
	background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronLeft-512.png);
	left: 20px;
	display: none;
}
.league-slider-main .next {
	right: 0px;
}
.league-slider-main .next img {
	width: 4px;
	height: 6px;
}
.league-slider-main .prev:active,
.league-slider-main .next:active {
	transform: scale(0.8);
}

.live-bet-dashboard .bet-dashboard-top {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 32px;
	align-items: center;
}
.live-bet-dashboard .bet-dashboard-top .tab-pills button {
	padding: 10px 10px;
}
.live-bet-dashboard .dashboard-info-label h3 {
	color: #F2F2F7;
	font-size: 11px;
	font-weight: 300;
	text-transform: uppercase;
	display: flex;
}
.live-bet-dashboard .dashboard-info-label h3 span {
	display: flex;
	align-items: center;
}

.sidebar_mobile_1 {
	display: none;
}
.sidebar_mobile_1 .next {
	position: absolute;
	right: 25px;
	top: 90px;
	background: #fff;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	text-align: center;
	z-index: 5;
	line-height: 37px;
	rotate: 178deg;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sidebar_mobile_1 .next {
		height: 25px;
		width: 25px;
		top: 73px;
		line-height: 27px;
	}
}
.sidebar_mobile_1 .nav_icon {
	background: var(--background-secondary-color);
	padding: 13px 0px 0px 50px;
	border-top: 1px solid rgba(112, 112, 112, 0.0705882353);
	border-bottom: 1px solid rgba(112, 112, 112, 0.2);
	height: 52px;
}
@media screen and (min-width: 320px) and (max-width: 991px) {
	.sidebar_mobile_1 .nav_icon {
		background: var(--background-secondary-color);
		padding-left: 10px;
		padding-right: 10px;
		height: 38px;
		border-top: 0px;
		/* padding-top: 20px; */
	}
}

.sidebar_mobile_1 nav {
	overflow-x: scroll;
	height: 60px;
}

.sidebar_mobile_1 .nav_icon .nav-item.active svg.hover-img {
	display: block;
}
.sidebar_mobile_1 .nav_icon .nav-item.active svg.normal-img {
	display: none;
}
.sidebar_mobile_1 .nav_icon li.nav-item.active {
	position: relative;
}
.sidebar_mobile_1 .nav_icon li.nav-item.active::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -12px;
	height: 2px;
	width: 100%;
	background: linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	z-index: 55;
}
.sidebar_mobile_1 .nav_icon li.nav-item {
	height: 40px;
	width: 40px;
	position: relative;
}
@media screen and (min-width: 320px) and (max-width: 991px) {
	.sidebar_mobile_1 .nav_icon li.nav-item {
		height: 27px;
		width: 27px;
	}
}
.sidebar_mobile_1 .nav_icon li.nav-item img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.sidebar_mobile_1 .coupon-slider-content .hover-img {
	display: none;
}
@media screen and (min-width: 320px) and (max-width: 991px) {
	.sidebar_mobile_1 {
		display: block;
		position: relative;
		width: 100%;
		overflow: hidden;
		height: 44px;
		padding: 45px 0 18px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sidebar_mobile_1 {
		margin-bottom: 10px;
	}
}

.sidebar_mobile_1 .nav_icon nav ul {
	gap: 20px;
	display: grid;
	grid-auto-columns: minmax(50px, auto);
	grid-gap: 15px;
	grid-auto-flow: column;
}

.left-menu-wrap {
	position: fixed;
	top: 50px;
	z-index: 170;
}

/* Check if dir=ltr and set right: 0; */
html[dir="ltr"] .left-menu-wrap {
	left: 0;
	right: auto;
}

/* Fallback for other cases (e.g., dir="rtl") */
html[dir="rtl"] .left-menu-wrap {
	left: auto;
	right: 0;
}

.left-menu-wrap .sidebar.open {
	width: 160px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.left-menu-wrap .sidebar.open {
		width: 140px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.left-menu-wrap .sidebar.open {
		width: 130px;
	}
}
.left-menu-wrap .sidebar.open .toggle {
	cursor: pointer;
	position: absolute;
	top: 34px;
	right: 15px;
	font-size: 38px;
	line-height: 50%;
	text-align: center;
}
.left-menu-wrap .sidebar.open .toggle svg {
	transform: rotate(180deg);
}
.left-menu-wrap .sidebar.open .nav-title {
	opacity: 1;
	transition: 0.4s;
	transition-delay: 0.2s;
}
.left-menu-wrap .sidebar.open nav .nav-item span {
	opacity: 1;
	pointer-events: visible;
	transition: 0.4s;
	transition-delay: 0.2s;
	color: var(--text-secondary-color);
}
.left-menu-wrap .sidebar {
	width: 81px;
	height: 100vh;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	background: var(--background-secondary-color);
	box-shadow: 0 8px 32px rgb(2, 4, 24);
	border-right: 2px solid rgba(255, 255, 255, 0.09);
	transition: 0.4s ease-in-out;
	padding-top: 66px;
	overflow: hidden;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.left-menu-wrap .sidebar {
		width: 60px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.left-menu-wrap .sidebar {
		width: 58px;
	}
}
@media screen and (min-width: 320px) and (max-width: 991px) {
	.left-menu-wrap .sidebar {
		display: none;
	}
}
.left-menu-wrap .sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
.left-menu-wrap .sidebar .toggle {
	cursor: pointer;
	position: absolute;
	top: 34px;
	right: 33px;
	font-size: 38px;
	line-height: 50%;
	text-align: center;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.left-menu-wrap .sidebar .toggle {
		right: 17px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.left-menu-wrap .sidebar .toggle {
		right: 15px;
	}
}
.left-menu-wrap .sidebar .toggle svg {
	transition: 0.4s linear;
}
.left-menu-wrap .sidebar nav {
	padding: 0 25px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 85vh;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.left-menu-wrap .sidebar nav {
		padding: 0 18px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.left-menu-wrap .sidebar nav {
		padding: 0 14px;
	}
}
.left-menu-wrap .sidebar nav .nav-item.active {
	position: relative;
}
.left-menu-wrap .sidebar nav .nav-item.active span {
	color: var(--text-primary-color);
}
.left-menu-wrap .sidebar nav .nav-item.active::after {
	position: absolute;
	content: "";
	right: -27px;
	top: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
}
html[dir="rtl"] .left-menu-wrap .sidebar nav .nav-item.active::after {
	right: unset;
	left: -27px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.left-menu-wrap .sidebar nav .nav-item.active::after {
		right: -20px;
	}
	html[dir="rtl"] .left-menu-wrap .sidebar nav .nav-item.active::after {
		right: unset;
		left: -20px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.left-menu-wrap .sidebar nav .nav-item.active::after {
		right: -16px;
	}
	html[dir="rtl"] .left-menu-wrap .sidebar nav .nav-item.active::after {
		right: unset;
		left: -16px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.left-menu-wrap .sidebar nav .nav-item.active::after {
		right: -26px;
	}
}
@media only screen and (max-width: 768px) {
	.left-menu-wrap .sidebar nav .nav-item.active::after {
		right: 24px;
	}
}
.left-menu-wrap .sidebar nav .nav-item {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-radius: 4px;
	width: 100%;
	height: 50px;
	margin: 8px 0;
	color: var(--text-primary-color);
	transition: 0.3s;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.left-menu-wrap .sidebar nav .nav-item {
		height: 40px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.left-menu-wrap .sidebar nav .nav-item {
		margin: 2px 0;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.left-menu-wrap .sidebar nav .nav-item {
		height: 40px;
	}
}
.left-menu-wrap .sidebar nav .nav-item .coupon-slider-content svg {
	height: 25px;
	max-width: 25px;
}
.left-menu-wrap .sidebar nav .nav-item .coupon-slider-content .hover-img {
	display: none;
}
.left-menu-wrap .sidebar nav .nav-item.active .normal-img {
	display: none;
}
.left-menu-wrap .sidebar nav .nav-item.active .hover-img {
	display: block;
}
.left-menu-wrap .sidebar nav .nav-item span {
	font-size: 12px;
	line-height: 18px;
	margin-left: 10px;
	opacity: 0;
	pointer-events: none;
}

html[dir="rtl"] .left-menu-wrap .sidebar nav .nav-item span {
	margin-left: unset;
	margin-right: 10px;
}


.left-menu-wrap .sidebar .nav-title {
	color: var(--text-primary-color);
	margin: 40px 0 18px;
	pointer-events: none;
	opacity: 0;
}

.sports-main-wrap .sports-wrap {
	display: grid;
	grid-template-columns: 21% 59% 16%;
	gap: 2%;
	padding: 80px 0 40px;
}
.sports-main-wrap .sports-wrap.competitions {
	display: grid;
	grid-template-columns: 21% 48% 27%;
	gap: 2%;
	padding: 96px 0 40px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap.competitions {
		padding: 80px 0 10px;
		grid-template-columns: 20% 60% 16%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap.competitions {
		grid-template-columns: 100%;
		padding: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap.competitions {
		grid-template-columns: 100%;
		padding: 2px 0 40px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap {
		padding: 80px 0 10px;
		grid-template-columns: 20% 60% 16%;
	}
}
@media screen and (min-width: 320px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap {
		grid-template-columns: 100%;
		padding: 2px 0 40px;
	}
}
.sports-main-wrap .sports-wrap .left_filter_wrap {
	position: relative;
	padding-left: 70px;
}

html[dir="rtl"] .sports-main-wrap .sports-wrap .left_filter_wrap  {
	padding-left: unset;
	padding-right: 70px;
}

@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap {
		padding-left: 54px;
	}

	html[dir="rtl"] .sports-main-wrap .sports-wrap .left_filter_wrap  {
		padding-left: unset;
		padding-right: 54px;
	}

}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap {
		padding-left: 55px;
	}

	html[dir="rtl"] .sports-main-wrap .sports-wrap .left_filter_wrap  {
		padding-left: unset;
		padding-right: 55px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap {
		padding-left: 28px;
	}

	html[dir="rtl"] .sports-main-wrap .sports-wrap .left_filter_wrap  {
		padding-left: unset;
		padding-right: 28px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap {
		padding-left: 28px;
	}

	html[dir="rtl"] .sports-main-wrap .sports-wrap .left_filter_wrap  {
		padding-left: unset;
		padding-right: 28px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap {
		display: none;
	}
}
.sports-main-wrap .sports-wrap .left_filter_wrap .top_filter_button {
	position: relative;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .top_filter_button ul {
	justify-content: flex-start;
	align-items: center;
	display: grid;
	grid-auto-columns: 32% 32% 32%;
	grid-gap: 2%;
	grid-auto-flow: column;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .top_filter_button ul {
		grid-auto-columns: 29% 29% 38%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .top_filter_button ul {
		grid-auto-columns: 29% 29% 38%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .top_filter_button ul {
		display: block;
	}
}
.sports-main-wrap .sports-wrap .left_filter_wrap .top_filter_button ul li {
	width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .top_filter_button ul li {
		width: 100%;
		margin-bottom: 5px;
	}
}
.sports-main-wrap .sports-wrap .left_filter_wrap .top_filter_button ul li .btn {
	color: var(--text-secondary-color);
	background: transparent;
	font-size: 12px;
	font-weight: 400;
	border: 1px solid var(--background-third-color);
	border-radius: 0px;
	padding: 13px 0px;
	text-decoration: none;
	display: inline-flex;
	text-align: center;
	width: 100%;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .top_filter_button ul li .btn {
		padding: 10px 0px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .top_filter_button ul li .btn {
		padding: 10px 0px;
		font-size: 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .top_filter_button ul li .btn {
		border-radius: 5px;
	}
}
.sports-main-wrap .sports-wrap .left_filter_wrap .top_filter_button ul li .btn:hover {
	background: var(--background-third-color);
	color: var(--text-primary-color);
	border-color: var(--background-third-color);
	font-weight: 500;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .top_filter_button ul li .left_btn {
	border-radius: 5px 0 0 5px !important;
}

html[dir="rtl"] .sports-main-wrap .sports-wrap .left_filter_wrap .top_filter_button ul li .left_btn {
	border-radius: 0 5px 5px 0 !important;
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .top_filter_button ul li .left_btn {
		border-radius: 5px !important;
	}
}
.sports-main-wrap .sports-wrap .left_filter_wrap .top_filter_button ul li .right_btn {
	border-radius: 0 5px 5px 0 !important;
}

html[dir="rtl"] .sports-main-wrap .sports-wrap .left_filter_wrap .top_filter_button ul li .right_btn {
	border-radius: 5px 0 0 5px !important;
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .top_filter_button ul li .right_btn {
		border-radius: 5px !important;
	}
}
.sports-main-wrap .sports-wrap .left_filter_wrap .top_filter_button ul li .active {
	background: var(--background-third-color);
	color: var(--text-primary-color);
	border-color: var(--background-third-color);
	font-weight: 500;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .leagues {
	position: relative;
	margin-top: 22px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .leagues {
		margin-top: 10px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .leagues {
		margin-top: 10px;
	}
}
.sports-main-wrap .sports-wrap .left_filter_wrap .leagues ul {
	display: flex;
	justify-content: left;
	align-items: center;
	border-bottom: 1px solid var(--background-third-color);
}
.sports-main-wrap .sports-wrap .left_filter_wrap .leagues ul li.active {
	position: relative;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .leagues ul li.active .regions {
	color: var(--text-primary-color);
	font-weight: 600;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .leagues ul li.active .regions:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 66%);
}
.sports-main-wrap .sports-wrap .left_filter_wrap .leagues ul li .regions {
	color: var(--text-secondary-color);
	text-decoration: none;
	font-size: 14px;
	padding: 10px 10px;
	display: block;
	position: relative;
	font-weight: 400;
	transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .leagues ul li .regions {
		font-size: 13px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .leagues ul li .regions {
		font-size: 13px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .leagues ul li .regions {
		font-size: 12px;
		padding: 8px 5px;
	}
}
.sports-main-wrap .sports-wrap .left_filter_wrap .leagues ul li .regions:hover {
	color: var(--text-primary-color);
	font-weight: 500;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .popular_za {
	position: relative;
	padding: 20px 0 10px;
	border-bottom: 1px solid #353A42;
	margin-bottom: 5px;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .popular_za ul {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 30px;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .popular_za ul li {
	position: relative;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .popular_za ul li.active {
	position: relative;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .popular_za ul li.active a {
	color: #fff;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .popular_za ul li a {
	font-size: 12px;
	font-weight: 500;
	color: #848484;
	display: block;
	text-decoration: none;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .popular_za ul li a {
		font-size: 10px;
	}
}
.sports-main-wrap .sports-wrap .left_filter_wrap .popular_za ul li a img {
	width: 12px;
	padding-left: 5px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .popular_za ul li a img {
		padding-left: 2px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .popular_za ul li a img {
		padding-left: 2px;
	}
}
.sports-main-wrap .sports-wrap .left_filter_wrap .accordion_popular_country {
	position: relative;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .accordion_popular_country .accordion_p_c {
	position: relative;
	height: 790px;
	overflow-y: scroll;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .accordion_popular_country .accordion_p_c {
		height: 630px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .accordion_popular_country .accordion_p_c {
		height: 570px;
	}
}
.sports-main-wrap .sports-wrap .left_filter_wrap .accordion_popular_country .accordion_p_c .accordion-section_p_c {
	margin-bottom: 5px;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c {
	display: block;
	background-color: transparent;
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #353A42;
	position: relative;
}
/* .sports-main-wrap .sports-wrap .left_filter_wrap .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c:after {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	background-image: url(../images/plus-ico_flag.svg);
	background-repeat: no-repeat;
	background-position: center center;
	right: 10px;
	top: 50%;
	transform: translatey(-50%);
	filter: brightness(0.6);
} */
.sports-main-wrap .sports-wrap .left_filter_wrap .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c a {
	text-decoration: none;
	display: block;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c a .country-info-inner {
	display: flex;
	gap: 10px;
	align-items: center;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c a .country-info-inner .country-flag {
	width: 14px;
	height: 14px;
	position: relative;
	/* top: 4px; */
	display: flex;
	align-items: center;
	overflow: hidden;
	border-radius: 50%;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c a .country-info-inner .country-flag {
		height: 15px;
		width: 15px;
	}
}
.sports-main-wrap .sports-wrap .left_filter_wrap .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c a .country-info-inner .country-flag img {
	object-fit: cover;
	width: 14px;
	height: 24px;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c a .country-info-inner .country-name {
	font-size: 14px;
	color: var(--text-secondary-color);
	text-decoration: none;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .left_filter_wrap .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c a .country-info-inner .country-name {
		font-size: 12px;
	}
}
.sports-main-wrap .sports-wrap .left_filter_wrap .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-content_p_c {
	display: none;
	padding: 10px;
	background: var(--selector-background-color);
	color: var(--text-primary-color);
	font-size: 12px;
}
.sports-main-wrap .sports-wrap .highlights-left {
	height: 924px;
	width: 100%;
	overflow-y: scroll;
	/* overflow-x: hidden; */
	/* width */
	/* Track */
	/* Handle */
	/* Handle on hover */
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left {
		height: 85vh;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left {
		height: 85vh;
	}
}
@media screen and (min-width: 320px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left {
		height: 100%;
		overflow-y: scroll;
	}
}
/* .sports-main-wrap .sports-wrap .highlights-left::-webkit-scrollbar {
	width: 0px;
}
.sports-main-wrap .sports-wrap .highlights-left::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0px grey;
	border-radius: 10px;
}
.sports-main-wrap .sports-wrap .highlights-left::-webkit-scrollbar-thumb {
	background: transparent;
	border-radius: 2px;
	width: 2px;
	height: 2px;
}
.sports-main-wrap .sports-wrap .highlights-left::-webkit-scrollbar-thumb:hover {
	background: transparent;
	height: 2px;
} */

@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .coupons-section-outer {
		padding: 0;
	}
}

.sports-main-wrap .sports-wrap .coupons-section-outer .coupon-section-header .tab {
	border-bottom: 1px solid var(--background-third-color);
	margin-bottom: 22px;
	display: flex;
	gap: 20px;
	width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .coupons-section-outer .coupon-section-header .tab {
		gap: 12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .coupons-section-outer .coupon-section-header .tab {
		gap: 9px;
	}
}
.sports-main-wrap .sports-wrap .coupons-section-outer .coupon-section-header .tab .tablinks {
	color: var(--text-secondary-color);
	font-size: 14px;
	padding: 5px 10px;
	position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .coupons-section-outer .coupon-section-header .tab .tablinks {
		padding: 9px 6px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .coupons-section-outer .coupon-section-header .tab .tablinks {
		padding: 5px 2px;
		font-size: 13px;
	}
}
.sports-main-wrap .sports-wrap .coupons-section-outer .coupon-section-header .tab .tablinks.active {
	color: var(--text-primary-color);
	position: relative;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .coupon-section-header .tab .tablinks.active:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -1px;
	left: 0;
	background: linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	z-index: 5;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .coupon-section-header .show-coupons-btn {
	text-align: right;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .coupon-section-header .show-coupons-btn a {
	font-size: 12px;
	width: auto;
	padding: 6px 19px;
	border: 1px solid var(--background-third-color);
	font-weight: 300;
	text-transform: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .coupons-section-outer .coupon-section-header .show-coupons-btn a {
		font-size: 10px;
		/* padding: 7px 6px; */
	}
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon {
	border-radius: 5px;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon {
	/* max-height: 78vh; */
	overflow: unset;
}
/* @media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon {
		max-height: 100%;
	}
} */
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon {
	/* padding: 15px 0; */
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon:nth-child(1) {
	padding-top: 0;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-header-coupon {
	cursor: pointer;
	color: #63A246;
	position: relative;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-header-coupon .coupon-country {
	display: flex;
	align-items: center;
	gap: 10px;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-header-coupon .coupon-country h6 {
	color: var(--text-primary-color);
	font-weight: 400;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-header-coupon .coupon-country h6 {
		font-size: 18px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-header-coupon .coupon-country h6 {
		font-size: 18px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-header-coupon .coupon-country h6 {
		font-size: 17px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-header-coupon .coupon-country h6 {
		font-size: 16px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-header-coupon .coupon-country h6 {
		font-size: 14px;
	}
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon {
	display: block;
	padding: 0px;
	transition: max-height 0.3s ease;
	overflow: hidden;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content {
	position: relative;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner {
	position: relative;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
	padding-top: 5px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes {
		grid-template-columns: 1fr;
	}
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .active {
	background: #F2F2F7 !important;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .active label {
	color: #0C131A !important;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .active label:before {
	border: 1px solid #202833 !important;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .active label:after {
	box-shadow: 2px 0 0 #202833, 4px 0 0 #202833, 4px -2px 0 #202833, 4px -4px 0 #202833, 4px -6px 0 #202833, 4px -8px 0 #202833 !important;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .active input:checked + label:after {
	box-shadow: 2px 0 0 #202833, 4px 0 0 #202833, 4px -2px 0 #202833, 4px -4px 0 #202833, 4px -6px 0 #202833, 4px -8px 0 #202833 !important;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .coupon-checkbox-outer {
	padding: 10px;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	background: var(--selector-background-color);
	border-radius: 5px;
	transition: 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
	.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .coupon-checkbox-outer:hover {
		background: #F2F2F7;
	}
	.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .coupon-checkbox-outer:hover label {
		color: #0C131A;
	}
	.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .coupon-checkbox-outer:hover label:before {
		content: "";
		margin-right: 0px;
		display: inline-block;
		vertical-align: text-top;
		width: 16px;
		height: 16px;
		background: transparent;
		border: 1px solid #202833;
		border-radius: 3px;
		margin-top: 3px;
	}
	.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .coupon-checkbox-outer:hover input:checked + label:after {
		content: "";
		position: absolute;
		left: 3px;
		top: 10px;
		width: 2px;
		height: 2px;
		box-shadow: 2px 0 0 #202833, 4px 0 0 #202833, 4px -2px 0 #202833, 4px -4px 0 #202833, 4px -6px 0 #202833, 4px -8px 0 #202833;
		transform: rotate(45deg);
	}
}

.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .coupon-checkbox-outer input[type=checkbox] {
	appearance: checkbox !important;
	margin-top: 4px;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .coupon-checkbox-outer label {
	color: var(--text-primary-color);
	font-weight: 300;
	width: 100%;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .coupon-checkbox-outer label a {
	color: var(--text-primary-color);
	text-decoration: none;
	font-weight: 300;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .coupon-checkbox-outer p {
	width: 95%;
	font-size: 13px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .coupon-checkbox-outer p {
		font-size: 12px;
	}
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .coupon-checkbox-outer input {
	position: absolute;
	opacity: 0;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .coupon-checkbox-outer input + label {
	position: relative;
	cursor: pointer;
	padding: 0;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .coupon-checkbox-outer input + label:before {
	content: "";
	margin-right: 0px;
	display: inline-block;
	vertical-align: text-top;
	width: 16px;
	height: 16px;
	background: transparent;
	border: 1px solid var(--text-primary-color);
	border-radius: 3px;
	margin-top: 3px;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .coupon-checkbox-outer input:hover + label:before {
	background: transparent;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .coupon-checkbox-outer input:focus + label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .coupon-checkbox-outer input:checked + label:before {
	background: transparent;
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .coupon-checkbox-outer input:checked + label:after {
	content: "";
	position: absolute;
	left: 3px;
	top: 50%;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 var(--linear-gradient-secondary-color), 4px 0 0 var(--linear-gradient-secondary-color), 4px -2px 0 var(--linear-gradient-secondary-color), 4px -4px 0 var(--linear-gradient-secondary-color), 4px -6px 0 var(--linear-gradient-secondary-color), 4px -8px 0 var(--linear-gradient-secondary-color);
	transform: rotate(45deg);
}
.sports-main-wrap .sports-wrap .coupons-section-outer .accordion-outer-coupon .accordion-coupon .accordion-item-coupon .accordion-content-coupon .coupon-section-content .coupon-section-inner .coupon-checkboxes .coupon-checkbox-outer input:checked + input {
	background: var(--linear-gradient-secondary-color);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .live-right {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .live-right {
		display: none;
	}
}
.sports-main-wrap .sports-wrap .live-right .filter {
	grid-auto-columns: 1fr auto;
	grid-auto-flow: column;
	display: grid;
	grid-template-columns: 49% 49%;
	gap: 2%;
	margin-bottom: 25px;
}
.sports-main-wrap .sports-wrap .live-right .filter .upcoming {
	background: transparent;
	border: 1px solid #363a41;
	color: #848484;
	text-align: center;
	border-radius: 5px 0 0 5px;
	padding: 11px 5px;
	cursor: pointer;
	transition: all 0.5s;
	font-size: 14px;
	font-weight: 300;
	transition: all 0.5s;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .live-right .filter .upcoming {
		font-size: 13px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .live-right .filter .upcoming {
		font-size: 13px;
		padding: 10px 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .live-right .filter .upcoming {
		font-size: 10px;
		padding: 8px 0px;
	}
}
.sports-main-wrap .sports-wrap .live-right .filter .upcoming:hover {
	background: #353A42;
	color: #F2F2F7;
	font-weight: 400;
}
.sports-main-wrap .sports-wrap .live-right .filter .upcoming.active {
	background: #353A42;
	font-weight: 400;
	color: #F2F2F7;
}
.sports-main-wrap .sports-wrap .live-right .filter .promotions {
	background: transparent;
	border: 1px solid #363a41;
	color: #848484;
	text-align: center;
	border-radius: 0px 5px 5px 0px;
	padding: 11px 5px;
	cursor: pointer;
	transition: all 0.5s;
	font-size: 14px;
	transition: all 0.5s;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .live-right .filter .promotions {
		font-size: 13px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .live-right .filter .promotions {
		font-size: 13px;
		padding: 10px 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .live-right .filter .promotions {
		font-size: 10px;
		padding: 9px 0px;
	}
}
.sports-main-wrap .sports-wrap .live-right .filter .promotions:hover {
	background: #353A42;
	color: #F2F2F7;
	font-weight: 400;
}
.sports-main-wrap .sports-wrap .live-right .filter .promotions.active {
	background: #353A42;
	color: #F2F2F7;
	font-weight: 400;
}
.sports-main-wrap .sports-wrap .live-right .competition_wrap {
	position: relative;
	height: 870px;
	overflow: auto;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .live-right .competition_wrap {
		height: 780px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .live-right .competition_wrap {
		height: 700px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .live-right .competition_wrap {
		height: 680px;
	}
}
.sports-main-wrap .sports-wrap .live-right .live_competitions_card {
	position: relative;
	margin-bottom: 12px;
}
.sports-main-wrap .sports-wrap .live-right .live_competitions_card .card {
	justify-content: flex-start;
	align-items: center;
	display: grid;
	grid-auto-columns: 40% 58%;
	grid-gap: 2%;
	grid-auto-flow: column;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .live-right .live_competitions_card .card {
		grid-auto-columns: 100%;
		grid-gap: 0%;
	}
}
.sports-main-wrap .sports-wrap .live-right .live_competitions_card .card .image {
	width: 100%;
	height: 150px;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
	position: relative;
	background: rgb(227, 130, 188);
	background: linear-gradient(130deg, #e382bc 0%, #8d54eb 100%);
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .live-right .live_competitions_card .card .image {
		height: 130px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .live-right .live_competitions_card .card .image {
		height: 120px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .live-right .live_competitions_card .card .image {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		opacity: 0.3;
	}
}
.sports-main-wrap .sports-wrap .live-right .live_competitions_card .card .image img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	mix-blend-mode: luminosity;
	left: 0;
	bottom: 0;
	right: 0;
}
.sports-main-wrap .sports-wrap .live-right .live_competitions_card .card .content {
	position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .live-right .live_competitions_card .card .content {
		padding: 10px;
	}
}
.sports-main-wrap .sports-wrap .live-right .live_competitions_card .card .content .title {
	font-size: 16px;
	line-height: 22px;
	color: #F2F2F7;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .live-right .live_competitions_card .card .content .title {
		font-size: 14px;
		line-height: 18px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .live-right .live_competitions_card .card .content .title {
		font-size: 14px;
	}
}
.sports-main-wrap .sports-wrap .live-right .live_competitions_card .card .content .info {
	font-size: 12px;
	line-height: 18px;
	color: #F2F2F7;
	margin-top: 5px;
}
.sports-main-wrap .sports-wrap .live-right .live_competitions_card .card .content .cta {
	position: relative;
	margin-top: 10px;
}
.sports-main-wrap .sports-wrap .live-right .live_competitions_card .card .content .cta a {
	font-size: 13px;
	text-transform: uppercase;
	color: #F2F2F7;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.5s;
}
.sports-main-wrap .sports-wrap .live-right .live_competitions_card .card .content .cta a:hover img {
	transform: rotate(-45deg);
	transition: all 0.5s;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .live-right .live_competitions_card .card .content .cta a {
		font-size: 11px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .live-right .live_competitions_card .card .content .cta a {
		font-size: 10px;
	}
}
.sports-main-wrap .sports-wrap .live-right .live-card-inner {
	background: transparent;
	display: grid;
	grid-template-columns: 0.5fr 1fr;
	border-radius: 5px;
	overflow: hidden;
	height: max-content;
	transition: all 0.5s;
	cursor: pointer;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.sports-main-wrap .sports-wrap .live-right .live-card-inner {
		grid-template-columns: 0.7fr 1fr;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .live-right .live-card-inner {
		height: 165px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .live-right .live-card-inner {
		grid-template-columns: 100%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .live-right .live-card-inner {
		grid-template-columns: 100%;
	}
}
.sports-main-wrap .sports-wrap .live-right .live-card-inner .live-card-image {
	height: 82%;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .live-right .live-card-inner .live-card-image {
		height: 100%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .live-right .live-card-inner .live-card-image {
		height: 100%;
	}
}
.sports-main-wrap .sports-wrap .live-right .live-card-inner .live-card-content {
	padding: 0px 8px 5px;
	z-index: 10;
	display: block;
	background: transparent;
	border: 1px solid transparent;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .live-right .live-card-inner .live-card-content {
		padding: 0px 0 0 12px;
		gap: 10px;
		display: block;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .live-right .live-card-inner .live-card-content {
		padding: 15px 11px;
		gap: 8px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .live-right .live-card-inner .live-card-content {
		padding: 12px 10px;
		gap: 6px;
	}
}
.sports-main-wrap .sports-wrap .live-right .live-card-inner .live-card-content .right .league-subtitle {
	font-size: 12px;
	color: #fff;
	font-weight: 300;
	padding-top: 5px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 6px;
}
.sports-main-wrap .sports-wrap .live-right .live-card-inner .live-card-content .right .league-subtitle .icon {
	padding-top: 0px;
	height: 14px;
	width: 14px;
	overflow: hidden;
	position: relative;
}
.sports-main-wrap .sports-wrap .live-right .live-card-inner .live-card-content .right .league-subtitle .icon img {
	height: 100%;
	width: 100%;
}
.sports-main-wrap .sports-wrap .live-right .live-card-inner .live-card-content .league-title .title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	padding-top: 6px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .live-right .live-card-inner .live-card-content .league-title .title {
		font-size: 14px;
		line-height: 17px;
		padding-top: 3px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .live-right .live-card-inner .live-card-content .league-title .title {
		font-size: 14px;
		list-style: 19px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .live-right .live-card-inner .live-card-content .league-title .title {
		font-size: 13px;
		line-height: 18px;
	}
}
.sports-main-wrap .sports-wrap .live-right .live-card-inner .live-card-content .live-match-info {
	padding: 4px 0 10px;
}
.sports-main-wrap .sports-wrap .live-right .live-card-inner .live-card-content .live-match-info p {
	font-size: 12px;
	color: #F2F2F7;
	padding: 2px 0;
	font-weight: 300;
}
.sports-main-wrap .sports-wrap .live-right .live-card-inner .live-card-content .betting-info-main h6 {
	font-size: 12px;
	display: inline-block;
	font-weight: 300;
	color: #fff;
	background: #353A42;
	padding: 6px 17px;
	border-radius: 5px;
	transition: all 0.5s;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .live-right .live-card-inner .live-card-content .betting-info-main h6 {
		font-size: 12px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .live-right .live-card-inner .live-card-content .betting-info-main h6 {
		font-size: 12px;
		background: #F2F2F7;
		color: #191F28;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .live-right .live-card-inner .live-card-content .betting-info-main h6 {
		font-size: 11px;
		background: #F2F2F7;
		color: #191F28;
		padding: 2px 6px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .all-promotions {
	display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .all-promotions {
		display: block;
		border-bottom: 1px solid #353A42;
		margin-bottom: 10px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .all-promotions ul {
	gap: 20px;
	text-align: center;
	justify-content: start;
	align-items: center;
	display: grid;
	grid-auto-columns: minmax(auto, auto);
	grid-gap: 5px;
	grid-auto-flow: column;
}
.sports-main-wrap .sports-wrap .highlights-left .all-promotions ul li.active {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .all-promotions ul li.active a {
	font-weight: 500;
	color: #F2F2F7;
}
.sports-main-wrap .sports-wrap .highlights-left .all-promotions ul li.active::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: linear-gradient(#e382bc 0%, #8d54eb 100%);
}
.sports-main-wrap .sports-wrap .highlights-left .all-promotions ul li {
	position: relative;
	width: max-content;
	margin-right: 10px;
}
.sports-main-wrap .sports-wrap .highlights-left .all-promotions ul li a {
	font-size: 17px;
	color: #848484;
	text-decoration: none;
	position: relative;
	padding: 8px 8px;
	display: block;
	font-weight: 200;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .all-promotions ul li a {
		font-size: 13px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .filter_mobile {
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .filter_mobile {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .filter_mobile {
		display: block;
		grid-auto-columns: minmax(auto, auto);
		grid-gap: 5px;
		grid-auto-flow: column;
		display: grid;
		grid-template-columns: 49% 49%;
		gap: 1.2%;
		margin-bottom: 12px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .filter_mobile .upcoming {
	width: 80%;
	background: #353A42;
	border: 1px solid #363a41;
	color: #fff;
	text-align: center;
	border-radius: 5px 0 0 5px;
	padding: 11px 30px;
	cursor: pointer;
	transition: all 0.5s;
	font-size: 14px;
	font-weight: 400;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .filter_mobile .upcoming {
		width: auto;
		padding: 10px 5px;
		font-size: 13px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .filter_mobile .promotions {
	background: transparent;
	width: 80%;
	border: 1px solid #363a41;
	color: #848484;
	text-align: center;
	border-radius: 0px 5px 5px 0px;
	padding: 11px 30px;
	cursor: pointer;
	transition: all 0.5s;
	font-size: 14px;
	font-weight: 400;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .filter_mobile .promotions {
		width: auto;
		padding: 10px 5px;
		font-size: 13px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content {
	padding-left: 0px;
}

.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard {
	padding-bottom: 20px;
	padding-top: 8px;
	min-height: 600px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard {
		padding-bottom: 0px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .competition-title {
	position: relative;
	display: grid;
	grid-template-columns: 4% 26% 32% 32%;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--background-third-color);
	margin-bottom: 15px;
}

.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .competition-title h6 {
	font-size: 20px;
	font-weight: 400;
	color: var(--text-primary-color);
	padding-left: 8px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .competition-title .primary-overview-market-selector {
	color: var(--text-primary-color);
	align-self: end;
	font-size: 12px;
}

.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .competition-title .secondary-overview-market-selector {
	color: var(--text-primary-color);
	align-self: end;
	font-size: 12px;
}

@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .competition-title h6 {
		font-size: 18px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .competition-title h6 {
		font-size: 17px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .competition-title h6 {
		font-size: 16px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .competition-title h6 {
		font-size: 18px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .competition-title {
		position: relative;
		grid-template-columns: 8% 50% 40%;
		justify-content: flex-start;
		align-items: center;
		padding-bottom: 8px;
		border-bottom: 1px solid var(--background-third-color);
		margin-bottom: 15px;

	}
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard {
		padding-top: 0px;
	}

	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .competition-title h6 {
		font-size: 14px;
	}

	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .competition-title .secondary-overview-market-selector {
	 display: none;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top {
	display: grid;
	grid-template-columns: 30% 30% 44%;
	gap: 1%;
	align-items: center;
	position: relative;
	padding-bottom: 12px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top {
		padding-bottom: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top {
		grid-template-columns: 1.5fr 1fr;
		row-gap: 20px;
		padding-bottom: 5px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top .tabing-dashboard {
	position: relative;
	padding-bottom: 15px;
}

.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top .tabing-dashboard .game_date {
	font-size: 14px;
	color: var(--text-primary-color);
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top .tabing-dashboard .game_date {
		font-size: 12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top .tabing-dashboard .game_date {
		font-size: 12px;
		padding-top: 10px;
		padding-inline-start: 8px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top .full-title {
	position: relative;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top .full-title {
		display: none;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top .full-title p {
	font-size: 12px;
	color: #F2F2F7;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top .full-title p {
		font-size: 12px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top .match-title {
	position: relative;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top .match-title {
		display: none;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top .match-title p {
	font-size: 12px;
	color: #F2F2F7;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top .tab-pills button {
	padding: 6px 10px;
	font-size: 14px;
	color: #F2F2F7;
	background: #363A41;
	border-radius: 3px;
	width: 95px;
	font-weight: 300;
	transition: 0.3s ease-in-out;
	margin-right: 5px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top .tab-pills button:hover {
	background: #8D54EB;
	cursor: pointer;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top .tab-pills button {
		width: 85px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top .tab-pills button {
		width: auto;
		padding: 6px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top .tab-pills button {
		width: auto;
		padding: 6px;
		margin-right: 2px;
		font-size: 12px;
	}
}
@media screen and (max-width: 1281px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top .tab-pills button {
		width: auto;
		padding: 6px;
		font-size: 12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top .tab-pills button {
		width: 95px;
		height: 34px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .bet-dashboard-top .tab-pills .active {
	background: #8D54EB;
	font-weight: bold;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .dashboard-info-label h3 {
	color: #F2F2F7;
	font-size: 11px;
	font-weight: 300;
	text-transform: uppercase;
	display: flex;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .dashboard-info-label h3 span {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .match-goals {
		display: none;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info {
	max-height: 62vh;
	/* overflow: auto; */
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info {
		max-height: 54vh;
	}
}
@media screen and (max-width: 1281px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info {
		max-height: 51vh;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info {
		max-height: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info {
		max-height: 100%;
	}
}
/* .sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info::-webkit-scrollbar {
	width: 0px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info::-webkit-scrollbar-track {
	background-color: #4E545D;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info::-webkit-scrollbar-thumb {
	background-color: #878A90;
	border-radius: 5pxh;
} */
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .highlight-live .live-info-outer .live-info-inner .highlight svg path {
	fill: var(--linear-gradient-secondary-color);
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .highlight-live .live-info-outer .live-info-inner .star-ico {
	cursor: pointer;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .highlight-live .live-info-outer .live-info-inner .star-ico:hover svg path {
	fill: var(--linear-gradient-secondary-color);
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .highlight-live .live-info-outer .live-info-inner .live-teams {
	grid-template-columns: 6% 14% auto;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .highlight-live .live-info-outer .live-info-inner .live-teams {
		grid-template-columns: 6% 18% auto;
	}
}
@media screen and (max-width: 1281px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .highlight-live .live-info-outer .live-info-inner .live-teams {
		grid-template-columns: 6% 20% auto;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .highlight-live .live-info-outer .live-info-inner .live-teams {
		grid-template-columns: 6% auto;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .highlight-live .live-info-outer .live-info-inner .live-teams .team-name .team-inner {
	align-items: center;
	gap: 5px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .highlight-live .live-info-outer .live-info-inner .live-teams .team-name .team-inner {
		gap: 12px;
	}
}
@media screen and (max-width: 1281px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .highlight-live .live-info-outer .live-info-inner .live-teams .team-name .team-inner {
		gap: 15px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .highlight-live .live-info-outer .live-info-inner .live-teams .team-name .team-inner span {
	background: #F2F2F7;
	border-radius: 3px;
	text-align: center;
	color: #202833;
	font-weight: 500;
	font-size: 13px;
	width: 28px;
	height: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .highlight-live .live-info-outer .live-info-inner .live-teams .team-name .team-inner span {
		width: 24px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer {
	padding: 7px 0 10px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer {
		padding: 7px 0 0;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .tab-content {
	display: none;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner {
	display: grid;
	grid-template-columns: 25% 29% 44%;
	gap: 1%;
	align-items: end;
	padding-bottom: 10px;
	border-bottom: 1px dotted #353A42;
	margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner {
		grid-template-columns: 29% 32% 37%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner {
		grid-template-columns: 49% 49%;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .full-title_mobile {
	display: none;
	font-size: 12px;
	color: #F2F2F7;
	margin-bottom: 8px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .full-title_mobile {
		display: block;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 {
	text-align: center;
	justify-content: start;
	align-items: center;
	display: grid;
	grid-auto-columns: 32.2% 32.2% 32.2%;
	grid-gap: 1.5%;
	grid-auto-flow: column;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner {
	background: #4E545D;
	border-radius: 3px;
	color: #F2F2F7;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
	padding: 12px 12px;
	justify-content: space-between;
	align-items: center;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner {
		padding: 10px 8px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner {
		padding: 10px 8px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner {
		padding: 14px 5px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner {
		display: block;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner {
		background: transparent;
		padding: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner {
		padding: 9px 7px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner .betting-info-left {
	text-align: left;
	display: flex;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner .betting-info-left {
		text-align: center;
		display: block;
		padding: 8px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner .betting-info-left h6 {
	font-size: 12px;
	display: inline-block;
	font-weight: 300;
	color: #848484;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner .betting-info-left h6 {
		font-size: 11px;
		line-height: 11px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner .betting-info-right {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner .betting-info-right {
		text-align: center;
		background: #4E545D;
		padding: 12px 10px;
		border-radius: 3px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner h6 {
	font-size: 12px;
	display: inline-block;
	font-weight: 300;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner h6 {
		font-size: 11px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner h6 {
		font-size: 11px;
		line-height: 11px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 {
	grid-auto-columns: 39% 39% 20%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
	text-align: center;
	justify-content: end;
	align-items: end;
	padding: 0px;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 {
		grid-auto-columns: 32% 32% 32%;
		grid-gap: 2%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 {
		grid-auto-columns: 37% 37% 24%;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner {
	grid-auto-columns: 70% 30%;
	grid-gap: 2%;
	grid-auto-flow: column;
	display: grid;
	background: var(--odd-background-color);
	border-radius: 3px;
	color: var(--text-primary-color);
	padding: 12px 12px;
	text-align: center;
	justify-content: end;
	align-items: center;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner {
		width: auto;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner {
		gap: 2px;
		padding: 12px 5px;
		width: auto;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner {
		gap: 2px;
		padding: 12px 5px;
		width: auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner {
		grid-template-columns: 1fr 1fr;
		gap: 5px;
		padding: 0;
		width: auto;
		display: block;
		background: transparent !important;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner {
		grid-template-columns: 1fr 1fr;
		gap: 2px;
		padding: 9px 11px;
		width: auto;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner .betting-info-left {
	text-align: left;
	display: flex;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner .betting-info-left {
		text-align: center;
		display: block;
		padding: 8px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner .betting-info-right {
	text-align: right;
	justify-content: end;
	display: flex;
	align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner .betting-info-right {
		text-align: center;
		background: var(--odd-background-color);
		padding: 12px 10px;
		border-radius: 3px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner .betting-info-right h6 {
	color: var(--text-primary-color);
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner h6 {
	font-size: 12px;
	display: inline-block;
	font-weight: 300;
	color: var(--text-primary-color);
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner h6 {
		font-size: 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner h6 {
		font-size: 11px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner h6 {
		font-size: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner h6 {
		font-size: 12px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .total_bet {
	position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .total_bet {
		margin-left: 5px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .total_bet .bet {
	border: 1px solid var(--background-third-color);
	padding: 15px 5px;
	border-radius: 3px;
	font-size: 10px;
	font-weight: 300;
	color: var(--background-third-color);
	text-align: center;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .total_bet .bet {
		font-size: 9px;
		padding: 13px 5px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .total_bet .bet {
		font-size: 9px;
		padding: 13px 5px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .total_bet .bet {
		padding: 12px 1px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .total_bet .bet {
		padding: 12px 5px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-info-team .live-match {
	display: grid;
	grid-template-columns: 6% auto;
}
@media screen and (max-width: 1281px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-info-team .live-match {
		gap: 5px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-info-team .live-match .team-flag img {
	width: 12px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-info-team .live-match .live-match-name {
	display: flex;
	align-items: center;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-info-team .live-match .live-match-name h3 {
	font-size: 14px;
	color: #F2F2F7;
	padding-right: 10px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-info-team .live-match .live-match-name h3 {
		font-size: 12px;
		font-weight: 300;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-info-team .live-match .live-match-name .live-badge img {
	width: 10px;
	filter: invert(1);
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .full-time-top {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	text-align: center;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .full-time-top span {
	text-align: center;
	color: #8D54EB;
	font-size: 10px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .match-goal-top {
	display: grid;
	grid-template-columns: 1fr 1fr 75px;
	text-align: center;
	align-items: center;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .match-goal-top {
		grid-template-columns: 1fr 1fr 50px;
	}
}
@media screen and (max-width: 1281px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .match-goal-top {
		grid-template-columns: 1fr 1fr 50px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .match-goal-top {
		display: none;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .match-goal-top span {
	text-align: center;
	color: #8D54EB;
	font-size: 10px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams {
	padding: 0px 0 0;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .live_tem_top {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 17px;
	color: var(--text-secondary-color);
	font-size: 12px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .live_tem_top {
		gap: 10px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .live_tem_top {
		gap: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .live_tem_top {
		gap: 10px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .team-name {
	padding-left: 31px;
	color: var(--text-primary-color);
	margin-top: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .team-name {
		padding-left: 24px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .team-name {
		padding-left: 22px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .team-name {
		padding-left: 0px;
		margin-top: 0px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .team-name .team-inner {
	font-size: 12px;
	padding-top: 5px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .betting-total-mobile {
	display: none;
}
.mobile-tabing-sports{
	display: none;
	padding-top: 20px;
	padding-left: 7px;
	padding-right: 7px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .betting-total-mobile {
		display: block;
		grid-column-start: 2;
		padding-top: 4px;
	}
	.mobile-tabing-sports{
		display: block;
		padding-top: 5px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .betting-total-mobile p {
	font-size: 10px;
	color: #4E545D;
	display: flex;
	gap: 2px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .betting-total-mobile p img {
	width: 15px;
	height: 15px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .match {
	position: relative;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .match {
		grid-column: span 2;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .match .match-title_mobile {
	display: none;
	font-size: 12px;
	color: #F2F2F7;
	margin-bottom: 5px;
	margin-top: 8px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .match .match-title_mobile {
		display: block;
	}

	.sports-main-wrap .sports-wrap .highlights-left .content .competitions_tab {
		display: block;
		width:calc(100% - 14px);
		padding: 0 7px;
		margin-bottom: 10px;
	}

	.sports-main-wrap .sports-wrap .highlights-left .content .competitions_tab .right {
		margin-top: 10px;
	}
}
@media screen and (min-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .competitions_tab {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .competitions_tab {
		display: block;
		position: relative;
		grid-template-columns: 64% 34%;
		gap: 2%;
		padding: 0px 12px 12px 12px;
	}

}
.sports-main-wrap .sports-wrap .highlights-left .content .competitions_tab .left ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .competitions_tab .left ul li {
	width: 33%;
}
.sports-main-wrap .sports-wrap .highlights-left .content .competitions_tab .left ul li .btn {
	color: #848484;
	background: transparent;
	font-size: 13px;
	font-weight: 400;
	border: 1px solid #353A42;
	border-radius: 0px;
	padding: 13px 0px;
	text-decoration: none;
	display: inline-flex;
	text-align: center;
	width: 100%;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	transition: 0.3s ease-in-out;
}
.sports-main-wrap .sports-wrap .highlights-left .content .competitions_tab .left ul li .btn.active {
	background: var(--background-third-color);
	color: #fff;
	border-color: var(--background-third-color);
	font-weight: 500;
}
.sports-main-wrap .sports-wrap .highlights-left .content .competitions_tab .left ul li .left_btn {
	border-radius: 5px 0 0 5px !important;
}

html[dir="rtl"] .sports-main-wrap .sports-wrap .highlights-left .content .competitions_tab .left ul li .left_btn {
	border-radius: 0 5px 5px 0 !important;
}

.sports-main-wrap .sports-wrap .highlights-left .content .competitions_tab .left ul li .right_btn {
	border-radius: 0 5px 5px 0 !important;
}

html[dir="rtl"] .sports-main-wrap .sports-wrap .highlights-left .content .competitions_tab .left ul li .right_btn {
	border-radius: 5px 0 0 5px !important;
}

.sports-main-wrap .sports-wrap .highlights-left .content .right {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .make_selection_dropdown {
	border: 1px solid var(--background-third-color);
	padding: 13px 20px;
	display: flex;
	position: relative;
	font-size: 13px;
	color: var(--text-primary-color);
	font-weight: 600;
	justify-content: space-between;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country {
	position: absolute;
	z-index: 10;
	background: var(--background-secondary-color);
	width: 100%;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues {
	position: relative;
	margin-top: 10px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues ul {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues ul li {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues ul li:after {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	background-image: url(../images/plus-ico_flag.svg);
	background-repeat: no-repeat;
	background-position: center center;
	right: 10px;
	top: 50%;
	transform: translatey(-50%);
	filter: brightness(0.5);
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues ul li.active {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues ul li.active:after {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	background-image: url(../images/minus_icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	right: 10px;
	top: 50%;
	transform: translatey(-50%);
	filter: brightness(0.5);
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues ul li.active .regions {
	color: var(--text-primary-color);
	font-weight: 600;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues ul li .regions {
	color: var(--text-secondary-color);
	text-decoration: none;
	font-size: 13px;
	padding: 5px 15px;
	display: block;
	position: relative;
	font-weight: 500;
	transition: 0.3s ease-in-out;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .popular_za {
	position: relative;
	padding: 15px 12px 10px 22px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .popular_za ul {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 15px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .popular_za ul li {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .popular_za ul li a {
	font-size: 12px;
	font-weight: 500;
	color: var(--text-secondary-color);
	display: block;
	text-decoration: none;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .popular_za ul li.active {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .popular_za ul li.active a {
	color: var(--text-primary-color);
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country {
	height: 430px;
	overflow: auto;
	width: 85%;
	padding: 0px 12px 10px 18px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country::-webkit-scrollbar {
	width: 3px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.274);
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country::-webkit-scrollbar-thumb {
	/* background-color: #8f54a0; */
	border-radius: 2px;
	border: 3px solid linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country .accordion_p_c {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country .accordion_p_c .accordion-section_p_c {
	margin-bottom: 5px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c {
	display: block;
	background-color: transparent;
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid var(--background-third-color);
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c a {
	text-decoration: none;
	display: block;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c a .country-info-inner {
	display: flex;
	gap: 10px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c a .country-info-inner .country-flag {
	position: relative;
	height: 15px;
	width: 15px;
	overflow: hidden;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c a .country-info-inner .country-flag img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c a .country-info-inner .country-name {
	font-size: 14px;
	color: var(--text-secondary-color);
	text-decoration: none;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-content_p_c {
	display: none;
	padding: 10px;
	background: var(--selector-background-color);
	color: var(--text-primary-color);
	font-size: 12px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .title {
	font-size: 20px;
	line-height: 30px;
	color: var(--text-primary-color);
	width: 100%;
	padding-bottom: 0px;
	padding-top: 4px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .title {
		padding-bottom: 10px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .title {
		padding-bottom: 8px;
		font-size: 15px;
		line-height: 22px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .title {
		padding-bottom: 10px;
		display: block;
		padding-top: 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .title {
		padding-bottom: 0px;
		/* display: none; */
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.match-10 .cust-match-10 .betting-info-inner {
		padding: 0;
		width: auto;
		display: block;
		background: transparent;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.match-10 .match {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.match-10 .match {
		display: none;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row {
	display: grid;
	grid-template-columns: 40% 29% 29%;
	gap: 1%;
	padding: 20px 0;
	border-bottom: 1px solid #353A42;
	position: relative;
	align-items: end;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row {
		grid-template-columns: 50% 24% 24%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row {
		grid-template-columns: 50% 24% 24%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row {
		grid-template-columns: 50% 24% 24%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row {
		gap: 1%;
		padding: 20px 0;
		border-bottom: 1px solid #353A42;
		display: grid;
		grid-gap: 10px;
		grid-auto-flow: dense;
		grid-template-columns: 50% auto;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row {
		gap: 1%;
		padding: 20px 0;
		border-bottom: 1px solid #353A42;
		display: grid;
		grid-gap: 0px;
		grid-auto-flow: dense;
		grid-template-columns: 214px auto;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.match-10 {
		margin-top: 35px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.match-10 .full-time .full-title {
		font-size: 12px;
		line-height: 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.match-10 .full-time .full-title {
		font-size: 10px;
		line-height: 15px;
		margin-top: -20px;
		position: absolute;
		top: -2px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.border_top {
		border-top: 1px solid #353A42;
		padding: 10px 0 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.border_top {
		border-top: 1px solid #353A42;
		padding: 10px 0 8px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols {
		gap: 1%;
		border-bottom: 1px solid #353A42;
		display: grid;
		grid-gap: 2%;
		grid-auto-flow: dense;
		grid-template-columns: 48.5% auto;
		padding: 10px 0 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols {
		gap: 1%;
		border-bottom: 1px solid #353A42;
		display: grid;
		grid-gap: 2%;
		grid-auto-flow: dense;
		grid-template-columns: 48.5% auto;
		padding: 10px 0 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .soccer {
		grid-column-end: auto;
		display: grid;
		grid-column: span 2;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .soccer .live-bottom .left_10 {
		grid-template-columns: 13% 21% 18% 36%;
		justify-content: flex-start;
		margin-bottom: 5px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .soccer .live-bottom .left_10 {
		grid-template-columns: 7% 5% 9% 4%;
		justify-content: flex-start;
		margin-bottom: 0px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .soccer .live-bottom .right_10 {
		padding-right: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .soccer .live-bottom .right_10 {
		padding-right: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .soccer .live-bottom .right_10 .ipse_10 {
		display: grid;
		grid-template-columns: 61% 37%;
		gap: 2%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .soccer .live-bottom .right_10 .ipse_10 {
		display: grid;
		grid-template-columns: 61% 37%;
		gap: 2%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .soccer .live-bottom .right_10 .ipse_10 .name {
		grid-column-start: 1;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .soccer .live-bottom .right_10 .ipse_10 .name {
		grid-column-start: 1;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .soccer .live-bottom .right_10 .ipse_10 .scor {
		grid-column-start: 2;
		justify-content: end;
		grid-row-start: 1;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .soccer .live-bottom .right_10 .ipse_10 .scor {
		grid-column-start: 2;
		justify-content: end;
		grid-row-start: 1;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .soccer .live-bottom .right_10 .ipse_11 {
		display: grid;
		grid-template-columns: 61% 37%;
		gap: 2%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .soccer .live-bottom .right_10 .ipse_11 {
		display: grid;
		grid-template-columns: 61% 37%;
		gap: 2%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .soccer .live-bottom .right_10 .ipse_11 .name {
		grid-column-start: 1;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .soccer .live-bottom .right_10 .ipse_11 .name {
		grid-column-start: 1;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .soccer .live-bottom .right_10 .ipse_11 .scor {
		grid-column-start: 2;
		justify-content: end;
		grid-row-start: 1;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .soccer .live-bottom .right_10 .ipse_11 .scor {
		grid-column-start: 2;
		justify-content: end;
		grid-row-start: 1;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .full-time {
		padding-left: 0px;
		grid-row-start: 2;
		grid-column-start: 1;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .full-time .full-title {
		font-size: 10px;
		line-height: 15px;
		margin-top: 7px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .full-time .cust-match-10_1 .betting-info-inner {
		grid-template-columns: 1fr 1fr;
		gap: 2px;
		padding: 9px 11px;
		width: auto;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .full-time .cust-match-10_1 .betting-info-inner {
		grid-template-columns: 1fr 1fr;
		gap: 2px;
		padding: 9px 11px;
		width: auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .match .cust-match-10_1 .betting-info-inner {
		grid-template-columns: 1fr 1fr;
		gap: 2px;
		padding: 9px 11px;
		width: auto;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row.with_tow_cols .match .cust-match-10_1 .betting-info-inner {
		grid-template-columns: 0fr 1fr;
		gap: 2px;
		padding: 9px 11px;
		width: auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer {
		grid-column-end: auto;
		display: grid;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer {
		grid-column-end: auto;
		display: grid;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .full-time {
		padding-left: 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .full-time {
		padding-left: 0px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .match {
		display: none;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .top {
	font-size: 14px;
	line-height: 22px;
	color: #F2F2F7;
	margin-bottom: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .top {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 8px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .top {
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .top {
		font-size: 11px;
		margin-bottom: 10px;
		line-height: 15px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .top img {
	max-width: 14px;
	margin-right: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .top img {
		margin-right: 7px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .top img {
		max-width: 12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .top img {
		max-width: 11px;
		margin-right: 3px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom {
	display: grid;
	grid-template-columns: 32% 66%;
	gap: 2%;
	cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom {
		grid-template-columns: 32% 66%;
		padding-left: 0px;
		margin-bottom: 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom {
		grid-template-columns: 1fr;
		padding-left: 25px;
		margin-bottom: 0px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 {
	display: grid;
	grid-template-columns: 15% 19% 9% 45%;
	gap: 5px;
	align-items: center;
	text-align: left;
	justify-content: start;
	position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 {
		grid-template-columns: 11% 22% 14% 28%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 {
		grid-template-columns: 13% 22% 18% 10%;
		justify-content: flex-start;
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 {
		grid-template-columns: 12% 8% 17% 4%;
		justify-content: flex-start;
		margin-bottom: 0px;
		padding-bottom: 4px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .icon {
		position: absolute;
		left: -26px;
		top: 37px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .time img {
	filter: grayscale(1);
	width: 12px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .sh-live p {
	background: linear-gradient(#5ec2af 0%, #008cd5 100%);
	font-size: 9px;
	width: fit-content;
	padding: 1px 2px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 2px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .sh-live p {
		font-size: 9px;
		padding: 1px 2px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .sh-live p {
		font-size: 9px;
		padding: 1px 2px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .sh-live p {
		font-size: 8px;
		padding: 1px 2px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .sh-live p {
		font-size: 8px;
		padding: 1px 2px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .sh-live p {
		font-size: 9px;
		padding: 0px 2px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .playing-time {
	width: max-content;
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .playing-time p {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #fff;
	position: relative;
	width: max-content;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .playing-time p {
		font-size: 11px;
		line-height: 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .playing-time p {
		font-size: 11px;
		line-height: 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .playing-time p {
		font-size: 10px;
		line-height: 14px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .playing-time p {
		font-size: 10px;
		line-height: 14px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .playing-time p {
		font-size: 10px;
		line-height: 14px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .playing-time {
		font-size: 10px;
		line-height: 16px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .playing-time {
		font-size: 10px;
		line-height: 16px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .playing-time {
		font-size: 10px;
		line-height: 16px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .playing-time span {
	height: 3px;
	background: #848484;
	width: 100%;
	display: block;
	margin: 0px auto;
	position: relative;
	margin-top: 3px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .playing-time span {
		height: 2px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .playing-time span {
		height: 2px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .left_10 .playing-time span::after {
	content: "";
	width: 60%;
	height: 100%;
	background: linear-gradient(90deg, #5ec2af 0%, #008cd5 100%);
	position: absolute;
	left: 0;
	top: 0;
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .right_10 {
	font-size: 12px;
	line-height: 18px;
	color: #F2F2F7;
	padding-right: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .right_10 {
		padding-right: 10px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .right_10 .ipse_10 {
	display: grid;
	grid-template-columns: 60% 40%;
	gap: 2%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .right_10 .ipse_10 {
		display: grid;
		grid-template-columns: 16% 82%;
		gap: 2%;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .right_10 .ipse_10 .name {
	margin-bottom: 6px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .right_10 .ipse_10 .name {
		font-size: 12px;
		line-height: 18px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .right_10 .ipse_10 .name {
		grid-column-start: 2;
		font-size: 10px;
		margin-bottom: 0;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .right_10 .ipse_11 {
	display: grid;
	grid-template-columns: 60% 40%;
	gap: 2%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .right_10 .ipse_11 {
		display: grid;
		grid-template-columns: 16% 82%;
		gap: 2%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .right_10 .ipse_11 .name {
		grid-column-start: 2;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .right_10 .ipse_11 .name p {
	font-size: 12px;
	line-height: 18px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .right_10 .ipse_11 .name p {
		font-size: 11px;
		line-height: 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .right_10 .ipse_11 .name p {
		font-size: 11px;
		line-height: 15px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .right_10 .scor {
	text-align: center;
	justify-content: end;
	align-items: center;
	display: grid;
	grid-auto-columns: minmax(19px, auto);
	grid-gap: 5px;
	grid-auto-flow: column;
	padding: 0px;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .right_10 .scor {
		grid-column-start: 1;
		justify-content: start;
		grid-row-start: 1;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .right_10 .scor .green {
	color: #24C5AE;
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .right_10 .scor p {
	width: 18px;
	height: 18px;
	border-radius: 3px;
	background: transparent;
	border: 1px solid #363a41;
	margin-bottom: 2px;
	text-align: center;
	align-items: center;
	display: grid;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .right_10 .scor p {
		margin-bottom: 0px;
		width: 17px;
		height: 17px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .right_10 .scor p {
		font-size: 10px;
		height: 18px;
		width: 18px;
		margin-bottom: 2px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .soccer .live-bottom .right_10 .scor p {
		font-size: 9px;
		height: 15px;
		width: 15px;
		margin-bottom: 2px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .full-time .full-title {
	font-size: 12px;
	color: #F2F2F7;
	width: max-content;
	cursor: pointer;
	padding-bottom: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .full-time .full-title {
		font-size: 10px;
		line-height: 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .full-time .full-title {
		font-size: 10px;
		line-height: 15px;
		margin-top: -20px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .full-time .full-title span {
	margin-left: 0px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .cust-match-10 {
	text-align: center;
	justify-content: end;
	align-items: center;
	display: grid;
	grid-auto-columns: 32%;
	grid-gap: 2%;
	grid-auto-flow: column;
	padding: 0px;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .cust-match-10 {
		align-items: end;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .cust-match-10 {
		align-items: end;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .cust-match-10 .betting-info-inner {
	background: #4E545D;
	border-radius: 3px;
	color: #F2F2F7;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
	padding: 12px 12px;
	justify-content: space-between;
	align-items: center;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .cust-match-10 .betting-info-inner {
		padding: 12px 8px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .cust-match-10 .betting-info-inner {
		padding: 12px 5px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .cust-match-10 .betting-info-inner {
		padding: 12px 5px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .cust-match-10 .betting-info-inner .betting-info-left {
	text-align: left;
	display: flex;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .cust-match-10 .betting-info-inner .betting-info-left {
		text-align: center;
		display: block;
		padding: 0px 0px 10px 0;
		margin-top: -5px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .cust-match-10 .betting-info-inner .betting-info-left h6 {
	font-size: 12px;
	display: inline-block;
	font-weight: 300;
	color: #848484;
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .cust-match-10 .betting-info-inner .betting-info-right {
	text-align: right;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .cust-match-10 .betting-info-inner .betting-info-right {
		text-align: center;
		background: #4c525b;
		padding: 21px 10px;
		border-radius: 3px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .cust-match-10 .betting-info-inner .betting-info-right h6 {
	font-size: 12px;
	display: inline-block;
	font-weight: 300;
	color: #F2F2F7;
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .match .match-title {
	font-size: 12px;
	color: #F2F2F7;
	width: max-content;
	cursor: pointer;
	padding-bottom: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .match .match-title {
		font-size: 12px;
		line-height: 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .match .match-title {
		font-size: 10px;
		line-height: 15px;
		margin-top: 7px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .cust-row .match .match-title span {
	margin-left: 0px;
}

.cust-match-10 {
	text-align: center;
	justify-content: end;
	align-items: center;
	display: grid;
	grid-auto-columns: minmax(auto, auto);
	grid-gap: 5px;
	grid-auto-flow: column;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.cust-match-10 .betting-info-inner {
	background: #4E545D;
	border-radius: 3px;
	color: #F2F2F7;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
	padding: 12px 17px;
	justify-content: space-between;
	align-items: center;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.cust-match-10 .betting-info-inner {
		grid-template-columns: 1fr 1.5fr;
		gap: 13px;
		padding: 7px 10px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.cust-match-10 .betting-info-inner {
		padding: 10px 11px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.cust-match-10 .betting-info-inner {
		padding: 5px 8px;
		gap: 2px;
	}
}
.cust-match-10 .betting-info-inner .betting-info-left {
	text-align: left;
	display: flex;
}
.cust-match-10 .betting-info-inner .betting-info-right {
	text-align: right;
}
.cust-match-10 .betting-info-inner h6 {
	font-size: 12px;
	display: inline-block;
	font-weight: 300;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.cust-match-10 .betting-info-inner h6 {
		font-size: 11px;
	}
}

.cust-match-10_1 {
	grid-auto-columns: minmax(49%, 49%);
	grid-gap: 2%;
	grid-auto-flow: column;
	display: grid;
	text-align: center;
	justify-content: end;
	align-items: center;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.cust-match-10_1 .betting-info-inner {
	grid-auto-columns: minmax(49%, 49%);
	grid-gap: 2%;
	grid-auto-flow: column;
	display: grid;
	background: #4E545D;
	border-radius: 3px;
	color: #F2F2F7;
	padding: 12px 12px;
	text-align: center;
	justify-content: end;
	align-items: center;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.cust-match-10_1 .betting-info-inner {
		width: auto;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.cust-match-10_1 .betting-info-inner {
		width: auto;
		gap: 4px;
		padding: 12px 8px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.cust-match-10_1 .betting-info-inner {
		gap: 2px;
		padding: 12px 5px;
		width: auto;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.cust-match-10_1 .betting-info-inner {
		gap: 2px;
		padding: 12px 5px;
		width: auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.cust-match-10_1 .betting-info-inner {
		grid-template-columns: 1fr 1fr;
		gap: 5px;
		padding: 9px 11px;
		width: 100px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.cust-match-10_1 .betting-info-inner {
		grid-template-columns: 1fr 1fr;
		gap: 2px;
		padding: 9px 11px;
		width: 51px;
	}
}
.cust-match-10_1 .betting-info-inner .betting-info-left {
	text-align: left;
	display: flex;
}
.cust-match-10_1 .betting-info-inner .betting-info-right {
	text-align: right;
}
.cust-match-10_1 .betting-info-inner .betting-info-right h6 {
	color: var(--text-primary-color);
}
.cust-match-10_1 .betting-info-inner h6 {
	font-size: 12px;
	display: inline-block;
	font-weight: 300;
	color: var(--text-secondary-color);
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.cust-match-10_1 .betting-info-inner h6 {
		font-size: 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.cust-match-10_1 .betting-info-inner h6 {
		font-size: 11px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.cust-match-10_1 .betting-info-inner h6 {
		font-size: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.cust-match-10_1 .betting-info-inner h6 {
		font-size: 12px;
	}
}

.mb_20 {
	margin-bottom: 20px;
}

.live_sport_wrap {
	padding: 80px 0 0 0;
}

html[dir="ltr"] .live_sport_wrap {
	padding: 80px 0 0 0;
}

html[dir="rtl"] .live_sport_wrap {
	padding: 80px 0 0 0;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
	html[dir="ltr"] .live_sport_wrap {
		padding: 0;
	}

	html[dir="rtl"] .live_sport_wrap {
		padding: 0;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .container-lg {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.live_sport_wrap .cust-row {
	display: grid;
	grid-template-columns: 68.5% 29.5%;
	gap: 2%;
	padding: 0px 168px 70px 0px;
}

/* Check if dir=ltr and set right: 0; */
html[dir="ltr"] .live_sport_wrap .cust-row {
	padding: 0px 0px 70px 168px;
}

/* Fallback for other cases (e.g., dir="rtl") */
html[dir="rtl"] .live_sport_wrap .cust-row {
	padding: 0px 168px 70px 0px;
}

@media screen and (min-width: 1360px) and (max-width: 1599px) {

	html[dir="ltr"] .live_sport_wrap .cust-row {
		padding: 0px 0px 70px 80px;
	}

	html[dir="rtl"] .live_sport_wrap .cust-row {
		padding: 0px 80px 70px 0px;
	}

}

@media screen and (min-width: 1280px) and (max-width: 1359px) {
	html[dir="ltr"] .live_sport_wrap .cust-row {
		padding: 0 0 50px 40px;
	}

	html[dir="rtl"] .live_sport_wrap .cust-row {
		padding: 0 40px 50px 0px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1279px) {

	html[dir="ltr"] .live_sport_wrap .cust-row {
		padding: 0 0 50px 50px;
	}

	html[dir="rtl"] .live_sport_wrap .cust-row {
		padding: 0 50px 50px 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .cust-row {
		display: block;
	}

	html[dir="ltr"] .live_sport_wrap .cust-row {
		padding:  0 0 50px 0px;
	}

	html[dir="rtl"] .live_sport_wrap .cust-row {
		padding:  0 0 50px 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .cust-row {
		display: block;
	}

	html[dir="ltr"] .live_sport_wrap .cust-row {
		padding:  0 0 20px 0px;
	}

	html[dir="rtl"] .live_sport_wrap .cust-row {
		padding: 0 0 20px 0px;
	}
}
.live_sport_wrap .live_left .mobile-live-filter {
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .mobile-live-filter {
		display: block;
		padding-top: 14px;
		padding-bottom: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .mobile-live-filter {
		display: block;
	}
}
.live_sport_wrap .live_left .desktop-live-filter {
	display: block;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .desktop-live-filter {
		display: none !important;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .desktop-live-filter {
		display: none !important;
	}
}
.live_sport_wrap .live_left .top-filter-live_10 {
	position: relative;
	padding: 20px 0;
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .top-filter-live_10 {
		display: block;
		padding-bottom: 0;
		padding-top: 5px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .top-filter-live_10 {
		display: block;
		padding-bottom: 0;
		padding-top: 5px;
	}
}
.live_sport_wrap .live_left .top-filter-live_10 ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid rgba(108, 95, 95, 0.568627451);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .top-filter-live_10 ul {
		border-bottom: 1px solid rgba(108, 95, 95, 0.568627451);
	}
}
.live_sport_wrap .live_left .top-filter-live_10 ul li {
	padding: 12px 15px;
	margin-right: 2px;
}
.live_sport_wrap .live_left .top-filter-live_10 ul li a {
	font-size: 17px;
	color: #848484;
	text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .top-filter-live_10 ul li a {
		font-size: 13px;
	}
}
.live_sport_wrap .live_left .top-filter-live_10 ul li.active {
	position: relative;
}
.live_sport_wrap .live_left .top-filter-live_10 ul li.active::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: linear-gradient(#e382bc 0%, #8d54eb 100%);
}
.live_sport_wrap .live_left .top-filter-live_10 ul li.active a {
	color: #fff;
}
.live_sport_wrap .live_left .overview {
	/* height: 900px; */
	width: 100%;
	overflow-y: auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .overview {
		height: 100%;
		/* margin-bottom: 48px; */
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .overview {
		height: 100%;
		margin-bottom: 48px;
	}
}
.live_sport_wrap .live_left .overview::-webkit-scrollbar {
	width: 0px;
}
.live_sport_wrap .live_left .filter {
	grid-auto-columns: minmax(150px, 152px);
	grid-gap: 28px;
	grid-auto-flow: column;
	display: grid;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_left .filter {
		grid-auto-columns: minmax(154px, 154px);
		grid-gap: 1%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .filter {
		grid-template-columns: 49% 49%;
		grid-gap: 2%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .filter {
		grid-auto-columns: 49% 49%;
		grid-gap: 5px;
	}
}
.live_sport_wrap .live_left .filter .upcoming {
	background: transparent;
	width: 75%;
	border: 1px solid var(--background-third-color);
	color: var(--text-secondary-color);
	text-align: center;
	border-radius: 5px 0px 0px 5px;
	padding: 11px 30px;
	cursor: pointer;
	transition: all 0.5s;
	font-size: 14px;
	font-weight: 400;
	transition: all 0.5s;
}

html[dir="rtl"] .live_sport_wrap .live_left .filter .upcoming {
	border-radius: 0 5px 5px 0;
}

.live_sport_wrap .live_left .filter .upcoming:hover {
	background: var(--background-third-color);
	font-weight: 500;
	color: var(--text-primary-color);
}
.live_sport_wrap .live_left .filter .upcoming.active {
	background: var(--background-third-color);
	font-weight: 500;
	color: var(--text-primary-color);
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_left .filter .upcoming {
		width: auto;
		font-size: 12px;
		padding: 8px 10px;
		line-height: 18px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .filter .upcoming {
		width: auto;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .filter .upcoming {
		width: auto;
		font-size: 13px;
	}
}
.live_sport_wrap .live_left .filter .promotions {
	width: 75%;
	background: transparent;
	border: 1px solid var(--background-third-color);
	color: var(--text-secondary-color);
	text-align: center;
	border-radius: 0px 5px 5px 0px;
	padding: 11px 30px;
	cursor: pointer;
	transition: all 0.5s;
	font-size: 14px;
	font-weight: 400;
	transition: all 0.5s;
}

html[dir="rtl"] .live_sport_wrap .live_left .filter .promotions {
	border-radius: 5px 0px 0px 5px;
}


.live_sport_wrap .live_left .filter .promotions:hover {
	background: var(--background-third-color);
	font-weight: 500;
	color: var(--text-primary-color);
}
.live_sport_wrap .live_left .filter .promotions.active {
	background: var(--background-third-color);
	font-weight: 500;
	color: var(--text-primary-color);
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_left .filter .promotions {
		width: auto;
		font-size: 12px;
		padding: 8px 10px;
		line-height: 18px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .filter .promotions {
		width: auto;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .filter .promotions {
		width: auto;
		font-size: 13px;
	}
}
.live_sport_wrap .live_left .result_filter {
	border-bottom: 1px solid rgba(108, 95, 95, 0.568627451);
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 30px;
	justify-content: start;
	justify-items: start;
	align-items: center;
	grid-gap: 10px;
}
.live_sport_wrap .live_left .result_filter .down {
	color: var(--text-primary-color);
	font-size: 12px;
	/* line-height: 15px; */
	padding: 14px 0 10px 51%;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_left .result_filter .down {
		padding: 14px 0 10px 61%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .result_filter .down {
		font-size: 12px;
		/* line-height: 15px; */
		padding: 14px 0 15px 62%;
	}

}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .result_filter {
		display: grid;
		grid-template-columns: 1fr 30px;
		gap: 8px;
		position: relative;
		margin-top:10px;
	}
	.live_sport_wrap .live_left .result_filter .down {
		font-size: 10px;
		/* line-height: 15px; */
		padding: 14px 0 10px 62%;
	}
	.live_sport_wrap .live_left .result_filter .down.game-title{
		display: none;
	}
	.live_sport_wrap .live_left .result_filter .select.down {
		/* padding-inline-start: 40px !important; */
	}
}
/* @media screen and (min-width: 320px) and (max-width: 991px) {
	.live_sport_wrap .live_left .live-scroll-panel {
		height: 820px;
		overflow-y: scroll;
	}
} */
.live_sport_wrap .live_left .game.fa_cup.border-light {
	border-bottom: 1px dotted var(--background-third-color);
}
.live_sport_wrap .live_left .game-live-multiple .game:nth-child(n+2) {
	padding-top: 15px;
}
.live_sport_wrap .live_left .game.round-game-live{
	display: block;
}
.live_sport_wrap .live_left .game.round-game-live .top-detail{
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	margin-bottom: 10px;
	gap: 20px;
}
.live_sport_wrap .live_left .game.round-game-live .live-detail-bottom{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.live_sport_wrap .live_left .game.round-game-live .top-detail .top{
	margin-bottom: 0;
}
 .mobile-live-info{
	display: none;
	padding-top: 6px;
	padding-inline-start: 28px;
}
 .mobile-live-info .playing-time{
	display: inline-block;
}
 .mobile-live-info .playing-time p {
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    color: var(--text-primary-color);
    position: relative;
    width: max-content;
    /* word-wrap: break-word !important; */
    max-width: 55px !important;
}
 .mobile-live-info .playing-time span {
    height: 2px;
    background: #848484;
	display: block;
    margin: 0px auto;
    position: relative;
    margin-top: 0px;
}
 .mobile-live-info .playing-time span::after {
	content: "";
	background: linear-gradient(90deg, #5ec2af 0%, #008cd5 100%);
	position: static;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	animation: live-effect 1.6s cubic-bezier(.87,.01,.87,.5) 1s infinite alternate;
}
.mobile-live-info-inner {
    display: flex;
    gap: 11px;
    align-items: center;
}
.bet-history {
    text-align: end;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	gap: 5px;
}
.bet-history p{
    font-size: 10px;
	color: #848484;
}
.live_sport_wrap .live_left .game.set-game-live .soccer .live-bottom .right_10 .ipse_10 .name p, .live_sport_wrap .live_left .game.set-game-live .soccer .live-bottom .right_10 .ipse_11 .name p{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.live_sport_wrap .live_left .game.set-game-live .soccer .live-bottom .right_10 .ipse_10 .name, .live_sport_wrap .live_left .game.set-game-live .soccer .live-bottom .right_10 .ipse_11 .name{
	display: flex;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .game-live-multiple .game:nth-child(n+2) .cust-match-10_1 .betting-info-left {
		/* display: none !important; */
	}
	.desktop-live-info{
		margin: 0 !important;
	}
	.desktop-live-info .sh-live{
		display: none;
	}
	.desktop-live-info .time{
		display: none;
	}
	.desktop-live-info .playing-time{
		display: none;
	}
	.set-game-live .mobile-live-info {
        padding-top:5px;
		padding-bottom: 6px;
    }
	/* .live_sport_wrap .toggle-markets{
		position: absolute;
        left: 0;
        top: -3px;
	} */
	.live_sport_wrap .live_left .game.set-game-live .cust-match-10_1 {
        width: 93%;
        margin-inline-start: auto;
		margin-top: 5px;
    }
	.live_sport_wrap .live_left .game.round-game-live .live-detail-bottom{
		gap:8px
	}

	.live_sport_wrap .live_left .game.round-game-live .soccer .live-bottom .right_10 .ipse_10{
		grid-template-columns: 1fr auto;
	}
	.live_sport_wrap .live_left .game.round-game-live .soccer .live-bottom .right_10 .scor p{
		color: #24C5AE;
	}
	.live_sport_wrap .live_left .game.round-game-live .cust-match-10_1 .betting-info-inner{
		grid-template-columns: 1fr;
	}
	.live_sport_wrap .live_left .game.round-game-live .cust-match-10_1 .betting-info-inner .betting-info-left{
		display: none;
	}
	.live_sport_wrap .live_left .game.round-game-live .soccer .live-bottom .left_10 .playing-time{
		text-align: center;
	}
	.live_sport_wrap .live_left .game.round-game-live .soccer .live-bottom .left_10 .playing-time p{
		max-width:100% !important;
	}
	.live_sport_wrap .live_left .game.round-game-live .cust-match-10_1 .betting-info-inner{
		margin-top: 0;
		height: 100%;
	}
	.live_sport_wrap .live_left .game.round-game-live .soccer .live-bottom .left_10{
		grid-template-columns: auto auto;
		margin: 0;
	}
	.live_sport_wrap .live_left .game.round-game-live .cust-match-10_1 .betting-info-inner .betting-info-right{
		padding: 8px 0;
	}
	.live_sport_wrap .live_left .game.round-game-live .soccer .top p {
		display: grid;
		align-items: center;
		grid-template-columns: auto 1fr;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	 .mobile-live-info{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.mobile-live-info  .sh-live p {
		background: linear-gradient(#5ec2af 0%, #008cd5 100%);
		font-size: 11px;
		width: fit-content;
		padding: 2px 4px;
		text-transform: uppercase;
		font-weight: 600;
		border-radius: 2px;
		font-size: 10px;
		padding: 1px 3px;
	}

	.live_sport_wrap .live_left .game.round-game-live .sports-mobile-odd-selector, .live_sport_wrap .live_left .game.set-game-live .sports-mobile-odd-selector{
		padding-bottom: 4px;
	}
	.live_sport_wrap .live_left .game.round-game-live .cust-match-10_1 .betting-info-inner, .live_sport_wrap .live_left .game.set-game-live .cust-match-10_1 .betting-info-inner{
		margin-top: 0;
	}
}

.live_sport_wrap .live_left .game {
	grid-auto-columns: minmax(49%, 49%);
	grid-gap: 2%;
	grid-auto-flow: column;
	display: grid;
	border-bottom: 1px solid var(--background-third-color);
	padding: 11px 0;
	position: relative;
	justify-content: space-between;
	align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .game {
		grid-template-columns: minmax(59%, 39%);
		padding: 10px 0 10px 5px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_left .game {
		grid-template-columns: 1.5fr 1fr;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .game {
		grid-template-columns: 1fr;
		padding: 10px 0 10px 5px;
		align-items: end;
		grid-auto-columns: unset;
		grid-auto-flow: unset;
	}
}
.live_sport_wrap .live_left .game .cust-match-10_1 {
	grid-auto-columns: 1fr;
	padding: 0px;
	width: 100%;
	height: 100%;
	justify-content: end;
	align-items: end;
	display: grid;
	grid-gap: 5px;
	grid-auto-flow: column;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .game .cust-match-10_1 {
		width: 78%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .game .cust-match-10_1 {
		width: 100%;
	}
}
.live_sport_wrap .live_left .game .cust-match-10_1 .betting-info-inner {
	grid-auto-columns: minmax(49%, 49%);
	grid-gap: 2%;
	grid-auto-flow: column;
	display: grid;
	background: var(--background-third-color);
	border-radius: 3px;
	color: var(--text-primary-color);
	padding: 12px 12px;
	text-align: center;
	justify-content: end;
	align-items: center;
	position: relative;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_left .game .cust-match-10_1 .betting-info-inner {
		width: auto;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_left .game .cust-match-10_1 .betting-info-inner {
		width: auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .game .cust-match-10_1 .betting-info-inner {
		width: auto;
		/* display: block; */
		/* background: transparent !important; */
		padding: 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .game .cust-match-10_1 .betting-info-inner {
		margin-top: 20px;
		width: auto;
		/* display: block; */
		padding: 0px;
		/* background: transparent; */
	}
}
.live_sport_wrap .live_left .game .cust-match-10_1 .betting-info-inner h6 {
	font-size: 12px;
	display: inline-block;
	font-weight: 300;
	color: var(--text-secondary-color);
}
.live_sport_wrap .live_left .game .cust-match-10_1 .betting-info-inner .betting-info-left {
	text-align: left;
	display: flex;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .game .cust-match-10_1 .betting-info-inner .betting-info-left {
		text-align: center;
		display: block;
		padding: 10px 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .game .cust-match-10_1 .betting-info-inner .betting-info-left {
		text-align: center;
		display: block;
		padding: 10px 0;
	}
}
.live_sport_wrap .live_left .game .cust-match-10_1 .betting-info-inner .betting-info-right {
	text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .game .cust-match-10_1 .betting-info-inner .betting-info-right {
		text-align: center;
		display: block;
		/* background: #353A42; */
		padding: 12px 0;
		border-radius: 3px;
	}

	.live_sport_wrap .live_left .game .cust-match-10_1 .odd-selected .betting-info-right  {
		/* background: linear-gradient(68deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%) !important; */
	}

	.live_sport_wrap .live_left .game .cust-match-10_1 .betting-info-right:hover  {
		/* background: linear-gradient(68deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%) !important; */
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .game .cust-match-10_1 .betting-info-inner .betting-info-right {
		text-align: center;
		display: block;
		/* background: #353A42; */
		padding: 12px 0;
		border-radius: 3px;
	}
}
.live_sport_wrap .live_left .game .cust-match-10_1 .betting-info-inner .betting-info-right h6 {
	color: var(--text-primary-color);
}
.live_sport_wrap .live_left .game .cust-match-10_1 .bet_up::after {
	height: 11px;
	width: 11px;
	top: 5px;
	right: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .game .cust-match-10_1 .bet_up::after {
		height: 11px;
		width: 11px;
		top: auto;
		right: 8px;
		bottom: 32px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .game .cust-match-10_1 .bet_up::after {
		height: 11px;
		width: 11px;
		top: 5px;
		right: 5px;
	}
}
.live_sport_wrap .live_left .game .cust-match-10_1 .bet_down::after {
	height: 11px;
	width: 11px;
	bottom: 5px;
	right: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .game .cust-match-10_1 .bet_down::after {
		bottom: 8px;
		right: 8px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .game .cust-match-10_1 .bet_down::after {
		bottom: 5px;
		right: 5px;
	}
}
.live_sport_wrap .live_left .game .soccer .top {
	font-size: 14px;
	line-height: 22px;
	color: var(--text-primary-color);
	margin-bottom: 10px;
}
.live_sport_wrap .live_left .game .soccer .top p {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .game .soccer .top {
		font-size: 12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .game .soccer .top {
		font-size: 12px;
		/* width: calc(100% + 60px); */
		grid-gap: 10px;
	}
}
.live_sport_wrap .live_left .game .soccer .top span {
	height: 15px;
	width: 15px;
	position: relative;
	border-radius: 50%;
	padding: 0;
	margin-right: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
}

html[dir="rtl"] .live_sport_wrap .live_left .game .soccer .top span {
	margin-right: unset;
	margin-left: 10px;
}

.live_sport_wrap .live_left .game .soccer .top span img {
	object-fit: cover;
    width: 15px;
    height: 24px;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.live_sport_wrap .live_left .game .soccer .live-bottom {
	display: grid;
	/* grid-template-columns: 27% 65%; */
	grid-template-columns: 27% 6% 65%;
	gap: 3%;
	cursor: pointer;
}
.live_sport_wrap .live_left .game .soccer .live-bottom .middle_10 {
    display: grid;
    grid-template-columns: 100%;
    /* gap: 10px; */
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    position: relative;
}
.event-field-svg {
    height: 17px;
    fill: var(--background-third-color);
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_left .game .soccer .live-bottom {
		grid-template-columns: 0.5fr 1fr;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_left .game .soccer .live-bottom {
		gap: 6%;
		justify-content: center;
		grid-template-columns: 0.5fr 1fr;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_left .game .soccer .live-bottom {
		grid-template-columns: auto 1fr;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .game .soccer .live-bottom {
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .game .soccer .live-bottom {
		display: block;
		position: relative;
		padding-left: 25px;
	}
	.live_sport_wrap .live_left .game .soccer .live-bottom .middle_10{
		display: none;
	}
}
.live_sport_wrap .live_left .game .soccer .live-bottom .left_10 {
	display: grid;
	grid-template-columns: 18px auto auto auto;
	gap: 10px;
	align-items: center;
	text-align: center;
	justify-content: flex-start;
	position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .game .soccer .live-bottom .left_10 {
		grid-template-columns: 6% 10% 7% 12%;
		justify-content: start;
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .game .soccer .live-bottom .left_10 {
		grid-template-columns: auto auto auto auto;
		justify-content: start;
		margin-bottom: 5px;
		position: unset;
		gap: 0;
	}
}
.live_sport_wrap .live_left .game .soccer .live-bottom .left_10 .icon {
	text-align: left;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .game .soccer .live-bottom .left_10 .icon {
		position: absolute;
		bottom: 13%;
		left: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .game .soccer .live-bottom .left_10 .time {
		display:none;
		padding-left: 8px;
		padding-right: 6px;
	}
	.live_sport_wrap .live_left .game .soccer .live-bottom .left_10 .playing-time {

		padding-left: 8px;
		padding-right: 6px;
	}
}
.live_sport_wrap .live_left .game .soccer .live-bottom .left_10 .sh-live p {
	background: linear-gradient(#5ec2af 0%, #008cd5 100%);
	font-size: 11px;
	width: fit-content;
	padding: 2px 4px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 2px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .game .soccer .live-bottom .left_10 .sh-live p {
		font-size: 10px;
		padding: 1px 3px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .game .soccer .live-bottom .left_10 .sh-live p {
		font-size: 10px;
		padding: 1px 3px;
	}
}
.live_sport_wrap .live_left .game .soccer .live-bottom .left_10 .playing-time p {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: var(--text-primary-color);
	position: relative;
	width: max-content;
	max-width: 55px!important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .game .soccer .live-bottom .left_10 .playing-time p {
		font-size: 11px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .game .soccer .live-bottom .left_10 .playing-time p {
		font-size: 10px;
	}
}
.live_sport_wrap .live_left .game .soccer .live-bottom .left_10 .playing-time span {
	height: 3px;
	background: #848484;
	width: 38px;
	display: block;
	margin: 0px auto;
	position: relative;
	margin-top: 3px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .game .soccer .live-bottom .left_10 .playing-time span {
		width: 30px;
	}
}
.live_sport_wrap .live_left .game .soccer .live-bottom .left_10 .playing-time span::after {
	content: "";
	background: linear-gradient(90deg, #5ec2af 0%, #008cd5 100%);
	position: static;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	animation: live-effect 1.6s cubic-bezier(.87,.01,.87,.5) 1s infinite alternate;
}
@keyframes live-effect {
	0% {
		transform: translateX(0) scaleX(0);
		transform-origin: left;
		left: 33.3%;
		right: auto;
	}

	45% {
		transform: translateX(0) scaleX(1);
		transform-origin: left;
		left: 33.3%;
		right: auto;
	}
	50% {
		transform: translateX(0) scaleX(1);
		transform-origin: right;
		left: auto;
		right: 33.3%;
	}
	100% {
		transform: translateX(0) scaleX(0);
		transform-origin: right;
		left: auto;
		right: 33.3%;
	}
}
.live_sport_wrap .live_left .game .soccer .live-bottom .right_10 {
	font-size: 12px;
	line-height: 18px;
	color: var(--text-primary-color);
	padding-right: 25px;
	display: grid;
	gap: 2px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.live_sport_wrap .live_left .game .soccer .live-bottom .right_10 .ipse_10 .name{
	display: grid;
    grid-template-columns: 100%;
    grid-gap: 5px;
}
.live_sport_wrap .live_left .game .soccer .live-bottom .right_10 .ipse_11 .name{
	display: grid;
    grid-template-columns: 100%;
    grid-gap: 5px;
}
.live_sport_wrap .live_left .game.round-game-live .soccer .live-bottom .right_10 .name .score-mobile{
	display: none;
}
html[dir="rtl"] .live_sport_wrap .live_left .game .soccer .live-bottom .right_10 {
	padding-right: unset;
	padding-left: 25px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_left .game .soccer .live-bottom .right_10 {
		font-size: 11px;
		margin-right: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .game .soccer .live-bottom .right_10 {
		font-size: 10px;
		margin-right: 0px;
		padding-right: 0px;
	}
	.live_sport_wrap .live_left .game.round-game-live .soccer .live-bottom .right_10 .name{
		grid-template-columns: auto 1fr;
		gap: 12px;
	}
	.live_sport_wrap .live_left .game.round-game-live .soccer .live-bottom .right_10 .name .score-mobile{
		display: block;
	}
	.live_sport_wrap .live_left .game.round-game-live .soccer .live-bottom .right_10 .score-desktop{
		display: none;
	}
}
.live_sport_wrap .live_left .game .soccer .live-bottom .right_10 .ipse_10 {
	display: grid;
	grid-template-columns: 59% 39%;
	gap: 2%;
	align-items: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .game .soccer .live-bottom .right_10 .ipse_10 .name {
		font-size: 12px;
	}
	.live_sport_wrap .live_left .game .soccer .live-bottom .right_10 .name p{
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
}
.live_sport_wrap .live_left .game .soccer .live-bottom .right_10 .ipse_11 {
	display: grid;
	grid-template-columns: 59% 39%;
	gap: 2%;
	align-items: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .game .soccer .live-bottom .right_10 .ipse_11 .name {
		font-size: 12px;
	}
}
.live_sport_wrap .live_left .game .soccer .live-bottom .right_10 .scor {
	text-align: center;
	justify-content: end;
	align-items: center;
	display: grid;
	grid-auto-columns: minmax(19px, auto);
	grid-gap: 5px;
	grid-auto-flow: column;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.live_sport_wrap .live_left .game .soccer .live-bottom .right_10 .scor p {
	width: 19px;
	height: 19px;
	border-radius: 3px;
	background: transparent;
	border: 1px solid var(--background-third-color);
	margin-bottom: 0px;
	text-align: center;
	align-items: center;
	display: grid;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_left .game .soccer .live-bottom .right_10 .scor p {
		width: 23px;
		height: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_right {
		display: none;
	}
}
.live_sport_wrap .live_right .start_soon {
	height: 900px;
	width: 100%;
	overflow-y: auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_right .start_soon {
		height: 730px;
		margin-bottom: 48px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_right .start_soon {
		height: 730px;
		margin-bottom: 48px;
	}
}
.live_sport_wrap .live_right .start_soon::-webkit-scrollbar {
	width: 0px;
}
.live_sport_wrap .live_right .filter {
	grid-auto-columns: minmax(auto, auto);
	grid-gap: 5px;
	grid-auto-flow: column;
	display: grid;
	grid-template-columns: 49% 49%;
	gap: 2%;
	margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_right .filter {
		gap: 1%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_right .filter {
		gap: 1%;
	}
}
.live_sport_wrap .live_right .filter .upcoming {
	background: transparent;
	border: 1px solid #363a41;
	color: #848484;
	text-align: center;
	border-radius: 5px 0 0 5px;
	padding: 11px 24px;
	cursor: pointer;
	transition: all 0.5s;
	font-size: 14px;
	font-weight: 400;
}
.live_sport_wrap .live_right .filter .upcoming:hover {
	background: #353A42;
	font-weight: 500;
	color: #fff;
}
.live_sport_wrap .live_right .filter .upcoming.active {
	background: #353A42;
	font-weight: 500;
	color: #fff;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .filter .upcoming {
		font-size: 13px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_right .filter .upcoming {
		width: 75%;
		font-size: 13px;
		padding: 10px 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .filter .upcoming {
		font-size: 12px;
		padding: 8px 10px;
		line-height: 18px;
	}
}
.live_sport_wrap .live_right .filter .promotions {
	background: transparent;
	border: 1px solid #363a41;
	color: #848484;
	text-align: center;
	border-radius: 0px 5px 5px 0px;
	padding: 11px 24px;
	cursor: pointer;
	transition: all 0.5s;
	font-size: 14px;
	font-weight: 400;
}
.live_sport_wrap .live_right .filter .promotions:hover {
	background: #353A42;
	font-weight: 500;
	color: #fff;
}
.live_sport_wrap .live_right .filter .promotions.active {
	background: #353A42;
	font-weight: 500;
	color: #fff;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .filter .promotions {
		font-size: 13px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_right .filter .promotions {
		font-size: 13px;
		padding: 10px 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .filter .promotions {
		font-size: 12px;
		padding: 9px 10px;
	}
}
.live_sport_wrap .live_right .right_game .border_dotted {
	position: relative;
}
.live_sport_wrap .live_right .right_game .border_dotted::after {
	position: absolute;
	content: "";
	bottom: -1px;
	right: 0;
	width: 90%;
	height: 0px;
	background: transparent;
	border-bottom: 1px dotted #353A42;
}
.live_sport_wrap .live_right .right_game .border_solid {
	border-bottom: 1px solid #353A42;
}
.live_sport_wrap .live_right .right_game .game_1 {
	grid-auto-columns: auto;
	grid-gap: 5px;
	grid-auto-flow: column;
	display: grid;
	grid-template-columns: 8% 38% 50%;
	gap: 2%;
	padding: 10px 0;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .game_1 {
		display: block;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_right .right_game .game_1 {
		grid-template-columns: 59% 38%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_right .right_game .game_1 {
		grid-template-columns: 59% 38%;
	}
}
.live_sport_wrap .live_right .right_game .game_1 .game_icon {
	height: 38px;
	width: 38px;
	overflow: hidden;
	position: relative;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .right_game .game_1 .game_icon {
		height: 30px;
		width: 30px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .game_1 .game_icon {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_right .right_game .game_1 .game_icon {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_right .right_game .game_1 .game_icon {
		display: none;
	}
}
.live_sport_wrap .live_right .right_game .game_1 .game_icon img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
}
.live_sport_wrap .live_right .right_game .game_1 .soccer_time .ga_title {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	padding-top: 8px;
}
.live_sport_wrap .live_right .right_game .game_1 .soccer_time .g_detail {
	grid-auto-columns: auto;
	grid-gap: 5px;
	grid-auto-flow: column;
	display: grid;
	grid-template-columns: 11% 87%;
	gap: 2%;
	padding-top: 5px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .game_1 .soccer_time .g_detail {
		padding-left: 6px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_right .right_game .game_1 .soccer_time .g_detail {
		padding-left: 5px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_right .right_game .game_1 .soccer_time .g_detail {
		padding-left: 5px;
	}
}
.live_sport_wrap .live_right .right_game .game_1 .soccer_time .g_detail .icon_1a {
	margin-top: -1px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .game_1 .soccer_time .g_detail .icon_1a {
		margin-top: -1px;
		text-align: end;
	}
}
.live_sport_wrap .live_right .right_game .game_1 .soccer_time .g_detail .tem {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 6px;
}
.live_sport_wrap .live_right .right_game .game_1 .soccer_time .g_detail .tem:nth-child(1) {
	margin-top: 2px;
}
.live_sport_wrap .live_right .right_game .game_1 .soccer_time .g_detail .tem:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .right_game .game_1 .soccer_time .g_detail .tem {
		font-size: 11px;
		line-height: 17px;
		margin-bottom: 5px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_right .right_game .game_1 .soccer_time .g_detail .tem {
		margin-bottom: 4px;
		font-size: 10px;
		line-height: 16px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .game_1 .soccer_time .g_detail .tem {
		font-size: 11px;
		margin-bottom: 2px;
		line-height: 16px;
	}
}
.live_sport_wrap .live_right .right_game .game_1 .soccer_time .g_detail .fa_det ul {
	grid-auto-columns: auto;
	grid-gap: 5px;
	grid-auto-flow: column;
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 2%;
	justify-content: center;
	align-items: center;
}
.live_sport_wrap .live_right .right_game .game_1 .soccer_time .g_detail .fa_det ul li {
	font-size: 12px;
	line-height: 18px;
	color: #848484;
}
.live_sport_wrap .live_right .right_game .game_1 .game_detail {
	position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .game_1 .game_detail {
		padding-top: 10px;
	}
}
.live_sport_wrap .live_right .right_game .game_1 .game_detail .cust-match-10 {
	text-align: center;
	justify-content: end;
	align-items: end;
	display: grid;
	grid-auto-columns: 32% 32% 32%;
	gap: 4px;
	grid-auto-flow: column;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.live_sport_wrap .live_right .right_game .game_1 .game_detail .cust-match-10 .betting-info-inner {
	background: #4E545D;
	border-radius: 3px;
	color: #F2F2F7;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
	padding: 14.5px 8px;
	justify-content: space-between;
	align-items: center;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_right .right_game .game_1 .game_detail .cust-match-10 .betting-info-inner {
		grid-template-columns: 1fr 1.5fr;
		gap: 13px;
		padding: 12px 5px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .right_game .game_1 .game_detail .cust-match-10 .betting-info-inner {
		padding: 12px 11px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .game_1 .game_detail .cust-match-10 .betting-info-inner {
		padding: 12px 15px;
		gap: 2px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_right .right_game .game_1 .game_detail .cust-match-10 .betting-info-inner {
		display: block;
		background: transparent;
		padding: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_right .right_game .game_1 .game_detail .cust-match-10 .betting-info-inner {
		display: block;
		background: transparent;
		padding: 0;
	}
}
.live_sport_wrap .live_right .right_game .game_1 .game_detail .cust-match-10 .betting-info-inner .betting-info-left {
	text-align: left;
	display: flex;
	color: #848484;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_right .right_game .game_1 .game_detail .cust-match-10 .betting-info-inner .betting-info-left {
		text-align: center;
		display: block;
		padding: 10px 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_right .right_game .game_1 .game_detail .cust-match-10 .betting-info-inner .betting-info-left {
		text-align: center;
		display: block;
		padding: 10px 0;
	}
}
.live_sport_wrap .live_right .right_game .game_1 .game_detail .cust-match-10 .betting-info-inner .betting-info-right {
	text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_right .right_game .game_1 .game_detail .cust-match-10 .betting-info-inner .betting-info-right {
		text-align: center;
		background: #353A42;
		padding: 15px 0;
		border-radius: 3px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_right .right_game .game_1 .game_detail .cust-match-10 .betting-info-inner .betting-info-right {
		text-align: center;
		background: #353A42;
		padding: 15px 0;
		border-radius: 3px;
	}
}
.live_sport_wrap .live_right .right_game .game_1 .game_detail .cust-match-10 .betting-info-inner h6 {
	font-size: 12px;
	display: block;
	font-weight: 200;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .right_game .game_1 .game_detail .cust-match-10 .betting-info-inner h6 {
		font-size: 11px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_right .right_game .game_1 .game_detail .cust-match-10 .betting-info-inner h6 {
		font-size: 10px;
	}
}
.live_sport_wrap .live_right .right_game .soccer_game_group {
	position: relative;
	padding-top: 10px;
}
.live_sport_wrap .live_right .right_game .soccer_game_group .game_1_title {
	grid-auto-columns: auto;
	grid-gap: 5px;
	grid-auto-flow: column;
	display: grid;
	grid-template-columns: 8% 88%;
	gap: 2%;
	justify-content: start;
	align-items: center;
	margin-bottom: -14px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_right .right_game .soccer_game_group .game_1_title {
		grid-template-columns: 5% 93%;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_right .right_game .soccer_game_group .game_1_title {
		grid-template-columns: 5% 93%;
		margin-bottom: 0;
	}
}
.live_sport_wrap .live_right .right_game .soccer_game_group .game_1_title .game_icon {
	height: 38px;
	width: 38px;
	overflow: hidden;
	position: relative;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .right_game .soccer_game_group .game_1_title .game_icon {
		height: 30px;
		width: 30px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_right .right_game .soccer_game_group .game_1_title .game_icon {
		height: 28px;
		width: 28px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .soccer_game_group .game_1_title .game_icon {
		width: 20px;
		height: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_right .right_game .soccer_game_group .game_1_title .game_icon {
		width: 20px;
		height: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_right .right_game .soccer_game_group .game_1_title .game_icon {
		width: 20px;
		height: 20px;
	}
}
.live_sport_wrap .live_right .right_game .soccer_game_group .game_1_title .game_icon img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
}
.live_sport_wrap .live_right .right_game .soccer_game_group .game_1_title .ga_title {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .right_game .soccer_game_group .game_1_title .ga_title {
		font-size: 13px;
		line-height: 20px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_right .right_game .soccer_game_group .game_1_title .ga_title {
		font-size: 12px;
		line-height: 18px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .soccer_game_group .game_1_title .ga_title {
		font-size: 12px;
		line-height: 18px;
	}
}
.live_sport_wrap .live_right .right_game .live_game_2 {
	position: relative;
	padding: 10px 0;
}
.live_sport_wrap .live_right .right_game .live_game_2 .title_live2 {
	grid-auto-columns: auto;
	grid-gap: 5px;
	grid-auto-flow: column;
	display: grid;
	grid-template-columns: 8% 88%;
	gap: 2%;
	justify-content: start;
	align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_right .right_game .live_game_2 .title_live2 {
		grid-template-columns: 5% 93%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_right .right_game .live_game_2 .title_live2 {
		grid-template-columns: 5% 93%;
	}
}
.live_sport_wrap .live_right .right_game .live_game_2 .title_live2 .title_g2 {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .right_game .live_game_2 .title_live2 .title_g2 {
		font-size: 13px;
		line-height: 20px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_right .right_game .live_game_2 .title_live2 .title_g2 {
		font-size: 12px;
		line-height: 18px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .live_game_2 .title_live2 .title_g2 {
		font-size: 12px;
		line-height: 18px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_right .right_game .live_game_2 .title_live2 .title_g2 {
		font-size: 12px;
		line-height: 18px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_right .right_game .live_game_2 .title_live2 .title_g2 {
		font-size: 12px;
		line-height: 18px;
	}
}
.live_sport_wrap .live_right .right_game .live_game_2 .ga_two_1 {
	grid-auto-columns: auto;
	grid-gap: 5px;
	grid-auto-flow: column;
	display: grid;
	grid-template-columns: 8% 55% 33%;
	gap: 2%;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .live_game_2 .ga_two_1 {
		display: block;
	}
}
.live_sport_wrap .live_right .right_game .live_game_2 .ga_two_1 .soccer_time {
	position: relative;
}
.live_sport_wrap .live_right .right_game .live_game_2 .ga_two_1 .soccer_time .g_detail {
	grid-auto-columns: auto;
	grid-gap: 5px;
	grid-auto-flow: column;
	display: grid;
	grid-template-columns: 5% 93%;
	gap: 2%;
}
.live_sport_wrap .live_right .right_game .live_game_2 .ga_two_1 .soccer_time .g_detail .icon_1a {
	margin-top: -2px;
}
.live_sport_wrap .live_right .right_game .live_game_2 .ga_two_1 .soccer_time .g_detail .fa_det ul {
	grid-auto-columns: auto;
	grid-gap: 5px;
	grid-auto-flow: column;
	display: grid;
	grid-template-columns: 19% 18% 30%;
	gap: 1%;
}
.live_sport_wrap .live_right .right_game .live_game_2 .ga_two_1 .soccer_time .g_detail .fa_det ul li {
	font-size: 12px;
	line-height: 18px;
	color: #848484;
	justify-content: flex-start;
	display: flex;
	align-items: center;
}
.live_sport_wrap .live_right .right_game .live_game_2 .ga_two_1 .soccer_time .g_detail .fa_det ul li:last-child {
	font-size: 10px;
}
.live_sport_wrap .live_right .right_game .live_game_2 .ga_two_1 .soccer_time .g_detail .team_1t {
	position: relative;
	margin-left: -18px;
	margin-top: 7px;
}
.live_sport_wrap .live_right .right_game .live_game_2 .ga_two_1 .soccer_time .g_detail .team_1t .tem {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 6px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .right_game .live_game_2 .ga_two_1 .soccer_time .g_detail .team_1t .tem {
		font-size: 11px;
		line-height: 17px;
		margin-bottom: 5px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_right .right_game .live_game_2 .ga_two_1 .soccer_time .g_detail .team_1t .tem {
		margin-bottom: 4px;
		font-size: 10px;
		line-height: 16px;
	}
}
.live_sport_wrap .live_right .right_game .live_game_2 .cust-match-10 {
	text-align: center;
	justify-content: end;
	align-items: end;
	display: grid;
	grid-auto-columns: 49% 49%;
	grid-gap: 2%;
	grid-auto-flow: column;
	padding: 0px;
	width: 100%;
	height: auto;
}
.live_sport_wrap .live_right .right_game .live_game_2 .cust-match-10 .betting-info-inner {
	background: #4E545D;
	border-radius: 3px;
	color: #F2F2F7;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
	padding: 12px 8px;
	justify-content: space-between;
	align-items: center;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .right_game .live_game_2 .cust-match-10 .betting-info-inner {
		padding: 10px 8px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_right .right_game .live_game_2 .cust-match-10 .betting-info-inner {
		padding: 10px 8px;
	}
}
.live_sport_wrap .live_right .right_game .live_game_2 .cust-match-10 .betting-info-inner h6 {
	font-size: 12px;
	display: block;
	font-weight: 200;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .right_game .live_game_2 .cust-match-10 .betting-info-inner h6 {
		font-size: 11px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_right .right_game .live_game_2 .cust-match-10 .betting-info-inner h6 {
		font-size: 10px;
	}
}
.live_sport_wrap .live_right .right_game .live_game_2 .cust-match-10 .betting-info-inner .betting-info-left {
	color: #848484;
	font-size: 10px;
}
.live_sport_wrap .live_right .right_game .live_game_2 .ft_10 {
	font-size: 10px;
	color: #fff;
	margin-bottom: 10px;
	cursor: pointer;
	font-weight: 300;
	line-height: 19px;
}
.live_sport_wrap .live_right .right_game .live_game_2 .game_icon {
	height: 38px;
	width: 38px;
	overflow: hidden;
	position: relative;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .right_game .live_game_2 .game_icon {
		height: 30px;
		width: 30px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_right .right_game .live_game_2 .game_icon {
		height: 28px;
		width: 28px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .live_game_2 .game_icon {
		height: 20px;
		width: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_right .right_game .live_game_2 .game_icon {
		width: 20px;
		height: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_right .right_game .live_game_2 .game_icon {
		width: 20px;
		height: 20px;
	}
}
.live_sport_wrap .live_right .right_game .live_game_2 .game_icon img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
}
.live_sport_wrap .live_right .right_game .live-right-multiple .bet-done .betting-info-left {
	color: #fff !important;
}
.live_sport_wrap .live_right .right_game .live_grand_slam {
	position: relative;
	padding: 10px 0;
}
.live_sport_wrap .live_right .right_game .live_grand_slam .title_live2 {
	grid-auto-columns: auto;
	grid-gap: 5px;
	grid-auto-flow: column;
	display: grid;
	grid-template-columns: 8% 88%;
	gap: 2%;
	justify-content: start;
	align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .title_live2 {
		grid-template-columns: 5% 93%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .title_live2 {
		grid-template-columns: 5% 93%;
	}
}
.live_sport_wrap .live_right .right_game .live_grand_slam .title_live2 .game_icon {
	height: 38px;
	width: 38px;
	overflow: hidden;
	position: relative;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .title_live2 .game_icon {
		height: 30px;
		width: 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .title_live2 .game_icon {
		height: 20px;
		width: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .title_live2 .game_icon {
		height: 20px;
		width: 20px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .title_live2 .game_icon {
		height: 28px;
		width: 28px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .title_live2 .game_icon {
		height: 20px;
		width: 20px;
	}
}
.live_sport_wrap .live_right .right_game .live_grand_slam .title_live2 .game_icon img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
}
.live_sport_wrap .live_right .right_game .live_grand_slam .title_live2 .title_g2 {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .title_live2 .title_g2 {
		font-size: 13px;
		line-height: 20px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .title_live2 .title_g2 {
		font-size: 12px;
		line-height: 18px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .title_live2 .title_g2 {
		font-size: 12px;
		line-height: 18px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .title_live2 .title_g2 {
		font-size: 12px;
		line-height: 18px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .title_live2 .title_g2 {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 10px;
	}
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 {
	grid-auto-columns: auto;
	grid-gap: 5px;
	grid-auto-flow: column;
	display: grid;
	grid-template-columns: 8% 55% 33%;
	gap: 2%;
	justify-content: center;
	align-items: end;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 {
		display: block;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 {
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 {
		display: block;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_icon {
		display: none;
	}
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_detail {
	position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_detail {
		padding-top: 10px;
	}
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_detail .ft_10 {
	font-size: 10px;
	color: #fff;
	margin-bottom: 10px;
	cursor: pointer;
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_detail .cust-match-10 {
	text-align: center;
	justify-content: end;
	align-items: center;
	display: grid;
	grid-auto-columns: 49% 49%;
	grid-gap: 2%;
	grid-auto-flow: column;
	padding: 0px;
	width: 100%;
	height: max-content;
	padding-bottom: 0px;
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_detail .cust-match-10 .betting-info-inner {
	background: #4E545D;
	border-radius: 3px;
	color: #F2F2F7;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px;
	padding: 14.5px 8px;
	justify-content: space-between;
	align-items: center;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_detail .cust-match-10 .betting-info-inner {
		padding: 16px 8px;
		grid-template-columns: 1fr;
		gap: 3px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_detail .cust-match-10 .betting-info-inner {
		padding: 16px 8px;
		grid-template-columns: 1fr;
		gap: 3px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_detail .cust-match-10 .betting-info-inner {
		padding: 12px 8px;
	}
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_detail .cust-match-10 .betting-info-inner .betting-info-left {
	text-align: left;
	display: flex;
	color: #848484;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_detail .cust-match-10 .betting-info-inner .betting-info-left {
		text-align: center;
		justify-content: center;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_detail .cust-match-10 .betting-info-inner .betting-info-left {
		text-align: center;
		justify-content: center;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_detail .cust-match-10 .betting-info-inner .betting-info-left {
		text-align: center;
		justify-content: center;
	}
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_detail .cust-match-10 .betting-info-inner .betting-info-left h6 {
	font-size: 10px;
	display: block;
	font-weight: 200;
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_detail .cust-match-10 .betting-info-inner .betting-info-right {
	text-align: right;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_detail .cust-match-10 .betting-info-inner .betting-info-right {
		text-align: center;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_detail .cust-match-10 .betting-info-inner .betting-info-right {
		text-align: center;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_detail .cust-match-10 .betting-info-inner .betting-info-right {
		text-align: center;
	}
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_detail .cust-match-10 .betting-info-inner .betting-info-right h6 {
	font-size: 12px;
	display: block;
	font-weight: 200;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_detail .cust-match-10 .betting-info-inner .betting-info-right h6 {
		font-size: 11px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .game_detail .cust-match-10 .betting-info-inner .betting-info-right h6 {
		font-size: 10px;
	}
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .right_10 {
	font-size: 12px;
	line-height: 18px;
	color: #F2F2F7;
	display: grid;
	gap: 3px;
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .right_10 .ipse_10 {
	display: grid;
	grid-template-columns: 58% 40%;
	gap: 2%;
	align-items: center;
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .right_10 .ipse_10 .name {
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 18px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .right_10 .ipse_10 .name {
		font-size: 11px;
		line-height: 17px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .right_10 .ipse_10 .name {
		font-size: 10px;
		line-height: 16px;
	}
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .right_10 .ipse_10 .scor {
	text-align: center;
	justify-content: end;
	align-items: center;
	display: grid;
	grid-auto-columns: minmax(19px, auto);
	grid-gap: 5px;
	grid-auto-flow: column;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .right_10 .ipse_10 .scor .green {
	color: #24C5AE;
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1 .right_10 .ipse_10 .scor p {
	width: 19px;
	height: 19px;
	border-radius: 3px;
	font-size: 12px;
	background: transparent;
	border: 1px solid #363a41;
	text-align: center;
	align-items: center;
	display: grid;
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1a {
	grid-auto-columns: auto;
	grid-gap: 5px;
	grid-auto-flow: column;
	display: grid;
	grid-template-columns: 8% 3% 7% 3% 7% 20%;
	gap: 1%;
	justify-content: start;
	align-items: center;
	padding-bottom: 9px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1a {
		grid-template-columns: 9% 4% 9% 6% 10% 24%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1a {
		grid-template-columns: 9% 4% 9% 6% 10% 24%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1a {
		grid-template-columns: 8% 7% 13% 8% 12% 32%;
		padding-top: 8px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1a {
		grid-template-columns: 6% 5% 4% 5%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1a {
		grid-template-columns: 6% 9% 7% 11%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1a .blank {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1a .blank {
		display: none;
	}
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1a .live {
	background: linear-gradient(#5ec2af 0%, #008cd5 100%);
	font-size: 9px;
	width: fit-content;
	padding: 1px 4px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 2px;
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1a .bet_type {
	font-size: 12px;
	font-weight: 200;
	color: #fff;
	position: relative;
	width: max-content;
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1a .bet_type span {
	height: 2px;
	background: #848484;
	width: 100%;
	display: block;
	margin: 0px auto;
	position: relative;
	margin-top: 3px;
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1a .bet_type span::after {
	content: "";
	width: 60%;
	height: 100%;
	background: linear-gradient(90deg, #5ec2af 0%, #008cd5 100%);
	position: absolute;
	left: 0;
	top: 0;
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1a .total_bet {
	font-size: 10px;
	line-height: 19px;
	color: #848484;
	justify-content: flex-start;
	display: flex;
	align-items: center;
}
.live_sport_wrap .live_right .right_game .live_grand_slam .ga_two_1a .total_bet img {
	width: 15px;
}

.bet_up {
	position: relative;
	cursor: pointer;
}
.bet_up .betting-info-right h6 {
	color: var(--odd-price-up-color) !important;
}
.bet_up .info-right p {
	color: var(--odd-price-up-color) !important;
}
.bet_up::after {
	position: absolute;
	content: "";
	height: 9px;
	width: 9px;
	background-image: url(../images/bet_up_icon.svg);
	background-size: cover;
	top: 4px;
	right: 4px;
}

.bet_down {
	position: relative;
	cursor: pointer;
}
.bet_down .betting-info-right h6 {
	color: var(--odd-price-down-color) !important;
}
.bet_down .info-right p {
	color: var(--odd-price-down-color) !important;
}
.bet_down::after {
	position: absolute;
	content: "";
	height: 9px;
	width: 9px;
	background-image: url(../images/bet_down_icon.svg);
	bottom: 4px;
	right: 4px;
	background-size: cover;
}

.sport_eventview_wrap {
	padding-top: 78px;
	position: relative;
	padding-bottom: 70px;
	overflow: hidden;
	min-height: 1000px  ;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap {
		padding-bottom: 35px;
		padding-top: 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap {
		padding-top: 0px;
		padding-bottom: 45px;
		margin-top: -13px;
	}
}
.sport_eventview_wrap .drop_down_mobile_185 {
	max-width: 100%;
	padding: 0 30px;
	border-bottom: 1px solid #353A42;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .drop_down_mobile_185 {
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .drop_down_mobile_185 {
		display: block;
		padding-left: 12px;
		padding-right: 12px;
	}
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content {
	grid-auto-columns: 10% 89%;
	gap: 1%;
	grid-auto-flow: column;
	display: grid;
	justify-content: center;
	align-items: center;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .icon {
	border-right: 1px solid #353A42;
	height: 100%;
}

html[dir="rtl"] .sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .icon {
	border-right: unset;
	border-left: 1px solid #353A42;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .icon {
		padding-top: 0px;
		cursor: pointer;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .icon {
		padding-top: 0px;
	}
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .icon .left_icon {
	padding-top: 15px;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail {
	grid-auto-columns: 89% 10%;
	gap: 1%;
	grid-auto-flow: column;
	display: grid;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .left {
	position: relative;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .left .title {
	font-size: 10px;
	font-weight: 300;
	color: #848484;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .left .content {
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	padding-top: 5px;
	display: grid;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .left .content p{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right {
	position: relative;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown {
	float: right;
	position: relative;
	display: block;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content {
	display: none;
	position: absolute;
	background-color: #0C131A;
	min-width: 636px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	right: -30px;
	z-index: 55;
	top: 164%;
	border: 1px solid #353A42;
	padding-right: 30px;
}

html[dir="rtl"] .sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content {
	right: unset;
	left: -30px;
	padding-right: unset;
	padding-left: 40px;
}

/* Designing for scroll-bar */
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content::-webkit-scrollbar {
	width: 2px;
}

/* Track */
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 1px;
}

/* Handle */
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content::-webkit-scrollbar-thumb {
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	border-radius: 1px;
}

/* Handle on hover */
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content::-webkit-scrollbar-thumb:hover {
	background: #555;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content {
		min-width: auto;
        top: 138%;
        width: 90vw;
		height: 26vh;
		right: 0;
        overflow: auto;
		padding: 0;
		direction:rtl;
	}

	.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a{
		direction:ltr;
	}
	.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail{
		padding-bottom: 4px;
    	padding-top: 4px;
	}
	.sport_eventview_wrap .drop_down_mobile_185 {
        margin-top: 3px;
    }
	.sport_eventview_wrap .drop_down_mobile_185{
		padding-left: 0;
		padding-right: 0;
	}
	.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .icon{
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 0;
	}
	.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .icon .left_icon{
		padding-top: 0;
	}
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a {
	color: black;
	padding: 5px 20px;
	text-decoration: none;
	display: block;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a {
		padding: 5px 44px 5px 14px;
	}
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a:last-child .card_wrap {
	border: 0;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a .card_wrap {
	border-bottom: 1px dotted #848484;
	position: relative;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a .card_wrap .top {
	position: relative;
	display: grid;
	grid-auto-columns: 7% 63% 28%;
	gap: 1%;
	grid-auto-flow: column;
	justify-content: start;
	align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a .card_wrap .top {
		padding-top: 0;
	}
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a .card_wrap .top .icon {
	border-right: 0;
	height: auto;
	padding-top: 0;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a .card_wrap .top .title {
	font-size: 12px;
	color: #F2F2F7;
	display: grid;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a .card_wrap .top .title p{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a .card_wrap .top .scor {
	text-align: center;
	justify-content: end;
	align-items: center;
	display: grid;
	grid-auto-columns: minmax(19px, auto);
	grid-gap: 5px;
	grid-auto-flow: column;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a .card_wrap .top .scor p {
	width: 18px;
	height: 18px;
	border-radius: 3px;
	background: transparent;
	border: 1px solid #363a41;
	margin-bottom: 3px;
	text-align: center;
	align-items: center;
	display: grid;
	color: #F2F2F7;
	font-size: 12px;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a .card_wrap .bottom {
	position: relative;
	padding-left: 8%;
	padding-top: 7px;
	padding-bottom: 9px;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a .card_wrap .bottom .icon {
	border-right: 0;
	height: auto;
	padding-top: 0;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a .card_wrap .bottom .left_10 {
	display: grid;
	grid-template-columns: 3% 6% 3% 8%;
	gap: 1%;
	align-items: center;
	text-align: left;
	justify-content: start;
	position: relative;
	padding-bottom: 12px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a .card_wrap .bottom .left_10 {
		grid-template-columns: 5% 6% 7% 15%;
		padding-bottom: 0;
	}
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a .card_wrap .bottom .left_10 .sh-live {
	position: relative;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a .card_wrap .bottom .left_10 .sh-live p {
	background: linear-gradient(#5ec2af 0%, #008cd5 100%);
	font-size: 10px;
	width: fit-content;
	padding: 2px 3px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 2px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a .card_wrap .bottom .left_10 .sh-live p {
		padding: 1px 3px;
		border-radius: 2px;
	}
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a .card_wrap .bottom .left_10 .playing-time {
	position: relative;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a .card_wrap .bottom .left_10 .playing-time p {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #fff;
	position: relative;
	width: max-content;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a .card_wrap .bottom .left_10 .playing-time span {
	height: 3px;
	background: #848484;
	width: 100%;
	display: block;
	margin: 0px auto;
	position: relative;
	margin-top: 3px;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropdown-content a .card_wrap .bottom .left_10 .playing-time span::after {
	content: "";
	width: 60%;
	height: 100%;
	background: linear-gradient(90deg, #5ec2af 0%, #008cd5 100%);
	position: absolute;
	left: 0;
	top: 0;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .show {
	display: block;
}
.sport_eventview_wrap .drop_down_mobile_185 .dropdown_content .detail .right .dropdown .dropbtn {
	padding: 0;
	font-size: 10px;
	border: none;
	cursor: pointer;
	height: 23px;
	width: 50px;
	display: block;
}
.sport_eventview_wrap .eventview_row {
	display: grid;
	grid-auto-columns: 22% 48% 26%;
	grid-gap: 2%;
	grid-auto-flow: column;
	position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row {
		display: grid;
		grid-auto-columns: 100%;
		grid-gap: 0%;
		grid-auto-flow: row;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row {
		display: grid;
		grid-auto-columns: 100%;
		grid-gap: 0%;
		grid-auto-flow: row;
	}
}
.sport_eventview_wrap .eventview_row .detail_eventview {
	position: relative;
}
.sport_eventview_wrap .eventview_row .detail_eventview .eventview_detail {
	position: relative;
	max-height: 1000px;
	overflow-y: scroll;
}
/* .live-bet-dashboard .competition-main{
	position: relative;
	max-height: 1000px;
	overflow-y: scroll;
}  */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .detail_eventview .eventview_detail .fix_mobile {
		/* margin-left: -50px;
		margin-right: -50px; */
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .detail_eventview .eventview_detail .fix_mobile {
		/* margin-left: -15px;
		margin-right: -15px; */
	}
}
.sport_eventview_wrap .eventview_row .left_eventview {
	position: relative;
}

html[dir="ltr"] .sport_eventview_wrap .eventview_row .left_eventview {
	padding-left: 60px;
}

html[dir="rtl"] .sport_eventview_wrap .eventview_row .left_eventview {
	padding-right: 60px;
}

@media screen and (min-width: 1600px) and (max-width: 1880px) {
	html[dir="ltr"] .sport_eventview_wrap .eventview_row .left_eventview {
		padding-left: 70px;
	}

	html[dir="rtl"] .sport_eventview_wrap .eventview_row .left_eventview {
		padding-right: 70px;
	}

}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	html[dir="ltr"] .sport_eventview_wrap .eventview_row .left_eventview {
		padding-left: 60px;
	}

	html[dir="rtl"] .sport_eventview_wrap .eventview_row .left_eventview {
		padding-right: 60px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	html[dir="ltr"] .sport_eventview_wrap .eventview_row .left_eventview {
		padding-left: 35px;
	}

	html[dir="rtl"] .sport_eventview_wrap .eventview_row .left_eventview {
		padding-right: 35px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	html[dir="ltr"] .sport_eventview_wrap .eventview_row .left_eventview {
		padding-left: 32px;
	}

	html[dir="rtl"] .sport_eventview_wrap .eventview_row .left_eventview {
		padding-right: 32px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	html[dir="ltr"] .sport_eventview_wrap .eventview_row .left_eventview {
		padding-left: 0px;
	}

	html[dir="rtl"] .sport_eventview_wrap .eventview_row .left_eventview {
		padding-right: 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	html[dir="ltr"] .sport_eventview_wrap .eventview_row .left_eventview {
		padding-left: 0px;
	}

	html[dir="rtl"] .sport_eventview_wrap .eventview_row .left_eventview {
		padding-right: 0px;
	}

}
.sport_eventview_wrap .eventview_row .left_eventview .filter {
	grid-auto-columns: 49% 49%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .left_eventview .filter {
		grid-template-columns: 49% 49%;
		grid-gap: 2%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .left_eventview .filter {
		grid-auto-columns: 49% 49%;
		grid-gap: 1%;
	}
}
.sport_eventview_wrap .eventview_row .left_eventview .filter .upcoming {
	background: transparent;
	width: auto;
	border: 1px solid #363a41;
	color: #848484;
	text-align: center;
	border-radius: 5px 0px 0px 5px;
	padding: 12px 30px;
	cursor: pointer;
	transition: all 0.5s;
	font-size: 14px;
	font-weight: 400;
	transition: all 0.5s;
}


html[dir="rtl"] .sport_eventview_wrap .eventview_row .left_eventview .filter .upcoming {
	border-radius: 0px 5px 5px 0px;
}

.sport_eventview_wrap .eventview_row .left_eventview .filter .upcoming:hover {
	background: transparent;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .left_eventview .filter .upcoming {
		width: auto;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .left_eventview .filter .upcoming {
		width: auto;
		font-size: 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .left_eventview .filter .upcoming {
		padding: 8px 5px;
		font-size: 12px;
	}
}
.sport_eventview_wrap .eventview_row .left_eventview .filter .upcoming a {
	color: #848484;
	text-decoration: none;
}
.sport_eventview_wrap .eventview_row .left_eventview .filter .promotions {
	width: auto;
	background: transparent;
	border: 1px solid #363a41;
	color: #fff;
	text-align: center;
	border-radius: 0px 5px 5px 0px;
	padding: 12px 30px;
	cursor: pointer;
	transition: all 0.5s;
	font-size: 14px;
	font-weight: 400;
	transition: all 0.5s;
}

html[dir="rtl"] .sport_eventview_wrap .eventview_row .left_eventview .filter .promotions {
	border-radius: 5px 0px 0px 5px;;
}

.sport_eventview_wrap .eventview_row .left_eventview .filter .promotions:hover {
	background: #353A42;
}
.sport_eventview_wrap .eventview_row .left_eventview .filter .promotions.active {
	background: #353A42;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .left_eventview .filter .promotions {
		width: auto;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .left_eventview .filter .promotions {
		width: auto;
		font-size: 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .left_eventview .filter .promotions {
		padding: 8px 5px;
		font-size: 12px;
	}
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse {
	position: relative;
	max-height: 1000px;
	overflow-y: scroll;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse {
		display: none;
	}
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag {
	color: var(--text-secondary-color);
	font-size: 14px;
	padding: 13px 0;
	border-bottom: 1px solid var(--background-third-color);
	cursor: pointer;
	display: block;
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag.active {
	color: var(--text-primary-color);
	font-weight: 400;
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag img {
	width: 14px;
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .item_row {
	display: grid;
	/* grid-template-columns: 60% 40%; */
	/* grid-gap: 0%; */
	max-width: 87%;
	margin-left: auto;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .item_row {
		max-width: 86%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .item_row {
		max-width: 95%;
	}
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .item_row .title {
	font-size: 12px;
	color: var(--text-primary-color);
	font-weight: 300;
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .item_row .scor {
	display: grid;
	grid-gap: 1%;
	grid-auto-flow: column;
	justify-content: end;
	align-items: center;
	margin-bottom: 5px;
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .item_row .scor .lef {
	width: 22px;
	height: 13px;
	margin-left: auto;
	border: 1px solid var(--background-third-color);
	color: var(--text-primary-color);
	padding: 2px;
	font-size: 12px;
	line-height: 13px;
	border-radius: 4px;
	text-align: center;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .item_row .scor .lef {
		width: 12px;
		font-size: 11px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .item_row .scor .lef {
		width: 11px;
		font-size: 10px;
	}
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .left_10 {
	display: grid;
	grid-template-columns: 12% 7% 7% 20%;
	gap: 1%;
	align-items: center;
	text-align: center;
	justify-content: start;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .left_10 {
		grid-template-columns: 14% 15% 11% 20%;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .left_10 {
		grid-template-columns: 13% 12% 12% 19%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .left_10 {
		grid-template-columns: 12% 13% 8% 19%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .left_10 {
		grid-template-columns: 12% 12% 10% 19%;
		padding-left: 4px;
	}
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .left_10 .sh-live {
	background: linear-gradient(#5ec2af 0%, #008cd5 100%);
	font-size: 9px;
	width: fit-content;
	padding: 1px 2px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 2px;
	color: #000;
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .left_10 .icon {
	text-align: center;
	padding-left: 15px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .left_10 .icon {
		padding-left: 3px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .left_10 .icon {
		padding-left: 0;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .left_10 .icon {
		padding-left: 0;
	}
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .left_10 .icon img {
	padding-left: 0;
	padding-right: 0;
	width: 11px;
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .left_10 .time img {
	padding-left: 0px;
	padding-right: 0px;
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .left_10 .playing-time {
	position: relative;
	font-size: 12px;
	font-weight: 200;
	width: max-content;
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .left_10 .playing-time span {
	height: 2px;
	background: #848484;
	width: 100%;
	display: block;
	margin: 0px auto;
	position: relative;
	margin-top: 3px;
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .left_10 .playing-time span::after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #5ec2af 0%, #008cd5 100%);
	position: static;
	left: 0;
	top: 0;
	display: block;
	animation: live-effect 1.6s cubic-bezier(.87,.01,.87,.5) 1s infinite alternate;
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .live_detail {
	max-width: 87%;
	margin-left: auto;
	padding: 10px 0 5px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .live_detail {
		max-width: 86%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .live_detail {
		max-width: 95%;
	}
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .live_detail .cust-match-10 {
	text-align: center;
	justify-content: end;
	align-items: center;
	display: grid;
	grid-auto-columns: 32% 32% 32%;
	grid-gap: 2%;
	grid-auto-flow: column;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .live_detail .cust-match-10 .betting-info-inner {
	background: var(--odd-background-color);
	border-radius: 5px;
	color: var(--text-primary-color);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
	padding: 7px 11px;
	justify-content: space-between;
	align-items: center;
	transition: all 0.5s;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .live_detail .cust-match-10 .betting-info-inner {
		padding: 8px 11px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .live_detail .cust-match-10 .betting-info-inner {
		padding: 7px 7px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .live_detail .cust-match-10 .betting-info-inner {
		padding: 6px 5px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .live_detail .cust-match-10 .betting-info-inner {
		padding: 6px 8px;
	}
}


.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .live_detail .cust-match-10 .betting-info-inner:hover {
	background: var(--text-primary-color);
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .live_detail .cust-match-10 .betting-info-inner:hover h6 {
	color: var(--background-primary-color);
	font-weight: 300;
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .live_detail .cust-match-10 .betting-info-inner.active {
	background: var(--text-primary-color);
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .live_detail .cust-match-10 .betting-info-inner.active h6 {
	color: var(--background-primary-color);
	font-weight: 300;
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .live_detail .cust-match-10 .betting-info-inner .betting-info-left h6 {
	font-size: 10px;
	font-weight: 200;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .live_detail .cust-match-10 .betting-info-inner .betting-info-left h6 {
		font-size: 9px;
	}
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .live_detail .cust-match-10 .betting-info-inner h6 {
	font-size: 13px;
	display: inline-block;
	font-weight: 200;
	color: var(--text-primary-color);
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .live_detail .cust-match-10 .betting-info-inner h6 {
		font-size: 11px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .flag .live_detail .cust-match-10 .betting-info-inner h6 {
		font-size: 10px;
	}
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .collapse_close {
	position: relative;
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .collapse_close img {
	padding-left: 18px;
	padding-right: 6px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .collapse_close img {
		padding-left: 8px;
		padding-right: 4px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .collapse_close img {
		padding-left: 5px;
		padding-right: 4px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .collapse_close img {
		padding-left: 5px;
		padding-right: 4px;
	}
}
/* .sport_eventview_wrap .eventview_row .left_eventview .collapse .collapse_close::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 16px;
	height: 12px;
	width: 12px;
	background-image: url(../images/add+icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
} */
.sport_eventview_wrap .eventview_row .left_eventview .collapse .collapse_open {
	position: relative;
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .collapse_open img {
	padding-left: 18px;
	padding-right: 6px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .collapse_open img {
		padding-left: 8px;
		padding-right: 4px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .collapse_open img {
		padding-left: 5px;
		padding-right: 4px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .collapse_open img {
		padding-left: 5px;
		padding-right: 4px;
	}
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .collapse_open .item.active {
	background: var(--selector-background-color);
	border-radius: 10px;
	padding: 11px 16px 5px 0;
	margin-top: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .collapse_open .item.active {
		padding: 10px 7px 3px 0;
	}
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .collapse_open .border_dotted {
	position: relative;
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .collapse_open .border_dotted::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px dotted #56595c;
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse .collapse_open .item {
	background: transparent;
	border-radius: 10px;
	padding: 4px 16px 8px 0;
	margin-top: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .left_eventview .collapse .collapse_open .item {
		padding: 5px 9px 4px 0;
	}
}
/* .sport_eventview_wrap .eventview_row .left_eventview .collapse .collapse_open::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 16px;
	height: 12px;
	width: 12px;
	background-image: url(../images/-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
} */
.sport_eventview_wrap .eventview_row .eventview_detail .banner {
	/* background: rgb(227, 130, 188); */
	background: linear-gradient(130deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	padding: 30px 32px 30px 29px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner {
		padding: 20px 25px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner {
		padding: 10px 15px;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #0A1507;
	left: 0;
	top: 0;
	right: 0;
	opacity: 25%;
	z-index: 1;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .baner_image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .baner_image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	mix-blend-mode: luminosity;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .banner_content {
	position: relative;
	z-index: 2;
	width: 97%;
	height: auto;
	border-radius: 25px;
	background: transparent;
	backdrop-filter: blur(10.2044000626px);
	--webkit-backdrop-filter: blur(10.204400062561035px);
	background-color: rgba(0, 0, 0, 0.41);
	margin: 0 auto;
	padding: 15px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .banner_content {
		width: 90%;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .top_row .cup {
	color: var(--text-primary-color);
	font-size: 14px;
	line-height: 22px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .top_row .cup {
		font-size: 13px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .top_row .cup {
		font-size: 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .top_row .cup {
		font-size: 12px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .top_row .cup {
		width: max-content;
		margin: 0 auto;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .top_row .cup {
		width: max-content;
		margin: 0 auto;
		margin-bottom: 5px;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .top_row .cup span {
	height: 17px;
	width: 17px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-right: 8px;
	margin-top: -2px;
}

html[dir="rtl"] .sport_eventview_wrap .eventview_row .eventview_detail .banner .top_row .cup span  {
	margin-right: unset;
	margin-left: 8px;
}

.sport_eventview_wrap .eventview_row .eventview_detail .banner .top_row .cup span img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .top_row .cup span svg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .center_row .left_10 {
	display: grid;
	grid-template-columns: 17% 9% 24%;
	gap: 1%;
	padding: 0px 0px 10px;
	width: 24%;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .center_row .left_10 {
		grid-template-columns: 24% 14% 30%;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .center_row .left_10 {
		grid-template-columns: 29% 13% 33%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .center_row .left_10 {
		width: 40%!important;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .center_row .left_10 {
		grid-template-columns: 36% 17% 40%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .center_row .left_10 {
		width: 35%;
		margin-top: 5px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .center_row .left_10 {
		width: 70%;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .center_row .left_10 .sh-live {
	border-radius: 2px;
	background: linear-gradient(90deg, #5ec2af 0%, #008cd5 100%);
	width: fit-content;
	padding: 0px 5px;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 17px;
	font-weight: 600;
	height: 16px;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .center_row .left_10 .playing-time {
	color: var(--text-primary-color);
	font-size: 12px;
	width: fit-content;
	text-align: center;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .center_row .left_10 .playing-time span {
	height: 3px;
	background: #848484;
	width: 100%;
	display: block;
	margin: 0px auto;
	position: relative;
	margin-top: 3px;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .center_row .left_10 .playing-time span::after {
	content: "";
	background: linear-gradient(90deg, #5ec2af 0%, #008cd5 100%);
	position: static;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	animation: live-effect 1.6s cubic-bezier(.87,.01,.87,.5) 1s infinite alternate;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score {
	display: grid;
	grid-template-columns: 38% 22% 38%;
	grid-gap: 1%;
	color: var(--text-primary-color);
	width: 62%;
	margin: 0 auto;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score {
		width: 70%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score {
		width: 75%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score {
		width: 90%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score {
		width: 90%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score {
		width: 95%;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-left {
	display: grid;
	grid-template-columns: 16% 80%;
	text-align: left;
	grid-gap: 4%;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-left {
		display: grid;
		grid-template-columns: 21% 75%;
		text-align: left;
		gap: 1%;
		justify-content: center;
		align-items: center;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-left {
		display: block;
		text-align: center;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-left {
		display: block;
		text-align: center;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-left img {
	width: 36px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-left img {
		width: 29px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-left img {
		max-width: 28px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-left img {
		width: 25px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-left img {
		width: 29px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-left img {
		width: 28px;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-left h6 {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	padding-left: 10px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-left h6 {
		font-size: 13px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-left h6 {
		font-size: 13px;
		padding-left: 5px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-left h6 {
		font-size: 13px;
		padding-left: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-left h6 {
		font-size: 13px;
		padding-left: 0;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-right {
	display: grid;
	grid-template-columns: 52% 42%;
	text-align: right;
	grid-gap: 4%;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-right {
		display: grid;
		grid-template-columns: 30% 68%;
		text-align: right;
		gap: 1%;
		justify-content: center;
		align-items: center;
		text-align: left;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-right {
		display: grid;
		grid-template-columns: 24% 70%;
		text-align: right;
		gap: 1%;
		justify-content: center;
		align-items: center;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-right {
		display: block;
		text-align: center;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-right {
		display: block;
		text-align: center;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-right h6 {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-right h6 {
		padding-left: 5px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-right h6 {
		font-size: 13px;
		text-align: left;
		padding-left: 10px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-right h6 {
		font-size: 13px;
		text-align: left;
		padding-left: 8px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-right h6 {
		font-size: 13px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-right h6 {
		font-size: 13px;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-right img {
	width: 37px;
	margin-left: auto;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-right img {
		width: 29px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-right img {
		width: 28px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-right img {
		width: 25px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-right img {
		width: 29px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .league-score .team-playing-right img {
		width: 28px;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .team-playing-score {
	display: grid;
	align-items: center;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .team-playing-score .current-score {
	display: grid;
	grid-template-columns: 1fr 0.2fr 1fr;
	text-align: center;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .team-playing-score .current-score h4 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .team-playing-score .current-score h4 {
		font-size: 31px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .team-playing-score .current-score h4 {
		font-size: 28px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .team-playing-score .current-score h4 {
		font-size: 28px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .team-playing-score .current-score h4 {
		font-size: 30px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .leed_row .team-playing-score .current-score h4 {
		font-size: 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row {
		display: none;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row .harrison {
	position: relative;
	padding: 6px 0;
	border-top: 1px solid var(--background-third-color);
	border-bottom: 1px solid var(--background-third-color);
	margin-top: 15px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row .harrison {
		padding: 10px 0;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row .harrison ul {
	display: inline-flex;
	margin-left: 74px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row .harrison ul {
		margin-left: 15px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row .harrison ul {
		margin-left: 10px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row .harrison ul {
		margin-left: 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row .harrison ul {
		display: block;
		margin-left: 90px;
		column-count: 2;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row .harrison ul {
		display: block;
		margin-left: 0px;
		column-count: 2;
		text-align: center;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row .harrison ul li {
	color: var(--text-primary-color);
	font-size: 12px;
	line-height: 18px;
	margin-right: 8px;
	font-weight: 400;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row .harrison ul li {
		text-align: center;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row .harrison ul li {
		text-align: left;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row .harrison ul li {
		text-align: left;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row .harrison ul li.blank_1 {
	margin-right: 35px;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row .harrison ul li span {
	color: var(--text-secondary-color);
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row .harrison ul li img {
	width: 12px;
	margin: 3px 5px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row .harrison ul li img {
		margin: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row .harrison ul li img {
		margin: 0;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile {
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile {
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile {
		display: block;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison {
	position: relative;
	padding: 8px 0;
	border-top: 1px solid var(--background-third-color);
	border-bottom: 1px solid var(--background-third-color);
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison {
		padding: 10px 0;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison .left {
	width: 46%;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison .left ul {
	display: inline-flex;
	margin-left: 74px;
	display: block;
	margin-left: 0px;
	text-align: right;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison .left ul li {
	color: var(--text-primary-color);
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison .left ul li {
		text-align: right;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison .left ul li {
		text-align: right;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison .left ul li.blank_1 {
	margin-right: 35px;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison .left ul li span {
	color: var(--text-secondary-color);
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison .left ul li img {
	width: 12px;
	margin: 3px 5px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison .left ul li img {
		margin: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison .left ul li img {
		margin: 0;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison .right {
	width: 46%;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison .right ul {
	display: inline-flex;
	margin-left: 74px;
	display: block;
	margin-left: 0px;
	text-align: right;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison .right ul li {
	color: var(--text-primary-color);
	font-size: 12px;
	line-height: 18px;
	margin-right: 8px;
	font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison .right ul li {
		text-align: left;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison .right ul li {
		text-align: left;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison .right ul li.blank_1 {
	margin-right: 35px;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison .right ul li span {
	color: var(--text-secondary-color);
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison .right ul li img {
	width: 12px;
	margin: 3px 5px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison .right ul li img {
		margin: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .harrison_row_mobile .harrison .right ul li img {
		margin: 0;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row {
	position: relative;
	padding: 25px 0 5px;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool {
	display: grid;
	grid-template-columns: 100%;
	grid-gap: 0%;
	color: var(--text-primary-color);
	width: 38%;
	margin: 0 auto;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool {
		width: 53%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool {
		width: 60%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool {
		width: 80%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool {
		width: 45%;
		margin-left: 25%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool {
		width: 71%;
		margin-left: 18%;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .leeds {
	display: grid;
	grid-template-columns: 30% 20% 20% 20%;
	grid-gap: 0%;
	align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .leeds {
		grid-template-columns: 34% 22% 22% 22%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .leeds {
		grid-template-columns: 45% 18% 18% 18%;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .leeds .cont {
	font-size: 12px;
	color: var(--text-primary-color);
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .leeds .one {
	position: relative;
	height: 30px;
	border-left: 1px solid var(--background-third-color);
	border-bottom: 1px solid var(--background-third-color);
	padding: 0 20px;
	text-align: center;
	display: grid;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .leeds .one {
		padding: 0 10px;
		height: 25px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .leeds .one {
		padding: 0 10px;
		height: 21px;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .leeds .one .img {
	position: absolute;
	top: -20px;
	left: 45%;
	width: 9px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .leeds .one .img {
		left: 40%;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .leeds .two {
	position: relative;
	height: 30px;
	border-left: 1px solid var(--background-third-color);
	border-bottom: 1px solid var(--background-third-color);
	padding: 0 20px;
	text-align: center;
	display: grid;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .leeds .two {
		padding: 0 10px;
		height: 25px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .leeds .two {
		padding: 0 10px;
		height: 21px;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .leeds .two .img {
	position: absolute;
	top: -20px;
	left: 45%;
	width: 9px;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .leeds .three {
	position: relative;
	height: 30px;
	border-left: 1px solid var(--background-third-color);
	border-bottom: 1px solid var(--background-third-color);
	border-right: 1px solid var(--background-third-color);
	padding: 0 20px;
	text-align: center;
	display: grid;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .leeds .three {
		padding: 0 10px;
		height: 25px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .leeds .three {
		padding: 0 10px;
		height: 21px;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .leeds .three .img {
	position: absolute;
	top: -20px;
	left: 45%;
	width: 9px;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .united {
	display: grid;
	grid-template-columns: 30% 20% 20% 20%;
	grid-gap: 0%;
	align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .united {
		grid-template-columns: 34% 22% 22% 22%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .united {
		grid-template-columns: 45% 18% 18% 18%;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .united .cont {
	font-size: 12px;
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .united .one {
	position: relative;
	height: 30px;
	border-left: 1px solid var(--background-third-color);
	padding: 0 20px;
	text-align: center;
	display: grid;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .united .one {
		padding: 0 10px;
		height: 25px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .united .one {
		padding: 0 10px;
		height: 25px;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .united .two {
	position: relative;
	height: 30px;
	border-left: 1px solid var(--background-third-color);
	padding: 0 20px;
	text-align: center;
	display: grid;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .united .two {
		padding: 0 10px;
		height: 25px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .united .two {
		padding: 0 10px;
		height: 21px;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .united .three {
	position: relative;
	height: 30px;
	border-left: 1px solid var(--background-third-color);
	border-right: 1px solid var(--background-third-color);
	padding: 0 20px;
	text-align: center;
	display: grid;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .united .three {
		padding: 0 10px;
		height: 25px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .live_pool_row .pool .united .three {
		padding: 0 10px;
		height: 21px;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .all_detail {
	position: relative;
	margin-top: 13px;
	cursor: pointer;
	overflow-x: scroll;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .all_detail {
		/* margin-top: 415px; */
		z-index: 6;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .all_detail {
		/* margin-top: 350px; */
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .all_detail ul {
	grid-auto-columns: auto;
	grid-auto-flow: column;
	display: grid;
	justify-content: start;
	align-items: center;
	/* border-bottom: 1px solid var(--background-third-color); */
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .all_detail ul {
		grid-gap: 1%;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .all_detail ul {
		grid-gap: 1%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .all_detail ul {
		grid-gap: 1%;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .all_detail ul li {
	position: relative;
}
.sport_eventview_wrap .eventview_row .eventview_detail .all_detail ul li a {
	color: var(--text-secondary-color);
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 15px;
	text-transform: capitalize;
	opacity: 0.5;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .all_detail ul li a {
		padding: 8px 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .all_detail ul li a {
		font-size: 13px;
		padding: 12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .all_detail ul li a {
		font-size: 13px;
		padding: 10px;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .all_detail ul li.active {
	position: relative;
}
.sport_eventview_wrap .eventview_row .eventview_detail .all_detail ul li.active a {
	color: var(--text-primary-color);
	opacity: 1;
}
/* .sport_eventview_wrap .eventview_row .eventview_detail .all_detail ul li.active::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	width: 100%;
	height: 2px;
} */
.sport_eventview_wrap .eventview_row .eventview_detail .result_all_152 {
	position: relative;
	padding-top: 0px;
}
.sport_eventview_wrap .eventview_row .eventview_detail .result_all_152 .bg_white {
	background: var(--text-primary-color);
	color: #2C1848;
}
.sport_eventview_wrap .eventview_row .eventview_detail .result_all_152 .bg_dark {
	background: var(--odd-background-color);
	color: var(--text-primary-color);
}
.result_all_152 .three_column_market {
	position: relative;
}
.result_all_152 .three_column_market .title {
	font-size: 12px;
	color: var(--text-primary-color);
	margin-bottom: 10px;
	margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.result_all_152 .three_column_market .title {
		font-size: 11px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.result_all_152 .three_column_market .title {
		font-size: 10px;
	}
}
.result_all_152 .three_column_market .result_row {
	grid-auto-columns: 100%;
	grid-gap: 1%;
	grid-auto-flow: column;
	/* display: grid; */
	justify-content: start;
	align-items: center;
}
.result_all_152 .three_column_market .result_row .match-info-inner {
	border-radius: 5px;
	grid-auto-columns: 49.5%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
	justify-content: start;
	align-items: center;
	padding: 14px 20px;
	font-size: 12px;
	margin-bottom: 10px;
}

@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.result_all_152 .three_column_market .result_row .match-info-inner {
		padding: 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.result_all_152 .three_column_market .result_row .match-info-inner {
		padding: 12px 8px;
		font-size: 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.result_all_152 .three_column_market .result_row .match-info-inner {
		/* padding: 14px 5px; */
		/* font-size: 10px; */
		grid-auto-columns: 61% 36%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.result_all_152 .three_column_market .result_row .match-info-inner {
		padding: 14px 5px;
		font-size: 10px;
		grid-auto-columns: 61% 36%;
	}
}
.result_all_152 .three_column_market .result_row .match-info-inner .info-left {
	text-align: left;
}

/* Fallback for other cases (e.g., dir="rtl") */
html[dir="rtl"] .result_all_152 .three_column_market .result_row .match-info-inner .info-left {
	text-align: right;
}


.result_all_152 .three_column_market .result_row .match-info-inner .info-right {
	text-align: right;
}

/* Fallback for other cases (e.g., dir="rtl") */
html[dir="rtl"] .result_all_152 .three_column_market .result_row .match-info-inner .info-right {
	text-align: left;
}

.sport_eventview_wrap .eventview_row .eventview_detail .result_all_152 .total_goals {
	position: relative;
}
.sport_eventview_wrap .eventview_row .eventview_detail .result_all_152 .total_goals .title {
	font-size: 12px;
	color: #F2F2F7;
	margin-bottom: 10px;
	margin-top: 30px;
}
.sport_eventview_wrap .eventview_row .eventview_detail .result_all_152 .total_goals .result_row {
	grid-auto-columns: 49.5%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
	justify-content: start;
	align-items: center;
}
.sport_eventview_wrap .eventview_row .eventview_detail .result_all_152 .total_goals .result_row .match-info-inner {
	border-radius: 5px;
	grid-auto-columns: 49.5%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
	justify-content: start;
	align-items: center;
	padding: 14px 20px;
	font-size: 12px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .result_all_152 .total_goals .result_row .match-info-inner {
		padding: 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .result_all_152 .total_goals .result_row .match-info-inner {
		padding: 12px 10px;
		font-size: 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .result_all_152 .total_goals .result_row .match-info-inner {
		font-family: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .result_all_152 .total_goals .result_row .match-info-inner {
		font-size: 10px;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .result_all_152 .total_goals .result_row .match-info-inner .info-left {
	text-align: left;
}
.sport_eventview_wrap .eventview_row .eventview_detail .result_all_152 .total_goals .result_row .match-info-inner .info-right {
	text-align: right;
}
.result_all_152 .two-column-market {
	position: relative;
}
.result_all_152 .two-column-market .title {
	font-size: 12px;
	color: var(--text-primary-color);
	margin-bottom: 10px;
	margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.result_all_152 .two-column-market .title {
		font-size: 11px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.result_all_152 .two-column-market .title {
		font-size: 10px;
	}
}
.result_all_152 .two-column-market .result_row {
	grid-auto-columns: 100%;
	grid-gap: 1%;
	grid-auto-flow: column;
	/* display: grid; */
	justify-content: start;
	align-items: center;
	margin-bottom: 10px;
}
.result_all_152 .two-column-market .result_row .match-info-inner {
	border-radius: 5px;
	grid-auto-columns: 49.5%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
	justify-content: start;
	align-items: center;
	padding: 14px 20px;
	font-size: 12px;
	font-weight: 200px;
	margin-bottom: 10px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.result_all_152 .two-column-market .result_row .match-info-inner {
		padding: 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.result_all_152 .two-column-market .result_row .match-info-inner {
		padding: 12px 10px;
		font-size: 10px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.result_all_152 .two-column-market .result_row .match-info-inner {
		font-size: 10px;
		padding: 12px 5px;
	}
}
.result_all_152 .two-column-market .result_row .match-info-inner .info-left {
	text-align: left;
}

/* Fallback for other cases (e.g., dir="rtl") */
html[dir="rtl"] .result_all_152 .two-column-market .result_row .match-info-inner .info-left {
	text-align: right;
}

.result_all_152 .two-column-market .result_row .match-info-inner .info-right {
	text-align: right;
}

/* Fallback for other cases (e.g., dir="rtl") */
html[dir="rtl"] .result_all_152 .two-column-market .result_row .match-info-inner .info-right {
	text-align: left;
}

.sport_eventview_wrap .eventview_row .right_eventview {
	position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .right_eventview {
		display:none;
		position: absolute;
		top: 480px;
		left: 0;
		z-index: 5;
		width: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .right_eventview {
		position: absolute;
		top: 422px;
		left: 0;
		z-index: 5;
		width: 100%;
		display:none;
	}
}
.sport_eventview_wrap .eventview_row .right_eventview .yello_card {
	position: relative;
	margin-top: 70px;
	height: 150px;
}
.sport_eventview_wrap .eventview_row .right_eventview .yello_card .image {
	position: absolute;
	height: 200px;
	width: 100%;
	top: 0;
	left: 0;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card .image {
		height: 170px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card .image {
		height: 140px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card .image {
		height: 130px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card .image {
		height: 100px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card .image {
		height: 259px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card .image {
		height: 145px;
	}
}
.sport_eventview_wrap .eventview_row .right_eventview .yello_card .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.sport_eventview_wrap .eventview_row .right_eventview .yello_card .card {
	margin-top: -38px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 12%);
	text-align: center;
	width: 144px;
	height: 96px;
	background: transparent;
	backdrop-filter: blur(24.5536994934px);
	--webkit-backdrop-filter: blur(24.553699493408203px);
	background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card .card {
		width: 140px;
		height: 100px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card .card {
		width: 100px;
		height: 90px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card .card {
		width: 120px;
		height: 73px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card .card {
		width: 90px;
		height: 75px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card .card {
		width: 145px;
		height: 110px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card .card {
		width: 134px;
		height: 80px;
	}
}
.sport_eventview_wrap .eventview_row .right_eventview .yello_card .card img {
	width: 26px;
	margin-top: 10px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card .card img {
		width: 20px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card .card img {
		width: 16px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card .card img {
		width: 17px;
		margin-top: 10px;
	}
}
.sport_eventview_wrap .eventview_row .right_eventview .yello_card .card .title {
	font-size: 14px;
	color: #fff;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card .card .title {
		font-size: 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card .card .title {
		font-size: 12px;
	}
}
.sport_eventview_wrap .eventview_row .right_eventview .yello_card .card .sub_title {
	color: #fff;
	font-size: 10px;
	margin-top: 5px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card .card .sub_title {
		font-size: 9px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card .card .sub_title {
		font-size: 9px;
		margin-top: 1px;
	}
}
.sport_eventview_wrap .eventview_row .right_eventview .yello_card_detail {
	position: relative;
	border-top: 1px solid rgba(132, 132, 132, 0.5098039216);
	border-bottom: 1px solid rgba(132, 132, 132, 0.5098039216);
	padding: 10px 0;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card_detail {
		margin-top: -50px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card_detail {
		margin-top: 45px;
	}
}
.sport_eventview_wrap .eventview_row .right_eventview .yello_card_detail .ion {
	grid-auto-columns: 4% 7% 15% 50%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
	justify-content: start;
	align-items: center;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card_detail .ion {
		grid-auto-columns: 4% 9% 19% 51%;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card_detail .ion {
		grid-auto-columns: 6% 10% 21% 50%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card_detail .ion {
		grid-auto-columns: 6% 10% 23% 58%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card_detail .ion {
		grid-auto-columns: 7% 15% 20% 56%;
		grid-gap: 1%;
		grid-auto-flow: column;
		display: grid;
		justify-content: start;
		align-items: center;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card_detail .ion {
		grid-auto-columns: 2% 5% 11% 53%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sport_eventview_wrap .eventview_row .right_eventview .yello_card_detail .ion {
		grid-auto-columns: 5% 9% 22% 53%;
	}
}
.sport_eventview_wrap .eventview_row .right_eventview .yello_card_detail .ion .img {
	height: 18px;
	width: 15px;
	overflow: hidden;
}
.sport_eventview_wrap .eventview_row .right_eventview .yello_card_detail .ion .img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.sport_eventview_wrap .eventview_row .right_eventview .yello_card_detail .ion .value {
	font-size: 12px;
	color: #fff;
}
.sport_eventview_wrap .eventview_row .right_eventview .yello_card_detail .ion .yello {
	font-size: 12px;
	color: #FFBB02;
}
.sport_eventview_wrap .eventview_row .right_eventview .yello_card_detail .ion .detail {
	font-size: 12px;
	color: #fff;
}
.sport_eventview_wrap .eventview_row .right_eventview .yello_card_detail .ion .img img {
	width: 14px;
}

.casino_left_menu {
	background: var(--background-secondary-color);
	position: fixed;
	border-right: 1px solid var(--background-third-color);
	height: 1080vh;
	width: 264px;
	z-index: 888;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_left_menu {
		width: 230px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_left_menu {
		width: 220px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_left_menu {
		width: 195px;
	}
}
@media screen and (max-width: 991px) {
	.casino_left_menu {
		width: auto;
	}
}
.casino_left_menu .left_menu {
	position: relative;
	padding-top: 97px;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.casino_left_menu .left_menu {
		padding-top: 78px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_left_menu .left_menu {
		padding-top: 78px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_left_menu .left_menu {
		padding-top: 70px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_left_menu .left_menu {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_left_menu .left_menu {
		display: none;
	}
}
.casino_left_menu .left_menu li.active {
	position: relative;
}
.casino_left_menu .left_menu li.active a {
	color: var(--text-primary-color);
	font-weight: 400;
}
.casino_left_menu .left_menu li.active svg use {
	fill: var(--linear-gradient-primary-color);
}
.casino_left_menu .left_menu li.active a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 17px;
	height: 30px;
	width: 2px;
	background: linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
}
.casino_left_menu .left_menu li {
	position: relative;
}
.casino_left_menu .left_menu li a {
	color: var(--text-secondary-color);
	text-decoration: none;
	font-weight: 300;
	font-size: 14px;
	padding: 20px 25px 20px 0;
	justify-content: flex-start;
	align-items: center;
	display: flex;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.casino_left_menu .left_menu li a {
		padding: 18px 49px 16px 0px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_left_menu .left_menu li a {
		padding: 18px 45px 15px 0px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_left_menu .left_menu li a {
		padding: 15px 34px 9px 0px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_left_menu .left_menu li a {
		padding: 15px 32px 9px 8px;
		font-size: 13px;
	}
}
.casino_left_menu .left_menu li a span {
	padding-right: 43px;
	position: relative;
	height: 26px;
	width: 26px;
	display: inline-block;
	overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_left_menu .left_menu li a span {
		padding-right: 25px;
	}
}
.casino_left_menu .left_menu li a span img {
	position: absolute;
	height: 100%;
	width: 100%;
}
.casino_left_menu .left_menu li a span svg {
	position: absolute;
	height: 100%;
	width: 100%;
}
.casino_left_menu .left_menu .search_form {
	position: relative;
	padding-top: 155px;
	padding-left: 20px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_left_menu .left_menu .search_form {
		padding-left: 20px;
		padding-top: 90px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_left_menu .left_menu .search_form {
		padding-left: 20px;
		padding-top: 200px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_left_menu .left_menu .search_form {
		padding-left: 18px;
		padding-top: 200px;
	}
}
.casino_left_menu .left_menu .search_form .label {
	font-size: 12px;
	color: var(--text-primary-color);
	font-weight: 400;
	margin-bottom: 10px;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.casino_left_menu .left_menu .search_form .label {
		font-size: 13px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_left_menu .left_menu .search_form .label {
		font-size: 13px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_left_menu .left_menu .search_form .label {
		font-size: 13px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_left_menu .left_menu .search_form .label {
		font-size: 11px;
	}
}
.casino_left_menu .left_menu .search_form .input_group {
	position: relative;
	width: max-content;
}
.casino_left_menu .left_menu .search_form .input_group input {
	border: 1px solid var(--background-third-color);
	padding: 12px 10px;
	border-radius: 2px;
	width: 215px;
	font-size: 13px;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.casino_left_menu .left_menu .search_form .input_group input {
		width: 192px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_left_menu .left_menu .search_form .input_group input {
		width: 190px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_left_menu .left_menu .search_form .input_group input {
		width: 185px;
		padding: 7px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_left_menu .left_menu .search_form .input_group input {
		width: 185px;
		padding: 7px;
	}
}
.casino_left_menu .left_menu .search_form .input_group button {
	position: absolute;
	right: 9px;
	top: 8px;
	height: 25px;
	width: 25px;
	display: block;
	cursor: pointer;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_left_menu .left_menu .search_form .input_group button {
		height: 20px;
		width: 20px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_left_menu .left_menu .search_form .input_group button {
		height: 18px;
		width: 18px;
	}
}
.casino_left_menu .left_menu .search_form .input_group button img {
	width: 100%;
}

.casino_wrap {
	position: relative;
	overflow: hidden;
}
.casino_wrap .casino_bg_gradient {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
}
.casino_wrap .casino_bg_gradient .bg_gradient {
	position: relative;
	/* background: rgb(227, 130, 188); */
	background: linear-gradient(130deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%) !important;
	height: 100%;
	width: 100%;
	background: url(../images/live-casino-bg-g.png);
	background-size: cover;
	background-position: bottom;
}
.casino_wrap .casino_bg_gradient .bg_gradient::before {
	position: absolute;
	content: " ";
	bottom: 0;
	right: 0;
	background: url(../images/live-casino-bg-g.png);
	background-size: 100% 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	mix-blend-mode: luminosity;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_bg_gradient .bg_gradient {
		width: 110%;
		background-position: center center;
		background-repeat: no-repeat;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_bg_gradient .bg_gradient {
		width: 110%;
		background-position: center center;
		background-repeat: no-repeat;
	}
}
.casino_wrap .casino_content {
	padding-left: 265px;
	padding-top: 80px;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.casino_wrap .casino_content {
		padding-left: 265px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content {
		padding-left: 263px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_content {
		padding-left: 254px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content {
		padding-left: 252px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content {
		padding-left: 0px;
		padding-top: 45px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content {
		padding-left: 0px;
		padding-top: 42px;
	}
}
.casino_wrap .casino_content .casino-sidebar-slider {
	position: relative;
	display: none;
	padding-left: 0px;
	padding-right: 0px;
}
@media screen and (max-width: 991px) {
	.casino_wrap .casino_content .casino-sidebar-slider {
		display: block;
	}
}
.casino_wrap .casino_content .casino-sidebar-slider .coupon-next-ico {
	position: absolute;
	right: 0px;
	top: 35%;
	z-index: 9;
	opacity: 1 !important;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: none;
	border-radius: 52%;
	cursor: pointer;
	margin-bottom: 10px;
	z-index: 10;
	transform: translateY(-50%);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .casino-sidebar-slider .coupon-next-ico img {
		width: 12px;
		height: 12px;
	}
}
.casino_wrap .casino_content .casino-game-main {
	position: relative;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0;
	overflow: auto;
}
.casino_wrap .casino_content .casino-game-main .casino-game-outer {
	display: flex;
	gap: 5px;
	z-index: 10;
	position: relative;
	overflow: auto;
	flex-wrap: nowrap;
	width: max-content;
}
.casino_wrap .casino_content .casino-game-main .casino-game-outer .casino-game-inner {
	border: 1px solid rgba(255, 255, 255, 0.137254902);
	border-radius: 3px;
	padding: 10px 20px;
	flex: 0 auto;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
}
.casino_wrap .casino_content .casino-game-main .casino-game-outer .casino-game-inner.active {
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	border-left: 1px transparent;
	border-right: 1px transparent;
}
.casino_wrap .casino_content .casino-game-main .casino-game-outer .casino-game-inner.active h6 {
	color: var(--text-primary-color);
}
.casino_wrap .casino_content .casino-game-main .casino-game-outer .casino-game-inner.active svg path {
	stroke: var(--text-primary-color);
}
.casino_wrap .casino_content .casino-game-main .casino-game-outer .casino-game-inner span {
	padding-right: 5px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .casino-game-main .casino-game-outer .casino-game-inner {
		padding: 10px 11px;
	}
}
.casino_wrap .casino_content .casino-game-main .casino-game-outer .casino-game-inner svg {
	padding-right: 5px;
}
.casino_wrap .casino_content .casino-game-main .casino-game-outer .casino-game-inner h6 {
	font-size: 12px;
	font-weight: 300;
	color: var(--text-secondary-color);
}
.casino_wrap .casino_content .casino-game-main .casino-game-outer .casino-game-inner:hover {
	/* background: #B067D8; */
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	transition: 0.3s ease-in-out;
}
.casino_wrap .casino_content .casino-game-main .casino-game-outer .casino-game-inner:hover h6 {
	font-weight: 500;
	color: var(--text-primary-color);
}
.casino_wrap .casino_content .casino-game-main .casino-game-outer .casino-game-inner:hover svg path {
	stroke: var(--text-primary-color);
}
.casino_wrap .casino_content .casino_banner {
	position: relative;
	height: auto;
	width: 100%;
	overflow: hidden;
	padding: 67px 0 73px;
	/* background: rgb(227, 130, 188); */
	background: linear-gradient(130deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	border-radius: 5px;
}
/* @media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .casino_banner {
		padding: 180px 0 140px;
		width: 110%;
		border-radius: 0px;
		margin-left: -30px;
		margin-right: -30px;
	}
} */
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .casino_banner {
		width: 110%;
		padding: 100px 0 100px;
		border-radius: 0px;
		margin-left: -15px;
		margin-right: -15px;
	}
}
.casino_wrap .casino_content .casino_banner::after {
	content: "";
	position: absolute;
	background: radial-gradient(ellipse at center, rgba(12, 19, 26, 0) 29%, rgba(12, 19, 26, 0.7) 80%);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .casino_banner::after {
		left: -11px;
	}
}
.casino_wrap .casino_content .casino_banner .imaeg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.casino_wrap .casino_content .casino_banner .imaeg .for_mobile {
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .casino_banner .imaeg .for_mobile {
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .casino_banner .imaeg .for_mobile {
		display: block;
	}
}
.casino_wrap .casino_content .casino_banner .imaeg .for_desktop {
	display: block;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .casino_banner .imaeg .for_desktop {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .casino_banner .imaeg .for_desktop {
		display: none;
	}
}
.casino_wrap .casino_content .casino_banner .imaeg img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	mix-blend-mode: luminosity;
}
.casino_wrap .casino_content .casino_banner .content {
	position: relative;
	z-index: 4;
}
.casino_wrap .casino_content .casino_banner .content .title {
	width: 37.8%;
	margin-left: auto;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content .casino_banner .content .title {
		width: 45%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .casino_banner .content .title {
		width: 48%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .casino_banner .content .title {
		width: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .casino_banner .content .title {
		width: 100%;
	}
}
.casino_wrap .casino_content .casino_banner .content .title .banner_title {
	font-weight: 600;
	color: var(--text-primary-color);
	font-size: 66px;
	line-height: 66px;
	margin-bottom: 23px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content .casino_banner .content .title .banner_title {
		font-size: 60px;
		line-height: 60px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .casino_banner .content .title .banner_title {
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 15px;
		font-weight: 500;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .casino_banner .content .title .banner_title {
		font-size: 65px;
		line-height: 65px;
		text-align: center;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .casino_banner .content .title .banner_title {
		font-size: 50px;
		line-height: 50px;
		text-align: center;
	}
}
.casino_wrap .casino_content .casino_banner .content .title .banner_title span.left {
	margin-left: -71px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .casino_banner .content .title .banner_title span.left {
		margin-left: 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .casino_banner .content .title .banner_title span.left {
		margin-left: 0px;
	}
}
.casino_wrap .casino_content .casino_banner .content .title .banner_title span {
	display: block;
}
.casino_wrap .casino_content .casino_banner .content .cta {
	width: 37.8%;
	margin-left: auto;
	grid-auto-columns: auto 49%;
	gap: 30px;
	grid-auto-flow: column;
	display: grid;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content .casino_banner .content .cta {
		width: 45%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .casino_banner .content .cta {
		width: 48%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .casino_banner .content .cta {
		width: 100%;
		display: block;
		text-align: center;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .casino_banner .content .cta {
		width: 100%;
		display: block;
		text-align: center;
	}
}
.casino_wrap .casino_content .casino_banner .content .cta .detail {
	color: var(--text-primary-color);
	font-size: 20px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content .casino_banner .content .cta .detail {
		font-size: 19px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .casino_banner .content .cta .detail {
		font-size: 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .casino_banner .content .cta .detail {
		font-size: 18px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .casino_banner .content .cta .detail {
		font-size: 18px;
		font-weight: 300;
	}
}
.casino_wrap .casino_content .casino_banner .content .cta .banner-btn .btn {
	font-size: 13px;
	padding: 14px 10px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .casino_banner .content .cta .banner-btn .btn {
		font-size: 12px;
		padding: 10px 8px;
		width: max-content;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .casino_banner .content .cta .banner-btn .btn {
		padding: 13px 10px;
		font-size: 12px;
		margin-top: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .casino_banner .content .cta .banner-btn .btn {
		padding: 12px 10px;
		font-size: 12px;
		margin-top: 15px;
	}
}
.casino_wrap .casino_content .mega_jackpot {
	position: relative;
}
.casino_wrap .casino_content .mega_jackpot .tab_mobile_wrap {
	position: relative;
	display: none;
	padding: 10px;
	background: var(--background-primary-color);
	margin-top: 25px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .tab_mobile_wrap {
		display: block;
		margin-top: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .tab_mobile_wrap {
		display: block;
		margin-top: 18px;
	}
}
.casino_wrap .casino_content .mega_jackpot .tab_mobile_wrap ul {
	position: relative;
	display: grid;
	grid-template-columns: 33.333% 33.333% 33.333%;
	border-bottom: 1px solid var(--background-third-color);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .tab_mobile_wrap ul {
		grid-template-columns: 20% 20% 20%;
	}
}
.casino_wrap .casino_content .mega_jackpot .tab_mobile_wrap ul li {
	position: relative;
}
.casino_wrap .casino_content .mega_jackpot .tab_mobile_wrap ul li.active {
	position: relative;
}
.casino_wrap .casino_content .mega_jackpot .tab_mobile_wrap ul li.active a {
	color: var(--text-primary-color);
}
.casino_wrap .casino_content .mega_jackpot .tab_mobile_wrap ul li.active::after {
	position: absolute;
	content: "";
	height: 2px;
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 95%);
	width: 100%;
	left: 0;
	bottom: -1px;
}
.casino_wrap .casino_content .mega_jackpot .tab_mobile_wrap ul li a {
	font-size: 14px;
	color: var(--text-secondary-color);
	font-weight: 500;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 7px 6px;
	cursor: pointer;
}
.casino_wrap .casino_content .mega_jackpot .jackpot {
	display: grid;
	grid-template-columns: 41% 28% 28%;
	grid-gap: 1.5%;
	margin-top: 27px;
	margin-bottom: 50px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot {
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot {
		display: block;
		margin-bottom: 30px;
		margin-top: 20px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .mega {
	/* background: rgb(227, 130, 188); */
	background: linear-gradient(287deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	height: 300px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega {
		height: auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega {
		margin-bottom: 20px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .mega::after {
	position: absolute;
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	/* Note: currently only Safari supports backdrop-filter */
	backdrop-filter: blur(3.2152299881px);
	--webkit-backdrop-filter: blur(3.2152299880981445px);
	background-color: var(--background-third-color);
	z-index: 2;
}
.casino_wrap .casino_content .mega_jackpot .jackpot .mega .background_img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.casino_wrap .casino_content .mega_jackpot .jackpot .mega .background_img img {
	height: 100%;
	width: 100%;
	mix-blend-mode: luminosity;
}
.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content {
	position: relative;
	z-index: 3;
	padding: 20px 20px 15px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content {
		padding: 15px 10px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content {
		padding: 15px 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content {
		padding: 15px 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content {
		padding: 22px 12px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .top_row {
	position: relative;
}
.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .top_row ul {
	display: grid;
	grid-template-columns: 24% 24% 24% 24%;
	grid-gap: 1.3%;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .top_row ul {
		display: flex;
		justify-content: center;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .top_row ul li.active a {
	/* background: rgb(227, 130, 188); */
	background: linear-gradient(130deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	border: 1px solid transparent;
}
.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .top_row ul li {
	position: relative;
}
.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .top_row ul li a {
	text-align: center;
	width: auto;
	display: block;
	padding: 20px 5px;
	height: 18px;
	border-radius: 3px;
	background: transparent;
	border: 1px solid var(--background-third-color);
	backdrop-filter: blur(9.7660799026px);
	--webkit-backdrop-filter: blur(9.766079902648926px);
	background-color: rgba(0, 0, 0, 0.02);
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .top_row ul li a {
		padding: 10px 5px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .top_row ul li a {
		padding: 10px 3px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .top_row ul li a {
		padding: 10px 20px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .top_row ul li a img {
	max-width: 80px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .top_row ul li a img {
		width: 60px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .top_row ul li a img {
		max-width: 76px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .top_row ul li a img {
		max-width: 55px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .subtitle {
	text-align: center;
	color: var(--text-primary-color);
	font-size: 18px;
	margin-top: 25px;
	font-weight: 300;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .subtitle {
		font-size: 17px;
		margin-top: 35px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .subtitle {
		font-size: 17px;
		margin-top: 35px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .subtitle {
		font-size: 16px;
		margin-top: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .subtitle {
		font-size: 18px;
		margin-top: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .subtitle {
		font-size: 18px;
		margin-top: 6px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .title {
	font-size: 40px;
	color: var(--text-primary-color);
	text-align: center;
	padding: 10px 0;
	font-weight: 900;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .title {
		font-size: 35px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .title {
		font-size: 30px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .title {
		font-size: 36px;
		font-weight: 400;
		padding-bottom: 18px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .title {
		font-size: 35px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .title {
		font-size: 35px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .bottom_row {
	position: relative;
	display: grid;
	grid-template-columns: 32% 32% 32%;
	grid-gap: 2%;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .bottom_row {
		margin-top: 8px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .bottom_row {
		margin-top: 19px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .bottom_row .cust_col {
	border-radius: 3px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(9.6540803909px);
	--webkit-backdrop-filter: blur(9.654080390930176px);
	background-color: rgba(0, 0, 0, 0.02);
	padding: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .bottom_row .cust_col {
		padding: 6px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .bottom_row .cust_col .title {
	font-size: 10px;
	padding: 0 0 5px;
	color: #F2F2F7;
	text-align: center;
	font-weight: 300;
}
.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .bottom_row .cust_col .sub-title {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #F2F2F7;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .bottom_row .cust_col .sub-title {
		font-size: 13px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .bottom_row .cust_col .sub-title {
		font-size: 12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .bottom_row .cust_col .sub-title {
		font-size: 12px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .view_all {
	text-align: center;
	margin-top: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .view_all {
		margin-top: 29px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .view_all .btn {
	font-size: 13px;
	text-transform: uppercase;
	color: #F2F2F7;
	border: navajowhite;
	background: transparent;
	padding: 10px 10px 0;
	width: max-content;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .view_all .btn {
		font-size: 12px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .view_all .btn {
		font-size: 12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .mega .mega_content .view_all .btn {
		font-size: 12px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments {
	width: 100%;
	height: auto;
	border-radius: 5px;
	background: transparent;
	backdrop-filter: blur(15.0666999817px);
	--webkit-backdrop-filter: blur(15.066699981689453px);
	background-color: rgba(255, 255, 255, 0.1);
	position: relative;
	height: 300px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments {
		height: fit-content;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments {
		margin-bottom: 30px;
		background: #252C33;
		height: fit-content;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments {
		margin-bottom: 20px;
		background: #252C33;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content {
	position: relative;
	padding: 20px 30px 15px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content {
		padding: 10px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content {
		padding: 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content {
		padding: 20px 30px 30px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content {
		padding: 20px 10px 15px 20px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .title {
	font-size: 20px;
	text-align: left;
	color: #F2F2F7;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .title {
		font-size: 14px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .title {
		font-size: 18px;
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .title {
		font-size: 18px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .tournament-tab-outer {
		max-height: 207px;
		overflow: auto;
		padding-right: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .tournament-tab-outer {
		max-height: 207px;
		overflow: auto;
		padding-right: 10px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .tournament-tab-outer::-webkit-scrollbar {
	width: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .tournament-tab-outer::-webkit-scrollbar {
		width: 2px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .tournament-tab-outer::-webkit-scrollbar {
		width: 2px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .tournament-tab-outer::-webkit-scrollbar-button {
	position: outside;
	/* Other possible value is 'outside' */
}
.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .tournament-tab-outer::-webkit-scrollbar-thumb {
	background: linear-gradient(#e382bc 0%, #8d54eb 100%);
	border-radius: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .tournament-tab-outer::-webkit-scrollbar-thumb {
		width: 2px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .tournament-tab-outer::-webkit-scrollbar-thumb {
		width: 2px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .cust_row {
	display: grid;
	grid-template-columns: 73% 25%;
	grid-gap: 2%;
	border-radius: 3px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.15);
	/* Note: currently only Safari supports backdrop-filter */
	backdrop-filter: blur(9.6540803909px);
	--webkit-backdrop-filter: blur(9.654080390930176px);
	background-color: rgba(0, 0, 0, 0.02);
	padding: 8px 20px;
	margin-top: 11px;
	align-items: center;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .cust_row {
		padding: 8px 8px;
		grid-template-columns: 65% 25%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .cust_row {
		padding: 10px 8px;
		grid-template-columns: 63% 25%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .cust_row {
		display: grid;
		padding: 7px 8px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .cust_row {
		grid-template-columns: auto 28%;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .cust_row:nth-child(n+4) {
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .cust_row:nth-child(n+4) {
		display: grid;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .cust_row:nth-child(n+4) {
		display: grid;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .cust_row .left {
	position: relative;
}
.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .cust_row .left .title {
	font-size: 13px;
	color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .cust_row .left .title {
		font-size: 12px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .cust_row .left .rate {
	font-size: 14px;
	color: #E382BC;
	margin-top: 4px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .cust_row .left .rate {
		margin-bottom: 0px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .cust_row .right {
	position: relative;
}
.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .cust_row .right .date_time {
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-gap: 4px;
}
.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .cust_row .right .date_time .title {
	font-size: 13px;
	color: #F2F2F7;
}
.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .cust_row .right .date_time .subtitle {
	font-size: 8px;
	color: #F2F2F7;
}
.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .view_all {
	text-align: center;
	margin-top: 19px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .view_all {
		margin-top: 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .view_all {
		margin-top: 10px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .view_all a.btn {
	font-size: 13px;
	text-transform: uppercase;
	color: #F2F2F7;
	border: navajowhite;
	background: transparent;
	padding: 10px 10px 0;
	width: max-content;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .view_all a.btn {
		font-size: 12px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .view_all a.btn {
		font-size: 12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .tournaments .content .view_all a.btn {
		font-size: 12px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .winners {
	width: 100%;
	height: auto;
	border-radius: 5px;
	background: transparent;
	backdrop-filter: blur(15.0666999817px);
	--webkit-backdrop-filter: blur(15.066699981689453px);
	background-color: rgba(255, 255, 255, 0.1);
	position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners {
		background: #252C33;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners {
		background: #252C33;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content {
	position: relative;
	padding: 20px 20px 20px 30px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content {
		padding: 10px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content {
		padding: 10px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content {
		padding: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content {
		padding: 20px 10px 20px 20px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .title {
	font-size: 20px;
	color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .title {
		font-size: 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .title {
		font-size: 18px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .title {
		font-size: 18px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .win_nav ul {
	display: grid;
	grid-template-columns: 33.333% 33.333% 33.333%;
	border-bottom: 1px solid #707070;
	margin-right: 15px;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .win_nav ul {
		grid-template-columns: auto auto auto;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .win_nav ul {
		grid-template-columns: 50% 50%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .win_nav ul {
		grid-template-columns: 50% 50%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .win_nav ul {
		grid-template-columns: 50% 50%;
		margin-right: 0px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .win_nav ul {
		grid-template-columns: 25% 25%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .win_nav ul {
		grid-template-columns: 50% 50%;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .win_nav ul li.active {
	position: relative;
}
.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .win_nav ul li.active::after {
	position: absolute;
	content: "";
	height: 2px;
	background: linear-gradient(90deg, rgb(227, 130, 188) 0%, rgb(141, 84, 235) 95%);
	width: 100%;
	left: 0;
	bottom: -1px;
}
.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .win_nav ul li.active a {
	color: #F2F2F7;
}
.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .win_nav ul li a {
	font-size: 14px;
	color: #848484;
	font-weight: 500;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 10px;
	cursor: pointer;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .win_nav ul li a {
		padding: 10px 5px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .win_nav ul li a {
		padding: 10px 3px;
		font-size: 12px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .win_nav ul li a {
		font-size: 13px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .win_nav ul li a {
		font-size: 13px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .hot_detail {
	position: relative;
	height: 198px;
	overflow-x: auto;
	padding-right: 10px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .hot_detail {
		height: 185px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .hot_detail {
		height: 198px;
		padding-right: 10px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .hot_detail::-webkit-scrollbar {
	width: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .hot_detail::-webkit-scrollbar {
		width: 2px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .hot_detail::-webkit-scrollbar {
		width: 2px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .hot_detail::-webkit-scrollbar-thumb {
	background: linear-gradient(#e382bc 0%, #8d54eb 100%);
	border-radius: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .hot_detail::-webkit-scrollbar-thumb {
		width: 2px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .hot_detail::-webkit-scrollbar-thumb {
		width: 2px;
	}
}
.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .hot_detail .cust_row {
	display: grid;
	grid-template-columns: 50% 50%;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(9.6540803909px);
	--webkit-backdrop-filter: blur(9.654080390930176px);
	background-color: rgba(0, 0, 0, 0.02);
	margin-top: 10px;
	border-radius: 3px;
	padding: 7px 20px;
	justify-content: center;
	align-items: center;
}
.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .hot_detail .cust_row .left .title {
	font-size: 14px;
	color: #F2F2F7;
	font-weight: 500;
}
.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .hot_detail .cust_row .left .detail {
	font-size: 13px;
	color: #848484;
	margin-top: 5px;
}
.casino_wrap .casino_content .mega_jackpot .jackpot .winners .content .hot_detail .cust_row .right .total_cash {
	text-align: right;
	color: #E382BC;
}
.casino_wrap .casino_content .search-field {
	position: relative;
	padding-top: 15px;
	display: none;
}
@media screen and (max-width: 991px) {
	.casino_wrap .casino_content .search-field {
		display: block;
	}
}
.casino_wrap .casino_content .search-field .label {
	font-size: 13px;
	color: var(--text-primary-color);
	font-weight: 500;
	margin-bottom: 10px;
}
.casino_wrap .casino_content .search-field .input_group {
	position: relative;
	width: 100%;
}
.casino_wrap .casino_content .search-field .input_group input {
	border: 1px solid var(--background-third-color);
	padding: 11px 10px;
	border-radius: 2px;
	width: 100%;
	font-size: 13px;
	color: var(--text-primary-color);
}
.casino_wrap .casino_content .search-field .input_group input::placeholder {
	color: var(--text-primary-color);
}
.casino_wrap .casino_content .search-field .input_group button {
	position: absolute;
	right: 9px;
	top: 8px;
	height: 25px;
	width: 25px;
	display: block;
	cursor: pointer;
}
.casino_wrap .casino_content .search-field .input_group button img {
	width: 100%;
	filter: invert(100%);
}
.casino_wrap .casino_content .main_cust_row {
	position: relative;
}
.casino_wrap .casino_content .main_cust_row .top_title {
	display: grid;
	grid-template-columns: 50% 50%;
	margin-bottom: 10px;
	margin-top: 42px;
	align-items: center;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .main_cust_row .top_title {
		margin-top: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .main_cust_row .top_title {
		margin-top: 30px;
	}
}
.casino_wrap .casino_content .main_cust_row .top_title .left {
	position: relative;
	font-size: 20px;
	color: var(--text-primary-color);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .main_cust_row .top_title .left {
		font-size: 16px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .main_cust_row .top_title .left {
		font-size: 16px;
	}
}
.casino_wrap .casino_content .main_cust_row .top_title .right {
	position: relative;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .main_cust_row .top_title .right {
		display: none;
	}
}
.casino_wrap .casino_content .main_cust_row .top_title .right .dropdown {
	text-align: right;
	color: var(--text-primary-color);
	font-size: 12px;
}
.casino_wrap .casino_content .main_cust_row .ainsworth_row {
	display: grid;
	grid-template-columns: 328px 1fr;
	gap: 12px;
}

@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row {
		grid-template-columns: auto 1fr;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row {
		grid-template-columns: 33% 65.5%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row {
		grid-template-columns: 30% 69%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row {
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row {
		display: block;
	}
}
.casino_wrap .casino_content .main_cust_row .ainsworth_row .left {
	position: relative;
}
.casino_wrap .casino_content .main_cust_row .ainsworth_row .left .card {
	position: relative;
	border-radius: 5px;
	background: transparent;
	backdrop-filter: blur(0px);
	--webkit-backdrop-filter: blur(0px);
	background-color: rgba(0, 0, 0, 0.25);
	padding: 8px 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .left .card {
		background: #131C27;
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .left .card {
		margin-bottom: 10px;
		background: transparent;
		backdrop-filter: blur(0px);
		--webkit-backdrop-filter: blur(0px);
		background-color: rgba(0, 0, 0, 0.56);
	}
}
.casino_wrap .casino_content .main_cust_row .ainsworth_row .left .card .img {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .left .card .img {
		height: 240px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .left .card .img {
		height: 200px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .left .card .img {
		height: 210px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .left .card .img {
		height: 248px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .left .card .img {
		height: 380px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .left .card .img {
		height: 252px;
	}
}
.casino_wrap .casino_content .main_cust_row .ainsworth_row .left .card .img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	vertical-align: bottom;
}
.casino_wrap .casino_content .main_cust_row .ainsworth_row .left .card .title {
	font-size: 12px;
	line-height: 18px;
	color: var(--text-primary-color);
	margin-top: 12px;
	margin-bottom: 2px;
}
.casino_wrap .casino_content .main_cust_row .ainsworth_row .right {
	position: relative;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .right {
		overflow: hidden;
	}
}
.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all {
	display: grid;
	grid-template-columns: repeat(6, 198px);
	gap: 12px;
}
@media screen and (min-width: 1600px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all {
		grid-template-columns: repeat(6, 1fr);
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all {
		grid-template-columns: repeat(6, 1fr);
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all {
		grid-template-columns: 24.25% 24.25% 24.25% 24.25%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all {
		grid-template-columns: 32.33% 32.33% 32.33%;
		height: 305px;
		overflow: hidden;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all {
		grid-template-columns: 49.3% 49.3%;
		height: 535px;
		overflow: hidden;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all {
		grid-template-columns: 49.3% 49.3%;
		height: 330px;
		overflow: hidden;
	}
}
.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all .card {
	position: relative;
	border-radius: 5px;
	background: transparent;
	backdrop-filter: blur(0px);
	--webkit-backdrop-filter: blur(0px);
	background-color: rgba(0, 0, 0, 0.25);
	padding: 8px 11px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all .card {
		background: #131C27;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all .card {
		background: #131C27;
	}
}
.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all .card .images {
	height: 110px;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all .card .images {
		height: 90px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all .card .images {
		height: 70px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all .card .images {
		height: 75px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all .card .images {
		height: 95px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all .card .images {
		height: 206px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all .card .images {
		height: 106px;
	}
}
.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all .card .images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}
.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all .card .subtitle {
	font-size: 12px;
	line-height: 18px;
	color: var(--text-secondary-color);
	margin-top: 12px;
	margin-bottom: 2px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all .card .subtitle p {
		white-space: nowrap;
		width: 105px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_content .main_cust_row .ainsworth_row .right .play_all .card .subtitle p {
		white-space: nowrap;
		width: 105px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
.casino_wrap .casino_content .main_cust_row .bottom_cta {
	margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .main_cust_row .bottom_cta {
		margin-top: 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .main_cust_row .bottom_cta {
		margin-top: 0px;
	}
}
.casino_wrap .casino_content .main_cust_row .bottom_cta .cta {
	position: relative;
}
.casino_wrap .casino_content .main_cust_row .bottom_cta .cta::after {
	position: absolute;
	content: "";
	width: 95%;
	height: 1px;
	background: var(--text-primary-color);
	opacity: 0.7;
	bottom: 40%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_content .main_cust_row .bottom_cta .cta::after {
		width: 93%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_content .main_cust_row .bottom_cta .cta::after {
		width: 92%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .main_cust_row .bottom_cta .cta::after {
		width: 90%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_content .main_cust_row .bottom_cta .cta::after {
		width: 90%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .main_cust_row .bottom_cta .cta::after {
		width: 85%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .main_cust_row .bottom_cta .cta::after {
		width: 85%;
	}
}
.casino_wrap .casino_content .main_cust_row .bottom_cta .cta a {
	display: block;
	font-size: 14px;
	color: var(--text-primary-color);
	text-decoration: none;
	border: 1px solid var(--text-primary-color);
	padding: 5px 18px;
	width: max-content;
	margin-left: auto;
	position: relative;
	border-radius: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_content .main_cust_row .bottom_cta .cta a {
		padding: 5px 12px;
		border-color: var(--text-primary-color);
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_content .main_cust_row .bottom_cta .cta a {
		padding: 5px 12px;
		border-color: var(--text-primary-color);
	}
}
.casino_wrap .casino_detail_content {
	position: relative;
	padding: 104px 0 75px 85px;
}
@media screen and (max-width: 1281px) {
	.casino_wrap .casino_detail_content {
		padding: 104px 0 75px 0px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_detail_content {
		padding: 104px 0 75px 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_detail_content {
		padding: 70px 0 75px 0px;
	}
}
.casino_wrap .casino_detail_content .bottom_cta {
	margin-top: 10px;
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_detail_content .bottom_cta {
		margin-top: 18px;
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_detail_content .bottom_cta {
		margin-top: 18px;
		display: block;
	}
}
.casino_wrap .casino_detail_content .bottom_cta .cta {
	position: relative;
}
.casino_wrap .casino_detail_content .bottom_cta .cta::after {
	position: absolute;
	content: "";
	width: 95%;
	height: 1px;
	background: rgba(255, 255, 255, 0.4117647059);
	bottom: 40%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_detail_content .bottom_cta .cta::after {
		width: 92%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_detail_content .bottom_cta .cta::after {
		width: 92%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_detail_content .bottom_cta .cta::after {
		width: 90%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_detail_content .bottom_cta .cta::after {
		width: 90%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_detail_content .bottom_cta .cta::after {
		width: 85%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_detail_content .bottom_cta .cta::after {
		width: 85%;
	}
}
.casino_wrap .casino_detail_content .bottom_cta .cta a {
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(128, 128, 128, 0.6509803922);
	padding: 5px 18px;
	width: max-content;
	margin-left: auto;
	position: relative;
	border-radius: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_detail_content .bottom_cta .cta a {
		padding: 5px 12px;
		border-color: rgba(255, 255, 255, 0.4117647059);
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_detail_content .bottom_cta .cta a {
		padding: 5px 12px;
		border-color: rgba(255, 255, 255, 0.4117647059);
	}
}
.casino_wrap .casino_detail_content .detail_main {
	display: grid;
	grid-template-columns: 81% 19%;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_detail_content .detail_main {
		grid-template-columns: 75% auto;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_detail_content .detail_main {
		grid-template-columns: 72% auto;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_detail_content .detail_main {
		grid-template-columns: 72% auto;
	}
}
@media screen and (max-width: 991px) {
	.casino_wrap .casino_detail_content .detail_main {
		grid-template-columns: 1fr;
	}
}
.casino_wrap .casino_detail_content .detail_main .top_row {
	display: grid;
	grid-template-columns: 33.333% 33.333% 33.333%;
	margin-bottom: 16px;
	width: 87.5%;
	align-items: center;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_detail_content .detail_main .top_row {
		width: 96.5%;
	}
}
@media screen and (max-width: 991px) {
	.casino_wrap .casino_detail_content .detail_main .top_row {
		width: 100%;
	}
}
.casino_wrap .casino_detail_content .detail_main .top_row .back a {
	font-size: 12px;
	color: #848484;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	padding: 8px 0;
}
.casino_wrap .casino_detail_content .detail_main .top_row .title {
	text-align: center;
	font-size: 30px;
	color: #F2F2F7;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_detail_content .detail_main .top_row .title {
		font-size: 24px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_detail_content .detail_main .top_row .title {
		font-size: 18px;
	}
}
.casino_wrap .casino_detail_content .detail_main .top_row .close {
	text-align: right;
	width: 25px;
	height: 25px;
	margin-left: auto;
	cursor: pointer;
}
.casino_wrap .casino_detail_content .detail_main .top_row .close img {
	object-fit: cover;
	height: 20px;
	width: 20px;
}
.casino_wrap .casino_detail_content .detail_main .main_area {
	position: relative;
}
.casino_wrap .casino_detail_content .detail_main .main_area .game_area {
	width: 88%;
	height: 702px;
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_detail_content .detail_main .main_area .game_area {
		height: 100%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_detail_content .detail_main .main_area .game_area {
		height: 100%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_detail_content .detail_main .main_area .game_area {
		height: 100%;
		width: 96.5%;
	}
}
@media screen and (max-width: 991px) {
	.casino_wrap .casino_detail_content .detail_main .main_area .game_area {
		width: 100%;
		height: 100%;
	}
}
.casino_wrap .casino_detail_content .detail_main .main_area .game_area img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.casino_wrap .casino_detail_content .detail_main .main_area .game_area .for_mobile {
	display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_detail_content .detail_main .main_area .game_area .for_mobile {
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_detail_content .detail_main .main_area .game_area .for_desktop {
		display: none;
	}
}
.casino_wrap .casino_detail_content .detail_main .right {
	position: relative;
}
.casino_wrap .casino_detail_content .detail_main .right .right_content {
	position: relative;
	padding-top: 6px;
}
@media screen and (max-width: 991px) {
	.casino_wrap .casino_detail_content .detail_main .right .right_content {
		padding-top: 50px;
	}
}
.casino_wrap .casino_detail_content .detail_main .right .right_content .title {
	font-size: 20px;
	color: #F2F2F7;
	margin-bottom: 20px;
	font-weight: 500;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_detail_content .detail_main .right .right_content .title {
		font-size: 18px;
		margin-bottom: 10px;
	}
}
.casino_wrap .casino_detail_content .detail_main .right .right_content .top_game_mobile {
	display: none;
	padding: 8px 10px;
	border-radius: 5px;
	background: transparent;
	backdrop-filter: blur(0px);
	--webkit-backdrop-filter: blur(0px);
	background-color: rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
}
.casino_wrap .casino_detail_content .detail_main .right .right_content .top_game_mobile .card .img {
	height: 252px;
	overflow: hidden;
	border-radius: 5px;
}
.casino_wrap .casino_detail_content .detail_main .right .right_content .top_game_mobile .card .img img {
	width: 100%;
	vertical-align: bottom;
	object-fit: cover;
	height: 100%;
}
.casino_wrap .casino_detail_content .detail_main .right .right_content .top_game_mobile .card .title {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	margin-top: 10px;
	display: flex;
	gap: 5px;
	margin-bottom: 4px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_detail_content .detail_main .right .right_content .top_game_mobile {
		display: block;
	}
}
.casino_wrap .casino_detail_content .detail_main .right .right_content .play_all {
	display: grid;
	grid-template-columns: 49% 49%;
	gap: 10px;
	height: 800px;
	overflow-x: auto;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .casino_detail_content .detail_main .right .right_content .play_all {
		height: 600px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .casino_detail_content .detail_main .right .right_content .play_all {
		height: 600px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .casino_detail_content .detail_main .right .right_content .play_all {
		height: 600px;
	}
}
@media screen and (max-width: 991px) {
	.casino_wrap .casino_detail_content .detail_main .right .right_content .play_all {
		height: 100%;
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_detail_content .detail_main .right .right_content .play_all {
		grid-template-columns: 1fr 1fr;
	}
}
.casino_wrap .casino_detail_content .detail_main .right .right_content .play_all .card {
	position: relative;
	padding: 8px 10px;
	border-radius: 5px;
	background: transparent;
	backdrop-filter: blur(0px);
	--webkit-backdrop-filter: blur(0px);
	background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .casino_detail_content .detail_main .right .right_content .play_all .card:nth-child(n+10) {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .casino_detail_content .detail_main .right .right_content .play_all .card:nth-child(n+9) {
		display: none;
	}
}
.casino_wrap .casino_detail_content .detail_main .right .right_content .play_all .card .images {
	height: 83px;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
@media screen and (max-width: 991px) {
	.casino_wrap .casino_detail_content .detail_main .right .right_content .play_all .card .images {
		height: auto;
	}
}
.casino_wrap .casino_detail_content .detail_main .right .right_content .play_all .card .images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}
.casino_wrap .casino_detail_content .detail_main .right .right_content .play_all .card .subtitle {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	margin-top: 12px;
	display: flex;
	gap: 5px;
}
@media screen and (max-width: 991px) {
	.casino_wrap .casino_detail_content .detail_main .right .right_content .play_all .card .subtitle {
		margin-top: 10px;
	}
}
.casino_wrap .load-more-cta {
	padding: 55px 0 80px;
}
@media screen and (max-width: 1366px) {
	.casino_wrap .load-more-cta {
		padding: 50px 0 60px;
	}
}
.casino_wrap .load-more-cta a {
	margin: 0px auto;
	text-align: center;
	display: block;
}

.live-casino-main .container-lg {
	padding-right: 0px;
	padding-left: 0;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.live-casino-main .container-lg {
		padding-right: 40px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live-casino-main .container-lg {
		padding-right: 40px;
	}
}
@media screen and (max-width: 1366px) {
	.live-casino-main .container-lg {
		padding-right: 30px;
	}
}
@media screen and (max-width: 991px) {
	.live-casino-main .container-lg {
		padding-right: 0px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-casino-main .container-lg {
		padding-right: 0px;
	}
}
.live-casino-main .casino_bg_gradient .bg_gradient {
	background: url(../images/live-casino-bg-g.png);
    background-size: cover;
    background-position: bottom;
}
.live-casino-main .casino_bg_gradient .bg_gradient:after {
	display: none;
}
.live-casino-main .casino_content {
	padding-left: 268px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live-casino-main .casino_content {
		padding-left: 260px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live-casino-main .casino_content {
		padding-left: 250px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-casino-main .casino_content {
		padding-left: 182px;
	}
}
@media screen and (max-width: 991px) {
	.live-casino-main .casino_content {
		padding-left: 0;
		padding-top: 68px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content {
		padding-top: 52px;
	}
}
.live-casino-main .casino_content .casino-sidebar-slider {
	position: relative;
	display: none;
	padding-left: 12px;
	padding-right: 12px;
}
@media screen and (max-width: 991px) {
	.live-casino-main .casino_content .casino-sidebar-slider {
		display: block;
	}
}
.live-casino-main .casino_content .casino-sidebar-slider .coupon-next-ico {
	position: absolute;
	right: 0px;
	top: 30%;
	z-index: 9;
	opacity: 1 !important;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: none;
	border-radius: 52%;
	cursor: pointer;
	margin-bottom: 10px;
	z-index: 10;
	transform: translateY(-50%);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-casino-main .casino_content .casino-sidebar-slider .coupon-next-ico {
		right: 9px;
		top: 34%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .casino-sidebar-slider .coupon-next-ico {
		right: 14px;
		top: 35%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .casino-sidebar-slider .coupon-next-ico img {
		width: 12px;
		height: 12px;
	}
}
.live-casino-main .casino_content .casino-game-main {
	position: relative;
	border-radius: 5px;
	margin-bottom: -11px;
	padding: 0;
	overflow: auto;
}
@media screen and (max-width: 991px) {
	.live-casino-main .casino_content .casino-game-main {
		margin-bottom: 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .casino-game-main {
		margin-bottom: -11px;
	}
}
.live-casino-main .casino_content .casino-game-main .casino-game-outer {
	display: flex;
	gap: 5px;
	z-index: 10;
	position: relative;
	overflow: auto;
	flex-wrap: nowrap;
	width: max-content;
}
.live-casino-main .casino_content .casino-game-main .casino-game-outer .casino-game-inner {
	border: 1px solid rgba(255, 255, 255, 0.137254902);
	border-radius: 3px;
	padding: 10px 20px;
	flex: 0 auto;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .casino-game-main .casino-game-outer .casino-game-inner {
		padding: 10px 11px;
	}
}
.live-casino-main .casino_content .casino-game-main .casino-game-outer .casino-game-inner svg {
	padding-right: 5px;
}
.live-casino-main .casino_content .casino-game-main .casino-game-outer .casino-game-inner h6 {
	font-size: 12px;
	font-weight: 300;
	color: var(--text-secondary-color);
}
.live-casino-main .casino_content .casino-game-main .casino-game-outer .casino-game-inner:hover {
	/* background: #B067D8; */
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	border-left: 1px transparent;
	border-right: 1px transparent;
	transition: 0.3s ease-in-out;
}
.live-casino-main .casino_content .casino-game-main .casino-game-outer .casino-game-inner:hover h6 {
	font-weight: 500;
	color: var(--text-primary-color);
}
.live-casino-main .casino_content .casino-game-main .casino-game-outer .casino-game-inner:hover svg path {
	stroke: var(--text-primary-color);
}
.live-casino-main .casino_content .casino_banner:after {
	display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .casino_banner {
		padding: 30px 0 0;
		min-height: 427px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
.live-casino-main .casino_content .casino_banner .imaeg:after {
	content: "";
	position: absolute;
	background: radial-gradient(circle, rgba(12, 19, 26, 0) 8%, rgba(12, 19, 26, 0.7) 50%);
	height: 100%;
	width: 131%;
	top: 0;
	left: 0;
	z-index: 2;
}
.live-casino-main .casino_content .casino_banner .imaeg:before {
	content: "";
	position: absolute;
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
.live-casino-main .casino_content .casino_banner .imaeg .mobile-banner {
	display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .casino_banner .imaeg .mobile-banner {
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .casino_banner .imaeg .desktop-banner {
		display: none;
	}
}
.live-casino-main .casino_content .casino_banner .imaeg img {
	object-position: right;
	z-index: 0;
	position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-casino-main .casino_content .casino_banner .imaeg img {
		object-position: 70%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .casino_banner .imaeg img {
		object-position: 70%;
	}
}
.live-casino-main .casino_content .casino_banner .content .title,
.live-casino-main .casino_content .casino_banner .content .cta {
	width: 81.8%;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live-casino-main .casino_content .casino_banner .content .title,
	.live-casino-main .casino_content .casino_banner .content .cta {
		width: 86.8%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live-casino-main .casino_content .casino_banner .content .title,
	.live-casino-main .casino_content .casino_banner .content .cta {
		width: 86.8%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-casino-main .casino_content .casino_banner .content .title,
	.live-casino-main .casino_content .casino_banner .content .cta {
		width: 86.8%;
	}
}
@media screen and (max-width: 991px) {
	.live-casino-main .casino_content .casino_banner .content .title,
	.live-casino-main .casino_content .casino_banner .content .cta {
		width: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .casino_banner .content .title {
		margin: 0 auto;
		text-align: center;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-casino-main .casino_content .casino_banner .content .title .banner_title {
		text-align: center;
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .casino_banner .content .title .banner_title {
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .casino_banner .content .title .banner_title span.left {
		margin: 0;
	}
}
.live-casino-main .casino_content .casino_banner .content .cta {
	grid-auto-columns: auto 49%;
	justify-content: flex-start;
	align-items: center;
	gap: 33px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.live-casino-main .casino_content .casino_banner .content .cta {
		text-align: center;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .casino_banner .content .cta {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .casino_banner .content .cta .detail {
		margin-bottom: 15px;
	}
}
.live-casino-main .casino_content .partners-logo-main {
	position: relative;
	backdrop-filter: blur(15px) brightness(60%) opacity(0);
	border-radius: 5px;
	padding: 20px;
	overflow: hidden;
	margin-top: 20px;
}
@media screen and (max-width: 991px) {
	.live-casino-main .casino_content .partners-logo-main {
		background: #1D1D28;
		margin: 0;
	}
	.live-casino-main .casino_content .partners-logo-main:before {
		display: none;
	}
}
.live-casino-main .casino_content .partners-logo-main:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #878A90;
	opacity: 12%;
}
.live-casino-main .casino_content .partners-logo-main .partner-slider-main {
	position: relative;
}
.live-casino-main .casino_content .partners-logo-main .partner-slider-main .partners-logo-outer {
	display: flex;
	gap: 10px;
	z-index: 10;
	position: relative;
}
@media screen and (max-width: 991px) {
	.live-casino-main .casino_content .partners-logo-main .partner-slider-main .partners-logo-outer {
		gap: 5px;
	}
}
.live-casino-main .casino_content .partners-logo-main .partner-slider-main .partners-logo-outer .partners-logo-inner {
	border: 1px solid rgba(255, 255, 255, 0.137254902);
	backdrop-filter: blur(0px) brightness(-25%) opacity(50%);
	border-radius: 3px;
	padding: 14px 0px;
	flex: 0 145px;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live-casino-main .casino_content .partners-logo-main .partner-slider-main .partners-logo-outer .partners-logo-inner {
		flex: 0 124px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-casino-main .casino_content .partners-logo-main .partner-slider-main .partners-logo-outer .partners-logo-inner {
		flex: 0 124px;
	}
}
@media screen and (max-width: 991px) {
	.live-casino-main .casino_content .partners-logo-main .partner-slider-main .partners-logo-outer .partners-logo-inner {
		flex: 0 auto;
		padding: 13px 13.5px;
	}
}
.live-casino-main .casino_content .partners-logo-main .partner-slider-main .partners-logo-outer .partners-logo-inner:hover {
	/* background: #B067D8; */
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	border-left: 1px solid var(--linear-gradient-primary-color);
	border-right: 1px solid var(--linear-gradient-secondary-color);
	transition: 0.3s ease-in-out;
}
.live-casino-main .casino_content .partners-logo-main .partner-slider-main .partners-logo-outer .partners-logo-inner.active {
	/* background: #B067D8; */
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	border-left: 1px solid var(--linear-gradient-primary-color);
	border-right: 1px solid var(--linear-gradient-secondary-color);
	transition: 0.3s ease-in-out;
}
.live-casino-main .casino_content .partners-logo-main .partner-slider-main .partners-logo-outer .partners-logo-inner img {
	margin: 0px auto;
	display: block;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .partners-logo-main .partner-slider-main .partners-logo-outer .partners-logo-inner img {
		width: 55px;
		height: 22px;
		object-fit: contain;
	}
}
.live-casino-main .casino_content .partners-logo-main .partner-slider-main .coupon-next-ico {
	position: absolute;
	right: 0px;
	top: 50%;
	z-index: 9;
	opacity: 1 !important;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: none;
	border-radius: 52%;
	cursor: pointer;
	margin-bottom: 10px;
	z-index: 10;
	transform: translateY(-50%);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	display: none;
}
@media screen and (max-width: 991px) {
	.live-casino-main .casino_content .partners-logo-main .partner-slider-main .coupon-next-ico {
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .partners-logo-main .partner-slider-main .coupon-next-ico {
		right: -7px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .partners-logo-main .partner-slider-main .coupon-next-ico img {
		width: 12px;
		height: 12px;
	}
}
.live-casino-main .casino_content .partners-logo-main .search-field {
	position: relative;
	padding-top: 15px;
	display: none;
}
@media screen and (max-width: 991px) {
	.live-casino-main .casino_content .partners-logo-main .search-field {
		display: block;
	}
}
.live-casino-main .casino_content .partners-logo-main .search-field .label {
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 10px;
}
.live-casino-main .casino_content .partners-logo-main .search-field .input_group {
	position: relative;
	width: 100%;
}
.live-casino-main .casino_content .partners-logo-main .search-field .input_group input {
	border: 1px solid #353A42;
	padding: 11px 10px;
	border-radius: 2px;
	width: 100%;
	font-size: 13px;
	color: #F2F2F7;
}
.live-casino-main .casino_content .partners-logo-main .search-field .input_group input::placeholder {
	color: #F2F2F7;
}
.live-casino-main .casino_content .partners-logo-main .search-field .input_group button {
	position: absolute;
	right: 9px;
	top: 8px;
	height: 25px;
	width: 25px;
	display: block;
	cursor: pointer;
}
.live-casino-main .casino_content .partners-logo-main .search-field .input_group button img {
	width: 100%;
	filter: invert(100%);
}
.live-casino-main .casino_content .live-card-games {
	position: relative;
	padding-top: 85px;
	padding-bottom: 85px;
}
@media screen and (max-width: 991px) {
	.live-casino-main .casino_content .live-card-games {
		padding-left: 12px;
		padding-right: 12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .live-card-games {
		padding-left: 14px;
		padding-right: 14px;
	}
}
.live-casino-main .casino_content .live-card-games .card-games-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--text-primary-color);
	padding-bottom: 10px;
	padding-right: 10px;
}
.live-casino-main .casino_content .live-card-games .card-games-head .title h6 {
	font-weight: 500;
}
.live-casino-main .casino_content .live-card-games .card-games-head .card-games-filter {
	font-size: 12px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .live-card-games .card-games-head .card-games-filter {
		display: none;
	}
}
.live-casino-main .casino_content .live-card-games .card-games-head .card-games-filter select {
	background-image: url("../images/arrow-s.svg");
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 20px;
	cursor: pointer;
}
.live-casino-main .casino_content .live-card-games .card-games-head .card-games-filter select option {
	background: #0C131A;
}
.live-casino-main .casino_content .live-card-games .live-card-outer {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.live-casino-main .casino_content .live-card-games .live-card-outer {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.live-casino-main .casino_content .live-card-games .live-card-outer {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.live-casino-main .casino_content .live-card-games .live-card-outer {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}
}
@media screen and (max-width: 991px) {
	.live-casino-main .casino_content .live-card-games .live-card-outer {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .live-card-games .live-card-outer {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}
.live-casino-main .casino_content .live-card-games .live-card-outer .casino-live-inner {
	padding: 10px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	backdrop-filter: blur(0px) brightness(-25%) opacity(40%);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .live-card-games .live-card-outer .casino-live-inner {
		padding: 11px;
	}
}
.live-casino-main .casino_content .live-card-games .live-card-outer .casino-live-inner:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(25, 31, 40, 0.6);
	opacity: 0.4;
}
.live-casino-main .casino_content .live-card-games .live-card-outer .casino-live-inner .live-tag {
	background-color: #008cd5;
	color: #F2F2F7;
	text-transform: uppercase;
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 12px;
	padding: 3px 9px;
	border-radius: 3px;
	font-weight: bold;
	background: linear-gradient(90deg, #5ec2af 0%, #008cd5 100%);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .live-card-games .live-card-outer .casino-live-inner .live-tag {
		font-size: 10px;
	}
}
.live-casino-main .casino_content .live-card-games .live-card-outer .casino-live-inner .card-live-video {
	position: relative;
	z-index: 10;
	overflow: hidden;
	width: 100%;
	height: 160px;
	border-radius: 5px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .live-card-games .live-card-outer .casino-live-inner .card-live-video {
		height: 96px;
	}
}
.live-casino-main .casino_content .live-card-games .live-card-outer .casino-live-inner .card-live-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.live-casino-main .casino_content .live-card-games .live-card-outer .casino-live-inner .content {
	display: flex;
	align-items: center;
	gap: 5px;
	color: var(--text-primary-color);
	padding-top: 14px;
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.live-casino-main .casino_content .live-card-games .live-card-outer .casino-live-inner .content {
		padding-top: 9px;
	}
}
.live-casino-main .casino_content .live-card-games .live-card-outer .casino-live-inner .content .star-gradient {
	display: none;
}
.live-casino-main .casino_content .live-card-games .live-card-outer .casino-live-inner .content:hover svg .star-static {
	display: none;
}
.live-casino-main .casino_content .live-card-games .live-card-outer .casino-live-inner .content:hover svg .star-gradient {
	display: block;
}
.live-casino-main .casino_content .live-card-games .live-card-outer .casino-live-inner .content p {
	font-size: 12px;
	font-weight: 400;
}

.promotion-main {
	padding-bottom: 106px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promotion-main {
		padding-bottom: 80px;
	}
}
.promotion-main .casino_bg_gradient .bg_gradient {
	background: url("../images/promotion-bg-gradient.png");
	background-size: cover;
	background-position: bottom;
}
.promotion-main .casino_bg_gradient .bg_gradient:after {
	display: none;
}
.promotion-main .promotion-content {
	position: relative;
	padding-left: 98px;
	padding-right: 98px;
	padding-top: 112px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.promotion-main .promotion-content {
		padding-left: 68px;
		padding-right: 68px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.promotion-main .promotion-content {
		padding-left: 68px;
		padding-right: 68px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.promotion-main .promotion-content {
		padding-left: 68px;
		padding-right: 68px;
	}
}
@media screen and (max-width: 991px) {
	.promotion-main .promotion-content {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.promotion-main .promotion-content {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promotion-main .promotion-content {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 65px;
	}
}
.promotion-main .promotion-content .promotion-top-tabing {
	position: relative;
}
.promotion-main .promotion-content .promotion-top-tabing h1 {
	color: var(--text-primary-color);
	text-align: center;
	font-size: 44px;
	font-weight: 600;
}
@media screen and (max-width: 1366px) {
	.promotion-main .promotion-content .promotion-top-tabing h1 {
		font-size: 32px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.promotion-main .promotion-content .promotion-top-tabing h1 {
		font-size: 35px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promotion-main .promotion-content .promotion-top-tabing h1 {
		font-size: 24px;
	}
}
.promotion-main .promotion-content .promotion-top-tabing .tabs {
	display: flex;
	justify-content: center;
	gap: 5px;
	padding: 28px 0 35px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promotion-main .promotion-content .promotion-top-tabing .tabs {
		padding: 15px 0;
	}
}
.promotion-main .promotion-content .promotion-top-tabing .tabs .btn-tab {
	background: transparent;
	color: var(--text-secondary-color);
	font-size: 14px;
	border: 1px solid rgba(255, 255, 255, 0.137254902);
	cursor: pointer;
	flex: 0 9%;
	padding: 6px 10px;
	font-weight: 400;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.promotion-main .promotion-content .promotion-top-tabing .tabs .btn-tab {
		flex: 0 10%;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.promotion-main .promotion-content .promotion-top-tabing .tabs .btn-tab {
		flex: 0 auto;
		width: auto;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.promotion-main .promotion-content .promotion-top-tabing .tabs .btn-tab {
		flex: 0 auto;
		width: auto;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.promotion-main .promotion-content .promotion-top-tabing .tabs .btn-tab {
		flex: 0 auto;
		width: auto;
	}
}
@media screen and (max-width: 991px) {
	.promotion-main .promotion-content .promotion-top-tabing .tabs .btn-tab {
		flex: 0 auto;
		width: auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.promotion-main .promotion-content .promotion-top-tabing .tabs .btn-tab {
		flex: 0 auto;
		width: auto;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promotion-main .promotion-content .promotion-top-tabing .tabs .btn-tab {
		flex: auto;
		font-size: 12px;
		padding: 10.25px 0;
		width: auto;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promotion-main .promotion-content .promotion-top-tabing .tabs .btn-tab .all-promo-btn {
		display: none;
	}
}
.promotion-main .promotion-content .promotion-top-tabing .tabs .btn-tab svg {
	padding-right: 10px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promotion-main .promotion-content .promotion-top-tabing .tabs .btn-tab svg {
		width: 17.5px;
		height: 17.5px;
		padding-right: 5px;
	}
}
.promotion-main .promotion-content .promotion-top-tabing .tabs .btn-tab.active {
	/* background: #B067D8; */
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	color: var(--text-primary-color);
	border: 1px transparent;
}
.promotion-main .promotion-content .promotion-top-tabing .tabs .btn-tab.active .fill-svg path {
	fill: var(--text-primary-color);
}
.promotion-main .promotion-content .promotion-top-tabing .tabs .btn-tab.active .stroke-svg path {
	stroke: var(--text-primary-color);
}
.promotion-main .promotion-content .promotion-top-tabing .tabs .btn-tab:hover {
	/* background: #B067D8; */
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	color: var(--text-primary-color);
	border: 1px transparent;
}
.promotion-main .promotion-content .promotion-top-tabing .tabs .btn-tab:hover .fill-svg path {
	fill: var(--text-primary-color);
}
.promotion-main .promotion-content .promotion-top-tabing .tabs .btn-tab:hover .stroke-svg path {
	stroke: var(--text-primary-color);
}
.promotion-main .promotion-content .promotion-top-tabing .tabs .btn-tab .fill-svg path {
	fill: var(--text-secondary-color);
}
.promotion-main .promotion-content .promotion-top-tabing .tabs .btn-tab .stroke-svg path {
	stroke: var(--text-secondary-color);
}
.promotion-main .promotion-content .promoion-tabing-content {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 17px;
	row-gap: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.promotion-main .promotion-content .promoion-tabing-content {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 991px) {
	.promotion-main .promotion-content .promoion-tabing-content {
		grid-template-columns: 1fr 1fr;
		row-gap: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promotion-main .promotion-content .promoion-tabing-content {
		grid-template-columns: 1fr;
		row-gap: 15px;
	}
}
.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner {
	display: grid;
	grid-template-columns: 220px 1fr;
	align-items: center;
	color: var(--text-primary-color);
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	backdrop-filter: blur(0px) brightness(-25%) opacity(45%);
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner {
		grid-template-columns: 200px 1fr;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner {
		grid-template-columns: 180px 1fr;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner {
		grid-template-columns: 140px 1fr;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner {
		grid-template-columns: 150px 1fr;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner {
		grid-template-columns: 180px 1fr;
	}
}
@media screen and (max-width: 991px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner {
		grid-template-columns: 180px 1fr;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner {
		grid-template-columns: 145px 1fr;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner {
		grid-template-columns: 170px 1fr;
	}
}
.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--background-secondary-color);
	opacity: 0.8;
	z-index: 0;
}
.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .promotion-image {
	border-radius: 5px 0 0 5px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .promotion-image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
}
.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .promotion-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	mix-blend-mode: luminosity;
}
.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content {
	position: relative;
	display: flex;
	height: 68%;
	justify-content: space-between;
	flex-direction: column;
	overflow: hidden;
	padding-left: 40px;
	padding-right: 20px;
	background: transparent;
	z-index: 2;
	padding-top: 20px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content {
		height: 70%;
		padding-top: 12px;
		padding-left: 35px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content {
		height: 70%;
		padding-top: 12px;
		padding-left: 35px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content {
		height: 75%;
		padding-top: 12px;
		padding-left: 35px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content {
		height: 70%;
		padding-top: 0px;
		padding-left: 35px;
	}
}
@media screen and (max-width: 991px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content {
		height: 70%;
		padding-top: 0px;
		padding-left: 35px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content {
		height: 75%;
		padding-top: 0px;
		padding-left: 25px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content {
		height: 58%;
		padding-top: 0px;
		padding-left: 20px;
	}
}
.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .inner-content {
	line-height: 1.3;
}
.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .inner-content h6 {
	font-weight: 500;
	padding-bottom: 5px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .inner-content h6 {
		font-size: 18px;
	}
}
@media screen and (max-width: 1366px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .inner-content h6 {
		font-size: 16px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .inner-content h6 {
		font-size: 16px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .inner-content h6 {
		font-size: 14px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .inner-content h6 {
		padding-bottom: 8px;
	}
}
.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .inner-content p {
	font-size: 14px;
	font-weight: 300;
	color: var(--text-primary-color);
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .inner-content p {
		font-size: 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .inner-content p {
		font-size: 13px;
	}
}
@media screen and (max-width: 991px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .inner-content p {
		font-size: 13px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .inner-content p {
		font-size: 12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .inner-content p {
		font-size: 12px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .inner-content p br {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .inner-content p br {
		display: none;
	}
}
.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .content-btns a {
	color: var(--text-primary-color);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .content-btns a {
		font-size: 12px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .content-btns a {
		font-size: 11px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .content-btns a {
		font-size: 11px;
	}
}
@media screen and (max-width: 991px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .content-btns a {
		font-size: 11px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .content-btns a {
		font-size: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .content-btns a {
		font-size: 12px;
		width: 100%;
		display: block;
	}
}
.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .content-btns a img {
	transition: all 0.5s;
}
.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .content-btns a:hover img {
	transform: rotate(-45deg);
}
.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .content-btns a svg {
	transition: all 0.5s;
}
.promotion-main .promotion-content .promoion-tabing-content .promoion-tabing-inner .content .content-btns a:hover svg {
	transform: rotate(-45deg);
}

.eventime_mobal_content {
	position: fixed;
	bottom: 0;
	right: 37px;
	width: 400px;
	background: var(--background-third-color);
	border-radius: 5px 5px 0 0;
	display: none;
	z-index: 99999;
}
.eventime_mobal_content .tab-icon{
	position: relative;
}
.eventime_mobal_content .tab-icon sup{
	position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (min-width: 320px) and (max-width: 767px) {

	body .modal-opened {
	overflow: hidden;
	}
	.open-betslip{
		overflow: hidden;
		height: 100vh;
		position: fixed;
	}
	.mobile-menu-active{
		overflow: hidden;
	}

}
.eventime_mobal_content .cust_row .tab-button.active .tab-icon object{
	display: flex;
}
.eventime_mobal_content .cust_row .tab-button.active .tab-icon object svg path {
    fill: #fff;
}
.eventime_mobal_content .cust_row .tab-button .tab-icon object svg path {
    fill: #848484;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.eventime_mobal_content {
		right: 43px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.eventime_mobal_content {
		right: 37px;
		width: 34.5%;
	}
}
@media screen and (min-width: 320px) and (max-width: 991px) {
	.eventime_mobal_content {
		position: fixed;
		bottom: 57px;
		right: 0;
		width: 100%;
		background: var(--background-third-color);
		border-radius: 5px 5px 0 0;
		display: none;
		max-height: calc(100vh - 55px);
		overflow-y: scroll;
	}
}
.eventime_mobal_content .cust_row {
	grid-auto-columns: 44% 44% 10%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
	justify-content: start;
	align-items: center;
	text-align: left;
	position: relative;
	/* padding: 8px 0 4px; */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.eventime_mobal_content .cust_row {
		grid-template-columns: 44% 44% 10%;
		box-shadow: 0px -9px 10px 0px rgba(120, 140, 140, 0.5);
	}
}
.eventime_mobal_content .cust_row::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 50%;
	right: 0;
	top: 0;
	background: #0c131a;
	z-index: 1;
}
.eventime_mobal_content .cust_row .right {
	text-align: center;
}
.eventime_mobal_content .cust_row a {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	width: -webkit-fill-available;
	gap: 4px;
	padding: 10px 10px 10px;
	font-size: 14px;
	color: var(--text-secondary-color);
	position: relative;
	z-index: 2;
	padding-left: 18px;
	text-decoration: none;
	margin: 0 0 0px;
	width: 100%;
	box-sizing: border-box;
	/* border: 1px solid var(--background-third-color); */
}
@media screen and (max-height: 850px) {
	.eventime_mobal_content .cust_row a {
	  padding: 10px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.eventime_mobal_content .cust_row a {
		font-size: 12px;
		gap: 3px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.eventime_mobal_content .cust_row a {
		font-size: 12px;
		gap: 3px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.eventime_mobal_content .cust_row a {
		font-size: 13px;
		gap: 3px;
	}
}
.eventime_mobal_content .cust_row a.active {
	color: var(--text-primary-color);
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.eventime_mobal_content .cust_row a {
		font-size: 12px;
		gap: 3px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.eventime_mobal_content .cust_row a {
		font-size: 12px;
		gap: 3px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.eventime_mobal_content .cust_row a {
		font-size: 13px;
		gap: 3px;
	}
}
.eventime_mobal_content .cust_row a img {
	filter: invert(1);
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.eventime_mobal_content .cust_row a img {
		width: 17px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.eventime_mobal_content .cust_row a img {
		width: 16px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.eventime_mobal_content .cust_row a img {
		width: 16px;
	}
}
.eventime_mobal_content .cust_row a .gradient {
	width: 14px;
	height: 14px;
	background: linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	color: var(--text-primary-color);
	border-radius: 50%;
	font-size: 8px;
	margin-top: -12px;
	padding: 2px;
	text-align: center;
	line-height: 14px;
}
.eventime_mobal_content .cust_row a .no_border {
	width: 14px;
	height: 14px;
	background: transparent;
	color: var(--text-secondary-color);
	border-radius: 50%;
	font-size: 8px;
	margin-top: -12px;
	padding: 1px;
	text-align: center;
	border: 1px solid var(--background-third-color);
	line-height: 14px;
}
.eventime_mobal_content .cust_row .beat_btn {
	padding: 0px;
	text-align: center;
	display: block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 2;

}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.eventime_mobal_content .cust_row .beat_btn {
		margin-top: -6px;
	}
}
.eventime_mobal_content .filter {
	width: 100%;
	position: relative;
	padding: 10px 0 10px 0;
}
.eventime_mobal_content .filter ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
}
.eventime_mobal_content .filter ul::after {
	position: absolute;
	content: "";
	width: 93.5%;
	left: 3.5%;
	bottom: -2px;
	height: 1px;
	border-bottom: 1px solid #707070;
}

.eventime_mobal_content .filter ul li {
	width: 33%;
	text-align: center;
}
.eventime_mobal_content .filter ul li.active {
	position: relative;
}
.eventime_mobal_content .filter ul li.active a {
	color: var(--text-primary-color);
}
.eventime_mobal_content .filter ul li.active::after {
	position: absolute;
	content: " ";
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	bottom: -2px;
	left: 0;
}
.eventime_mobal_content .filter ul li a {
	font-size: 12px;
	color: var(--text-secondary-color);
	text-decoration: none;
	padding: 10px 0;
	display: block;
}
.eventime_mobal_content .bets_body {
	position: relative;
	padding: 16px 0 17px;
}
/* .eventime_mobal_content .bets_body::after {
	position: absolute;
	content: "";
	width: 93.5%;
	left: 3.5%;
	bottom: 0;
	height: 1px;
	border-bottom: 1px solid #707070;
} */
.eventime_mobal_content .bets_body .over_row {
	grid-auto-columns: 70% 29%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
	justify-content: start;
	align-items: center;
	text-align: center;
	padding-left: 10%;
}

/* Fallback for other cases (e.g., dir="rtl") */
html[dir="rtl"] .eventime_mobal_content .bets_body .over_row {
	padding-left: unset;
	/* padding-right: 50px; */
}
html[dir="rtl"]  .casino_left_menu {
	border-left: 1px solid var(--background-third-color);
	border-right: unset;
}

.eventime_mobal_content .bets_body .over_row .left {
	position: relative;
}
.eventime_mobal_content .bets_body .over_row .left .subtitle {
	font-size: 10px;
	color: var(--text-secondary-color);
	text-align: left;
}

html[dir="rtl"] .bets_body .over_row .left .subtitle {
	text-align: right;
}

.eventime_mobal_content .bets_body .over_row .left .top_content {
	display: grid;
	grid-template-columns: 27px auto;
	gap: 1%;
	align-items: center;
	text-align: center;
	justify-content: start;
	margin-bottom: 5px;
}
.eventime_mobal_content .bets_body .over_row .left .top_content .sh-live {
	background: linear-gradient(#5ec2af 0%, #008cd5 100%);
	font-size: 9px;
	width: fit-content;
	padding: 1px 2px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 2px;
	color: #000;
}
.eventime_mobal_content .bets_body .over_row .left .top_content .over {
	font-size: 13px;
	font-weight: 300;
	color: var(--text-primary-color);
}
.eventime_mobal_content .bets_body .over_row .tb_content {
	text-align: left;
	font-size: 13px;
	color: var(--text-primary-color);
	margin-bottom: 2px;
}
.eventime_mobal_content .bets_body .over_row .right {
	font-size: 12px;
	font-weight: 500;
	color: var(--text-primary-color);
	text-align: right;
	padding-right: 38px;
}
.eventime_mobal_content .bets_body .over_row .right .value {
	position: relative;
	margin-top: -12px;
}
.eventime_mobal_content .bets_body .over_row .right .value.betup p {
	color: #24C5AE !important;
}
.eventime_mobal_content .bets_body .over_row .right .value.betup::after {
	position: absolute;
	content: "";
	height: 9px;
	width: 9px;
	background-image: url(../images/bet_up_icon.svg);
	background-size: cover;
	top: -5px;
	right: -8px;
}
.eventime_mobal_content .bets_body .bottom_row {
	grid-auto-columns: 9% 90%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
	justify-content: start;
	align-items: center;
	text-align: center;
	padding-top: 8px;
}
.eventime_mobal_content .bets_body .bottom_row .right {
	position: relative;
}
.eventime_mobal_content .bets_body .bottom_row .right .full_detail {
	display: grid;
	grid-template-columns: 4% 92%;
	gap: 2%;
	align-items: center;
	text-align: center;
	justify-content: start;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.eventime_mobal_content .bets_body .bottom_row .right .full_detail {
		gap: 5%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.eventime_mobal_content .bets_body .bottom_row .right .full_detail {
		gap: 5%;
	}
}
.eventime_mobal_content .bets_body .bottom_row .right .full_detail .icon {
	height: 16px;
	width: 16px;
	overflow: hidden;
	position: relative;
}
.eventime_mobal_content .bets_body .bottom_row .right .full_detail .icon img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.eventime_mobal_content .bets_body .bottom_row .right .full_detail .value {
	position: relative;
}
.eventime_mobal_content .bets_body .bottom_row .right .full_detail .value .title_top {
	font-size: 12px;
	color: var(--text-primary-color);
	text-align: left;
	margin-bottom: 5px;
}

html[dir="rtl"] .eventime_mobal_content .bets_body .bottom_row .right .full_detail .value .title_top {
	text-align: right;
}

.eventime_mobal_content .bets_body .bottom_row .right .full_detail .value .title_bottom {
	font-size: 12px;
	color: var(--text-primary-color);
	text-align: left;
}

html[dir="rtl"] .eventime_mobal_content .bets_body .bottom_row .right .full_detail .value .title_bottom {
	text-align: right;
}

.eventime_mobal_content .bets_body_bottom .title {
	font-size: 12px;
	line-height: 18px;
	color: var(--text-primary-color);
	padding-left: 24px;
}
.eventime_mobal_content .bets_body_bottom .row {
	display: flex;
	justify-content: space-between;
	padding: 5px 18px;
	align-items: center;
}
.eventime_mobal_content .bets_body_bottom .row:first-child {
	padding-top: 15px;
}
.eventime_mobal_content .bets_body_bottom .row .right_content_85.light {
	font-size: 13px;
	font-weight: 300;
	color: var(--text-secondary-color);
	padding-right: 20px;
}
.eventime_mobal_content .bets_body_bottom .row .right_content_85.text-white {
	font-size: 14px;
	color: var(--text-primary-color);
	padding-right: 20px;
}
/* .eventime_mobal_content .bets_body_bottom .row .right_content_85 .pay_btn {
	width: 85px;
	height: 30px;
	background: #fff;
	color: #2C1848;
	font-size: 12px;
	border-radius: 5px;
	font-weight: 500;
} */
.eventime_mobal_content .bets_body_bottom .row_1 {
	padding: 8px 18px;
	text-align: center;
}
.eventime_mobal_content .bets_body_bottom .row_1 .btn-small {
	width: 100%;
	padding: 10px 0;
	font-size: 12px;
	font-weight: 700;
}
.eventime_mobal_content .bets_body_bottom .row_1 .remove_btn {
	font-size: 10px;
	color: var(--text-secondary-color);
	text-decoration: none;
	display: block;
	margin-bottom: 17px;
}
.eventime_mobal_content .bets_body_bottom .row_1 .remove_btn img {
	padding-right: 10px;
}

.eventive_modal {
	border-radius: 5px 5px 0px 0px;
	background: linear-gradient(135deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	box-shadow: 0px -25px 30px rgba(12, 19, 26, 0.4);
	position: fixed;
	bottom: 0px;
	right: 37px;
	width: 400px;
	z-index: 9999;
}


.eventime_mobal_content .bets_body_bottom .bottom-multi-btn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: end;
}

.eventime_mobal_content .bets_body_bottom .bottom-multi-btn .share-grid .share-inner-grid {
    position: static;
    bottom: 0;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 22px;
    padding-inline-start: 5px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .eventime_mobal_content .bets_body_bottom .bottom-multi-btn .share-grid .share-inner-grid {
        position: absolute;
        bottom: 11px;
    }
}

.eventime_mobal_content .bets_body_bottom .bottom-multi-btn .share-grid .share-inner-grid .share-btn {
    color: var(--text-primary-color);
    font-size: calc(var(--body-font-size) - 3px);
    cursor: pointer;
}

.eventime_mobal_content .bets_body_bottom .bottom-multi-btn .share-grid .share-inner-grid .share-btn:hover {
    background: transparent;
    color: var(--primary);
}

.eventime_mobal_content .bets_body_bottom .bottom-multi-btn .share-grid .share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
	height: auto;
}

.eventime_mobal_content .bets_body_bottom .bottom-multi-btn .share-grid .share-btn:hover {
    background: transparent;
    color: #fff;
}

.eventime_mobal_content .bets_body_bottom .bottom-multi-btn .share-grid .share-btn:hover span svg path {
    fill: #fff;
}

.eventime_mobal_content .bets_body_bottom .bottom-multi-btn .share-grid .share-btn span {
    display: flex;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .bottom_row .right .sgltab_full_detail .pay-box{
	display: grid;
	gap: 6px;
}

.eventime_mobal_content .bs-bets_body_outer .bets_body .over_row .right .delete {
	cursor: pointer;
	position: absolute;
	top: -13px;
	right: 0;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .over_row {
    grid-template-columns: 70% 29%;
    grid-gap: 1%;
    display: grid;
    justify-content: start;
    align-items: start;
    text-align: center;
    padding-left: 0;
}
.bets .btn-small{
	width: 40px ;
	border: 1px solid transparent;
}
.bets_body_bottom .btn-small{
	width: 40px ;
	border: 1px solid transparent;
	margin-inline-end: 5px;
}
.bets .btn-small:hover{
	border: 1px solid #fff;
}
.bets_body_bottom .btn-small:hover{
	border: 1px solid #fff;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .bottom_row .right .full_detail{
	display: grid;
    grid-template-columns: 14px 1fr auto !important;
    gap: 6px;
    align-items: center;
    text-align: center;
    justify-content: start;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .bottom_row {
    grid-auto-columns: 1fr !important;
    grid-gap: 1%;
    grid-auto-flow: column;
    display: grid;
    justify-content: start;
    align-items: center;
    text-align: center;
    padding-top: 6px;
}
/* Fallback for other cases (e.g., dir="rtl") */
html[dir="rtl"] .eventive_modal {
	right: unset;
	left: 37px;
}

@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.eventive_modal {
		right: 43px;
	}

	html[dir="rtl"] .eventive_modal {
		right: unset;
		left: 43px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.eventive_modal {
		right: 37px;
		width: 34.5%;
	}

	html[dir="rtl"] .eventive_modal {
		right: unset;
		left: 37px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.eventive_modal {
		right: 30px;
		width: 43.1%;
	}

	html[dir="rtl"] .eventive_modal {
		right: unset;
		left: 30px;
	}
}
@media screen and (min-width: 320px) and (max-width: 991px) {
	.eventive_modal {
		display: none;
	}
}
.eventive_modal .cust_row {
	grid-auto-columns: 39% 39% 20%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
	justify-content: start;
	align-items: center;
	text-align: center;
}
.eventive_modal .cust_row a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	padding: 10px;
	color: var(--background-primary-color);
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.eventive_modal .cust_row a {
		font-size: 12px;
		gap: 3px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.eventive_modal .cust_row a {
		font-size: 12px;
		gap: 3px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.eventive_modal .cust_row a {
		font-size: 12px;
		gap: 3px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.eventive_modal .cust_row a img {
		width: 17px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.eventive_modal .cust_row a img {
		width: 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.eventive_modal .cust_row a img {
		width: 15px;
	}
}
.eventive_modal .cust_row a .black {
	width: 14px;
	height: 14px;
	color: var(--background-primary-color);
	border: 1px solid var(--background-primary-color);
	border-radius: 50%;
	font-size: 9px;
	margin-top: -12px;
	padding: 0px;
	line-height: 12px;
	box-sizing: border-box;
}
.eventive_modal .cust_row .beat_btn {
	padding: 0px;
	text-align: center;
	display: block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	margin: auto;
}

.eventview_map {
	position: relative;
}
.eventview_map .rith_nav {
	grid-auto-columns: 33.3% 32.3% 32.3%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
}
.eventview_map .rith_nav .events {
	border-radius: 5px 0 0 5px;
}
.eventview_map .rith_nav .match-facts {
	border-radius: 0px 5px 5px 0px;
}
.eventview_map .rith_nav .nav_10 {
	border: 1px solid #363A41;
	cursor: pointer;
	display: block;
}
.eventview_map .rith_nav .nav_10.active {
	background: #353A42;
	border-color: #363A41 !important;
}
.eventview_map .rith_nav .nav_10.active p {
	color: #F2F2F7;
	font-weight: 300;
}
.eventview_map .rith_nav .nav_10 .icon {
	display: inline-flex;
	text-align: center;
	align-items: center;
	color: #848484;
	width: 100%;
	justify-content: center;
	padding: 10px 1px;
	font-size: 12px;
	font-weight: 600;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.eventview_map .rith_nav .nav_10 .icon {
		padding: 8px 1px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.eventview_map .rith_nav .nav_10 .icon {
		padding: 8px 1px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.eventview_map .rith_nav .nav_10 .icon {
		padding: 8px 2px;
		font-size: 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.eventview_map .rith_nav .nav_10 .icon {
		padding: 9px 3px;
		font-size: 10px;
		width: auto;
		justify-content: center;
		align-items: center;
		display: flex;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.eventview_map .rith_nav .nav_10 .icon {
		padding: 12px 5px;
		font-size: 11px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.eventview_map .rith_nav .nav_10 .icon {
		padding: 10px 5px;
		font-size: 11px;
	}
}
.eventview_map .rith_nav .nav_10 .icon img {
	margin-right: 3px;
	width: 14px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.eventview_map .rith_nav .nav_10 .icon img {
		margin-right: 3px;
		width: 16px;
	}
}

.dashboard-main {
	max-height: 100vh;
}
.dashboard-main .container-full {
	padding-left: 0;
	padding-right: 0;
}
.dashboard-main .dashboard-outer {
	display: grid;
	grid-template-columns: 90px 1fr;
	padding-top: 52px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer {
		display: block;
		padding-top: 51px !important;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .dashboard-main .dashboard-outer {
    display: block;
    padding-top: 0;
    overflow-x: hidden;
  }
}
.dashboard-main .dashboard-outer .dashboard-left-sidebar {
	background: var(--background-secondary-color);
	padding: 2px 20px 0;
	position: relative;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-left-sidebar {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-left-sidebar {
		display: none;
	}
}
.dashboard-main .dashboard-outer .dashboard-left-sidebar:after {
	content: "";
	width: 1px;
	height: 100%;
	background: var(--background-third-color);
	position: absolute;
	right: 0;
	top: 0;
}
.dashboard-main .dashboard-outer .dashboard-left-sidebar .vertical-tabs {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 60px;
}
.dashboard-main .dashboard-outer .dashboard-left-sidebar .dash-tab-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	width: 100%;
	position: relative;
}
.dashboard-main .dashboard-outer .dashboard-left-sidebar .dash-tab-item .notification-num {
	background: rgb(227, 130, 188);
	background: linear-gradient(130deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	position: absolute;
	top: -5px;
	right: 10px;
	color: var(--text-primary-color);
	font-size: 10px;
	padding: 0px 0px;
	border-radius: 2px;
	line-height: 1;
	width: 12px;
	height: 12px;
}
.dashboard-main .dashboard-outer .dashboard-left-sidebar .dash-tab-item span {
	color: var(--text-secondary-color);
	font-size: 12px;
	font-weight: 300;
}
.dashboard-main .dashboard-outer .dashboard-left-sidebar .left-sidebar-dash {
	position: relative;
}
.dashboard-main .dashboard-outer .dashboard-left-sidebar .left-sidebar-dash.active .dash-inner-tabs {
	display: flex;
}
.dashboard-main .dashboard-outer .dashboard-left-sidebar .left-sidebar-dash.active span {
	color: var(--text-primary-color);
}
.dashboard-main .dashboard-outer .dashboard-left-sidebar .left-sidebar-dash:hover span {
	color: var(--text-primary-color);
}
.dashboard-main .dashboard-outer .dashboard-left-sidebar .left-sidebar-dash .dash-inner-tabs {
	display: none;
	flex-direction: column;
	position: absolute;
	padding: 0px 0;
	right: -200px;
	width: 181px;
	z-index: 10;
	top: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-left-sidebar .left-sidebar-dash .dash-inner-tabs {
		padding: 0px 0;
		right: -149px;
		width: 131px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-left-sidebar .left-sidebar-dash .dash-inner-tabs {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-left-sidebar .left-sidebar-dash .dash-inner-tabs {
		display: none;
	}
}
.dashboard-main .dashboard-outer .dashboard-left-sidebar .left-sidebar-dash .dash-inner-tabs .inner-tab-item {
	text-align: left;
	font-size: 12px;
	color: var(--text-secondary-color);
	padding: 14px 25px;
	cursor: pointer;
	position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-left-sidebar .left-sidebar-dash .dash-inner-tabs .inner-tab-item {
		padding: 13px 10px;
	}
}
.dashboard-main .dashboard-outer .dashboard-left-sidebar .left-sidebar-dash .dash-inner-tabs .inner-tab-item.active {
	font-weight: 500;
	background: var(--background-secondary-color);
	color: var(--text-primary-color);
}
.dashboard-main .dashboard-outer .dashboard-left-sidebar .left-sidebar-dash .dash-inner-tabs .inner-tab-item.active:after {
	content: "";
	width: calc(100% + 1px);
	height: 100%;
	border-left: 1px solid var(--background-secondary-color);
	border-right: 1px solid var(--background-secondary-color);
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 2;
}
.dashboard-main .dashboard-outer .dashboard-left-sidebar .left-sidebar-dash .dash-inner-tabs .inner-tab-item.active:before {
	content: "";
	width: calc(100% + 2px);
	height: 100%;
	border-top: 1px solid var(--background-third-color);
	border-bottom: 1px solid var(--background-third-color);
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 2;
}
.dashboard-main .dashboard-outer .dashboard-left-sidebar .left-sidebar-dash .dash-inner-tabs .inner-tab-item:hover {
	font-weight: 500;
	background: var(--background-secondary-color);
	color: var(--text-primary-color);
}
.dashboard-main .dashboard-outer .dashboard-left-sidebar .left-sidebar-dash .dash-inner-tabs .inner-tab-item:hover:after {
	content: "";
	width: calc(100% + 1px);
	height: 100%;
	border-left: 0px solid var(--background-third-color);
	border-right: 0px solid var(--background-third-color);
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 2;
}
.dashboard-main .dashboard-outer .dashboard-left-sidebar .left-sidebar-dash .dash-inner-tabs .inner-tab-item:hover:before {
	content: "";
	width: calc(100% + 2px);
	height: 100%;
	border-top: 1px solid var(--background-third-color);
	border-bottom: 1px solid var(--background-third-color);
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 2;
}
.dashboard-main .dashboard-outer .dashboard-left-sidebar .logout-btn {
	padding-bottom: 0px;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab {
	background: var(--background-third-color);
	padding: 10px 0;
	display: none;
	position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-mobile-tab {
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-mobile-tab {
		display: none;
		padding: 11.5px 0;
	}
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab.active .main-bar .icon .ham {
	display: none;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab.active .main-bar .icon .ham-close {
	display: block;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab.active .main-bar .close-title {
	display: none;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab.active .main-bar .open-title {
	display: block;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab.active .main-content-area {
	display: block;
	height: 100%;
	transition: height 0.3s ease;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .main-content-area {
	display: none;
	height: 0;
	transition: height 0.3s ease;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 10;
	top: 48px;
	border-top: 1px solid #4E545D;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .container-lg {
	width: auto;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .main-bar {
	display: flex;
	/* align-items: center; */
	gap: 10px;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .main-bar .icon {
	width: 15px;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .main-bar .icon .ham-close {
	display: none;
	width: 15px;
	height: 15px;
	margin-top: 8px;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .main-bar .open-title {
	display: none;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .main-bar h6 {
	color: var(--linear-gradient-primary-color);
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .accordion-outer {
	padding: 30px 45px;
	background: #363A41;
	border-radius: 5px;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .accordion-outer .accordion-item {
	margin-bottom: 10px;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .accordion-outer .accordion-item.active button svg path {
	fill: #8D54EB;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .accordion-outer .accordion-item.active .acoordion-icon svg {
	transform: rotate(180deg);
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .accordion-outer .accordion-item .accordion-header {
	font-size: 16px;
	cursor: pointer;
	color: #8D54EB;
	position: relative;
	padding-bottom: 10px;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .accordion-outer .accordion-item .accordion-header button {
	display: flex;
	gap: 15px;
	position: relative;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .accordion-outer .accordion-item .accordion-header button .header-left {
	position: relative;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .accordion-outer .accordion-item .accordion-header button .header-left .notification-num {
	position: absolute;
	top: -3px;
	right: -5px;
	background: linear-gradient(130deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	color: #fff;
	font-size: 10px;
	padding: 0px 0px;
	border-radius: 2px;
	line-height: 1;
	width: 11px;
	height: 11px;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .accordion-outer .accordion-item .accordion-header button span {
	color: var(--text-primary-color);
	font-weight: 400;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .accordion-outer .accordion-item .accordion-header button svg {
	width: 22px;
	height: 22px;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .accordion-outer .accordion-item .accordion-header .acoordion-icon {
	position: absolute;
	right: 0;
	top: 35%;
	transform: translateY(-50%);
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .accordion-outer .accordion-item .accordion-header .acoordion-icon svg {
	transition: 0.3s ease-in-out;
	display: flex;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .accordion-outer .accordion-item .accordion-content {
	display: none;
	padding-left: 38px;
	padding-top: 4px;
	padding-bottom: 8px;
	overflow: hidden;
	transition: max-height 0.3s ease;
	max-height: auto;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .accordion-outer .accordion-item .accordion-content .inner-tabing-list {
	display: grid;
	gap: 1px;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .accordion-outer .accordion-item .accordion-content .inner-tabing-list .inner-tab-item {
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	color: var(--text-secondary-color);
	padding: 4px 0;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .accordion-outer .accordion-item .accordion-content .inner-tabing-list .inner-tab-item.active {
	color: var(--text-primary-color);
	font-weight: 300;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .accordion-outer .accordion-item.active .accordion-header .acoordion-icon span:nth-child(2) {
	opacity: 0;
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .accordion-outer .accordion-item.active .accordion-content {
	display: block;
}
.dashboard-main .dashboard-outer .dash-mobile-title {
	color: #8D54EB;
	font-weight: bold;
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dash-mobile-title {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 25px 20px 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dash-mobile-title {
		display: flex;
		align-items: center;
		gap: 6px;
		padding: 25px 12px 20px;
	}
}
.dashboard-main .dashboard-outer .dash-mobile-title svg {
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dash-mobile-title svg {
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dash-mobile-title svg {
		display: block;
	}
}
.dashboard-main .dashboard-outer .dash-mobile-title h3 {
	letter-spacing: 0px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dash-mobile-title h3 {
		font-size: 18px;
		font-weight: 300;
		color: #F2F2F7;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dash-mobile-title h3 {
		font-size: 18px;
		font-weight: 300;
		color: #F2F2F7;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content {
		padding: 0 40px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content {
		padding: 0px 20px 40px !important;
	}
}

.dashboard-main .dashboard-outer .dashboard-tab-content .tab-content-outer {
	display: grid;
	grid-template-columns: 180px 1fr;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .tab-content-outer {
		grid-template-columns: 130px 1fr;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .tab-content-outer {
		grid-template-columns: 1fr;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .tab-content-outer {
		grid-template-columns: 1fr;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .tab-content-outer .dash-inner-tabs {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 70px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .tab-content-outer .dash-inner-tabs {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .tab-content-outer .dash-inner-tabs {
		display: none;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .tab-content-outer .dash-inner-tabs:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #353A42;
	position: absolute;
	right: 0;
	top: 0;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .tab-content-outer .dash-inner-tabs .inner-tab-item {
	text-align: left;
	font-size: 12px;
	color: #83878D;
	padding: 12px 25px;
	cursor: pointer;
	position: relative;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .tab-content-outer .dash-inner-tabs .inner-tab-item.active {
	font-weight: 500;
	background: #363A41;
	color: #F2F2F7;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .tab-content-outer .dash-inner-tabs .inner-tab-item.active:after {
	content: "";
	width: calc(100% + 1px);
	height: 100%;
	border-left: 1px solid #202833;
	border-right: 1px solid #363A41;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 2;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .tab-content-outer .dash-inner-tabs .inner-tab-item.active:before {
	content: "";
	width: calc(100% + 2px);
	height: 100%;
	border-top: 1px solid #4F545C;
	border-bottom: 1px solid #4F545C;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 2;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .tab-content-outer .dash-inner-tabs .inner-tab-item:hover {
	font-weight: 500;
	background: #363A41;
	color: #F2F2F7;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .tab-content-outer .dash-inner-tabs .inner-tab-item:hover:after {
	content: "";
	width: calc(100% + 1px);
	height: 100%;
	border-left: 1px solid #202833;
	border-right: 1px solid #363A41;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 2;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .tab-content-outer .dash-inner-tabs .inner-tab-item:hover:before {
	content: "";
	width: calc(100% + 2px);
	height: 100%;
	border-top: 1px solid #4F545C;
	border-bottom: 1px solid #4F545C;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 2;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main {
	background: var(--background-secondary-color);
	height: 100vh;
	position: relative;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.history-outer-main {
	overflow: auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main {
		background: transparent;
		height: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main {
		background: transparent  !important;
		height: 100%;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.history-outer-main .dash-content-outer .title.transaction-title{
		grid-template-columns: 1fr;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.history-outer-main .dash-content-outer .title.transaction-title h3{
		border-bottom: 0;
		padding-bottom: 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.account-detail-main .dash-content-outer .dash-main-content .title h3 {
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.account-detail-main .dash-content-outer .dash-main-content .title h3 {
		display: none;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.prefrences-main .dash-content-outer .dash-main-content .content-outer {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.prefrences-main .dash-content-outer .dash-main-content .content-outer {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.prefrences-main .dash-content-outer .dash-main-content .content-outer {
		grid-template-columns: 1fr;
		gap: 36px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.password-dash-main .dash-content-outer .dash-main-content .content-outer {
		gap: 50px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.password-dash-main .dash-content-outer .dash-main-content .content-outer {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.password-dash-main .dash-content-outer .dash-main-content .content-outer {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.password-dash-main .dash-content-outer .dash-main-content .content-outer {
		grid-template-columns: 1fr;
		gap: 36px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.verification-process-main {
	overflow: auto;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.verification-process-main {
		overflow: auto;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.verification-process-main .dash-content-outer {
	height: auto;
	padding-bottom: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.verification-process-main .dash-content-outer {
		height: auto;
		padding-bottom: 40px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.verification-process-main .dash-content-outer .dash-main-content .content-outer .content-inner .register-inner-form {
		grid-template-columns: 1fr;
		gap: 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.verification-process-main .dash-content-outer .dash-main-content .content-outer .content-inner .register-inner-form .file-upload-field {
		grid-column: span 1;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.verification-process-main .dash-content-outer .dash-main-content .content-outer .content-inner .register-inner-form .file-upload-field label {
	display: block;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.verification-process-main .dash-content-outer .dash-main-content .content-outer .content-inner .register-inner-form .file-upload-field .file-info {
	padding-top: 10px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .transaction-main {
	overflow: auto;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.transaction-main {
		overflow: auto;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.transaction-main .dash-content-outer {
	height: auto;
	padding-bottom: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.transaction-main .dash-content-outer {
		height: auto;
		padding-bottom: 40px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.bank-dash {
	overflow: auto;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.bank-dash {
		overflow: auto;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.bank-dash .dash-content-outer {
	height: auto;
	padding-bottom: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.bank-dash .dash-content-outer {
		height: auto;
		padding-bottom: 40px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .close-btn {
	position: absolute;
	top: 115px;
	right: 50px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .close-btn {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .close-btn {
		display: none;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer {
	max-width: 1332px;
	margin: 0px auto;
	padding: 70px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 88%;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer {
		padding: 70px 30px 0;
	}
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer {
		max-width: 1240px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer {
		max-width: 90%;
		padding: 70px 0 0;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer {
		padding: 70px 40px 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer {
		height: auto;
		max-width: 100%;
		padding: 0px 8px 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer {
		height: auto;
		max-width: 100%;
		padding: 0px 0px 45px;
		background: transparent !important;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .title {
	color: var(--text-primary-color);
	margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .title {
		display: flex;
		align-items: center;
		gap: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .title {
		display: flex;
		align-items: center;
		gap: 10px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .title h3 {
	letter-spacing: 0px;
	font-weight: 400;
	font-size: 30px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .title h3 {
		font-size: 27px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .title h3 {
		font-size: 25px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .title h3 {
		font-size: 23px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .title h3 {
		font-size: 22px;
		font-weight: 500;
		color: var(--text-primary-color);
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .title h3 {
		font-size: calc(var(--list-font-size) + 2px);
		font-weight: 400;
		color: var(--text-primary-color);
		border-bottom: 1px solid var(--background-third-color);
        padding-bottom: 20px;
		padding-top: 0 !important;
		padding-left: 0 !important;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content.message-tab-content .dash-content-main .dash-content-outer .title h3{
		display: none;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content.message-tab-content{
		padding-top: 0 !important;
	}
	.message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-top-bar{
		padding: 15px 1% !important;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content.message-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-panel-main .message-panel-left .side-panel .side-message-box{
		margin-right: 5px;
	}
}

.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .title h6 {
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 18px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .title h6 {
		padding-bottom: 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .title.transaction-title {
		/* display: none; */
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .tab-mobile-dash {
	display: none;
	border: none;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .tab-mobile-dash {
		display: inline-flex;
		padding-top: 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .tab-mobile-dash {
		display: inline-flex;
		padding-top: 30px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .tab-mobile-dash {
		display: inline-flex;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .tab-mobile-dash .inner-tab-item {
	font-weight: 400;
	color: var(--text-secondary-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .tab-mobile-dash .inner-tab-item.active {
	color: var(--text-primary-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .tab-mobile-dash .inner-tab-item.active:after {
	bottom: -5.5px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .tabs-outer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 100px;
	padding-top: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .tabs-outer {
		grid-template-columns: 1fr;
		padding-top: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .tabs-outer {
		grid-template-columns: 1fr;
		padding-top: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .tabs-outer {
		grid-template-columns: 1fr;
		padding-top: 0;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .tabs-outer .tabs-inner {
		display: none;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .tabs-outer .tabs-inner.active {
		display: block;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .tabs-outer .tabs-inner .title {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .tabs-outer .tabs-inner {
		display: none;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .tabs-outer .tabs-inner.active {
		display: block;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .tabs-outer .tabs-inner .title {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .tabs-outer .tabs-inner {
		display: none;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .tabs-outer .tabs-inner.active {
		display: block;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .tabs-outer .tabs-inner .title {
		display: none;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 12px;
	row-gap: 20px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding-top: 4px;
		row-gap: 15px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form.no-column {
	grid-template-columns: 1fr;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form label {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 14px;
	font-weight: 300;
	color: var(--text-primary-color);
	padding-bottom: 8px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form label {
		display: flex;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .pass-field {
	position: relative;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .pass-field .togglePassword {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
	cursor: pointer;
	width: 14px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .pass-field .togglePassword svg .eye-strike {
	display: block;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .pass-field .togglePassword .show-password .eye-strike {
	display: none;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form select {
	background-image: url("/assets/images/arrow-select.svg");
	background-repeat: no-repeat;
	background-position: 95%;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form input[type=radio] {
	-webkit-appearance: radio;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .form-input {
	padding: 8px 10px;
	background-color: var(--selector-background-color);
	border-radius: 3px;
	width: -webkit-fill-available;
	font-size: 14px;
	font-weight: 300;
	color: var(--text-secondary-color);
	/* cursor: pointer; */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .form-input {
		background-color: var(--selector-background-color);
		padding: 11px 10px;
		color: var(--text-secondary-color);
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .form-input::placeholder {
	opacity: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .form-input::placeholder {
		opacity: 1;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .phone-field {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
	gap: 12px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .state-option {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .label-show-mobile > label {
	padding-bottom: 18px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .register-info-radio {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 2px;
	align-items: start;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .register-info-radio .register-radio-inner {
	display: flex;
	justify-content: space-around;
	padding-right: 20px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .register-info-radio .register-radio-inner .radio-inner {
	display: flex;
	gap: 4px;
	font-size: 14px;
	font-weight: 300;
	color: var(--text-secondary-color);
	align-items: center;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .register-info-radio .register-radio-inner .radio-inner input {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: none;
	border: 0;
	box-shadow: inset 0 0 0 1px var(--background-third-color);
	box-shadow: inset 0 0 0 1px var(--background-third-color);
	appearance: none;
	padding: 0;
	margin: 0;
	transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
	cursor:pointer;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .register-info-radio .register-radio-inner .radio-inner input:focus {
	outline: none;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .register-info-radio .register-radio-inner .radio-inner input:checked {
	box-shadow: inset 0 0 0 1px var(--background-third-color), inset 0 0 0 5px #363A41, inset 0 0 0 18px var(--linear-gradient-primary-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .register-input-check {
	padding: 4px 0px 0;
	display: flex;
	align-items: flex-start;
	gap: 8px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .register-input-check input[type=checkbox] {
	appearance: checkbox !important;
	margin-top: 4px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .register-input-check label {
	color: var(--background-third-color);
	font-weight: 300;
	font-size: 12px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .register-input-check label a {
	color: var(--text-primary-color);
	text-decoration: none;
	font-weight: 300;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .register-input-check p {
	width: 95%;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .register-input-check .check-dash {
	position: absolute;
	opacity: 0;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .register-input-check .check-dash + label {
	position: relative;
	padding: 0;
	display: flex;
	flex-direction: row;
	gap: 5px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .register-input-check .check-dash + label:before {
	content: "";
	margin-right: 0px;
	display: inline-block;
	vertical-align: text-top;
	width: 17.19px;
	height: 16px;
	background: transparent;
	outline: 1px solid var(--background-third-color);
	border-radius: 3px;
	margin-top: 0px;
	cursor: pointer;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .register-input-check .check-dash:hover + label:before {
	background: transparent;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .register-input-check .check-dash:focus + label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .register-input-check .check-dash:checked + label:before {
	background: transparent;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .register-input-check .check-dash:checked + label:after {
	content: "";
	position: absolute;
	left: 3px;
	top: 8px;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 var(--linear-gradient-secondary-color), 4px 0 0 var(--linear-gradient-secondary-color), 4px -2px 0 var(--linear-gradient-secondary-color), 4px -4px 0 var(--linear-gradient-secondary-color), 4px -6px 0 var(--linear-gradient-secondary-color), 4px -8px 0 var(--linear-gradient-secondary-color);
	transform: rotate(45deg);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .file-upload-field {
	grid-column: span 2;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .file-upload-field .file-upload-outer {
	width: 100%;
	padding: 0px 0;
	border: 1px dashed var(--background-third-color);
	border-radius: 3px;
	text-align: center;
	margin: 0px auto;
	position: relative;
	height: 108px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .file-upload-field .file-upload-outer input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .file-upload-field .file-upload-outer p {
	color: var(--background-third-color);
	font-size: 14px;
	font-weight: lighter;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .file-upload-field .file-upload-outer p span {
	color: var(--text-primary-color);
	text-decoration: underline;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .file-upload-field .file-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .register-inner-form .file-upload-field .file-info p {
	color: #878A90;
	font-size: 10px;
	font-weight: 300;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dashboard-footer {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	gap: 100px;
	padding-top: 40px;
	border-top: 1px solid var(--background-third-color);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dashboard-footer {
		border: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dashboard-footer {
		border: none;
		gap: 18px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dashboard-footer .dash-btns:nth-child(1) a {
	background: transparent;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dashboard-footer .dash-btns:last-child {
	text-align: right;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dashboard-footer .dash-btns a {
	width: 301px;
	padding: 8px 0;
	font-size: 14px;
	font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dashboard-footer .dash-btns a {
		width: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dashboard-footer .dash-btns a {
		width: 99%;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 103px;
	padding-top: 40px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer {
		gap: 60px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer {
		padding-top: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer {
		padding-top: 0;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.verification-process-outer {
	grid-template-columns: 1fr 720px;
	gap: 0;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.verification-process-outer {
		grid-template-columns: 1fr 600px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.verification-process-outer {
		grid-template-columns: 0.8fr 1fr;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.verification-process-outer {
		grid-template-columns: 1fr;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.verification-process-outer .content-inner {
	position: relative;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.verification-process-outer .content-inner:nth-child(1) {
	padding-right: 114px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.verification-process-outer .content-inner:nth-child(1) {
		padding-right: 50px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.verification-process-outer .content-inner:nth-child(1) {
		padding-right: 0px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.verification-process-outer .content-inner:nth-child(1):after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: var(--background-third-color);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.verification-process-outer .content-inner:nth-child(1):after {
		display: none;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.verification-process-outer .content-inner:nth-child(2) {
	padding-left: 108px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.verification-process-outer .content-inner:nth-child(2) {
		padding-left: 50px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.verification-process-outer .content-inner:nth-child(2) {
		padding-left: 0px;
		padding-top: 40px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.verification-process-outer .content-inner .dashboard-footer {
	border: none;
	padding-top: 42px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.verification-process-outer .content-inner .dashboard-footer {
		padding-top: 30px;
		margin-bottom:40px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.verification-process-outer .content-inner .dashboard-footer .dash-btns a {
	width: 100%;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main {
	grid-template-columns: 610px 440px;
	gap: 0;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main {
		grid-template-columns: 1fr 500px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main {
		grid-template-columns: 1fr;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main {
		grid-template-columns: 1fr;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner {
	position: relative;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner:nth-child(1) {
	padding-right: 114px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner:nth-child(1) {
		padding-right: 50px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner:nth-child(1) {
		padding-right: 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner:nth-child(1) {
		padding-right: 0px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner:nth-child(1):after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: var(--background-third-color);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner:nth-child(1):after {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner:nth-child(1):after {
		display: none;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner:nth-child(2) {
	padding-left: 90px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner:nth-child(2) {
		padding-left: 50px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner:nth-child(2) {
		padding-left: 0px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner:nth-child(2) {
		padding-left: 0px;
		padding-top: 40px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .register-inner-form select {
	position: relative;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .deposit-btn {
	padding-top: 20px;
	display: flex;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .deposit-btn a {
	width: 100%;
	padding: 7px 0;
	font-size: 14px;
	font-weight: 400;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .title h6 {
	color: var(--linear-gradient-secondary-color);
	font-size: 16px;
	font-weight: 400;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .deposit-btn a {
		width: 100%;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner {
	transition: 0.2s ease-in-out;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner {
		display: flex;
		flex-direction: row-reverse;
		width: 100%;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner:hover {
	transform: scale(1.05);
	transition: 0.2s ease-in-out;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner:hover {
		transform: scale(1);
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner:hover .radio-card {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2039215686);
	transition: 0.2s ease-in-out;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner .radio-card {
	position: relative;
	border: 1px solid var(--background-third-color);
	border-radius: 5px;
	overflow: hidden;
	transition: 0.2s ease-in-out;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner .radio-card {
		position: static;
		width: 198px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner .radio-card input[type=radio] {
	vertical-align: middle;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	background: var(--odd-background-color);
	border: 0;
	box-shadow: inset 0 0 0 1px #888A8F;
	appearance: none;
	-webkit-appearance: none;
	/* Safari and Chrome */
	-moz-appearance: none;
	padding: 0;
	margin: 0;
	transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
	position: absolute;
	top: 9px;
	right: 9px;
	z-index: 2;
	display: inline;
	cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner .radio-card input[type=radio] {
		left: 0;
		right: auto;
		top: 56%;
		transform: translateY(-50%);
		width: 20px;
		height: 20px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner .radio-card input[type=radio]:focus {
	outline: none;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner .radio-card input[type=radio]:checked {
	box-shadow: inset 0 0 0 1px #888A8F, inset 0 0 0 4px #202833, inset 0 0 0 18px var(--linear-gradient-secondary-color);
	border-radius: 10px;
	appearance: none !important;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner .radio-card input[type=radio]::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: -10px;
	right: -9px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner .radio-card input[type=radio]::after {
		right: auto;
		left: -9px;
		height: 100%;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner .radio-card input[type=radio]:checked {
		box-shadow: inset 0 0 0 1px #888A8F, inset 0 0 0 4px #202833, inset 0 0 0 18px #fff;
		border-radius: 10px;
		appearance: none !important;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner .radio-card input[type=radio]:checked ~ .radio-img-box {
	background: #202833;
	appearance: none;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner .radio-card .radio-img-box {
	padding: 0px 15px;
	height: 106px;
	display: flex;
	align-items: center;
	z-index: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner .radio-card .radio-img-box {
		height: 75px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner .radio-card .radio-img-box img {
	width: auto;
	margin: 0px auto;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner .payment-title {
	text-align: center;
	color: var(--text-primary-color);
	font-size: 13px;
	padding-top: 8px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner .payment-title {
		padding-left: 30px;
		font-size: var(--list-font-size);
		color: #fff;
	}
}

.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .desc p {
	color: var(--text-primary-color);
	font-weight: 300;
	font-size: 12px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-fields {
	grid-template-columns: 1fr;
	padding-top: 28px;
	border-bottom: 1px solid var(--background-third-color);
	padding-bottom: 20px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-fields .form-input {
	color: var(--text-primary-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-fields .form-input::placeholder {
	color: var(--text-secondary-color);
	opacity: 1;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-fields .amount-field-outer {
		display: grid;
		gap: 0px;
		align-items: center;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-fields {
		grid-template-columns: 1fr;
		padding-top: 20px;
		border-bottom: none;
		padding-bottom: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-fields .amount-field-outer label {
		display: none;
		width: auto;
		padding: 0;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-fields .amount-field-outer .amount-field {
	display: flex;
	gap: 18px;
	align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-fields .amount-field-outer .amount-field {
		width: 100%;
		/* gap: 36px; */
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-fields .amount-field-outer .amount-field span {
	color: var(--text-secondary-color);
	font-size: 14px;
	font-weight: 300;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-table {
	padding-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-table {
		padding-top: 20px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-table table {
	width: 100%;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-table table tr {
	padding: 5px 0;
	display: flex;
	justify-content: space-between;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-table table tr:first-child {
	padding-top: 0px;
	border-bottom: 1px dashed var(--background-third-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-table table tr:last-child {
	border-top: 1px dashed var(--background-third-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-table table tr:nth-last-child(2) {
	padding-bottom: 8px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-table table tr th {
	font-size: 14px;
	font-weight: 600;
	color: var(--text-primary-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-table table tr th:first-child {
	text-align: left;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-table table tr th:last-child {
	text-align: right;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-table table tr td {
	font-size: 12px;
	color: var(--text-primary-color);
	font-weight: 300;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-table table tr td:first-child {
	text-align: left;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner.payment-info-main .selected-payment-info .payment-table table tr td:last-child {
	text-align: right;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.withdraw-main .content-inner.payment-info-main .selected-payment-info .payment-fields {
	border: none;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.withdraw-main .content-inner.payment-info-main .selected-payment-info .deposit-btn {
	padding-top: 10px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer .content-inner .list-content {
	padding-bottom: 60px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer .content-inner .list-content {
		padding-bottom: 30px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer .content-inner .list-content ol {
	list-style: decimal;
	padding-left: 16px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer .content-inner .list-content ol li {
	padding-bottom: 38px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer .content-inner .list-content ol li:last-child {
	padding-bottom: 0;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer .content-inner .list-content ol li::marker {
	color: var(--linear-gradient-secondary-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer .content-inner .list-content ol li h6 {
	color: var(--linear-gradient-secondary-color);
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 13px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer .content-inner .list-content ol li p {
	font-size: 12px;
	color: var(--text-primary-color);
	font-weight: lighter;
	line-height: 18px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer .content-inner .list-instructions {
	padding-top: 20px;
	border-top: 1px solid var(--background-third-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer .content-inner .list-instructions ul li {
	display: inline-grid;
	gap: 5px;
	grid-template-columns: auto 1fr;
	padding-bottom: 5px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer .content-inner .list-instructions ul li {
		padding-bottom: 14px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer .content-inner .list-instructions ul li svg {
	width: 12px;
	height: 12px;
	margin-top: 2px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer .content-inner .list-instructions ul li p {
	color: var(--text-primary-color);
	font-weight: lighter;
	font-size: 10px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .transaction-dash-main {
	padding-top: 5px;
	padding-bottom: 20px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .transaction-dash-main {
		padding-top: 0px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .transaction-dash-main .control-btn {
	padding-top: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .transaction-dash-main .control-btn {
		justify-content: space-between;
		gap: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .transaction-dash-main .control-btn a {
		width: 100%;
		font-weight: 400;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .transaction-dash-main .control-btn a.cancel-btn {
	background-color: transparent;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .transaction-dash-main .control-btn a.deposite-btn {
	display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .transaction-dash-main .control-btn a.deposite-btn {
		display: block;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar {
	display: grid;
	grid-template-columns: auto 1fr;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar {
		grid-template-columns: 1fr;
		margin-top: 0;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar.tablet-mobile {
		display: none;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 50px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left {
		gap: 40px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left {
		gap: 30px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left {
		gap: 15px;
		position: relative;
		grid-template-columns:1fr;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .break-line{
		display: none;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .tab {
	margin-bottom: 0;
	border-bottom: 0;
	gap: 35px;
	display: flex;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .tab {
		gap: 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .tab {
		gap: 15px;
		border-bottom: 1px solid var(--background-third-color);
        padding-bottom: 5px;
		width:100%
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .tab .inner-tab-item {
	font-size: var(--list-font-size);
	font-weight: 300;
	color: var(--text-secondary-color);
	position: relative;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .tab .inner-tab-item.active {
	color: var(--text-primary-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .tab .inner-tab-item.active::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 107%;
	background: linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	bottom: 0px;
	left: 0;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .calander-outer {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	grid-gap: 28px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .calander-outer {
		grid-gap: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .calander-outer {
		gap: 5px;
		grid-template-columns:1fr;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .tab .inner-tab-item {
		font-size: calc(var(--list-font-size) - 1px);
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .calander-outer.active .calender-field {
	display: block;
	position: absolute;
	bottom: -41px;
	left: 0;
	width: -webkit-fill-available;
	z-index: 10;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .calander-outer .title {
	font-size: 13px;
	font-weight: 300;
	color: var(--text-secondary-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .calander-outer .calender-field {
	position: relative;
	background: transparent;
	padding: 6.5px 8px;
	border-radius: 3px;
	width: 250px;
	border: 1px solid #353A42;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .calander-outer .calender-field {
		width: 150px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .calander-outer .calender-field {
		width: 150px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .calander-outer .calender-field {
		display: none;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .calander-outer .title {
		color: #fff;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .calander-outer .calender-field input[type=date] {
	width: 100%;
	z-index: 10;
	position: relative;
	color: #878A90;
	font-weight: 300;
	font-size: 13px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .calander-outer .calender-field input[type=date]::-webkit-calendar-picker-indicator {
	color: transparent;
	background: none;
	z-index: 2;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .calander-outer .calender-field svg {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	z-index: 1;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .calander-outer .calender-field svg path {
	stroke: #848484;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-right {
	display: grid;
	grid-template-columns: auto auto auto;
	justify-content: end;
	gap: 35px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-right .report-status {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 5px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-right .report-status svg {
	margin-top: 3px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-right .report-status p {
	font-size: 13px;
	color: var(--text-primary-color);
	font-weight: 300;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer {
	padding-top: 25px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table {
	border-collapse: collapse;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table thead tr {
	border-bottom: 1px solid transparent;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table thead th h6 {
	text-align: left;
	font-size: 11px;
	font-weight: 300;
	color: var(--text-secondary-color);
	padding: 15px 4px;
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	text-transform: uppercase;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table thead th h6 {
		padding: 15px 4px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table thead th h6 {
		padding: 15px 4px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table thead th:last-child {
	text-align: center;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table thead th.active svg {
	transform: rotate(180deg);
	fill: var(--text-secondary-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table thead th.status-field {
	text-align: center;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table thead th.status-field h6 {
	justify-content: center;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr {
	border-bottom: 1px solid var(--background-third-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr td {
	padding: 15px 20px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr td {
		padding: 15px 0px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr td {
		padding: 15px 14px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr td:first-child {
	padding-right: 0;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr td .register-age-check {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	cursor: pointer;
	position: relative;
	width: 14px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr td .register-age-check input[type=checkbox] {
	appearance: checkbox !important;
	margin-top: 4px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr td .register-age-check .check-dash {
	position: absolute;
	opacity: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr td .register-age-check .check-dash + label {
	position: relative;
	padding: 0;
	display: flex;
	flex-direction: row;
	gap: 0;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr td .register-age-check .check-dash + label:before {
	content: "";
	margin-right: 0px;
	display: inline-block;
	vertical-align: text-top;
	width: 16px;
	height: 16px;
	background: transparent;
	border: 1px solid var(--text-primary-color);
	border-radius: 3px;
	margin-top: 3px;
	cursor: pointer;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr td .register-age-check .check-dash:hover + label:before {
	background: transparent;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr td .register-age-check .check-dash:focus + label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr td .register-age-check .check-dash:checked + label:before {
	background: var(--linear-gradient-secondary-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr td .register-age-check .check-dash:checked + label:after {
	content: "";
	position: absolute;
	left: 3px;
	top: 10px;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 var(--text-primary-color), 4px 0 0 var(--text-primary-color), 4px -2px 0 var(--text-primary-color), 4px -4px 0 var(--text-primary-color), 4px -6px 0 var(--text-primary-color), 4px -8px 0 var(--text-primary-color);
	transform: rotate(45deg);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr td.date span {
	padding-left: 25px;
	font-size: 14px;
	color: var(--text-secondary-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr td.status-field {
	text-align: center;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr td.value-up p {
	color: var(--odd-price-up-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr td.value-down p {
	color: var(--odd-price-down-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr td.accordion-icon {
	text-align: center;
	padding: 0 15px;
	border-left: 1px solid #363A41;
	cursor: pointer;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr td.accordion-icon svg {
	margin-bottom: 3px;
	transition: 0.3s ease-in-out;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer table tbody tr td p {
	font-size: 14px;
	font-weight: 200;
	color: var(--text-primary-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table thead tr th:nth-child(2) h6 {
	padding-left: 0;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table thead tr th h6 {
	position: relative;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr {
	position: relative;
	border-left: 4px solid transparent;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr.lost-bet {
	background: var(--selector-background-color);
	border-bottom: 1px solid transparent;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr.lost-bet .border-status {
	position: relative;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr.won-bet {
	background: var(--selector-background-color);
	border-bottom: 1px solid transparent;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr.won-bet .border-status {
	position: relative;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr.open-bet {
	background: var(--selector-background-color);
	border-bottom: 1px solid #363A41;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr.open-bet .border-status {
	position: relative;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr.accordion-main.open .accordion-icon svg {
	transform: rotate(180deg);
	transition: 0.3s ease-in-out;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr.collapsed {
	background: transparent;
	display: none;
	height: 0;
	transition: height 0.5s;
	border-bottom: 1px solid var(--selector-background-color);
	margin-bottom: 5px !important;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr.collapsed.open {
	display: revert;
	height: 100%;
	transition: height 0.5s;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr.collapsed .border-status {
	padding: 0;
	border-bottom: 1px solid transparent;
	width: 2%;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr.collapsed .border-status::after {
	position: absolute;
	left: 0;
	top: -1px;
	content: "";
	height: 102%;
	width: 1px;
	border-left: 1px solid var(--selector-background-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr.collapsed .empty-column {
	border-bottom: 1px solid transparent;
	border-right: 1px solid var(--selector-background-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr.collapsed td {
	padding: 13px 5px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr.collapsed.last-opened .border-status {
	padding: 0;
	border-bottom: 1px solid var(--selector-background-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr.collapsed.last-opened .empty-column {
	border-bottom: 1px solid var(--selector-background-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr .team-name h6 {
	color: var(--text-secondary-color);
	font-size: 14px;
	font-weight: 400;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr .team-name .team {
	display: flex;
	gap: 10px;
	padding-top: 10px;
	align-items: center;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr .border-status {
	padding: 0;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr:last-child {
	padding-left: 15px;
	padding-right: 15px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr td.icon {
	padding: 0 !important;
	width: 5% !important;
	text-align: center;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr td.border-status {
	width: 2% !important;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr td {
	padding: 19px 5px;
	cursor: pointer;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr td:nth-child(2) {
	padding-left: 0;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr td.accordion-icon {
	padding-left: 15px;
	padding-right: 15px;
	border-left: 2px solid transparent;
	/* border-right: 2px solid var(--selector-background-color); */
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr td.accordion-icon line {
	stroke: #848484;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-table table tbody tr td .circle {
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 8px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-slot table tbody tr.collapsed {
	/* border-left: 1px solid var(--selector-background-color);
	border-right: 1px solid var(--selector-background-color); */
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-slot table tbody tr.collapsed td {
	padding: 18px 20px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-slot table tbody tr td.refer-id {
	display: flex;
	gap: 15px;
	align-items: center;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-slot table tbody tr td.refer-id .copy-icon {
	margin-bottom: 3px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-slot table tbody tr td.refer-id .copy-icon:hover svg path {
	fill: #8D54EB;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-slot table tbody tr td.refer-id p {
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	overflow: hidden;
	max-width: 88px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-slot table tbody tr td.date-info {
	display: flex;
	gap: 15px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-slot table tbody tr td.date-info p {
	font-weight: bold;
	color: var(--linear-gradient-secondary-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-slot table tbody tr td.date-info span {
	color: var(--text-primary-color);
	font-size: 14px;
	font-weight: 300;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-slot table tbody tr td.date {
	display: flex;
	align-items: center;
	color: var(--text-primary-color);
	gap: 12px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-outer.history-slot table tbody tr td.date span {
	padding-left: 16px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-desktop {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-desktop {
		display: none;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-mobile {
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-mobile {
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-mobile {
		display: block;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .status-icon {
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	display: block;
	margin-top: 3px;
	margin: 0px auto;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .status-icon.pending {
	background: #FFBB02;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .status-icon.denied {
	background: #F50019;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .status-icon.approved {
	background: #63A246;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer .table-layout-inner {
	background: #202833;
	padding: 20px;
	border-radius: 3px;
	display: grid;
	gap: 8px;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer .table-layout-inner {
		background: var(--selector-background-color);
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer .table-layout-inner .checkbox .register-age-check {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	cursor: pointer;
	position: relative;
	width: 14px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer .table-layout-inner .checkbox .register-age-check {
		position: static;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer .table-layout-inner .checkbox .register-age-check input[type=checkbox] {
	appearance: checkbox !important;
	margin-top: 4px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer .table-layout-inner .checkbox .register-age-check .check-dash {
	position: absolute;
	opacity: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer .table-layout-inner .checkbox .register-age-check .check-dash + label {
	position: relative;
	padding: 0;
	display: flex;
	flex-direction: row;
	gap: 0;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer .table-layout-inner .checkbox .register-age-check .check-dash + label:before {
	content: "";
	margin-right: 0px;
	display: inline-block;
	vertical-align: text-top;
	width: 16px;
	height: 16px;
	background: transparent;
	border: 1px solid var(--text-secondary-color);
	border-radius: 3px;
	margin-top: 3px;
	cursor: pointer;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer .table-layout-inner .checkbox .register-age-check .check-dash:hover + label:before {
	background: transparent;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer .table-layout-inner .checkbox .register-age-check .check-dash:focus + label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer .table-layout-inner .checkbox .register-age-check .check-dash:checked + label:before {
	background: var(--linear-gradient-secondary-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer .table-layout-inner .checkbox .register-age-check .check-dash:checked + label:after {
	content: "";
	position: absolute;
	left: 3px;
	top: 10px;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 #F2F2F7, 4px 0 0 #F2F2F7, 4px -2px 0 #F2F2F7, 4px -4px 0 #F2F2F7, 4px -6px 0 #F2F2F7, 4px -8px 0 #F2F2F7;
	transform: rotate(45deg);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer .table-layout-inner .inner-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer .table-layout-inner .inner-info h6 {
	text-align: left;
	font-size: 11px;
	font-weight: 300;
	color: var(--text-secondary-color);
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	text-transform: uppercase;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer .table-layout-inner .inner-info p {
	font-size: 13px;
	font-weight: 200;
	color: var(--text-primary-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer .table-layout-inner .inner-info.date p span {
	padding-left: 15px;
	font-size: 14px;
	color: var(--text-secondary-color);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer .table-layout-inner .inner-info.date p span {
		padding-left: 6px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card .table-layout-outer .table-layout-inner .inner-info.status-field p {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 6px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card.history-mobile-layout .table-layout-inner.open .toggle-detail h6:before {
	content: "Hide";
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card.history-mobile-layout .table-layout-inner.open .toggle-detail svg {
	transform: rotate(180deg);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card.history-mobile-layout .table-layout-inner .inner-info.toggle-detail {
	border-top: 1px solid #4E545D;
	padding-top: 5px;
	margin-top: 8px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card.history-mobile-layout .table-layout-inner .inner-info.toggle-detail h6 {
	color: var(--text-primary-color);
	position: relative;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card.history-mobile-layout .table-layout-inner .inner-info.toggle-detail p {
	text-align: right;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card.history-mobile-layout .table-layout-inner .inner-info.toggle-detail svg {
	transition: 0.3s ease-in-out;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card.history-mobile-layout .table-layout-inner .inner-info.value-up p {
	color: var(--odd-price-up-color);
	font-weight: bold;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card.history-mobile-layout .table-layout-inner .inner-info.value-down p {
	color: #F50019;
	font-weight: bold;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card.history-mobile-layout .table-layout-inner .inner-info .status {
	display: flex;
	align-items: center;
	gap: 5px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card.history-mobile-layout .table-layout-inner .inner-info .status .status-icon {
	margin: 3px 0 0;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card.history-mobile-layout .collapse-info-outer {
	height: 0;
	display: none;
	transition: 0.3s ease-in-out;
	background: var(--background-secondary-color);
	color: var(--text-primary-color);
	padding: 20px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card.history-mobile-layout .collapse-info-outer.open {
	display: block;
	height: auto;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card.history-mobile-layout .collapse-info-outer .collapse-info-inner {
	display: grid;
	gap: 8px;
	margin-bottom: 27px;
	border-bottom: 1px dotted var(--background-third-color);
	padding-bottom: 10px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card.history-mobile-layout .collapse-info-outer .collapse-info-inner .inner-collapse-content p {
	font-weight: 300;
	font-size: 14px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card.history-mobile-layout .collapse-info-outer .collapse-info-inner .inner-collapse-content.game-info {
	display: flex;
	align-items: center;
	gap: 12px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card.history-mobile-layout .collapse-info-outer .collapse-info-inner .inner-collapse-content.date span {
	color: var(--text-secondary-color);
	padding-left: 15px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card.history-mobile-layout .collapse-info-outer .collapse-info-inner .inner-collapse-content .status {
	display: flex;
	align-items: center;
	gap: 8px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .table-layout-card.history-mobile-layout .collapse-info-outer .collapse-info-inner .inner-collapse-content .status .status-icon {
	margin: 2px 0 0;
}

/* Messages style*/

.dashboard-main .dashboard-outer .dashboard-tab-content .tab-content-outer.message-outer-main {
	grid-template-columns: 1fr;
}

.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-top-bar .new-message {
	display: grid;
	grid-template-columns: auto auto;
	gap: 10px;
	align-items: center;
	cursor: pointer;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-top-bar .new-message:hover .message-icon svg {
	transform: rotate(180deg);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-top-bar .new-message h3 {
	color: var(--text-primary-color);
	font-size: 14px;
	font-weight: 400;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-top-bar .new-message .message-icon {
  background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
  border-radius: 3px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-top-bar .new-message .message-icon svg {
	transition: 0.3s ease-in-out;
}

*::before,
*::after {
	box-sizing: border-box;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-top-bar .new-message:hover .message-icon svg {
	transform: rotate(180deg);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-top-bar .new-message .message-icon {
	background: #ffbb02;
	border-radius: 3px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-top-bar .new-message .message-icon svg {
	transition: 0.3s ease-in-out;
}

.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-panel-main {
	display: grid;
	grid-template-columns: 360px 1fr;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-panel-main .message-panel-left .side-panel {
	max-height: 768px;
	overflow: auto;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-panel-main .message-panel-left .side-panel::-webkit-scrollbar {
	width: 3px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-panel-main .message-panel-left .side-panel::-webkit-scrollbar-track {
	background-color: #4e545d;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-panel-main .message-panel-left .side-panel::-webkit-scrollbar-thumb {
	background-color: var(--linear-gradient-primary-color);
	border-radius: 5px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-panel-main .message-panel-left .side-panel .side-message-box {
	display: flex;
	gap: 14px;
	padding: 20px 30px 20px 30px;
	margin-right: 22px;
	border-bottom: 1px solid var(--background-third-color);
	cursor: pointer;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-panel-main .message-panel-left .side-panel .side-message-box:first-child {
	/* border-top: 1px solid var(--background-third-color); */
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-panel-main .message-panel-left .side-panel .side-message-box:last-child {
	border-bottom: 0;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-panel-main .message-panel-left .side-panel .side-message-box.active {
	background: var(--selector-background-color);
	border-radius: 3px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-panel-main .message-panel-left .side-panel .side-message-box:hover {
	background: var(--selector-background-color);
	border-radius: 3px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-panel-main .message-panel-left .side-panel .side-message-box.message-unread .message-content {
	position: relative;
}
.dashboard-main
	.dashboard-outer
	.dashboard-tab-content
	.message-outer-main
	.dash-content-main
	.dash-content-outer
	.dash-main-content
	.message-panel-main
	.message-panel-left
	.side-panel
	.side-message-box.message-unread
	.message-content:before {
	content: "";
	background: #ffbb02;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	display: block;
	margin-top: 7px;
	position: absolute;
	left: -20px;
	top: 0;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-panel-main .message-panel-left .side-panel .message-content h3 {
	font-size: 14px;
	font-weight: 300;
	color: var(--text-primary-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-panel-main .message-panel-left .side-panel .message-content p {
	font-size: 11px;
	color: var(--text-secondary-color);
	padding: 3px 0;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-panel-main .message-panel-left .side-panel .message-content .bottom-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-panel-main .message-panel-left .side-panel .message-content .bottom-info .info-left h3 {
	font-size: 10px;
	font-weight: 300;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-panel-main .message-panel-left .side-panel .message-content .bottom-info .info-right {
	display: flex;
	align-items: center;
	gap: 12px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-panel-main .message-panel-left .side-panel .message-content .bottom-info .info-right p {
	font-size: 10px;
	color: var(--text-secondary-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-panel-main .message-panel-right {
  /* width: 86%; */
  margin-right: 0;
  margin-left: auto;
}
.dashboard-main
	.dashboard-outer
	.dashboard-tab-content
	.message-outer-main
	.dash-content-main
	.dash-content-outer
	.dash-main-content
	.message-panel-main
	.message-panel-right
	.main-message-area
	.message-area-inner
	.message-content
	.user-detail
	.profile-img {
	max-width: 30px;
	max-height: 30px;
	border-radius: 50%;
	overflow: hidden;
}
.dashboard-main
	.dashboard-outer
	.dashboard-tab-content
	.message-outer-main
	.dash-content-main
	.dash-content-outer
	.dash-main-content
	.message-panel-main
	.message-panel-right
	.main-message-area
	.message-area-inner
	.message-content
	.user-detail
	h3 {
	font-size: 16px;
	font-weight: 400;
	color: #878a90;
	padding-bottom: 3px;
}
.dashboard-main
	.dashboard-outer
	.dashboard-tab-content
	.message-outer-main
	.dash-content-main
	.dash-content-outer
	.dash-main-content
	.message-panel-main
	.message-panel-right
	.main-message-area
	.message-area-inner
	.message-content
	.message-main
	p {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-top-bar .new-message h3 {
	color: var(--text-primary-color);
	font-size: 14px;
	font-weight: 400;
}





/*--PLayerProtection-SelfEclusion--*/
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main {
		padding-bottom: 30px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .tab {
	border: none;
	padding: 20px 0 30px;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .tab {
		padding-top: 0px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .tab {
		padding-top: 0;
		border-bottom: 1px solid var(--background-third-color);
        padding-bottom: 5px;
        width: 100%;
		margin-bottom: 15px;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .tab-content-outer.message-outer-main{
		display: block;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main.player-protection-main  .dash-content-outer .title h3{
		border-bottom: 0;
		padding-bottom: 10px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer {
	padding-top: 0;
	grid-template-columns: 610px 390px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer {
		grid-template-columns: 1fr 400px;
	}
}

@media screen and (max-width: 1399px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer {
		grid-template-columns: 1fr 450px;
	}
}
@media screen and (max-width: 1280px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer {
		grid-template-columns: auto 380px;
	}
}
@media screen and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer {
		grid-template-columns: 1fr;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer {
		grid-template-columns: 1fr;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column .dashboard-form select {
	width: 300px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column .dashboard-form select {
		width: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column .dashboard-form select {
		width: 100%;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column.time-out {
	grid-template-columns: 1fr;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column.time-out .content-inner {
	width: fit-content;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column.time-out .content-inner {
		width: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column.time-out .content-inner {
		width: 100%;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column.time-out .content-inner .desc-content {
	padding-bottom: 25px;
	padding-top: 0;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column.time-out .content-inner .dashboard-form {
	gap: 0;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column.time-out .content-inner .dashboard-form label {
	padding-bottom: 10px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column.time-limit {
	grid-template-columns: 1fr;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column.time-limit .content-inner {
	width: fit-content;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column.time-limit .content-inner {
		width: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column.time-limit .content-inner {
		width: 100%;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column.time-limit .content-inner .desc-content {
	padding-bottom: 25px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column.time-limit .content-inner .dashboard-form label {
	padding-bottom: 10px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column .content-inner:nth-child(1) {
	padding-right: 130px;
}
@media screen and (max-width: 1399px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column .content-inner:nth-child(1) {
		padding-right: 0px;
	}
}
@media screen and (max-width: 1280px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column .content-inner:nth-child(1) {
		padding-right: 0px;
	}
}
@media screen and (max-width: 1279px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column .content-inner:nth-child(1) {
		padding-right: 0px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column .content-inner:nth-child(1) {
		padding-right: 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.single-column .content-inner:nth-child(1) {
		padding-right: 0px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.self-exclusion {
	padding-top: 25px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.self-exclusion {
		padding-top: 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.self-exclusion {
		padding-top: 0px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.self-exclusion .content-inner {
		padding-top: 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.self-exclusion .content-inner {
		padding-top: 0px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.self-exclusion .content-inner .dashboard-form label {
	padding-bottom: 15px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.reality-check {
	padding-top: 25px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.reality-check {
		padding-top: 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer.reality-check {
		padding-top: 0px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer .content-inner .select-field label {
	display: block;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer .content-inner .select-field label {
		display: block;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer .content-inner .dashboard-form label {
	font-size: 12px;
	padding-bottom: 18px;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer .content-inner .dashboard-form select {
	color: var(--text-primary-color);
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer .content-inner .dashboard-form .desc-content {
	color: var(--text-primary-color);
	font-size: 14px;
	font-weight: 250;
	line-height: 18px;
	padding: 30px 0 25px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer .content-inner .dashboard-form .desc-content {
		padding: 0px 0 0px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer .content-inner .list-content {
		padding-bottom: 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer .content-inner .list-content {
		padding-bottom: 15px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer .content-inner .list-content p {
	color: var(--text-primary-color);
	font-size: 14px;
	font-weight: 250;
	line-height: 18px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer .content-inner .list-instructions {
		padding-top: 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer .content-inner.payment-info-main {
		padding-bottom: 0px;
		padding-top: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer .content-inner.payment-info-main {
		padding-top: 0px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer .content-inner.payment-info-main .tab {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #4E545D;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer .content-inner.payment-info-main .tab {
		padding-top: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer .content-inner.payment-info-main .tab {
		padding-top: 20px;
	}
}
.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer .content-inner.payment-info-main .selected-payment-info .payment-fields {
	border-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer .content-inner.payment-info-main .selected-payment-info .payment-fields {
		padding-bottom: 0px;
		padding-top: 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer .content-inner.payment-info-main .selected-payment-info .payment-fields {
		padding-top: 10px;
		padding-bottom: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer .content-inner.payment-info-main .selected-payment-info .payment-fields .register-form-field {
		display: block;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .player-protection-main .dash-content-outer .dash-main-content .player-protection-outer .content-outer .content-inner.payment-info-main .selected-payment-info .payment-fields .register-form-field label {
		padding-bottom: 10px;
	}
}

.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .tab .inner-tab-item.active::after {
	bottom: -4px;
	width: 100%;
}

.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner:nth-child(1) {
	padding-right: 40px;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner:nth-child(1) {
		padding-right: 0px;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .dash-inner-topbar .topbar-inner-left .tab .inner-tab-item.active::after {
		bottom: -6px;
	}
}

.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .accordion .accordion-item .accordion-content{
	display: block;
}

.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .accordion .accordion-item.active .accordion-content{
	display: block;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .accordion .accordion-item .accordion-header{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .accordion .accordion-item .accordion-header .acoordion-icon{
	display: none;
	transition: 0.2s ease-in-out;
}
.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .accordion .accordion-item.active .acoordion-icon{
	transform: rotate(180deg);
}
@media screen and (min-width: 320px) and (max-width: 767px){
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .accordion .accordion-item .accordion-header h6{
		padding-bottom: 0;
		color: var(--linear-gradient-secondary-color);
		font-size: 16px;
		font-weight: 400;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .accordion .accordion-item .accordion-header{
		padding-bottom: 0px;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .accordion .accordion-item.active .accordion-header{
		padding-bottom: 20px;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .accordion .accordion-item .accordion-header .acoordion-icon{
		display: flex;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .accordion .accordion-item .accordion-content{
		display: none;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer .checkbox-custom-inner .radio-card input[type=radio]:checked ~ .radio-img-box{
		background: var(--background-secondary-color);
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .checkbox-custom .checkbox-custom-outer{
		gap: 10px;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner:nth-child(2){
		padding: 0;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .dash-content-main .dash-content-outer .content-outer.deposit-dash-main .content-inner .accordion {
        padding: 12px 0 15px;
        border-bottom: 1px solid var(--background-third-color);
        border-top: 0;
    }


}

/*# sourceMappingURL=style.css.map */

/* PGINATION CSS */

.pagination {
	text-align: center;
	width: 100%;
}

.page-item {
	list-style: none !important;
	margin-top: 20px !important;
	margin-right: 10px !important;
	padding: 0 !important;
	text-align: center;
	display: inline-block !important;
	color: var(--text-primary-color) !important;
}

.page-link a {
	color: var(--text-primary-color) !important;
	text-decoration: none !important;
}

.pagination-prev-nav,
.pagination-page-nav,
.pagination-next-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block !important;
	width: 40px;
	height: 40px;
	border: 1px solid var(--text-primary-color);
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	color: var(--text-primary-color) !important;
}

.pagination-prev-nav:hover,
.pagination-page-nav:hover,
.pagination-next-nav:hover {
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
}

.pagination-prev-nav a,
.pagination-next-nav a,
.pagination-page-nav a {
	color: var(--text-primary-color) !important;
	text-decoration: none;
}

.pagination-page-nav.active {
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	border: transparent;
	cursor: default;
}

.pagination-prev-nav.disabled,
.pagination-next-nav.disabled {
	color: var(--text-primary-color);
	accent-color: var(--text-primary-color);
	opacity: 0.5 !important;
}
.pagination {
	text-align: center !important;
}
/* DATE PICKER */

.dp__theme_dark {
	--dp-background-color: var(--background-secondary-color) !important;
	--dp-text-color: var(--text-primary-color) !important;
	--dp-hover-color: var(--background-third-color) !important;
	--dp-hover-text-color: var(--text-primary-color) !important;
	--dp-hover-icon-color: var(--text-primary-color) !important;
	--dp-primary-color: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%) !important;
	--dp-primary-text-color: var(--text-primary-color) !important;
	--dp-secondary-color: var(--text-secondary-color) !important;
	--dp-border-color: var(--background-third-color) !important;
	--dp-menu-border-color: var(--background-third-color) !important;
	--dp-border-color-hover: var(--background-third-color) !important;
	--dp-disabled-color: var(--text-secondary-color) !important;
	--dp-scroll-bar-background: #212121;
	--dp-scroll-bar-color: var(--background-third-color) !important;
	--dp-success-color: #00701a;
	--dp-success-color-disabled: #428f59;
	--dp-icon-color: var(--background-third-color) !important;
	--dp-danger-color: #e53935;
	--dp-highlight-color: rgba(0, 92, 178, 0.2);
}

.casino_wrap .promotions_detail_wrap {
	position: relative;
	padding-top: 55px;
	display: grid;
	grid-template-columns: 5fr 320px;
	padding-bottom: 0;
	gap: 0px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .promotions_detail_wrap {
		display: block;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .promotions_detail_wrap {
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .promotions_detail_wrap {
		display: block;
	}
}
.casino_wrap .promotions_detail_wrap .detail {
	position: relative;
	width: 90%;
	margin: 0px auto;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .promotions_detail_wrap .detail {
		width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .promotions_detail_wrap .detail {
		width: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .promotions_detail_wrap .detail {
		width: 100%;
	}
}
.casino_wrap .promotions_detail_wrap .detail .back {
	position: relative;
	padding-bottom: 35px;
	margin-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .promotions_detail_wrap .detail .back {
		padding-bottom: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .promotions_detail_wrap .detail .back {
		padding-bottom: 18px;
	}
}
.casino_wrap .promotions_detail_wrap .detail .back a {
	color: #F2F2F7;
	text-decoration: none;
	font-size: 13px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	gap: 3px;
	width: 50px;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: #4E545D;
	border-radius: 5px;
	overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .promotions_detail_wrap .detail .main_detail {
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .promotions_detail_wrap .detail .main_detail {
		display: block;
	}
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .image {
	position: relative;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .promotions_detail_wrap .detail .main_detail .image {
		height: 450px;
	}
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content {
	position: relative;
	padding: 50px 32px 50px 50px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .promotions_detail_wrap .detail .main_detail .content {
		padding: 45px 35px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .promotions_detail_wrap .detail .main_detail .content {
		padding: 25px 30px 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .promotions_detail_wrap .detail .main_detail .content {
		padding: 40px 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .promotions_detail_wrap .detail .main_detail .content {
		padding: 30px 20px;
	}
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .cont_detail {
	max-height: 488px;
	overflow: auto;
	padding-right: 21px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .promotions_detail_wrap .detail .main_detail .content .cont_detail {
		padding-right: 0px;
		max-height: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .promotions_detail_wrap .detail .main_detail .content .cont_detail {
		padding-right: 0px;
		max-height: 100%;
	}
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .cont_detail::-webkit-scrollbar {
	width: 3px;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .cont_detail::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.274);
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .cont_detail::-webkit-scrollbar-thumb {
	background-color: var(--linear-gradient-primary-color);
	border-radius: 2px;
	border: 3px solid linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .title {
	position: relative;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .title h1 {
	color: #F2F2F7;
	font-weight: 600;
	font-size: 30px;
	line-height: normal;
	text-transform: capitalize;
	padding-right: 21px;
	padding-bottom: 16px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.casino_wrap .promotions_detail_wrap .detail .main_detail .content .title h1 {
		font-size: 22px;
		padding-right: 0;
		padding-bottom: 12px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.casino_wrap .promotions_detail_wrap .detail .main_detail .content .title h1 {
		font-size: 21px;
		padding-right: 0;
		padding-bottom: 10px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .promotions_detail_wrap .detail .main_detail .content .title h1 {
		font-size: 20px;
		padding-right: 0;
		padding-bottom: 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .promotions_detail_wrap .detail .main_detail .content .title h1 {
		font-size: 22px;
		padding-right: 0;
		padding-bottom: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .promotions_detail_wrap .detail .main_detail .content .title h1 {
		font-size: 20px;
		padding-right: 0;
		padding-bottom: 10px;
	}
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .sub_detail {
	position: relative;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .sub_detail p {
	color: var(--text-primary-color);
	font-weight: 200;
	font-size: 14px;
	line-height: 1.6;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .checkbox-custom-outer {
	position: relative;
	padding: 15px 0px;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding-top: 38px;
	padding-bottom: 20px;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .checkbox-custom-outer input {
	cursor: pointer;
	appearance: checkbox !important;
	margin-top: 4px;
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .checkbox-custom-outer .checkbox-custom {
	position: absolute;
	opacity: 0;
	z-index: 10;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .checkbox-custom-outer .checkbox-custom + label {
	position: relative;
	padding: 0;
	display: flex !important;
	flex-direction: row !important;
	gap: 0 !important;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .checkbox-custom-outer .checkbox-custom + label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 16px;
	height: 16px;
	background: transparent;
	border: 1px solid #878A90;
	border-radius: 3px;
	margin-top: 2px;
	cursor: pointer;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .checkbox-custom-outer .checkbox-custom:hover + label:before {
	background: transparent;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .checkbox-custom-outer .checkbox-custom:focus + label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .checkbox-custom-outer .checkbox-custom:checked + label:before {
	background: #8D54EB;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .checkbox-custom-outer .checkbox-custom:checked + label:after {
	content: "";
	position: absolute;
	left: 3px;
	top: 10px;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 #F2F2F7, 4px 0 0 #F2F2F7, 4px -2px 0 #F2F2F7, 4px -4px 0 #F2F2F7, 4px -6px 0 #F2F2F7, 4px -8px 0 #F2F2F7;
	transform: rotate(45deg);
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .checkbox-custom-outer p {
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.6;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .checkbox-custom-outer .text-grey {
	color: #888A8F;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .btn-box {
	text-align: right;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .btn-box a {
	position: relative;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .promotions_detail_wrap .detail .main_detail .content .btn-box a {
		font-size: 13px;
		font-weight: 400;
	}
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .inner-content {
	padding-top: 30px;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .inner-content p {
	color: var(--text-primary-color);
	font-weight: 200;
	font-size: 14px;
	line-height: 1.6;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .inner-content a {
	color: var(--linear-gradient-primary-color);
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	text-decoration: none;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .inner-content h4 {
	font-size: 16px;
	color: var(--text-primary-color);
	font-weight: 500;
	padding-bottom: 10px;
	padding-top: 40px;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .inner-content h4:first-child {
	padding-top: 0;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .inner-content ul {
	list-style: disc;
	padding-left: 20px;
	padding-top: 8px;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .inner-content ul li {
	color: var(--text-primary-color);
	font-size: 14px;
	font-weight: 200;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .inner-content ol {
	list-style: decimal;
	padding-left: 20px;
	padding-top: 8px;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .inner-content ol li {
	color: var(--text-primary-color);
	font-size: 14px;
	font-weight: 200;
}
.casino_wrap .promotions_detail_wrap .detail .main_detail .content .btn-box {
	text-align: right;
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right {
	border-left: unset !important;
	border-radius: 0;
	padding: 25px 20px 20px 20px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .promotions_detail_wrap .promotion-detail-right {
		padding: 0;
		margin-top: 50px;
		border-left: 0px;
		margin-bottom: 50px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .promotions_detail_wrap .promotion-detail-right {
		padding: 0;
		margin-top: 50px;
		border-left: 0px;
		margin-bottom: 50px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .promotions_detail_wrap .promotion-detail-right {
		padding: 0;
		margin-top: 50px;
		border-left: 0px;
		margin-bottom: 50px;
	}
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right .sports-banner-outer {
	position: relative;
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right .sports-banner-outer .promotion-header {
	position: relative;
	padding-bottom: 8px;
	border-bottom: 1px dotted var(--background-third-color);
	margin-bottom: 22px;
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right .sports-banner-outer .promotion-header h2 {
	color: var(--linear-gradient-primary-color);
	font-size: 16px;
	letter-spacing: normal;
	font-weight: 600;
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider {
	overflow: hidden;
	margin-top: 0px;
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .promotion-card-main {
	max-height: 665px;
	overflow-y: auto;
	display: flex;
	position: relative;
	top: 0;
	left: 0;
	width: max-content;
	gap: 10px;
	flex-direction: column;
}
@media screen and (min-width: 992px) and (max-width: 1291px) {
	.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .promotion-card-main .league-slide-item .promotion-content h5 {
		font-size: 13px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .promotion-card-main {
		overflow-x: auto;
		gap: 20px;
		display: grid;
		grid-auto-columns: minmax(300px, auto);
		grid-gap: 15px;
		grid-auto-flow: column;
		overflow-y: auto;
		width: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .promotion-card-main {
		overflow-x: auto;
		gap: 20px;
		display: grid;
		grid-auto-columns: minmax(300px, auto);
		grid-gap: 15px;
		grid-auto-flow: column;
		overflow-y: auto;
		width: 100%;
	}
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .promotion-card-main .league-slide-item {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* transition: all 1s; */
	position: relative;
	/* background: #B067D8; */
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	border-radius: 5px;
	width: 100%;
	overflow: visible;
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .promotion-card-main .league-slide-item .promotion-card-outer {
	position: relative;
	width: 100%;
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .promotion-card-main .league-slide-item .promotion-image {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .promotion-card-main .league-slide-item .promotion-image:before {
	content: "";
	/* background: #B067D8; */
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	mix-blend-mode: luminosity;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .promotion-card-main .league-slide-item .promotion-image img {
	width: 100%;
	height: 100%;
	mix-blend-mode: luminosity;
	mask-position: initial;
	z-index: 1;
	object-fit: cover;
	vertical-align: bottom;
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .promotion-card-main .league-slide-item .promotion-image:after {
	content: "";
	background: var(--background-primary-color);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 50%;
	z-index: 2;
	background-blend-mode: multiply;
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .promotion-card-main .league-slide-item .promotion-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	z-index: 5;
	padding: 0;
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .promotion-card-main .league-slide-item .promotion-content h2 {
	font-size: 60px;
	color: var(--linear-gradient-primary-color);
	font-weight: bold;
	line-height: 1.2;
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .promotion-card-main .league-slide-item .promotion-content h3 {
	color: var(--text-primary-color);
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .promotion-card-main .league-slide-item .promotion-content h4 {
	font-size: 34px;
	color: var(--linear-gradient-primary-color);
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .promotion-card-main .league-slide-item .promotion-content h4 span {
	font-size: 16px;
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .promotion-card-main .league-slide-item .promotion-content h5 {
	color: var(--linear-gradient-primary-color);
	font-weight: bold;
	font-size: 16px;
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .promotion-card-main .league-slide-item .promotion-content p {
	color: var(--text-primary-color);
	font-size: 14px;
	font-weight: 300;
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .control {
	display: none !important;
}
.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .dots-p {
	display: none;
	width: 100%;
	height: 100%;
	justify-content: center;
	padding-top: 15px;
	gap: 6px;
	z-index: 50;
	position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .dots-p {
		display: flex;
	}
	.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .dots-p i {
		background-color: var(--background-third-color);
		height: 2px;
		width: 21px;
		border-radius: 3px;
	}
	.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .dots-p .active {
		background-color: var(--linear-gradient-primary-color);
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .dots-p {
		display: flex;
	}
	.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .dots-p i {
		background-color: var(--background-third-color);
		height: 2px;
		width: 21px;
		border-radius: 3px;
	}
	.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .dots-p .active {
		background-color: var(--linear-gradient-primary-color);
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .dots-p {
		display: flex;
	}
	.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .dots-p i {
		background-color: var(--background-third-color);
		height: 2px;
		width: 21px;
		border-radius: 3px;
	}
	.casino_wrap .promotions_detail_wrap .promotion-detail-right .promotion-card-slider .dots-p .active {
		background-color: var(--linear-gradient-primary-color);
	}
}
.error_success_wrap {
	position: static;
	padding-top: 10px;
	text-align: center;
	width: 100%;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 0;
	transform: unset;
	height: auto;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.error_success_wrap {
		width: 65%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.error_success_wrap {
		width: 70%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.error_success_wrap {
		width: 80%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.error_success_wrap {
		position: relative;
		width: 100%;
		top: auto;
		left: auto;
		transform: translate(0, 0);
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.error_success_wrap {
		position: relative;
		width: 100%;
		top: auto;
		left: auto;
		transform: translate(0, 0);
		padding: 0px;
		margin-left: 0;
		margin-right: auto;
		margin-bottom: 0;
	}
}
.error_success_wrap .error_wrap {
	position: relative;
	padding: 40px;
	border: 1px solid red;
	border-radius: 5px;
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.error_success_wrap .error_wrap {
		padding: 20px 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.error_success_wrap .error_wrap {
		padding: 20px 10px;
	}
}
.error_success_wrap .error_wrap .detail {
	text-align: center;
	color: red;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
}
.error_success_wrap .error_wrap .detail span {
	font-weight: 600;
	padding-left: 10px;
}
.error_success_wrap .success_wrap {
	position: relative;
	padding: 40px;
	border: 1px solid var(--linear-gradient-secondary-color);
	border-radius: 5px;
	margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.error_success_wrap .success_wrap {
		padding: 20px 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.error_success_wrap .success_wrap {
		padding: 20px 10px;
	}
}
.error_success_wrap .success_wrap .detail {
	text-align: center;
	color: var(--linear-gradient-secondary-color);
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
}

.odd-selected {
	background: linear-gradient(68deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%) !important;
	color: var(--text-primary-color) !important;
}

.odd-selected h6 {
	color: var(--text-primary-color) !important;
	font-weight: 300 !important;
}

@media (hover: hover) and (pointer: fine) {
	.betting-info-inner:hover {
		color: var(--text-primary-color) !important;
		background: linear-gradient(68deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%) !important;
	}

	.betting-info-inner:hover h6 {
		color: var(--text-primary-color) !important;
		font-weight: 300 !important;
	}

	@media screen and (min-width: 768px) and (max-width: 991px) {
		.betting-info-inner:hover  {
			background: transparent !important;
		}
	}
}
.new-competitions-v6 {
	position: relative;
	padding: 0;
	/* margin-top: -200px; */
	z-index: 9999;
}

@media screen and (min-width: 390px) and (max-width: 991px) {
	.new-competitions-v6 {
		margin-top: 50px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.new-competitions-v6 {
		margin-top: 30px;
	}
}

.new-competitions-v6 .new-v6-title {
	margin: 0 auto;
	text-align: center;
	color: var(--text-primary-color);
	margin-bottom: 44px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.new-competitions-v6 .new-v6-title {
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.new-competitions-v6 .new-v6-title {
		margin-bottom: 38px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.new-competitions-v6 .new-v6-title {
		margin-bottom: 36px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.new-competitions-v6 .new-v6-title {
		margin-bottom: 35px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.new-competitions-v6 .new-v6-title {
		margin-bottom: 34px;
	}
}
.new-competitions-v6 .new-v6-title h2 {
	color: var(--text-primary-color);
	font-size: 44px;
	font-weight: 500;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.new-competitions-v6 .new-v6-title h2 {
		font-size: 40px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.new-competitions-v6 .new-v6-title h2 {
		font-size: 35px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.new-competitions-v6 .new-v6-title h2 {
		font-size: 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.new-competitions-v6 .new-v6-title h2 {
		font-size: 35px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.new-competitions-v6 .new-v6-title h2 {
		font-size: 30px;
	}
}
.new-competitions-v6 .parent {
	/* width: 100%; */
	overflow-x: hidden;
}
.new-competitions-v6 .parent .child {
	width: 155%;
	cursor: pointer;
	/* margin-left: -150px; */
}
.new-competitions-v6 .parent .child .cust-col-4 {
	width: 480px;
	height: 200px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.new-competitions-v6 .parent .child .cust-col-4 {
		width: 320px;
		height: 180px;
	}
}
.new-competitions-v6 .new-comp-slider {
	position: relative;
	display: grid;
	grid-auto-flow: column;
	scroll-behavior: smooth;
	grid-gap: 20px;
	overflow-x: scroll;
}
.new-competitions-v6 .new-comp-slider .league-card {
	width: 100%;
	background: var(--background-secondary-color);
	border-radius: 5px;
	position: relative;
	display: grid;
	grid-auto-columns: 200px 1fr;
	grid-gap: 15px;
	grid-auto-flow: column;
	height: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.new-competitions-v6 .new-comp-slider .league-card {
		grid-template-columns: 130px 1fr;
	}

	html[dir="rtl"] .new-competitions-v6 .new-comp-slider .league-card {
		grid-template-columns: 1fr 130px !important;
	}
}
.new-competitions-v6 .new-comp-slider .league-card .card-image {
	background: rgb(227, 130, 188);
	background: linear-gradient(130deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.new-competitions-v6 .new-comp-slider .league-card .card-image .bg-img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	mix-blend-mode: luminosity;
}
.new-competitions-v6 .new-comp-slider .league-card .card-image .icon-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 60%;
}
.new-competitions-v6 .new-comp-slider .league-card .content {
	display: grid;
	grid-template-columns: 22px 1fr;
	grid-gap: 10px;
	grid-auto-flow: column;
	color: var(--text-primary-color);
	position: absolute;
	top: 49%;
	right: 0%;
	transform: translate(-5%, -50%);
	width: 51%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.new-competitions-v6 .new-comp-slider .league-card .content {
		width: 53%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.new-competitions-v6 .new-comp-slider .league-card .content {
		grid-template-columns: 16px 1fr;
		grid-gap: 5px;
	}
}
.new-competitions-v6 .new-comp-slider .league-card .content .icon {
	position: relative;
	height: 20px;
	width: 20px;
	overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.new-competitions-v6 .new-comp-slider .league-card .content .icon {
		height: 15px;
		width: 15px;
	}
}
.new-competitions-v6 .new-comp-slider .league-card .content .icon img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}
.new-competitions-v6 .new-comp-slider .league-card .content .detail {
	position: relative;
}
.new-competitions-v6 .new-comp-slider .league-card .content .detail .title-cont {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin-top: -3px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.new-competitions-v6 .new-comp-slider .league-card .content .detail .title-cont {
		font-size: 17px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.new-competitions-v6 .new-comp-slider .league-card .content .detail .title-cont {
		font-size: 17px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.new-competitions-v6 .new-comp-slider .league-card .content .detail .title-cont {
		font-size: 17px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.new-competitions-v6 .new-comp-slider .league-card .content .detail .title-cont {
		font-size: 16px;
	}
}
.new-competitions-v6 .new-comp-slider .league-card .content .detail .title-cont span {
	display: block;
}
.new-competitions-v6 .bottom-cta {
	text-align: center;
	margin-top: 26px;
	margin-bottom: 10px;
}

.sports-main-wrap .sports-wrap .left_filter_wrap .top_leagues_wrap {
	position: relative;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .top_leagues_wrap .leagues_content {
	position: relative;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .top_leagues_wrap .leagues_content .leagues-main {
	position: relative;
	display: grid;
	grid-template-columns: 80% 18%;
	gap: 2%;
	border-bottom: 1px solid var(--background-third-color);
	padding: 12px 14px;
	cursor: pointer;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .top_leagues_wrap .leagues_content .leagues-main:last-child {
	border-bottom: 0px;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .top_leagues_wrap .leagues_content .leagues-main.active {
	background: var(--selector-background-color);
}
.sports-main-wrap .sports-wrap .left_filter_wrap .top_leagues_wrap .leagues_content .leagues-main.active .name {
	color: var(--text-primary-color) !important;
	font-weight: 500;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .top_leagues_wrap .leagues_content .leagues-main.active .match {
	color: var(--text-primary-color) !important;
	font-weight: 400;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .top_leagues_wrap .leagues_content .leagues-main .c-name {
	position: relative;
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	align-items: flex-start;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .top_leagues_wrap .leagues_content .leagues-main .c-name .c-icon {
	width: 14px;
	height: 14px;
	position: relative;
	top: 3px;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-radius: 50%;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .top_leagues_wrap .leagues_content .leagues-main .c-name .c-icon img {
	object-fit: cover;
	width: 14px;
	height: 24px;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .top_leagues_wrap .leagues_content .leagues-main .c-name .name {
	font-size: 14px;
	color: var(--text-secondary-color);
}
.sports-main-wrap .sports-wrap .left_filter_wrap .top_leagues_wrap .leagues_content .leagues-main .t-match {
	position: relative;
}
.sports-main-wrap .sports-wrap .left_filter_wrap .top_leagues_wrap .leagues_content .leagues-main .t-match .match {
	font-size: 12px;
	color: var(--text-secondary-color);
	text-align: right;
}

.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion-item {
	margin: 5px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion-item.active {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion-item.active .accordion-content {
	display: block;
	color: var(--text-primary-color);
	font-size: 12px;
}

@media (hover: hover) and (pointer: fine) {
	.accordion-content_p_c:hover {
		color: var(--text-primary-color) !important;
		background: linear-gradient(68deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%) !important;
	}
}

.competition-selected {
	color: var(--text-primary-color) !important;
	background: linear-gradient(68deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%) !important;
}

.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion-item.active .accordion-header {
	color: var(--text-primary-color);
	font-weight: 600;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion-item.active .accordion-header::after {
	background-image: url(../images/min-ico-flag.svg);
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion-item .accordion-header {
	background-color: transparent;
	padding: 10px;
	cursor: pointer;
	position: relative;
	color: var(--text-secondary-color);
	font-size: 13px;
	padding: 5px 10px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion-item .accordion-header:after {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	background-image: url(../images/plus-ico_flag.svg);
	background-repeat: no-repeat;
	background-position: center center;
	right: 10px;
	top: 50%;
	transform: translatey(-50%);
	filter: brightness(0.5);
}

html[dir="rtl"] .sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion-item .accordion-header:after {
	right: unset;
	left: 10px;
}

.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion-item .accordion-content {
	display: none;
	padding: 10px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues {
	position: relative;
	margin-top: 10px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues ul {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues ul li {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues ul li:after {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	background-image: url(../images/plus-ico_flag.svg);
	background-repeat: no-repeat;
	background-position: center center;
	right: 10px;
	top: 50%;
	transform: translatey(-50%);
	filter: brightness(0.5);
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues ul li.active {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues ul li.active:after {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	background-image: url(../images/minus_icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	right: 10px;
	top: 50%;
	transform: translatey(-50%);
	filter: brightness(0.5);
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues ul li.active .regions {
	color: var(--text-primary-color);
	font-weight: 600;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues ul li .regions {
	color: var(--text-secondary-color);
	text-decoration: none;
	font-size: 13px;
	padding: 5px 15px;
	display: block;
	position: relative;
	font-weight: 500;
	transition: 0.3s ease-in-out;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .popular_za {
	position: relative;
	padding: 15px 12px 10px 22px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .popular_za {
		padding: 0px 10px 15px 15px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .popular_za:after {
	position: absolute;
	content: "";
	width: 90%;
	left: 5%;
	bottom: 0;
	border-bottom: 1px solid #363b41;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .popular_za:after {
		left: 0%;
		width: 96%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .popular_za:after {
		width: 96%;
		left: 0;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .popular_za ul {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 15px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .popular_za ul li {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .popular_za ul li a {
	font-size: 12px;
	font-weight: 500;
	color: var(--text-secondary-color);
	display: block;
	text-decoration: none;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .popular_za ul li.active {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .popular_za ul li.active a {
	color: var(--text-primary-color);
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country {
	height: 430px;
	overflow: auto;
	width: 85%;
	padding: 0px 12px 10px 18px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country {
		width: 98%;
		padding: 0 12px 12px 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country {
		width: 98%;
		padding: 0 10px 10px 0;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country::-webkit-scrollbar {
	width: 3px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.274);
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country::-webkit-scrollbar-thumb {
	/* background-color: #8f54a0; */
	border-radius: 2px;
	border: 3px solid linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country .accordion_p_c {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country .accordion_p_c .accordion-section_p_c {
	margin-bottom: 5px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c {
	display: block;
	background-color: transparent;
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid var(--background-third-color);
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c a {
	text-decoration: none;
	display: block;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c a:after {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	background-image: url(../images/down_icon_list.svg);
	background-repeat: no-repeat;
	background-position: center center;
	right: 10px;
	top: 50%;
	transform: translatey(-50%);
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c a .country-info-inner {
	display: flex;
	gap: 10px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c a .country-info-inner .country-flag {
	position: relative;
	height: 15px;
	width: 15px;
	overflow: hidden;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c a .country-info-inner .country-flag img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-header_p_c a .country-info-inner .country-name {
	font-size: 14px;
	color: var(--text-secondary-color);
	text-decoration: none;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .accordion_popular_country .accordion_p_c .accordion-section_p_c .accordion-content_p_c {
	display: none;
	padding: 10px;
	background: transparent;
	color: var(--text-primary-color);
	font-size: 12px;
	line-height: 20px;
	font-weight: 200;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues_content {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues_content .leagues-main {
	position: relative;
	display: grid;
	grid-template-columns: 80% 18%;
	gap: 2%;
	border-bottom: 1px solid var(--background-third-color);
	padding: 12px 14px;
	cursor: pointer;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues_content .leagues-main:last-child {
	border-bottom: 0px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues_content .leagues-main.active {
	background: #353A42;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues_content .leagues-main.active .name {
	color: var(--text-primary-color) !important;
	font-weight: 500;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues_content .leagues-main.active .match {
	color: var(--text-primary-color) !important;
	font-weight: 400;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues_content .leagues-main .c-name {
	position: relative;
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	align-items: flex-start;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues_content .leagues-main .c-name .c-icon {
	width: 16px;
	height: 14px;
	overflow: hidden;
	position: relative;
	margin-top: 3px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues_content .leagues-main .c-name .c-icon img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues_content .leagues-main .c-name .name {
	font-size: 12px;
	color: var(--text-secondary-color);
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues_content .leagues-main .t-match {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .right .select_game_country .leagues_content .leagues-main .t-match .match {
	font-size: 11px;
	color: var(--text-secondary-color);
	text-align: right;
}

.sports-main-wrap .sports-wrap .left_filter_wrap .cus-tab-content {
	display: none;
}

.sports-main-wrap .sports-wrap .left_filter_wrap .cus-tab-content.active {
	display: block;
}

.accordion_p_c::-webkit-scrollbar {
	width: 3px;
}

.accordion_p_c::-webkit-scrollbar-thumb {
	background-color: var(--linear-gradient-primary-color);
	border-radius: 2px;
	border: 3px solid linear-gradient(#e382bc 0%, #8d54eb 100%);
}
.live-info-outer::-webkit-scrollbar{
	width: 3px;

}
.live-info-outer::-webkit-scrollbar-thumb {
	background-color: var(--linear-gradient-primary-color);
	border-radius: 2px;
	border: 3px solid linear-gradient(#e382bc 0%, #8d54eb 100%);
}
.live-info-outer {
	overflow-x: hidden;
}
/* /working -eventview right  */
.sport_eventview_wrap .eventview_row .left_eventview::-webkit-scrollbar{
	width: 3px;
}
.sport_eventview_wrap .eventview_row .left_eventview::-webkit-scrollbar-thumb {
	background-color: var(--linear-gradient-primary-color);
	border-radius: 2px;
	border: 3px solid linear-gradient(#e382bc 0%, #8d54eb 100%);
	height:0.5px;
}
/* --------------------- */
@media screen and (min-width: 991px) and (max-width: 3000px) {
	.sports-main-wrap .sports-wrap .highlights-left {
		overflow-x: hidden !important;
	}
	.sports-main-wrap .sports-wrap .highlights-left {
		overflow-y: scroll !important;

	}
.sports-main-wrap .sports-wrap .highlights-left::-webkit-scrollbar{
	width: 15px;

}
.sports-main-wrap .sports-wrap .highlights-left::-webkit-scrollbar-thumb {
	background-color: var(--linear-gradient-primary-color);
	border-radius: 10px;
	border: 4px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	height:30px;
}

.live_sport_wrap .live_left .overview::-webkit-scrollbar{
	width: 15px;
 }
 .live_sport_wrap .live_left .overview::-webkit-scrollbar-thumb {
	background-color: var(--linear-gradient-primary-color);
	border-radius: 10px;
	border: 4px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	height:30px;
}
.live-bet-dashboard .competetion-main::-webkit-scrollbar{
	width: 15px;
}
.live-bet-dashboard .competetion-main::-webkit-scrollbar-thumb {
	background-color: var(--linear-gradient-primary-color);
	border-radius: 10px;
	border: 4px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	height:30px;
}
/* -----Event view ----- */
.sport_eventview_wrap .eventview_row .detail_eventview .eventview_detail::-webkit-scrollbar{
	width: 15px;

}
.sport_eventview_wrap .eventview_row .detail_eventview .eventview_detail::-webkit-scrollbar-thumb {
	background-color: var(--linear-gradient-primary-color);
	border-radius: 10px;
	border: 4px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	scroll-margin-top: 1000px;

}
/* ------------------------------------------ */
/* -----Live-Sport-Overview------ */
.live-scroll-panel::-webkit-scrollbar{
	width: 15px;
}
.live-scroll-panel::-webkit-scrollbar-thumb {
	background-color: var(--linear-gradient-primary-color);
	border-radius: 10px;
	border: 4px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;

}
/* ------------------- */
}

/* ----------- */
.accordion_p_c::-webkit-scrollbar-track {
	/* background: rgba(255, 255, 255, 0.274); */
}



.accordion_p_c::-webkit-scrollbar-thumb {
	background-color: var(--linear-gradient-primary-color);
	border-radius: 2px;
	border: 3px solid linear-gradient(#e382bc 0%, #8d54eb 100%);
}


.all_detail::-webkit-scrollbar {
	width: 2px;
	height: 4px;
}

.all_detail::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.274);
}

.all_detail::-webkit-scrollbar-thumb {
	background-color: var(--linear-gradient-primary-color);
	border-radius: 2px;
	border: 3px solid linear-gradient(#e382bc 0%, #8d54eb 100%);
}


.all_detail::-webkit-scrollbar {
	width: 3px;
}

.all_detail::-webkit-scrollbar-track {
	/* background: rgba(255, 255, 255, 0.274); */
}

.all_detail::-webkit-scrollbar-thumb {
	background-color: var(--linear-gradient-primary-color);
	border-radius: 2px;
	border: 3px solid linear-gradient(#e382bc 0%, #8d54eb 100%);
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner {
	/* background: rgb(227, 130, 188); */
	background: linear-gradient(130deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	padding: 30px 32px 30px 29px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner {
		padding: 20px 25px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner {
		padding: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner {
		padding: 10px 15px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #0A1507;
	left: 0;
	top: 0;
	right: 0;
	opacity: 25%;
	z-index: 1;
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .baner_image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .baner_image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	mix-blend-mode: luminosity;
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .banner_content {
	position: relative;
	z-index: 2;
	width: 97%;
	height: auto;
	border-radius: 25px;
	background: transparent;
	backdrop-filter: blur(10.2044000626px);
	--webkit-backdrop-filter: blur(10.204400062561035px);
	background-color: rgba(0, 0, 0, 0.41);
	margin: 0 auto;
	padding: 15px;
	cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .banner_content {
		max-width: 92%;
		border-radius: 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .banner_content {
		width: 90%;
		border-radius: 18px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .top_row .cup {
	color: var(--text-primary-color);
	font-size: 13px;
	line-height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 34px;
	margin-bottom: 16px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .top_row .cup {
		font-size: 13px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .top_row .cup {
		font-size: 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .top_row .cup {
		font-size: 12px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .top_row .cup {
		width: max-content;
		margin: 0 auto;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .top_row .cup {
		width: max-content;
		margin: 0 auto;
		margin-bottom: 5px;
	}
}
.sport_eventview_wrap .eventview_row .eventview_detail .banner .top_row .cup p {
	font-weight: 600;
	font-size: 13px
}

@media screen and (min-width: 320px) and (max-width: 500px) {
	.sport_eventview_wrap .eventview_row .eventview_detail .banner .top_row .cup p {
		font-size: 12px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .top_row .cup span {
	height: 17px;
	width: 17px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-right: 8px;
	margin-top: -2px;
}

html[dir="rtl"] .sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .top_row .cup span {
	margin-right: unset;
	margin-left: 8px;
}

.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .top_row .cup span img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .top_row .cup span svg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .center_row .left_10 {
	display: grid;
	grid-template-columns: 17% 9% 24%;
	gap: 1%;
	padding: 0px 0px 10px;
	width: 24%;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .center_row .left_10 {
		grid-template-columns: 24% 14% 30%;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .center_row .left_10 {
		grid-template-columns: 29% 13% 33%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .center_row .left_10 {
		width: 40%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .center_row .left_10 {
		grid-template-columns: 36% 17% 40%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .center_row .left_10 {
		width: 35%;
		margin-top: 10px;
		grid-template-columns: 26% 14% 32%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .center_row .left_10 {
		width: 70%;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .center_row .left_10 .sh-live {
	border-radius: 2px;
	background: linear-gradient(90deg, #5ec2af 0%, #008cd5 100%);
	width: fit-content;
	padding: 0px 5px;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 17px;
	font-weight: 600;
	height: 16px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .center_row .left_10 .playing-time {
	color: var(--text-primary-color);
	font-size: 12px;
	width: fit-content;
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .center_row .left_10 .playing-time span {
	height: 3px;
	background: #848484;
	width: 100%;
	display: block;
	margin: 0px auto;
	position: relative;
	margin-top: 3px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .center_row .left_10 .playing-time span::after {
	content: "";
	width: 40%;
	height: 100%;
	background: #0991d1;
	position: absolute;
	left: 0;
	top: 0;
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score {
	display: grid;
	grid-template-columns: 1fr 0.5fr 1fr;
	grid-gap: 1%;
	color: var(--text-primary-color);
	width: 73%;
	margin: 0 auto;
	padding-bottom: 30px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score {
		width: 70%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score {
		width: 75%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score {
		width: 90%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score {
		width: 90%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score {
		width: 95%;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-left {
	display: grid;
	grid-template-columns: 45px 1fr;
	text-align: left;
	grid-gap: 5px;
	align-items: center;
	justify-content: end;
	/* width: max-content; */
	margin-left: auto;
	padding-right: 20px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-left {
		display: grid;
		grid-template-columns: 21% 75%;
		text-align: left;
		gap: 1%;
		justify-content: center;
		align-items: center;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-left {
		display: block;
		text-align: center;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-left {
		display: block;
		text-align: center;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-left img {
	width: 44px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-left img {
		width: 29px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-left img {
		max-width: 28px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-left img {
		width: 25px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-left img {
		width: 29px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-left img {
		width: 28px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-left h6 {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	padding-left: 10px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-left h6 {
		font-size: 13px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-left h6 {
		font-size: 13px;
		padding-left: 5px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-left h6 {
		font-size: 13px;
		padding-left: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-left h6 {
		font-size: 13px;
		padding-left: 0;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-right {
	display: grid;
	grid-template-columns: 50px 1fr;
	grid-gap: 4%;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-right {
		display: grid;
		grid-template-columns: 30% 68%;
		text-align: right;
		gap: 1%;
		justify-content: center;
		align-items: center;
		text-align: left;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-right {
		display: grid;
		grid-template-columns: 24% 70%;
		text-align: right;
		gap: 1%;
		justify-content: center;
		align-items: center;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-right {
		display: block;
		text-align: center;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-right {
		display: block;
		text-align: center;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-right h6 {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-right h6 {
		padding-left: 5px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-right h6 {
		font-size: 13px;
		text-align: left;
		padding-left: 10px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-right h6 {
		font-size: 13px;
		text-align: left;
		padding-left: 8px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-right h6 {
		font-size: 13px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-right h6 {
		font-size: 13px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-right img {
	width: 44px;
	margin-left: auto;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-right img {
		width: 29px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-right img {
		width: 28px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-right img {
		width: 25px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-right img {
		width: 29px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score .team-playing-right img {
		width: 28px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .team-playing-score {
	display: grid;
	align-items: center;
}
.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .team-playing-score .current-score {
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: center;
	font-size: 18px;
	grid-gap: 5px;
}

.sports-main-wrap .sports-wrap .highlights-left .content .all_detail {
	position: relative;
	margin-top: 13px;
	cursor: pointer;
	overflow-x: scroll;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .all_detail {
		/* margin-top: 350px; */
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .all_detail ul {
	grid-auto-columns: auto;
	/* grid-gap: 2%; */
	grid-auto-flow: column;
	display: grid;
	justify-content: start;
	align-items: center;
	/* border-bottom: 1px solid var(--background-third-color); */
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .all_detail ul {
		grid-gap: 1%;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .all_detail ul {
		grid-gap: 1%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .all_detail ul {
		grid-gap: 1%;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .all_detail ul li {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .all_detail ul li a {
	color: var(--text-secondary-color);
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 15px;
	text-transform: capitalize;
	opacity: 0.5;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .all_detail ul li a {
		padding: 8px 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .all_detail ul li a {
		font-size: 13px;
		padding: 12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .all_detail ul li a {
		font-size: 13px;
		padding: 10px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .all_detail ul li.active {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .all_detail ul li.active a {
	color: var(--text-primary-color);
	opacity: 1;
}
/* .sports-main-wrap .sports-wrap .highlights-left .content .all_detail ul li.active::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	width: 100%;
	height: 2px;
} */

.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 {
	position: relative;
	padding-top: 0px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 {
		/* margin-right: -66%; */
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .bg_white {
	background: var(--text-primary-color);
	color: #2C1848;
}
.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .bg_dark {
	background: var(--odd-background-color);
	color: var(--text-primary-color);
}
.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .three_column_market {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .three_column_market .title {
	font-size: 12px;
	color: var(--text-primary-color);
	margin-bottom: 10px;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .three_column_market .title {
		font-size: 11px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .three_column_market .title {
		font-size: 10px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .three_column_market .title .icon {
	cursor: pointer;
}
.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .full_time_result .result_row {
	grid-auto-columns: 32.7%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
	justify-content: start;
	align-items: center;
}
.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .full_time_result .result_row .match-info-inner {
	border-radius: 5px;
	grid-auto-columns: 49.5%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
	justify-content: start;
	align-items: center;
	padding: 14px 20px;
	font-size: 12px;
	cursor: pointer;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .full_time_result .result_row .match-info-inner {
		padding: 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .full_time_result .result_row .match-info-inner {
		padding: 12px 8px;
		font-size: 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .full_time_result .result_row .match-info-inner {
		padding: 14px 15px;
		font-size: 12px;
		grid-auto-columns: 61% 36%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .full_time_result .result_row .match-info-inner {
		padding: 14px 5px;
		font-size: 10px;
		grid-auto-columns: 61% 36%;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .full_time_result .result_row .match-info-inner .info-left {
	text-align: left;
}
.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .full_time_result .result_row .match-info-inner .info-right {
	text-align: right;
}
.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .two-column-market {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .two-column-market .title {
	font-size: 12px;
	color: var(--text-primary-color);
	margin-bottom: 10px;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .two-column-market .result_row {
	/* grid-auto-columns: 49.5%; */
	grid-gap: 1%;
	grid-auto-flow: column;
	/* display: grid; */
	justify-content: start;
	align-items: center;
}
.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .two-column-market .result_row .match-info-inner {
	border-radius: 5px;
	grid-auto-columns: 49.5%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
	justify-content: start;
	align-items: center;
	padding: 14px 20px;
	font-size: 12px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .two-column-market .result_row .match-info-inner {
		padding: 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .two-column-market .result_row .match-info-inner {
		padding: 12px 10px;
		font-size: 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .two-column-market .result_row .match-info-inner {
		font-family: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .two-column-market .result_row .match-info-inner {
		padding: 12px 5px;
		font-size: 10px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .two-column-market .result_row .match-info-inner .info-left {
	text-align: left;
}

html[dir="rtl"] .sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .two-column-market .result_row .match-info-inner .info-left {
	text-align: right;
}

.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .two-column-market .result_row .match-info-inner .info-right {
	text-align: right;
}

html[dir="rtl"] .sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .two-column-market .result_row .match-info-inner .info-right {
	text-align: left;
}

.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .goals_over {
	position: relative;
}
.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .goals_over .title {
	font-size: 12px;
	color: #F2F2F7;
	margin-bottom: 10px;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .goals_over .title {
		font-size: 11px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .goals_over .title {
		font-size: 10px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .goals_over .result_row {
	grid-auto-columns: 49.5%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
	justify-content: start;
	align-items: center;
	margin-bottom: 10px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .goals_over .result_row .match-info-inner {
	border-radius: 5px;
	grid-auto-columns: 49.5%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
	justify-content: start;
	align-items: center;
	padding: 14px 20px;
	font-size: 12px;
	font-weight: 200px;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .goals_over .result_row .match-info-inner {
		padding: 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .goals_over .result_row .match-info-inner {
		padding: 12px 10px;
		font-size: 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .goals_over .result_row .match-info-inner {
		padding: 14px 15px;
		font-size: 12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .goals_over .result_row .match-info-inner {
		font-size: 10px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .goals_over .result_row .match-info-inner .info-left {
	text-align: left;
}
.sports-main-wrap .sports-wrap .highlights-left .content .result_all_152 .goals_over .result_row .match-info-inner .info-right {
	text-align: right;
}

.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner {
	display: grid;
	grid-template-columns: 30% 30% 30% 7%;
	gap: 1%;
	align-items: end;
	padding-bottom: 10px;
	border-bottom: 1px dotted #353A42;
	margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner {
		grid-template-columns: 30% 30% 30% 7%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner {
		/* grid-template-columns: 99%; */
		display: block;
		padding: 7px;
		border-radius: 4px;
	}

	@media (hover: hover) and (pointer: fine) {
		.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner:hover {
			background: var(--background-third-color);
		}
		.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner:hover .betting-info-inner{
			background: var(--bg-grey-fourth) !important;
		}
		.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner:hover .sports-mobile-odd-selector .primary-overview-market-selector{
			background-color: var(--background-third-color)
		}
	}
	.sports-main-wrap .container-lg{
		padding-left: 7px;
		padding-right: 7px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .full-title_mobile {
	display: none;
	font-size: 12px;
	color: #F2F2F7;
	margin-bottom: 8px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .full-title_mobile {
		display: block;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 {
	text-align: center;
	justify-content: start;
	align-items: center;
	display: grid;
	grid-auto-columns: 32.2% 32.2% 32.2%;
	grid-gap: 1.5%;
	grid-auto-flow: column;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner {
	background: #4E545D;
	border-radius: 3px;
	color: #F2F2F7;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
	padding: 14px 12px;
	justify-content: space-between;
	align-items: center;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner {
		padding: 14px 8px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner {
		padding: 12px 8px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner {
		padding: 14px 5px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner {
		display: block;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner {
		background: transparent;
		padding: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner {
		padding: 0;
		width: auto;
		display: block;
		background: transparent;
	}
}

@media (hover: hover) and (pointer: fine) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner:hover {
		background: linear-gradient(68deg, #e382bc 0%, #8d54eb 100%);
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	@media (hover: hover) and (pointer: fine) {
		.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner:hover {
			background: transparent;
		}
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	@media (hover: hover) and (pointer: fine) {
		.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner:hover {
			background: transparent;
		}
	}
}

.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner .betting-info-left {
	text-align: left;
	display: flex;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner .betting-info-left {
		text-align: center;
		display: block;
		padding: 8px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner .betting-info-left {
		text-align: center;
		display: block;
		padding: 0px 0px 10px 0;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner .betting-info-left h6 {
	font-size: 12px;
	display: inline-block;
	font-weight: 300;
	color: #848484;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner .betting-info-left h6 {
		font-size: 11px;
		line-height: 11px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner .betting-info-right {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner .betting-info-right {
		text-align: center;
		background: #4E545D;
		padding: 16px 10px;
		border-radius: 3px;
		justify-content: center;
	}

	@media (hover: hover) and (pointer: fine) {
		.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner .betting-info-right:hover {
			background: linear-gradient(68deg, #e382bc 0%, #8d54eb 100%);
		}
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner .betting-info-right {
		text-align: center;
		background: #4c525b;
		padding: 18px 10px;
		border-radius: 3px;
		justify-content: center;
	}

	@media (hover: hover) and (pointer: fine) {
		.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner .betting-info-right:hover {
			background: linear-gradient(68deg, #e382bc 0%, #8d54eb 100%);
		}
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner h6 {
	font-size: 12px;
	display: inline-block;
	font-weight: 300;
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner h6 {
		font-size: 11px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner h6 {
		font-size: 11px;
		line-height: 11px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10 .betting-info-inner h6 {
		font-size: 10px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 {
	grid-auto-columns: 50% 50%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
	text-align: center;
	justify-content: end;
	align-items: end;
	padding: 0px;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 {
		grid-auto-columns: 50% 50%;
		grid-gap: 2%;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 {
		grid-auto-columns: 50% 50%;
		grid-gap: 2%;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner {
	grid-auto-columns: 70% 30%;
	grid-gap: 2%;
	grid-auto-flow: column;
	display: grid;
	background: var(--odd-background-color);
	border-radius: 3px;
	color: var(--text-primary-color);
	padding: 14px 12px;
	text-align: center;
	justify-content: end;
	align-items: center;
}
@media screen and (min-width: 1600px) and (max-width: 1880px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner {
		width: auto;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner {
		gap: 2px;
		padding: 12px 5px;
		width: auto;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner {
		gap: 2px;
		padding: 12px 5px;
		width: auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner {
		grid-template-columns: 1fr 1fr;
		gap: 5px;
		padding: 0;
		width: auto;
		display: block;
		background: transparent;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner {
		grid-template-columns: 1fr 1fr;
		gap: 2px;
		padding: 12px 11px;
		width: auto;
	}
}
@media (hover: hover) and (pointer: fine) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner:hover {
		background: linear-gradient(68deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {

	@media (hover: hover) and (pointer: fine) {
		.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner:hover {
			background: transparent;
		}
	}
}
@media (hover: hover) and (pointer: fine) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner:hover .betting-info-left h6 {
		color: var(--text-primary-color) !important;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner .betting-info-left {
	text-align: left;
	display: flex;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner .betting-info-left {
		text-align: center;
		display: block;
		padding: 8px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner .betting-info-right {
	text-align: right;
	justify-content: end;
	display: flex;
	align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner .betting-info-right {
		text-align: center;
		background: var(--odd-background-color);
		padding: 16px 10px;
		border-radius: 3px;
		justify-content: center;
	}

	@media (hover: hover) and (pointer: fine) {
		.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner .betting-info-right:hover {
			background: linear-gradient(68deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
		}

	}
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .odd-selected .betting-info-right {
		background: linear-gradient(68deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	}

	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .odd-selected .betting-info-left {
		background: transparent;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner .betting-info-right h6 {
	color: var(--text-primary-color);
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner h6 {
	font-size: 12px;
	display: inline-block;
	font-weight: 300;
	color: var(--text-secondary-color);
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner h6 {
		font-size: 12px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner h6 {
		font-size: 11px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner h6 {
		font-size: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .cust-match-10_1 .betting-info-inner h6 {
		font-size: 12px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .total_bet {
	position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .total_bet {
		margin-left: 5px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .total_bet {
		display: none;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .total_bet .bet {
	border: 1px solid var(--background-third-color);
	padding: 15px 5px;
	border-radius: 3px;
	font-size: 10px;
	font-weight: 300;
	color: var(--background-third-color);
	cursor: pointer;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .total_bet .bet:hover {
	border: 1px solid var(--text-primary-color);
	color: var(--text-primary-color);
}
@media screen and (min-width: 1360px) and (max-width: 1599px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .total_bet .bet {
		font-size: 9px;
		padding: 13px 5px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .total_bet .bet {
		font-size: 9px;
		padding: 13px 5px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .total_bet .bet {
		padding: 12px 1px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .total_bet .bet {
		padding: 15px 5px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-info-team .live-match {
	display: grid;
	grid-template-columns: 6% auto;
}
@media screen and (max-width: 1281px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-info-team .live-match {
		gap: 5px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-info-team .live-match .team-flag img {
	width: 12px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-info-team .live-match .live-match-name {
	display: flex;
	align-items: center;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-info-team .live-match .live-match-name h3 {
	font-size: 14px;
	color: #F2F2F7;
	padding-right: 10px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-info-team .live-match .live-match-name h3 {
		font-size: 12px;
		font-weight: 300;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-info-team .live-match .live-match-name .live-badge img {
	width: 10px;
	filter: invert(1);
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .full-time {
		display: none;
	}
}

.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .full-time-top {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	text-align: center;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .full-time-top span {
	text-align: center;
	color: #8D54EB;
	font-size: 10px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .match-goal-top {
	display: grid;
	grid-template-columns: 1fr 1fr 75px;
	text-align: center;
	align-items: center;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .match-goal-top {
		grid-template-columns: 1fr 1fr 50px;
	}
}
@media screen and (max-width: 1281px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .match-goal-top {
		grid-template-columns: 1fr 1fr 50px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .match-goal-top {
		display: none;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .match-goal-top span {
	text-align: center;
	color: #8D54EB;
	font-size: 10px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams {
	padding: 0px 0 0;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .live_tem_top {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 17px;
	color: var(--text-secondary-color);
	font-size: 12px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .team-name .star-mobile{
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .live_tem_top {
		gap: 10px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .live_tem_top {
		gap: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .live_tem_top {
		gap: 10px;
		margin-bottom: 10px;
		padding-left: 20px;
	}
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .team-name .star-mobile{
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: 15;
	}
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .live_tem_top .star-desktop{
		display: none;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .team-name {
	padding-left: 31px;
	color: var(--text-primary-color);
	margin-top: 5px;
	position: relative;
}

.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .team-name .ipse_10 {
	display: grid;
	grid-template-columns: 70% 25%;
	gap: 2%;
	align-items: center;
}

.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .team-name .ipse_10 .name {
		font-size: 12px;
		line-height: 18px;
		color: var(--text-primary-color);
		padding-right: 25px;
		display: grid;
		gap: 2px;
}

.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .team-name .ipse_10 .scor {
	text-align: center;
		justify-content: end;
		align-items: center;
		display: grid;
		grid-auto-columns: minmax(19px, auto);
		grid-gap: 5px;
		grid-auto-flow: column;
		padding: 0px;
		width: 100%;
		height: 100%;
}

.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .team-name .ipse_10 .scor p {
	font-size: 12px;
	width: 19px;
	height: 19px;
	border-radius: 3px;
	background: transparent;
	border: 1px solid var(--background-third-color);
	margin-bottom: 0px;
	text-align: center;
	align-items: center;
	display: grid;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .team-name {
		padding-left: 24px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .team-name {
		padding-left: 22px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .team-name {
		padding-left: 22px;
		margin-top: 0px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .team-name .team-inner {
	font-size: 12px;
	padding-top: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .team-name .team-inner {
		line-height: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .team-name .team-inner {
		margin-bottom: 6px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .betting-total-mobile {
	display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .betting-total-mobile {
		display: block;
		grid-column-start: 2;
		padding-top: 4px;
	}
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .betting-total-mobile p {
	font-size: 10px;
	color: #4E545D;
	display: flex;
	gap: 2px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .live-teams .betting-total-mobile p img {
	width: 15px;
	height: 15px;
}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .match {
	position: relative;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .match {
		grid-column: span 2;
		padding-left: 22px;
	}

	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .match-2 {
		display:none !important;
	}

}
.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .match .match-title_mobile {
	display: none;
	font-size: 12px;
	color: #F2F2F7;
	margin-bottom: 5px;
	margin-top: 8px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .live-bet-dashboard .live-tab-info .live-info-outer .live-info-inner .match .match-title_mobile {
		display: block;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.competition-title img {
		width: 50px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.competition-title img {
		width: 50px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .league-score {
		margin-top: 10px;
	}

	.sports-main-wrap .sports-wrap .highlights-left .content .fix_mobile .banner .leed_row .team-playing-score .current-score {
		grid-template-columns: unset;
		font-size: 16px;
	}
}
.dashboard-main .dashboard-outer .dashboard-mobile-tab .accordion-outer {
	overflow: scroll;
}

.br-betslip-receipt {
	padding: 17px 20px 40px;
	color: #ffffff;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.br-betslip-receipt {
		padding: 15px 15px 20px;
	}
}
.br-betslip-receipt .br-h6 {
	font-size: 16px;
	font-weight: 500;
	display: flex;
	gap: 14px;
	align-items: center;
	border-bottom: 1px solid var(--background-third-color);
	padding-bottom: 4px;
	margin-bottom: 15px;
	color: var(--text-primary-color);
}
@media screen and (max-height: 850px) {
	.br-betslip-receipt .row-br-box {
		/* max-height: 328px;
		overflow: auto; */
	}
	.br-betslip-receipt .row-br-box::-webkit-scrollbar {
		width: 3px;
	}
	.br-betslip-receipt .row-br-box::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.274);
	}
	.br-betslip-receipt .row-br-box::-webkit-scrollbar-thumb {
		background-color: var(--linear-gradient-primary-color);
		border-radius: 2px;
		border: 3px solid linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.br-betslip-receipt .row-br-box {
		/* max-height: 328px;
		overflow: auto; */
	}
	.br-betslip-receipt .row-br-box::-webkit-scrollbar {
		width: 3px;
	}
	.br-betslip-receipt .row-br-box::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.274);
	}
	.br-betslip-receipt .row-br-box::-webkit-scrollbar-thumb {
		background-color: var(--linear-gradient-primary-color);
		border-radius: 2px;
		border: 3px solid linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	}
}
.br-betslip-receipt .row-br-box .col-br-box {
	padding-top: 0;
	padding-bottom: 14px;
	color: var(--text-primary-color);
}
.br-betslip-receipt .row-br-box .col-br-box .brb-title {
	font-size: 13px;
	font-weight: 500;
	color: var(--text-primary-color);
}
.br-betslip-receipt .row-br-box .col-br-box .brb-details {
	padding: 10px 0;
	display: grid;
	grid-template-columns: 14px 1fr;
	gap: 6px;
	align-items: center;
	font-size: 12px;
	font-weight: normal;
}
.br-betslip-receipt .row-br-box .col-br-box .brb-details .brbd-des {
	display: grid;
	gap: 4px;
}
.br-betslip-receipt .row-br-box .col-br-box .ft-result {
	/* background-color: var(--selector-background-color); */
	padding: 10px 20px 12px 20px;
	font-size: 12px;
	font-weight: normal;
}
.br-betslip-receipt .row-br-box .col-br-box .ft-result .ftr-title {
	color: var(--text-secondary-color);
	font-weight: 300;
}
.br-betslip-receipt .row-br-box .col-br-box .ft-result .ftr-btm {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
	color: var(--odd-price-up-color);
}
.br-betslip-receipt .row-br-box .col-br-box .ft-result .ftr-btm span:first-child {
	font-weight: 500;
}
.br-betslip-receipt .row-stake-return {
	border-top: 1px solid var(--background-third-color);
	border-bottom: 1px solid var(--background-third-color);
	padding: 21px 20px;
	display: grid;
	gap: 10px;
}
.br-betslip-receipt .row-stake-return .col-sreturn {
	display: flex;
	width: 100%;
	justify-content: space-between;
	font-size: 12px;
	font-weight: normal;
	color: var(--text-primary-color);
}
.br-betslip-receipt .row-stake-return .col-sreturn.rsr-third {
	font-weight: 500;
}
.br-betslip-receipt .row-stake-return .col-sreturn.rsr-third .font13 {
	font-size: 13px;
}
.br-betslip-receipt .row-stake-return .col-sreturn.rsr-third .font14 {
	font-size: 14px;
}
.br-betslip-receipt .info-bet-placed {
	text-align: center;
	padding: 10px 0;
	color: #FF6B73;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
}
.br-betslip-receipt .row-br-total {
	background-color: var(--background-primary-color);
	padding: 10px 20px 11px 20px;
	font-size: 12px;
	text-align: center;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	color: var(--text-primary-color);
}
.br-betslip-receipt .row-br-total .cts-total {
	font-weight: 500;
	color: var(--odd-price-up-color);
	/* padding-top: 5px; */
}
.br-betslip-receipt .br-cta {
	margin-top: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
}
.br-betslip-receipt .br-cta a {
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 700;
	padding: 9.5px 20px;
}
.br-betslip-receipt .br-cta a.btn-light-outline {
	border-color: var(--text-secondary-color);
	color: var(--text-secondary-color);
}
.br-betslip-receipt .br-cta a.btn-light-outline:hover {
	border-color: transparent;
	color: var(--text-primary-color);
}


.eventime_mobal_content {
	position: fixed;
	bottom: 0;
	right: 37px;
	width: 400px;
	background: #353A42;
	border-radius: 5px 5px 0 0;
	display: none;
	z-index: 99999;
}
.betslip-main-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.eventime_mobal_content .row.row-TotalStake {
	border-bottom: none;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	margin-bottom: 10px;
  }

  .theme-mob-keyword{
	width: 100%;
  }
  .bottom-beslip-footer{
	background: var(--background-primary-color);
	margin-top: 10px;
  }
/* Fallback for other cases (e.g., dir="rtl") */
html[dir="rtl"] .eventime_mobal_content  {
	right: unset;
	left: 37px;
}

@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.eventime_mobal_content {
		right: 43px;
	}

	html[dir="rtl"] .eventime_mobal_content  {
		right: unset;
		left: 43px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.eventime_mobal_content {
		right: 37px;
		width: 34.5%;
	}

	html[dir="rtl"] .eventime_mobal_content  {
		right: unset;
		left: 37px;
	}
}
@media screen and (min-width: 320px) and (max-width: 991px) {
	.eventime_mobal_content {
		position: fixed;
		bottom: auto;
		top: 0;
		right: 0;
		width: 100%;
		background: #353A42;
		border-radius: 5px 5px 0 0;
		display: none;
		height: 100vh;
		overflow: hidden;
	}

	.eventime_mobal_content .betslip-top-area {
        max-height: 100%;
        overflow: auto;
        margin-bottom: 6px;
    }

	.betslip-main-area {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: calc(100vh - 138px);
	}
	.eventime_mobal_content .betslip-top-area::-webkit-scrollbar {
		width:2px;
	}
	.eventime_mobal_content .betslip-top-area::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.274);
	}
	.eventime_mobal_content .betslip-top-area::-webkit-scrollbar-thumb {
		background-color: var(--linear-gradient-primary-color);
		border-radius: 2px;
		border: 3px solid linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	}

	html[dir="rtl"] .eventime_mobal_content  {
		right: unset;
		left: 0;
	}
}
.eventime_mobal_content .cust_row {
	grid-auto-columns: 49.5% 49.5%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
	justify-content: start;
	align-items: center;
	text-align: left;
	position: relative;
	background: var(--background-primary-color);
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.eventime_mobal_content .cust_row {
		grid-template-columns: 49% 50%;
		border-radius: unset;
		box-shadow: 0px -9px 10px 0px rgba(120, 140, 140, 0.5);
	}
	.eventime_mobal_content .my_bet_wrap .my_bet_game.tab-content-inn2.active{
		display: flex;
		height: 88%;
		justify-content: space-betwee
	}
	.eventime_mobal_content .my_bet_wrap .my_bet_game.tab-content-inn2{
		height: 88%;
	}
	.eventime_mobal_content .my_bet_wrap .my_bet_game {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
.eventime_mobal_content .cust_row .right_icon {
	position: absolute;
    right: 10px;
    top: 0px;
}

.eventime_mobal_content .cust_row .right_icon button{
	position: absolute;
	/* left: 50%; */
	top: 50%;
	/* transform: translate(-50%, -50%); */
}

.ios .eventime_mobal_content .cust_row .right_icon button {
	top: 0px;
}

/* Fallback for other cases (e.g., dir="rtl") */
html[dir="rtl"] .eventime_mobal_content .cust_row .right_icon {
	right: unset;
	left: 15px;
}

/* .eventime_mobal_content .cust_row a {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	width: -webkit-fill-available;
	gap: 4px;
	padding: 19px 10px;
	font-size: 14px;
	color: var(--text-secondary-color);
	position: relative;
	z-index: 2;
	padding-left: 10%;
	text-decoration: none;
	margin: -2px 0;
	width: 100%;
	box-sizing: border-box;
} */
.eventime_mobal_content .cust_row a.active {
	color: var(--text-primary-color);
	background: var(--background-third-color);
}
.eventime_mobal_content .cust_row a.active sup {
	width: 14px;
	height: 14px;
	background: linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	color: var(--text-primary-color);
	border-radius: 50%;
	font-size: 9px;
	margin-top: -12px;
	padding: 2px;
	text-align: center;
	line-height: 14px;
	border: none;
}
.eventime_mobal_content .cust_row a.active:before {
	content: "";
	position: absolute;
	height: 5px;
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	width: 100%;
	top: -5px;
	left: 0;
	border-radius: 5px 0 0 0;
}
.eventime_mobal_content .cust_row .right a.active:before {
	border-radius: 0 5px 0 0;
	left: -2px;
	width: 100%;
}
.eventime_mobal_content .cust_row a.active span:before {
	background-color: var(--background-third-color);
}
.eventime_mobal_content .cust_row a.active span:before {
	display: block;
}
.eventime_mobal_content .cust_row a span:before {
	content: "";
	position: absolute;
	height: 30px;
	width: 1px;
	background-color: #353a42;
	left: 8px;
	top: -6px;
	display: none;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.eventime_mobal_content .cust_row a {
		font-size: 12px;
		gap: 3px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.eventime_mobal_content .cust_row a {
		font-size: 12px;
		gap: 3px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.eventime_mobal_content .cust_row a {
		font-size: 13px;
		gap: 3px;
	}
}
.eventime_mobal_content .cust_row a img {
	filter: invert(1);
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.eventime_mobal_content .cust_row a img {
		width: 17px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.eventime_mobal_content .cust_row a img {
		width: 16px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.eventime_mobal_content .cust_row a img {
		width: 16px;
	}
}
.eventime_mobal_content .cust_row a sup {
	width: 14px;
	height: 14px;
	background: transparent;
	color: var(--text-secondary-color);
	border-radius: 50%;
	font-size: 8px;
	margin-top: -12px;
	padding: 1px;
	text-align: center;
	border: 1px solid var(--background-third-color);
	line-height: 14px;
}
.eventime_mobal_content .cust_row .beat_btn {
	padding: 0px;
	text-align: center;
	display: block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.eventime_mobal_content .cust_row .beat_btn {
		margin-top: -6px;
	}
}
.eventime_mobal_content .tab-content {
	/* display: none; */
}
.eventime_mobal_content .tab-content.active {
	display: block;
	overflow: hidden;
}
.eventime_mobal_content .bet_slip_wrap {
	position: relative;
}
.eventime_mobal_content .my_bet_wrap {
	position: relative;
	min-height: 570px;
	padding-bottom: 30px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_filter {
	position: relative;
}
.eventime_mobal_content .my_bet_wrap .my_bet_filter ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #707070;
	margin: 0 auto;
	max-width: 91%;
	margin-top: 8px;
	margin-bottom: 4px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_filter ul li {
	width: 33.33%;
	text-align: center;
	position: relative;
}
.eventime_mobal_content .my_bet_wrap .my_bet_filter ul a {
	color: var(--text-secondary-color);
	font-size: 12px;
	text-decoration: none;
	padding: 14px 20px 4px 20px;
	display: block;
	cursor: pointer;
	position: relative;
}
.eventime_mobal_content .my_bet_wrap .my_bet_filter ul a.active {
	position: relative;
	color: var(--text-primary-color);
	font-weight: 500;
}
.eventime_mobal_content .my_bet_wrap .my_bet_filter ul a.active::after {
	position: absolute;
	content: " ";
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	bottom: -1px;
	left: 0;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game.tab-content-inn2 {
	/* display: none; */
}
.eventime_mobal_content .my_bet_wrap .my_bet_game.tab-content-inn2.active {
	display: block;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .history_cta .btn-secondary {
	width: 99%;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10x;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer {
	/* max-height: 430px; */
	/* overflow: auto; */
	width: 99%;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer::-webkit-scrollbar {
	width: 3px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.274);
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer::-webkit-scrollbar-thumb {
	background-color: var(--linear-gradient-primary-color);
	border-radius: 2px;
	border: 3px solid linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
}
@media screen and (max-height: 850px) {
	.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer {
		/* max-height: 328px; */
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer {
		/* max-height: 328px; */
	}
	.eventime_mobal_content .my_bet_wrap .my_bet_game.tab-content-inn2.active {
		display: flex;
	}
	.eventime_mobal_content .tab-content.active {
		height: 100%;
	}
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail {
	position: relative;
	border-bottom: 1px solid var(--background-secondary-color);
	padding-top: 10px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .gd-btp-title {
	font-size: 13px;
	font-weight: 500;
	color: var(--text-primary-color);
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 9px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .gd-btp-title .gd-co-right {
	font-size: 12px;
	color: #24C5AE;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top {
	display: grid;
	grid-template-columns: 80% 20%;
	padding-left: 20px;
	margin-top: 10px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .left {
	position: relative;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .left .title {
	font-size: 12px;
	font-weight: 300;
	display: flex;
	color: #F2F2F7;
	column-gap: 10px;
	align-items: center;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .left .title .btp-hour-inn {
	position: relative;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .left .title .btp-hour-inn .btp-hours-progress {
	height: 2px;
	background: #848484;
	width: 100%;
	display: block;
	margin: 0px auto;
	margin-top: 0px;
	position: relative;
	position: absolute;
	bottom: -5px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .left .title .btp-hour-inn .btp-hours-progress .btp-progress-bar {
	content: "";
		background: linear-gradient(90deg, #5ec2af 0%, #008cd5 100%);
		position: static;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		display: block;
		animation: live-effect 1.6s cubic-bezier(.87,.01,.87,.5) 1s infinite alternate;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .left .title .btp-live {
	background: linear-gradient(#5ec2af 0%, #008cd5 100%);
	font-size: 9px;
	width: fit-content;
	padding: 1px 2px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 2px;
	color: #000;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .left .title .btp-hour img {
	vertical-align: middle;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .left .title p.btp-title {
	padding-left: 10px;
	font-weight: 500;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .left .title .btp-hour {
	display: flex;
	align-items: center;
	gap: 4px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .left .sub_title {
	font-size: 10px;
	color: var(--text-secondary-color);
	text-align: left;
	padding-top: 8px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .right {
	position: relative;
	align-self: end;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .right .rate {
	font-size: 15px;
	font-weight: 500;
	text-align: right;
	color: #E382BC;
	padding-right: 10px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .right .right-value {
	font-size: 12px;
	color: var(--odd-price-up-color);
	text-align: right;
	padding-right: 0px;
	padding-top: 5px;
	font-weight: 300;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .right .right-value .time {
	margin-left: 20px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .asia {
	display: grid;
	grid-template-columns: 14px 1fr 60px;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 6px 0 10px 0px;
	gap: 6px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .asia:after {
	position: absolute;
	content: "";
	right: 0px;
	bottom: 0;
	width: calc(100% - 24px);
	height: 1px;
	background: transparent;
	border-bottom: 1px dotted var(--background-secondary-color);
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .asia .icon {
	width: 14px;
	height: 16px;
	overflow: hidden;
	position: relative;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .asia .icon img {
	max-width: 100%;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .asia .icon svg {
	max-width: 100%;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .asia .detail {
	font-size: 12px;
	color: var(--text-primary-color);
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .asia .detail .ad-tittle-top {
	margin-bottom: 8px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .asia .ad-right-count {
	display: flex;
	gap: 4px;
	justify-content: end;
	align-items: center;
	align-self: end;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .asia .ad-right-count span {
	width: 19px;
	height: 19px;
	border: 1px solid var(--text-secondary-color);
	font-size: 12px;
	color: var(--text-primary-color);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .bt-potential-return {
	margin-top: 10px;
	/* padding-left: 20px; */
	margin-bottom: 10px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .bt-potential-return .bt-stake {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .bt-potential-return .bt-stake span {
	font-size: 12px;
	color: var(--text-primary-color);
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .bt-potential-return .bt-stake span:last-child {
	font-weight: 300;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .bt-potential-return .bt-pr {
	display: flex;
	justify-content: space-between;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .bt-potential-return .bt-pr span {
	font-size: 13px;
	color: var(--text-primary-color);
	font-weight: 500;
}
.eventime_mobal_content .my_bet_wrap .bottom {
	position: relative;
}
.eventime_mobal_content .my_bet_wrap .bottom .reuturn {
	position: relative;
	margin-top: 17px;
	padding: 0 0px 0 0px;
}
.eventime_mobal_content .my_bet_wrap .bottom .reuturn .stake {
	display: grid;
	grid-template-columns: 75% 25%;
}
.eventime_mobal_content .my_bet_wrap .bottom .reuturn .stake p {
	font-size: 12px;
	color: #F2F2F7;
}
.eventime_mobal_content .my_bet_wrap .bottom .reuturn .stake p:last-child {
	text-align: right;
	font-weight: 300;
}
.eventime_mobal_content .my_bet_wrap .bottom .reuturn .return {
	display: grid;
	grid-template-columns: 75% 25%;
}
.eventime_mobal_content .my_bet_wrap .bottom .reuturn .return p {
	font-size: 13px;
	color: #F2F2F7;
	font-weight: 500;
	padding-top: 12px;
}
.eventime_mobal_content .my_bet_wrap .bottom .reuturn .return p:last-child {
	text-align: right;
}
.eventime_mobal_content .my_bet_wrap .history_cta {
	position: relative;
	margin-top: 16px;
}
.eventime_mobal_content .my_bet_wrap .history_cta .history {
	color: var(--text-secondary-color);
	text-decoration: none;
	text-align: center;
	width: 100%;
	display: block;
	cursor: pointer;
	max-width: 100%;
	margin: 0 auto;
	border: 1px solid var(--text-secondary-color);
	font-size: 12px;
	font-weight: 700;
	border-radius: 5px;
	padding: 9.5px 20px;
	box-sizing: border-box;
	transition: all 0.5s;
	text-transform: uppercase;
}
.eventime_mobal_content .my_bet_wrap .history_cta .history:hover {
	/* background: #B067D8; */
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--background-secondary-color) 100%);
	color: var(--text-primary-color);
	border: 1px transparent;
	/* border-right: 1px #8D54EB; */
	transition: 0.3s ease-in-out;
}
.eventime_mobal_content .filter {
	width: 100%;
	position: relative;
	padding: 10px 0 10px 0;
}
.eventime_mobal_content .filter ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
}
.eventime_mobal_content .filter ul::after {
	position: absolute;
	content: "";
	width: 93.5%;
	left: 3.5%;
	bottom: -2px;
	height: 1px;
	border-bottom: 1px solid #707070;
}
.eventime_mobal_content .filter ul li {
	width: 31.16%;
	text-align: center;
	position: relative;
}
.eventime_mobal_content .filter ul li.active {
	position: relative;
}
.eventime_mobal_content .filter ul li a {
	font-size: 12px;
	color: var(--text-secondary-color);
	text-decoration: none;
	padding: 10px 0 3px 0;
	display: block;
}
.eventime_mobal_content .filter ul li a.active {
	color: var(--text-primary-color);
	font-weight: 500;
}
.eventime_mobal_content .filter ul li a.active::after {
	position: absolute;
	content: " ";
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	bottom: -2px;
	left: 0;
	z-index: 1;
}
.error_wrap {
    position: relative;
    padding: 5px;
    border: 1px solid red;
    border-radius: 5px;
    margin-top: 0;
    margin-bottom: 5px;
}
.error_wrap .detail{
    text-align: center;
    color: red;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
}
.eventime_mobal_content .bs-bets_body_outer {
	max-height: 350px;
	overflow: auto;
	padding-bottom: 10px;
}
.eventime_mobal_content .bs-bets_body_outer::-webkit-scrollbar {
	width: 3px !important;
}
.eventime_mobal_content .bs-bets_body_outer::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.274) !important;
}
.eventime_mobal_content .bs-bets_body_outer::-webkit-scrollbar-thumb {
	border-radius: 2px;
	border: 3px solid linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%)!important;
}
.custom_keyboard-outer{
	display: none !important;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .bottom_row .right .full_detail .value .title_top,.eventime_mobal_content .bs-bets_body_outer .bets_body .bottom_row .right .full_detail .value .title_bottom{
	display: grid;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .bottom_row .right .full_detail .value .title_top p,.eventime_mobal_content .bs-bets_body_outer .bets_body .bottom_row .right .full_detail .value .title_bottom p{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.eventime_mobal_content .bets_body_bottom .row.row-TotalStake.element-block{
	display: block;
}
@media screen and (max-height: 991px) {
	.eventime_mobal_content .bs-bets_body_outer {
		/* max-height: 100%; */
	}
	/* .custom_keyboard-outer{
		display: block !important;
	} */
	.eventime_mobal_content .bets_body_bottom .row.row-TotalStake .theme-mob-keyword{
		/* display: block !important; */
	}
}
@media screen and (min-width: 320px) and (max-width: 991px) {
	.eventime_mobal_content .bs-bets_body_outer {
		max-height: 100%;
		padding-bottom: 0px;
	}
	.custom_keyboard-outer{
		display: block !important;
		padding: 5px 5px 10px !important;
	}
}
.eventime_mobal_content .bs-bets_body_outer .bets_body {
	position: relative;
	padding: 16px 0 17px;
}
/* .eventime_mobal_content .bs-bets_body_outer .bets_body::after {
	position: absolute;
	content: "";
	width: 93.5%;
	left: 3.5%;
	bottom: 0;
	height: 1px;
	border-bottom: 1px solid #707070;
} */
.eventime_mobal_content .bs-bets_body_outer .bets_body .over_row {
	grid-auto-columns: 70% 29%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
	justify-content: start;
	align-items: center;
	text-align: center;
	padding-left: 0;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .over_row .left {
	position: relative;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .over_row .left .subtitle {
	font-size: 10px;
	color: #848484;
	text-align: left;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .over_row .left .top_content {
	display: grid;
	grid-template-columns: 27px auto;
	gap: 1%;
	align-items: center;
	text-align: center;
	justify-content: start;
	margin-bottom: 4px;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .over_row .left .top_content .sh-live {
	background: linear-gradient(#5ec2af 0%, #008cd5 100%);
	font-size: 9px;
	width: fit-content;
	padding: 1px 2px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 2px;
	color: #000;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .over_row .left .top_content .over {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .over_row .left .top_content.top_content-icon {
	grid-template-columns: 16px auto;
	gap: 10px;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .over_row .left .top_content.top_content-icon .sh-live-icon {
	border: 2px solid #FF6B73;
	width: 12px;
	height: 12px;
	border-radius: 20px;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .over_row .tb_content {
	text-align: left;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 2px;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .over_row .right {
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	text-align: right;
	padding-right: 23px;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .over_row .right .value {
	position: relative;
	margin-top: -12px;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .over_row .right .value.betup p {
	color: #24C5AE !important;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .over_row .right .value.betup::after {
	position: absolute;
	content: "";
	height: 9px;
	width: 9px;
	background-image: url(../images/bet_up_icon.svg);
	background-size: cover;
	top: -5px;
	right: -8px;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .bottom_row {
	grid-auto-columns: 9% 90%;
	grid-gap: 1%;
	grid-auto-flow: column;
	display: grid;
	justify-content: start;
	align-items: center;
	text-align: center;
	padding-top: 6px;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .bottom_row .right {
	position: relative;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .bottom_row .right .full_detail {
	display: grid;
	grid-template-columns: 14px 1fr;
	gap: 6px;
	align-items: center;
	text-align: center;
	justify-content: start;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .bottom_row .right .full_detail .icon {
	height: 16px;
	width: 14px;
	overflow: hidden;
	position: relative;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .bottom_row .right .full_detail .icon img {
	max-width: 100%;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .bottom_row .right .full_detail .value {
	position: relative;
	padding-right: 15px;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .bottom_row .right .full_detail .value .title_top {
	font-size: 12px;
	color: #fff;
	text-align: left;
	margin-bottom: 5px;
}
.eventime_mobal_content .bs-bets_body_outer .bets_body .bottom_row .right .full_detail .value .title_bottom {
	font-size: 12px;
	color: #fff;
	text-align: left;
}
.eventime_mobal_content .bets_body_bottom .row_1 .theme-alert {
	margin: 6px 0 15px;
}
.eventime_mobal_content .bets_body_bottom .title {
	font-size: 12px;
	line-height: 18px;
	color: var(--text-primary-color);
	padding-left: 24px;
}
.eventime_mobal_content .bets_body_bottom .row {
	display: flex;
	justify-content: space-between;
	padding: 5px 18px;
	align-items: center;
}
.eventime_mobal_content .bets_body_bottom .row:first-child {
	padding-top: 15px;
}
.eventime_mobal_content .bets_body_bottom .row .right_content_85.light {
	font-size: 13px;
	font-weight: 300;
	color: var(--text-secondary-color);
	padding-right: 15px;
}
.eventime_mobal_content .bets_body_bottom .row .right_content_85.text-white {
	font-size: 14px;
	color: var(--text-primary-color);
	padding-right: 15px;
}
/* .eventime_mobal_content .bets_body_bottom .row .right_content_85 .pay_btn {
	width: 85px;
	height: 30px;
	background: #fff;
	color: #2C1848;
	font-size: 12px;
	border-radius: 5px;
	font-weight: 500;
	text-align: right;
	padding: 0 15px 0 5px;
} */
.eventime_mobal_content .bets_body_bottom .row_1 {
	padding: 8px 18px;
	text-align: center;
}
.eventime_mobal_content .bets_body_bottom .row_1 .btn-small {
	width: 100%;
	padding: 9.5px 0;
	font-size: 12px;
	font-weight: 700;
}
.eventime_mobal_content .bets_body_bottom .row_1 .remove_btn {
	font-size: 10px;
	color: var(--text-secondary-color);
	text-decoration: none;
	display: block;
	margin-bottom: 17px;
}
.eventime_mobal_content .bets_body_bottom .row_1 .remove_btn img {
	padding-right: 10px;
}

html[dir="rtl"] .eventime_mobal_content .bets_body_bottom .row_1 .remove_btn img {
	padding-right: unset;
	padding-left: 10px;
}

.eventime_mobal_content .tab-content-inn {
	display: none;
}
.eventime_mobal_content .tab-content-inn.active {
	display: block;
}


.eventime_mobal_content .my_bet_wrap {
	position: relative;
	min-height: 100px;
	padding-bottom: 30px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_filter {
	position: relative;
}
.eventime_mobal_content .my_bet_wrap .my_bet_filter ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #707070;
	margin: 0 auto;
	max-width: 100%;
	margin-top: 8px;
	margin-bottom: 4px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_filter ul li {
	width: 33.33%;
	text-align: center;
	position: relative;
}
.eventime_mobal_content .my_bet_wrap .my_bet_filter ul a {
	color: var(--text-secondary-color);
	font-size: 12px;
	text-decoration: none;
	padding: 14px 20px 4px 20px;
	display: block;
	cursor: pointer;
	position: relative;
}
.eventime_mobal_content .my_bet_wrap .my_bet_filter ul a.active {
	position: relative;
	color: var(--text-primary-color);
	font-weight: 500;
}
.eventime_mobal_content .my_bet_wrap .my_bet_filter ul a.active::after {
	position: absolute;
	content: " ";
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	bottom: -1px;
	left: 0;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 10px 15px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game.tab-content-inn2 {
	/* display: none; */
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .history_cta .btn-secondary {
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer {
	/* max-height: 430px;
	overflow: auto; */
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer::-webkit-scrollbar {
	width: 3px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.274);
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer::-webkit-scrollbar-thumb {
	background-color: var(--linear-gradient-primary-color);
	border-radius: 2px;
	border: 3px solid linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
}
@media screen and (max-height: 850px) {
	.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer {
		/* max-height: 328px; */
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer {
		/* max-height: 328px; */
	}
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail {
	position: relative;
	border-bottom: 1px solid var(--background-secondary-color);
	padding-top: 10px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .gd-btp-title {
	font-size: 13px;
	font-weight: 500;
	color: var(--text-primary-color);
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 9px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .gd-btp-title .gd-co-right {
	font-size: 12px;
	color: #24C5AE;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top {
	display: grid;
	grid-template-columns: 80% 20%;
	padding-left: 20px;
	margin-top: 10px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .left {
	position: relative;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .left .title {
	font-size: 12px;
	font-weight: 300;
	display: flex;
	color: var(--text-primary-color);
	column-gap: 10px;
	align-items: center;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .left .title .btp-hour-inn {
	position: relative;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .left .title .btp-hour-inn .btp-hours-progress {
	height: 2px;
	background: #848484;
	width: 100%;
	display: block;
	margin: 0px auto;
	margin-top: 0px;
	position: relative;
	position: absolute;
	bottom: -5px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .left .title .btp-live {
	background: linear-gradient(#5ec2af 0%, #008cd5 100%);
	font-size: 9px;
	width: fit-content;
	padding: 1px 2px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 2px;
	color: #000;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .left .title .btp-hour img {
	vertical-align: middle;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .left .title p.btp-title {
	padding-left: 10px;
	font-weight: 500;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .left .title .btp-hour {
	display: flex;
	align-items: center;
	gap: 4px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .left .sub_title {
	font-size: 10px;
	color: var(--text-secondary-color);
	text-align: left;
	padding-top: 8px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .right {
	position: relative;
	align-self: end;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .right .rate {
	font-size: 15px;
	font-weight: 500;
	text-align: right;
	color: #E382BC;
	padding-right: 10px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .right .right-value {
	font-size: 12px;
	color: var(--odd-price-up-color);
	text-align: right;
	padding-right: 0px;
	padding-top: 5px;
	font-weight: 300;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .top .right .right-value .time {
	margin-left: 20px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .asia {
	display: grid;
	grid-template-columns: 14px 1fr 60px;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 6px 0 10px 0px;
	gap: 6px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .asia:after {
	position: absolute;
	content: "";
	right: 0px;
	bottom: 0;
	width: calc(100% - 24px);
	height: 1px;
	background: transparent;
	border-bottom: 1px dotted var(--background-secondary-color);
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .asia .icon {
	width: 14px;
	height: 16px;
	overflow: hidden;
	position: relative;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .asia .icon img {
	max-width: 100%;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .asia .icon svg {
	max-width: 100%;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .asia .detail {
	font-size: 12px;
	color: var(--text-primary-color);
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .asia .detail .ad-tittle-top {
	margin-bottom: 8px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .asia .ad-right-count {
	display: flex;
	gap: 4px;
	justify-content: end;
	align-items: center;
	align-self: end;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .asia .ad-right-count span {
	width: 19px;
	height: 19px;
	border: 1px solid var(--text-secondary-color);
	font-size: 12px;
	color: var(--text-primary-color);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .bt-potential-return {
	margin-top: 10px;
	/* padding-left: 20px; */
	margin-bottom: 10px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .bt-potential-return .bt-stake {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .bt-potential-return .bt-stake span {
	font-size: 12px;
	color: var(--text-primary-color);
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .bt-potential-return .bt-stake span:last-child {
	font-weight: 300;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .bt-potential-return .bt-pr {
	display: flex;
	justify-content: space-between;
}
.eventime_mobal_content .my_bet_wrap .my_bet_game .mb_game_detail_outer .game_detail .bt-potential-return .bt-pr span {
	font-size: 13px;
	color: var(--text-primary-color);
	font-weight: 500;
}
.eventime_mobal_content .my_bet_wrap .bottom {
	position: relative;
}
.eventime_mobal_content .my_bet_wrap .bottom .reuturn {
	position: relative;
	margin-top: 17px;
	padding: 0 0px 0 0px;
}
.eventime_mobal_content .my_bet_wrap .bottom .reuturn .stake {
	display: grid;
	grid-template-columns: 75% 25%;
}
.eventime_mobal_content .my_bet_wrap .bottom .reuturn .stake p {
	font-size: 12px;
	color: #F2F2F7;
}
.eventime_mobal_content .my_bet_wrap .bottom .reuturn .stake p:last-child {
	text-align: right;
	font-weight: 300;
}
.eventime_mobal_content .my_bet_wrap .bottom .reuturn .return {
	display: grid;
	grid-template-columns: 75% 25%;
}
.eventime_mobal_content .my_bet_wrap .bottom .reuturn .return p {
	font-size: 13px;
	color: #F2F2F7;
	font-weight: 500;
	padding-top: 12px;
}
.eventime_mobal_content .my_bet_wrap .bottom .reuturn .return p:last-child {
	text-align: right;
}
.eventime_mobal_content .my_bet_wrap .history_cta {
	position: relative;
	margin-top: 16px;
}
.eventime_mobal_content .my_bet_wrap .history_cta .history {
	color: var(--text-secondary-color);
	text-decoration: none;
	text-align: center;
	width: 100%;
	display: block;
	cursor: pointer;
	max-width: 100%;
	margin: 0 auto;
	border: 1px solid var(--text-secondary-color);
	font-size: 12px;
	font-weight: 700;
	border-radius: 5px;
	padding: 9.5px 20px;
	box-sizing: border-box;
	transition: all 0.5s;
	text-transform: uppercase;
}
.eventime_mobal_content .my_bet_wrap .history_cta .history:hover {
	/* background: #B067D8; */
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	color: var(--text-primary-color);
	border: 1px transparent;
	/* border-right: 1px #8D54EB; */
	transition: 0.3s ease-in-out;
}
@media screen and (min-width: 320px) and (max-width: 425px) {
	.sidebar_mobile_1 .nav_icon {
		margin-top:14px;
		height: 44px;
        padding-top: 11px;
	}
}
html[dir="rtl"] .dashboard-main .dashboard-outer .dashboard-tab-content .tab-content-outer .dash-inner-tabs:after {
	right: unset;
	left: 0;
}
html[dir="rtl"] .dashboard-main .dashboard-outer .dashboard-left-sidebar:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #353A42;
	position: absolute;
	right: unset;
	left: 0;
	top: 0;
}
@media screen and (min-width: 801px) and (max-width: 991px) {
	.live-casino-main .casino_content .casino-game-main{
		margin-bottom: 10px;
		margin-top:-10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 425px) {
	.dashboard-main .dashboard-outer .dashboard-mobile-tab {
		margin-top:-3px!important;
	}
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse::-webkit-scrollbar {
 width: 4px;
}

.sport_eventview_wrap .eventview_row .left_eventview .collapse::-webkit-scrollbar-thumb {
	background-color: var(--linear-gradient-primary-color);
	border-radius: 2px;
}
.sport_eventview_wrap .eventview_row .left_eventview .collapse {
	overflow-x: hidden;
}
.sport_eventview_wrap .eventview_row .detail_eventview .eventview_detail {
	overflow-x: hidden;
}

/* Splide Slider */
.splide__arrow:disabled {
	display: none;
}

.splide__arrow {
	width: 25px !important;
	height: 25px !important;
	background-color: #F2F2F7 !important;
	border: none !important;
	border-radius: 50% !important;
	cursor: pointer !important;
	transition: all 0.5s !important;
	filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.7)) !important;

}

.splide__arrow svg{
	width: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dash-main-content {
		margin-top: 50px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.dash-main-content {
		margin-top: 0px;
	}
}

.splide__track {
	overflow: unset !important;
	padding-right: 8px !important;
	padding-left: 5px !important;
}



/* fixed menu bottom */

:root {
	--white: #fff;
	--primary: #63A246;
	--secondary: #FFBB02;
	--dark: #131C27;
	--light-dark: #353A42;
	--light-gray: #878A90;
	--list-gray: #848484;
	--dark-gray: #202833;
	--off-gray: #DBE1E6;
	--bg-grey-fourth:#5B5F67;
	--off-light-gray: #939ba6;
	--border-light: #707070;
	--tab-gray: #353A42;
	--tab-light-gray: #7f8a9b;
	--red: #D93444;
	--red-dark: #762835;
	--green-dark: #2A4430;
	--purple-text:#975DA5;

	--body-font-size:16px;
	--list-font-size: 14px;
  }
  .menuFixed-mobile-main{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 998;
	background: var(--background-primary-color);
	display: none;
  }
  @media screen and (max-width: 991px) {
	.menuFixed-mobile-main{
		display: block;
	}
}
  .menuFixed-mobile-main .menuFixed-mobile-inner {
	display: grid;
	text-align: center;
	grid-template-columns: 29% 29% 29% auto;
	border-top: 1px solid var(--background-third-color);
  }

  .menuFixed-mobile-main .menuFixed-mobile-inner.active {
	display: block;
  }

  .menuFixed-mobile-main .menuFixed-mobile-inner .menuFixed-item {
	color: var(--list-gray);
	text-decoration: none;
	font-weight: 300;
	border-left: 1px solid var(--background-third-color);
	padding: 0px 0;
	height: 55px;
	display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .menuFixed-mobile-main .menuFixed-mobile-inner .menuFixed-item:first-child {
	border-left: 0;
  }

  .menuFixed-mobile-main .menuFixed-mobile-inner .menuFixed-item.active,
  .menuFixed-mobile-main .menuFixed-mobile-inner .menuFixed-item.open {
	color: var(--text-primary-color);
  }

  .menuFixed-mobile-main .menuFixed-mobile-inner .menuFixed-item.active .menu-icon img,
  .menuFixed-mobile-main .menuFixed-mobile-inner .menuFixed-item.open .menu-icon img {
	opacity: 1;
  }

  .menuFixed-mobile-main .menuFixed-mobile-inner .menuFixed-item.active p,
  .menuFixed-mobile-main .menuFixed-mobile-inner .menuFixed-item.open p {
	color: var(--text-primary-color);
  }

  .menuFixed-mobile-main .menuFixed-mobile-inner .menuFixed-item.menuFixed-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
  }

  .menuFixed-mobile-main .menuFixed-mobile-inner .menuFixed-item p {
	font-size: calc(1rem - 5px); /* Adjust according to your SCSS $list-font-size variable */
	padding-top: 2px;
  }

  .menuFixed-mobile-main .menuFixed-mobile-inner .menu-icon {
	height: 20px;
  }

  .menuFixed-mobile-main .menuFixed-mobile-inner .menu-icon img {
	opacity: 0.5;
	filter: invert(0) brightness(26.5);
  }

  /* mobile toggle menu */

  header .menu-mobile .nav-list {
    width: 100% !important;
	padding: 0;
}
.mobile-menu-top{
	width: 100%;
}
.mobile-menu-top .mobile-menu-tab .tab {
	display: flex;
	height: 54px;
	gap: 0;
	border-top: 1px solid var(--background-third-color);
	border-bottom: 1px solid var(--background-third-color);
	margin: 0;
  }

  .mobile-menu-top .mobile-menu-tab .tab .tablinks {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	background: transparent;
	padding: 0;
	font-weight: 400;
	flex: auto;
	color:var(--text-secondary-color) ;
	font-size: calc(var(--list-font-size) - 2px);
  }

  .mobile-menu-top .mobile-menu-tab .tab .tablinks:nth-child(2) {
	border-right: 1px solid var(--background-third-color);
	border-left: 1px solid var(--background-third-color);
  }

  .mobile-menu-top .mobile-menu-tab .tab .tablinks img {
	opacity: 0.5;
	width: 20px;
	height: 20px;
  }

  .mobile-menu-top .mobile-menu-tab .tab .tablinks.active {
	color: var(--text-primary-color) !important;
	background: var(--background-primary-color);
	font-weight: 500;
  }

  .mobile-menu-top .mobile-menu-tab .tab .tablinks.active img {
	opacity: 1;
  }

  .mobile-menu-top .mobile-menu-tab .tab .tablinks.active:after {
	display: none;
  }

  .mobile-menu-top .mobile-menu-tab .tab .tablinks:focus {
	color: var(--text-secondary-color);
  }

  .mobile-menu-top .mobile-menu-tab .tab .tablinks:focus:after {
	display: none;
  }

  .mobile-menu-top .mobile-menu-tab .tab-content {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--background-primary-color);
	z-index: 1;
  }

  .mobile-menu-top .mobile-menu-tab .tab-content.active {
	display: block;
  }

  .mobile-menu-top .mobile-menu-tab .tab-content .menu-back-option {
	padding: 14px 20px;
	border-bottom: 1px solid var(--background-third-color);
  }

  .mobile-menu-top .mobile-menu-tab .tab-content .menu-back-option .menu-back-inner {
	display: inline-flex;
	gap: 10px;
  }

  .mobile-menu-top .mobile-menu-tab .tab-content .menu-back-option .menu-back-inner p {
	color: var(--text-primary-color);
	font-size: calc(var(--body-font-size) - 2px);
	font-weight: 300;
  }

  .mobile-menu-top .mobile-menu-tab .tab-content .content-main {
	padding: 30px 20px;
  }

  .mobile-menu-top .mobile-menu-tab .tab-content .content-main .title-main {
	display: flex;
	gap: 10px;
	align-items: center;
  }

  .mobile-menu-top .mobile-menu-tab .tab-content .content-main .title-main img {
	width: 30px;
	height: 30px;
  }

  .mobile-menu-top .mobile-menu-tab .tab-content .content-main .title-main h3 {
	color: var(--text-primary-color);
	font-size: var(--body-font-size);
	font-weight: 300;
  }

  .mobile-menu-top .mobile-menu-tab .tab-content .content-main .lang-options {
	padding: 28px 0 8px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 12px;
	column-count: 2;
  }

  .mobile-menu-top .mobile-menu-tab .tab-content .content-main .lang-options .radio-btn {
	/* border-bottom: 1px solid var(--background-third-color); */
	padding: 8px 10px 12px;
	gap: 16px;
  }

  .mobile-menu-top .mobile-menu-tab .tab-content .content-main .lang-options .radio-btn:last-child {
	border-bottom: 0;
  }

  .mobile-menu-top .mobile-menu-tab .tab-content .content-main .lang-options .radio-btn input {
	width: 20px;
	height: 20px;
  }

  .mobile-menu-top .mobile-menu-tab .tab-content .content-main .lang-options .radio-btn label {
	font-size: var(--list-font-size);
  }

  .mobile-menu-top .mobile-menu-tab .tab-content .content-main .radio-main-outer {
	padding: 28px 0 8px;
  }

  .mobile-menu-top .mobile-menu-tab .tab-content .content-main .radio-main-outer .radio-main-inner {
	display: flex;
	align-items: center;
	padding: 14px 0;
	gap: 12px;
	border-bottom: 1px solid var(--background-third-color);
  }

  .mobile-menu-top .mobile-menu-tab .tab-content .content-main .radio-main-outer .radio-main-inner:last-child {
	border-bottom: 0;
  }

  .mobile-menu-top .mobile-menu-tab .tab-content .content-main .radio-main-outer .radio-main-inner p {
	color: var(--text-primary-color);
  }

  .mobile-menu-top .mobile-top-area {
	height: calc(92vh - 195px);
	overflow: auto;
  }

  @media (max-height: 700px) {
	.mobile-menu-top .mobile-top-area {
	  height: calc(84vh - 195px);
	}
  }

  .mobile-menu-top .mobile-top-area::-webkit-scrollbar {
	width: 0;
  }

  .mobile-menu-top .mobile-top-area .mobile-main-menu {
	padding: 35px 20px 55px;
	background: var(--background-primary-color);
  }

  .mobile-menu-top .mobile-top-area .mobile-main-menu .mobile-menu-items .mobile-menu-item-inner:first-child {
	padding-top: 0;
  }

  .mobile-menu-top .mobile-top-area .mobile-main-menu .mobile-menu-items .mobile-menu-item-inner:last-child {
	border-bottom: 0;
  }

  .mobile-menu-top .mobile-top-area .mobile-main-menu .mobile-menu-items .mobile-menu-item-inner a {
	text-decoration: none;
	display: flex;
	align-items: center;
  }

  .mobile-menu-top .mobile-top-area .mobile-main-menu .mobile-menu-items .mobile-item-inner {
	display: grid;
	grid-template-columns: 45px 1fr;
	align-items: center;
	border-bottom: 1px solid var(--background-third-color);
	padding: 12px 0;
  }

  .mobile-menu-top .mobile-top-area .mobile-main-menu .mobile-menu-items .mobile-item-inner .menu-icons-outer {
	position: relative;
	width: 30px;
	height: 30px;
    display: flex;
    justify-content: center;
  }

  .mobile-menu-top .mobile-top-area .mobile-main-menu .mobile-menu-items .mobile-item-inner .menu-icons-outer img {
	width: 100%;
	height: 100%;
	filter: invert(1) brightness(25.5);
  }

  .mobile-menu-top .mobile-top-area .mobile-main-menu .mobile-menu-items .mobile-item-inner.active .menu-icons-outer img {
	filter: none;
  }


  .mobile-menu-top .mobile-top-area .mobile-main-menu .mobile-menu-items .mobile-item-inner.active p,
  .mobile-menu-top .mobile-top-area .mobile-main-menu .mobile-menu-items .mobile-item-inner:hover p {
	color: #fff;
  }

  .mobile-menu-top .mobile-top-area .mobile-main-menu .mobile-menu-items .mobile-item-inner object {
	width: 30px;
	height: 30px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
  }

  .mobile-menu-top .mobile-top-area .mobile-main-menu .mobile-menu-items .mobile-item-inner object svg {
	width: 30px;
	height: 100%;
  }

  .mobile-menu-top .mobile-top-area .mobile-main-menu .mobile-menu-items .mobile-item-inner p {
	color: var(--text-primary-color);
	font-size: var(--body-font-size);
	font-weight: 300;
  }

  .mobile-menu-top .mobile-top-area .useful-links-main {
	padding: 20px 20px 50px;
	border-top: 1px solid var(--background-third-color);
  }

  .mobile-menu-top .mobile-top-area .useful-links-main h3 {
	color: var(--linear-gradient-primary-color);
	font-weight: 400;
	font-size:  20px;
	padding-bottom: 10px;
  }

  .mobile-menu-top .mobile-top-area .useful-links-main .useful-links-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 12px;
  }

  .mobile-menu-top .mobile-top-area .useful-links-main .useful-links-inner .useful-links-item p {
	font-size: var(--list-font-size);
	padding: 10px 0;
	border-bottom: 1px solid var(--background-third-color);
	font-weight: 300;
  }

  .mobile-menu-top .mobile-top-area .useful-links-main .useful-links-inner .useful-links-item p a {
	color: var(--text-primary-color);
	text-decoration: none;
  }

  .mobile-menu-top .mobile-top-area .useful-links-main .useful-links-inner .useful-links-item p:hover {
	color: var(--linear-gradient-primary-color);
  }

  .mobile-menu-top .mobile-top-area .useful-links-main .useful-links-inner .useful-links-item.active p {
	color: var(--linear-gradient-primary-color);
  }


  .lang-options {
    -moz-column-count: 2;
    column-count: 2;
    padding: 8px 0
}

.lang-options .radio-btn {
    display: flex;
    gap: 6px;
    align-items: flex-end;
    margin-bottom: 4px
}

.lang-options .radio-btn label {
    color: #fff;
    font-size: calc(var(--body-font-size) - 1px);
}

.lang-options .radio-btn input {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: none;
    border: 0;
    box-shadow: inset 0 0 0 1px #4e545d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    transition: box-shadow .15s cubic-bezier(.95,.15,.5,1.25);
    cursor: pointer
}

.lang-options .radio-btn input:focus {
    outline: 1px solid #fff
}

.lang-options .radio-btn input:checked {
    box-shadow: inset 0 0 0 1px #363d47,inset 0 0 0 4px #131c27,inset 0 0 0 18px #fff
}

.btn-small{
	width: 112px;
}
/* switch */

.switch-outer {
    display: flex
}

.switch-outer .switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 22px
}

.switch-outer .switch input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0
}

.switch-outer .switch .switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    transition: .4s;
    border-radius: 34px;
    border: 1px solid #878a90
}

.switch-outer .switch .switch-slider:before {
    content: "";
    position: absolute;
	height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: #878a90;
    transition: .4s;
    border-radius: 50%
}

.switch-outer .switch input[type=checkbox]:checked+.switch-slider {
    background-color: transparent
}

.switch-outer .switch input[type=checkbox]:focus+.switch-slider {
    box-shadow: 0 0 1px #63a246
}

.switch-outer .switch input[type=checkbox]:checked+.switch-slider:before {
    transform: translateX(14px);
    background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
}


/********************* mobile dahboard *****************************/


.tab {
	border-bottom: 1px solid var(--background-third-color);
	margin-bottom: 22px;
	display: flex;
	/* gap: 20px; */
  }

  .tab.no-border {
	border-bottom: none;
  }

  .tab .tablinks {
	color: var(--text-secondary-color);
	font-size: calc(var(--list-font-size) - 1px);
	padding-bottom: 6px;
	text-transform: capitalize;
	position: relative;
	padding: 10px;
  }

  .tab .tablinks:focus {
	background: transparent;
	outline: none;
  }

  .tab .tablinks:focus:after {
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1.5px;
	left: 0;
	position: absolute;
	/* border-bottom: 2px solid var(--primary); */
	background-image: linear-gradient(to right, var(--linear-gradient-primary-color) , var(--linear-gradient-secondary-color));
  }

  .tab button {
	cursor: pointer;
	position: relative;
  }

  .tab .active {
	color: var(--text-primary-color);
	position: relative;
  }

  .tab .active:after {
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1.5px;
	left: 0;
	position: absolute;
	background-image: linear-gradient(to right, var(--linear-gradient-primary-color) , var(--linear-gradient-secondary-color));
  }

.accountDashboardMobile{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	z-index: 9999;
	background: var(--background-secondary-color);
}

.dashboard-mobile-top{
	display: none;
}
  @media (max-width: 992px) {
	.dashboard-mobile-top {
	  display: grid;
	  grid-template-columns: 20% 1fr 20%;
	  align-items: center;
	  text-align: center;
	  height: 50px;
	  padding: 0 15px;
	  background: var(--background-secondary-color);
	}
  }

  .dashboard-mobile-top .back-btn a {
	text-decoration: none;
  }

  .dashboard-mobile-top .back-btn .back-btn-inner {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 10px;
	text-decoration: none;
  }
  .dashboard-mobile-top .back-btn .back-btn-inner p {
	color: var(--text-primary-color);
	text-align: start;
	font-size: var(--list-font-size);
	text-decoration: none;
  }

  .dashboard-mobile-top .dashboard-title h6 {
	color: var(--text-primary-color);
	font-size: calc(var(--body-font-size) + 2px);
	font-weight: 300;
	display: inline-grid;
	justify-content: center;
	grid-template-columns: auto auto;
	align-items: center;
	gap: 10px;
	position: relative;
  }

  .dashboard-mobile-top .dashboard-title h6 img,
  .dashboard-mobile-top .dashboard-title h6 object svg {
	width: 22px;
	height: 22px;
  }

  .dashboard-mobile-top .dashboard-title h6 .notification-num {
	width: 17px;
	height: 17px;
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	color: var(--text-primary-color);
	position: absolute;
	right: -16px;
	top: -3px;
	font-size: 12px;
  }

  .dashboard-mobile-top .close-btn {
	margin-inline-start: auto;
	padding-top: 3px;
  }

  .dashboard-mobile-top .close-btn object svg {
	width: 16px;
	height: 16px;
  }
.account-mobile_dashboard {
	background: var(--background-primary-color);
	padding: 0;
	width: 100%;
	display: block;
	border-radius: 0 0 5px 5px;
	box-shadow: 5px 10px 15px rgba(19, 23, 29, 0.25);
	height: 100vh;
	padding-bottom: 90px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  }

  .account-mobile_dashboard .mobile-dash-main_area {
	height: 100%;
	overflow: auto;
	margin-bottom: 70px;
  }

  @media (max-height: 700px) {
	.account-mobile_dashboard .mobile-dash-main_area {
	  margin-bottom: 100px;
	}
  }

  .account-mobile_dashboard .mobile-dash-main_area::-webkit-scrollbar {
	width: 2px;
  }

  .account-mobile_dashboard .user-amount-info-top .user-amount-info {
	display: grid;
	grid-template-columns: 1fr 1fr 13vw 13vw;
	border-top: 1px solid var(--background-third-color);
	border-bottom: 1px solid var(--background-third-color);
	height: 53px;
	background: var(--background-secondary-color);
  }

  .account-mobile_dashboard .user-amount-info-top .user-amount-info .user-amount-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-inline-end: 1px solid var(--background-third-color);
	padding: 0 20px;
  }

  .account-mobile_dashboard .user-amount-info-top .user-amount-info .user-amount-inner span {
	font-size: calc(var(--list-font-size) - 4px);
	color: var(--text-secondary-color);
  }

  .account-mobile_dashboard .user-amount-info-top .user-amount-info .user-amount-inner h6 {
	color: var(--text-primary-color);
	font-weight: 300;
	font-size: calc(var(--list-font-size) - 2px);
  }

  .account-mobile_dashboard .user-amount-info-top .user-amount-info .balance-container {
	border-inline-end: 1px solid var(--background-third-color);
	padding: 0 5px;
  }

  .account-mobile_dashboard .user-amount-info-top .user-amount-info .balance-container:last-child {
	border-inline-end: 0;
  }

  .account-mobile_dashboard .user-amount-info-top .user-amount-info .balance-container .mobile-only,
  .account-mobile_dashboard .user-amount-info-top .user-amount-info .balance-container .dropdown-eye-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: static;

  }

  .account-mobile_dashboard .user-amount-info-top .user-amount-info .balance-container .dropdown-eye-icon .rotate-svg {
	animation: rotate 2s linear infinite;
  }

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

  .account-mobile_dashboard .user-amount-info-top .user-amount-info .balance-container .dropdown-eye-icon svg {
	width: 24px;
	height: 25px;
  }

  .account-mobile_dashboard .user-amount-info-top .user-amount-btn {
	padding: 20px;
	background: var(--background-primary-color);
  }

  .account-mobile_dashboard .user-amount-info-top .user-amount-btn button,
  .account-mobile_dashboard .user-amount-info-top .user-amount-btn a {
	display: block;
	width: auto;
	font-size: calc(var(--list-font-size) - 2px);
	font-weight: 500;
	padding: 11px 16px;
	color: var(--text-primary-color);
	font-weight: 600;
  }

  .account-mobile_dashboard .user-amount-info-top .user-amount-btn button:hover,
  .account-mobile_dashboard .user-amount-info-top .user-amount-btn a:hover {
	color: var(--text-primary-color);
  }

  .account-mobile_dashboard .user-dropdown-tabs {
	padding: 10px 20px 16px;
	border-bottom: 0;
  }

  .account-mobile_dashboard .user-dropdown-tabs.offer-tab-active {
	padding: 10px 20px 10px;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab {
	gap: 30px;
	margin-bottom: 12px;
	display: grid;
	grid-template-columns: 1fr 1fr;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab button {
	font-size: var(--list-font-size);
	font-weight: 300;
	color: var(--text-secondary-color);
	cursor: pointer;
	text-transform: uppercase;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab button.active {
	color: var(--text-primary-color) !important;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content {
	display: none;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content.active {
	display: block;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content {
	display: grid;
	gap: 11px;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .user-tab-inner {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
	align-items: center;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .user-tab-inner:last-child {
	align-items: end;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .user-tab-inner .tab-inner-icon {
	width: 14px;
	height: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .user-tab-inner .tab-inner-icon .notification-num {
	position: absolute;
	top: -7px;
	right: -4px;
	width: 8px;
	height: 80%;
	background: red;
	font-size: 8px;
	color: #fff;
	font-weight: 100;
	text-align: center;
	border-radius: 2px;
	line-height: 1.15;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .user-tab-inner .tab-inner-icon svg {
	width: 14px;
	height: 14px;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .user-tab-inner h6 {
	color: var(--text-primary-color);
	font-size: calc(var(--list-font-size) - 1px);
	font-weight: 300;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .user-tab-inner h6:hover {
	color: var(--primary);
	font-weight: 400;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .user-tab-inner a {
	text-decoration: none;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .user-tab-inner a.router-link-active h6 {
	color: var(--primary);
	font-weight: 400;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .my-offer-outer .offers-accordion .offers-empty p {
	color: var(--text-primary-color);
	font-size: calc(var(--body-font-size) + 2px);
	text-align: center;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .my-offer-outer .offers-accordion .offers-accordion-inner {
	border-bottom: 1px solid var(--background-third-color);
	padding: 9px 0;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .my-offer-outer .offers-accordion .offers-accordion-inner:last-child {
	border-bottom: 0;
	padding-bottom: 0;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .my-offer-outer .offers-accordion .offers-accordion-inner:first-child {
	padding-top: 0;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .my-offer-outer .offers-accordion .offers-accordion-inner.active .offers-top-header span {
	transform: rotate(180deg);
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .my-offer-outer .offers-accordion .offers-accordion-inner.active .offers-tab-content {
	display: block;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .my-offer-outer .offers-accordion .offers-top-header {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	justify-content: space-between;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .my-offer-outer .offers-accordion .offers-top-header h3 {
	font-size: var(--list-font-size);
	font-weight: bold;
	color: var(--text-primary-color);
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .my-offer-outer .offers-accordion .offers-top-header span {
	display: flex;
	align-items: center;
	height: 100%;
	transition: 0.3s ease-in-out;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .my-offer-outer .offers-accordion .offers-top-header span svg {
	margin-top: 3px;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .my-offer-outer .offers-accordion .offers-tab-content {
	display: none;
	padding-top: 15px;
  }

  .account-mobile_dashboard .user-dropdown-tabs .tab-content .user-tab-content .my-offer-outer .offers-accordion .offers-tab-content p {
	font-size: var(--body-font-size);
	color: var(--text-secondary-color);
  }


  .account-mobile_dashboard .user-logout-btn a:hover {
    color: #63a246;
    font-weight: 400
}

.account-mobile_dashboard .accordion {
    border-radius: 0;
    background: transparent
}

.account-mobile_dashboard .accordion .accordion-item {
    border-bottom: 1px solid var(--background-third-color);
    padding: 14px 0
}

.account-mobile_dashboard .accordion .accordion-item:last-child {
    border-bottom: 0
}

.account-mobile_dashboard .accordion .accordion-item.active .accordion-header button span {
    color: var(--linear-gradient-primary-color);
}

.account-mobile_dashboard .accordion .accordion-item.active .acoordion-icon svg {
    transform: rotate(180deg)
}

.account-mobile_dashboard .accordion .accordion-item .accordion-header {
    font-size: 16px;
    cursor: pointer;
    color: #63a246;
    position: relative
}

.account-mobile_dashboard .accordion .accordion-item .accordion-header button {
    display: flex;
    gap: 15px;
    position: relative;
    align-items: center
}

.account-mobile_dashboard .accordion .accordion-item .accordion-header button .header-left {
    position: relative;
    width: 30px;
    height: 30px;
	justify-content: center;
}

.account-mobile_dashboard .accordion .accordion-item .accordion-header button .header-left .notification-num {
    width: 20px;
    height: 20px;
    background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary-color);
    position: absolute;
    right: -10px;
    top: -3px;
    font-size: 12px;
    line-height: 1
}

.account-mobile_dashboard .accordion .accordion-item .accordion-header button span {
    color: var(--text-primary-color);
	font-size: var(--body-font-size);
	font-weight: 300;
}

.account-mobile_dashboard .accordion .accordion-item .accordion-header button object,.account-mobile_dashboard .accordion .accordion-item .accordion-header button object svg {
    width: 100%;
    height: 100%
}

.account-mobile_dashboard .accordion .accordion-item .accordion-header .acoordion-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}
html[dir="rtl"] .account-mobile_dashboard .accordion .accordion-item .accordion-header .acoordion-icon {
    position: absolute;
    left: 0;
	right: unset;
    top: 50%;
    transform: translateY(-50%)
}


.account-mobile_dashboard .accordion .accordion-item .accordion-header .acoordion-icon svg {
    transition: .3s ease-in-out;
    display: flex
}

.account-mobile_dashboard .accordion .accordion-item .accordion-content {
    display: none;
    padding-left: 38px;
    padding-top: 8px;
    padding-bottom: 12px;
    overflow: hidden;
    transition: max-height .3s ease;
    max-height: auto
}

.account-mobile_dashboard .accordion .accordion-item .accordion-content .inner-tabing-list {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr
}

.account-mobile_dashboard .accordion .accordion-item .accordion-content .inner-tabing-list .inner-tab-item {
    display: block;
    text-decoration: none;
    font-size: var(--list-font-size);
    font-weight: 300;
    color: var(--text-primary-color);
    padding: 4px 0 8px;
    border-bottom: 1px solid var(--background-third-color)
}
.account-mobile_dashboard .accordion .accordion-item .accordion-content .inner-tabing-list .inner-tab-item.active {
	color: var(--linear-gradient-primary-color);
}
.account-mobile_dashboard .accordion .accordion-item .accordion-content .inner-tabing-list .inner-tab-item.last_item {
    border-bottom: 0
}

.account-mobile_dashboard .accordion .accordion-item .accordion-content .inner-tabing-list .inner-tab-item.active {
    color: var(--text-primary-color);
    font-weight: 300
}

.account-mobile_dashboard .accordion .accordion-item.active .accordion-header .acoordion-icon span:nth-child(2) {
    opacity: 0
}

.account-mobile_dashboard .accordion .accordion-item.active .accordion-content {
    display: block
}
.user-logout-btn {
	text-align: center;
	padding: 10px 0 0;
	margin: 0;
	border-top: 1px solid var(--background-third-color);

  }

  .user-logout-btn a {
	color: var(--text-primary-color);
	text-decoration: none;
	font-weight: 300;
	font-size: var(--list-font-size);
	text-transform: capitalize;
  }

  .user-logout-btn a:hover {
	color: var(--primary);
	font-weight: 400;
  }
  .inner-mobile_tab-main {
	display: none;
  }

  @media (max-width: 767px) { /* Adjust the media query as per --mobileMd-mid-query */
	.inner-mobile_tab-main {
	  display: block;
	  overflow-x: auto;
	  /* padding-bottom: 10px; */
	}

	.inner-mobile_tab-main::-webkit-scrollbar {
	  height: 2px;
	  -webkit-appearance: none;
	}

	.inner-mobile_tab-main::-webkit-scrollbar-thumb {
	  background: linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
	}

	.inner-mobile_tab-main::-webkit-scrollbar-track {
	  background: var(--background-third-color);
	}
  }
  @media (max-width: 767px) { /* Adjust the media query as per --mobileMd-mid-query */
	.dashboard-mobile-top .back-btn .back-btn-inner svg{
		padding-top: 1px;
	  }
	  .user-logout-btn {
		position: fixed;
		bottom: 12px;
		width: 89%;
		left: 50%;
		transform: translateX(-50%);
		padding: 10px 0;
	  }
  }

  .inner-mobile_tab-inner {
	display: flex;
	height: 54px;
	align-items: center;
	border-top: 1px solid var(--background-third-color);
	border-bottom: 1px solid var(--background-third-color);
	width: max-content;
	flex-wrap: nowrap;
  }

  .inner-mobile_tab-item {
	text-align: center;
	color: var(--list-gray);
	font-size: calc(var(--list-font-size) - 2px);
	border-inline-end: 1px solid var(--background-third-color);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33.2vw;
  }

  .inner-mobile_tab-item:last-child {
	border-inline-end: 0;
  }

  .inner-mobile_tab-item.active {
	color: var(--text-primary-color) !important;
	background: var(--background-secondary-color);
  }
  .dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-top-bar .mobile-new-Message_btn{
	display: none;
	text-decoration: none;
  }
@media (max-width: 767px) { /* Adjust the media query as per --mobileMd-mid-query */
	.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-top-bar .new-message.desktop-new-message{
		display: none;
	}
	.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-top-bar .mobile-new-Message_btn{
		display: block;
	  }
  }
  .account-mobile_dashboard .user-dropdown-tabs .tab-content .my-offer-outer .offers-accordion .offers-empty p {
    color: var(--text-primary-color);
    font-size: var(--body-font-size);
    text-align: center;
}
  /* ******* modal ****** */

  .modal-outer {

	.modal-header {
	  text-align: center;
	}

	.modal-header h5 {
	  color: var(--primary);
	  font-weight: bold;
	  font-size: calc(var(--h5-font-size) - 4px);
	  padding-bottom: 5px;
	}

	.modal-header p {
	  color: var(--text-primary-color);
	  font-weight: 100;
	  font-size: var(--list-font-size);
	}

	.password-reset-main {
	  padding-top: 10px;
	  text-align: center;
	}

	.popup-message {
	  padding: 13px 0 0px;
	}

	.popup-message p {
	  color: var(--text-primary-color);
	  font-size: var(--list-font-size);
	  font-weight: 100;
	}

	.password-reset-fields {
	  display: flex;
	  gap: 4px;
	  justify-content: center;
	  align-items: center;
	}

	.password-reset-fields input {
	  background-color: var(--light_gray);
	  width: auto;
	  border-radius: 3px;
	  height: 44px;
	  text-align: center;
	  color: var(--text-primary-color);
	  font-size: calc(var(--list-font-size) + 4px);
	}

	button {
	  margin: 20px auto 0;
	  padding: 7px 5px;
	  width: 156px;
	  font-size: var(--list-font-size);
	  cursor: pointer;
	}
  }

  .verify-email-popup .modal-header h3 {
	color: var(--linear-gradient-primary-color);
	font-size: calc(var(--list-font-size) + 12px);
  }

  .verify-email-popup .password-reset-main .popup-message {
	padding: 0 0 5px;
  }
  .modal-outer.message-popup .modal {
	width:auto;
	height: 100%;
	padding: 30px 20px 20px;
	z-index: 0;
	position: static;
	transform: translate(0);
	background: transparent;
}

.modal-outer.message-popup .modal .close {
	top: 0;
	right: 15px
}

.modal-outer.message-popup .modal .close svg {
	width: 20px;
	height: 20px
}
  .message-popup .overlay {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	z-index: 1;
  }
  .message-popup .modal {
	width: 100%;
  }

  .success-message-mobile {
	display: flex;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	align-items: center;
	justify-content: center;
  }

  .success-message-mobile:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(3px);
	z-index: -1;
  }

  .message-response-main {
	background: var(--dark_gray);
	width: 90%;
	height: auto;
	text-align: center;
	padding: 30px 20px;
	border-radius: 4px;
	display: grid;
	gap: 20px;
	justify-content: center;
	justify-items: center;
	border: 1px solid var(--background-third-color);
  }

  .message-response-main p {
	font-size: var(--h5-font-size);
	color: var(--primary);
	font-weight: bold;
  }

  .modal {
	width: 1020px;
	padding: 48px 12.65rem;
  }

  .modal .close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
  }

  .modal .close svg {
	width: 20px;
	height: 20px;
  }

  .modal-header {
	text-align: left;
  }

  .modal-header h3 {
	color: var(--linear-gradient-primary-color);
	font-weight: bold;
	padding-bottom: 5px;
  }

  .form-message {
	margin-top: 12px;
  }

  .form-top-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 12px;
	row-gap: 22px;
	padding-top: 0;
	margin-bottom: 12px;
  }

  .register-inner-form {
	display: block;
	padding-top: 0;
  }

  .register-inner-form label {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: var(--list-font-size);
	font-weight: 300;
	color: var(--text-primary-color);
	padding-bottom: 8px;
  }

  .form-input {
	width: 100%;
	padding: 8px 15px;
	background-color: var(--light_dark);
	border-radius: 3px;
	font-size: var(--list-font-size);
	font-weight: 100;
	color: var(--text-primary-color);
  }

  .form-input:focus {
	outline: 0.25px solid var(--background-third-color);
  }

  .form-input::placeholder {
	opacity: 1;
	color: #8e9298;
  }

  textarea {
	background: var(--light_dark);
	width: 100%;
	resize: none;
	padding: 12px 10px;
	font-size: calc(var(--list-font-size) - 1px);
	color: var(--text-primary-color);
	font-weight: 100;
	border-radius: 3px;
  }

  textarea::placeholder {
	color: var(--text-primary-color);
  }

  textarea::-webkit-scrollbar {
	width: 2px;
  }

  textarea::-webkit-scrollbar-track {
	background-color: var(--light_gray);
  }

  textarea::-webkit-scrollbar-thumb {
	background-color: var(--primary);
	border-radius: 5px;
  }

  .file-upload-outer {
	width: 100%;
	padding: 0px 0;
	border: 1px dashed var(--background-third-color);
	border-radius: 3px;
	text-align: center;
	margin: 0px auto;
	position: relative;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-top: 20px;
  }

  .file-upload-outer input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
  }

  .file-upload-outer p {
	color: #8e9298;
	font-size: calc(var(--list-font-size) - 1px);
	font-weight: lighter;
  }

  .file-upload-outer p span {
	color: var(--text-primary-color);
	text-decoration: underline;
  }

  .file-upload-outer:hover p span {
	text-decoration: none;
  }

  .file-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 12px;
  }

  .file-info p {
	color: var(--light_gray);
	font-size: calc(var(--list-font-size) - 4px);
	font-weight: 300;
  }

  .submit-btn-outer {
	text-align: right;
	margin-top: 20px;
  }

  .attachment-btn-outer {
	display: none;
	cursor: pointer;
	position: relative;
	background: #f2f2f2;
	border-radius: 3px;
	transition: 0.2s ease-in-out;
  }

  .attachment-btn-outer:hover {
	background: transparent;
	border: 1px solid #f2f2f2;
  }

  .attachment-btn-outer label {
	width: 100%;
	display: flex;
	height: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: var(--dark);
	font-size: var(--list-font-size);
	font-weight: 600;
	gap: 6px;
  }

  .attachment-btn-outer label span {
	display: flex;
  }

  .attachment-btn-outer input {
	opacity: 0;
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
  }

  .submit-btn-outer button {
	font-size: var(--list-font-size);
	padding: 11px 13px;
	width: 140px;
	cursor: pointer;
  }

  .submit-btn-outer button svg path {
	transition: 0.3s ease-in-out;
  }

  .submit-btn-outer button:hover svg path {
	fill: var(--text-primary-color);
  }

  .responsible-betting-popup .overlay {
	z-index: 99;
  }

  .responsible-betting-popup .modal {
	height: auto;
  }

  .responsible-betting-popup .modal-header {
	text-align: center;
  }

  .betting-form {
	padding: 18px 0;
  }

  .register-inner-form {
	/* grid-template-columns: 1fr !important; */
	display: grid;
	column-gap: 14px;
	row-gap: 22px;
  }

  .register-inner-form label {
	gap: 5px;
  }

  .modal-footer {
	padding: 20px 0px 0px;
	border-top: 1px solid var(--background-third-color);
	text-align: right;
	margin-top: 12px;
  }

  .modal-footer .back-btn {
	margin-right: 15px;
	cursor: pointer;
  }

  .responsible-betting-popup .modal-footer .back-btn {
	margin-top: 30px;
	text-align: center;
  }

  .modal-footer button {
	font-size: var(--list-font-size);
	padding: 7px 13px;
	cursor: pointer;
  }

  .modal-footer button svg path {
	transition: 0.3s ease-in-out;
  }

  .modal-footer button:hover svg path {
	fill: var(--text-primary-color);
  }

  .modal-outer.message-popup .modal .form-message {
    margin-top: 12px;
}

.modal-outer.message-popup .submit-btn-outer button{
	margin-top: 0;
	width: 100%;
}
.modal-outer.message-popup .modal .form-message .form-top-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 0;
    margin-bottom: 12px;
}


.modal-outer.message-popup .modal .form-message .form-top-fields .register-inner-form {
    display: block;
    padding-top: 0;

}

.modal-outer.message-popup .modal .form-message .form-top-fields .register-inner-form label {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-weight: 300;
    padding-bottom: 8px;
	width: fit-content;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .modal-outer.message-popup .modal .form-message .form-top-fields .register-inner-form label {
        display: none;
    }
}

.modal-outer.message-popup .modal .form-message .form-top-fields .register-inner-form .form-input {
    width:-webkit-fill-available;
    padding: 10px 15px;
    background-color: #363d47;
	border-radius: 3px;
    font-size: var(--list-font-size);
}

.modal-outer.message-popup .modal .form-message .form-top-fields .register-inner-form .form-input:focus {
    outline: .25px solid var(--border-color);
}

.modal-outer.message-popup .modal .form-message .form-top-fields .register-inner-form .form-input::-moz-placeholder,
.modal-outer.message-popup .modal .form-message .form-top-fields .register-inner-form .form-input::placeholder {
    opacity: 1;
    color: var(--placeholder-color);
}

.modal-outer.message-popup .modal .form-message .form-top-fields .register-inner-form span {
    font-size: var(--font-size-small);
}

.modal-outer.message-popup .modal .form-message textarea {
    background:#363d47;
    width: -webkit-fill-available;
    resize: none;
    padding:15px 10px;
    border-radius: 3px;
}

.modal-outer.message-popup .modal .form-message textarea::-moz-placeholder,
.modal-outer.message-popup .modal .form-message textarea::placeholder {
    color: var(--linear-gradient-primary-color);
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .modal-outer.message-popup .modal .form-message textarea::-moz-placeholder,
    .modal-outer.message-popup .modal .form-message textarea::placeholder {
        color: var(--placeholder-color);
    }
}

.modal-outer.message-popup .modal .form-message textarea::-webkit-scrollbar {
    width: 2px;
}

.modal-outer.message-popup .modal .form-message textarea::-webkit-scrollbar-track {
    background-color: var(--light-text-color);
}

.modal-outer.message-popup .modal .form-message textarea::-webkit-scrollbar-thumb {
    background-color: var(--highlight-color);
    border-radius: 5px;
}

.modal-outer.message-popup .modal .form-message .file-upload-outer {
    width: 100%;
    padding: 0;
    border: 1px dashed var(--border-color);
    border-radius: 3px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .modal-outer.message-popup .modal .form-message .file-upload-outer {
        display: none;
    }
}

.modal-outer.message-popup .modal .form-message .file-upload-outer input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.modal-outer.message-popup .modal .form-message .file-upload-outer p {
    color: var(--placeholder-color);
    font-size: var(--font-size-large);
    font-weight: lighter;
}

.modal-outer.message-popup .modal .form-message .file-upload-outer p span {
    color: var(--linear-gradient-primary-color);
    text-decoration: underline;
}

.modal-outer.message-popup .modal .form-message .file-upload-outer:hover span {
    text-decoration: none;
}

.modal-outer.message-popup .modal .form-message .file-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .modal-outer.message-popup .modal .form-message .file-info {
        display: none;
    }
}

.modal-outer.message-popup .modal .form-message .file-info p {
    color: var(--light-text-color);
    font-size: 10px;
    font-weight: 300;
}

.modal-outer.message-popup .modal .form-message .submit-btn-outer {
    text-align: right;
    margin-top: 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .modal-outer.message-popup .modal .form-message .submit-btn-outer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

.modal-outer.message-popup .modal .form-message .submit-btn-outer .attachment-btn-outer {
    display: none;
    cursor: pointer;
    position: relative;
    background: #f2f2f2;
    border-radius: 3px;
    transition: .2s ease-in-out;
}

.modal-outer.message-popup .modal .form-message .submit-btn-outer .attachment-btn-outer:hover {
    background: transparent;
    border: 1px solid #f2f2f2;
}

.modal-outer.message-popup .modal .form-message .submit-btn-outer .attachment-btn-outer:hover label {
    color: var(--linear-gradient-primary-color);
}

.modal-outer.message-popup .modal .form-message .submit-btn-outer .attachment-btn-outer:hover label span svg path {
    fill: var(--linear-gradient-primary-color);
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .modal-outer.message-popup .modal .form-message .submit-btn-outer .attachment-btn-outer {
        display: block;
    }
}
.modal-outer.message-popup .modal .form-message label{
	display: none;
}
.modal-outer.message-popup .modal .form-message .submit-btn-outer .attachment-btn-outer label {
    width: 100%;
    display: flex;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #131c27;
    font-size: var(--font-size-medium);
    font-weight: 600;
    gap: 6px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .modal-outer.message-popup .modal .form-message .submit-btn-outer .attachment-btn-outer label {
        font-weight: 500;
    }
}

.modal-outer.message-popup .modal .form-message .submit-btn-outer .attachment-btn-outer label span svg {
    display: inline-block;
}

.modal-outer.message-popup .modal .form-message .submit-btn-outer .attachment-btn-outer label span svg path {
    fill: #131c27;
}

.modal-outer.message-popup .modal .form-message .submit-btn-outer .attachment-btn-outer input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.new-message-mobile{
	display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .new-message-mobile{
		display: block;
	}
}

.sports-mobile-odd-selector{
	display: none;
	padding-bottom: 8px;
}
.sports-mobile-odd-selector .primary-overview-market-selector {
	padding: 0px 0px;
	background-color: var(--background-primary-color);
	border-radius: 3px;
	width: -webkit-fill-available;
	font-size: 14px;
	font-weight: 300;
	color: var(--text-primary-color);
}
select {
	background-image: url("/assets/images/arrow-select.svg");
	background-repeat: no-repeat;
	background-position: 95%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sports-mobile-odd-selector .primary-overview-market-selector {
		color: var(--text-primary-color);
		align-self: end;
		font-size: 12px;
		width: auto;
		background-size: 8%;
	}
	.sports-mobile-odd-selector{
		display: block;
	}
}
html[dir="rtl"] select {
	background-position: 5%;
}

.mobile-tabing-live-sport .tab{
	margin-bottom: 0;
	padding-top: 5px;
}



/* share bet modal */

.share-modal-main {
    width: 25%;
}

.share-modal-main:before {
    content: '';
    background: rgb(0 0 0 / 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    backdrop-filter: blur(1px);
}

@media (min-width: 320px) and (max-width: 767px) {
    .share-modal-main:before {
        display: block;
    }

    .share-modal-main {
        width: 85%;
    }

    .share-modal-inner {
        padding: 6% 4%;
        z-index: 2;
        position: relative;
    }

    .title h6 {
        font-size: var(--body-font-size);
    }

    .share-social h5 {
        font-size: calc(var(--h5-font-size) - 6px);
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .share-modal-main {
        width: 35%;
    }
}

@media (min-width: 1280px) and (max-width: 1399px) {
    .share-modal-main {
        width: 40%;
    }
}

@media (max-width: 1023px) {
    .share-modal-main {
        width: 60%;
    }
}

.form-cross {
    position: absolute;
    right: -10px;
    top: -10px;
}

.share-modal-inner {
    padding: 8%;
    border-radius: 5px;
    background: var(--dark);
    position: relative;
}

.share-modal-inner .title h5 {
    color: #fff;
    text-align: center;
    line-height: 1;
    padding-bottom: 10px;
}

.share-modal-inner .title h6 {
    color: var(--text-primary-color);
    text-align: center;
    line-height: normal;
    font-size: var(--list-font-size);
    padding-bottom: 0;
}

.bar-code {
    width: 50%;
    margin: 0 auto;
}

.bar-code svg {
    width: 100%;
    height: 100%;
}

.bar-code svg path {
    fill: var(--text-primary-color);
}

.bar-code img {
    width: 100%;
    height: 100%;
}

.share-bet-form {
    width: 80%;
    margin: 40px auto;
    display: grid;
    gap: 15px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.share-bet-form {
		width: 100%!important;
	}
}
.share-field {
    text-align: end;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 9px;
}

.share-field .fieldset_share {
    position: relative;
    margin-bottom: 0;
    border: 1px solid var(--background-third-color);
    overflow-x: hidden;
    border-radius: 3px;
    background: var(--dark_gray);
    padding: 2px 10px;
    height: 36px;
}

.share-field .fieldset_share p {
    width: max-content;
    color: #fff;
    padding: 0;
    font-size: var(--body-font-size);
    font-weight: 500;
    text-align: start;
    display: flex;
    align-items: center;
    height: 100%;
}

.share-field button {
	font-weight: 400;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--list-font-size);
    width: 115px;
    height: 36px;
    text-transform: capitalize;
}

.share-social {
    background: var(--light_dark);
    width: 90%;
    margin: 30px auto;
    border-radius: 5px;
    padding: 10px;
}

.share-social h5 {
    text-align: center;
    color: var(--text-primary-color);
    font-size: calc(var(--h5-font-size) - 4px);
}

.share-socal-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
}

.share-socal-item {
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.share-socal-item svg {
    width: 25px;
    height: 25px;
}

.ico-green {
    display: none;
}

.share-socal-item:hover .ico-white {
    display: none;
}

.share-socal-item:hover .ico-green {
    display: block;
}

.share-bet-btn {
    display: flex;
    justify-content: center;
}

.share-bet-btn button {
    cursor: pointer;
	padding: 0;
	text-transform: capitalize;
	height: 37px;
}



/*  home mobile nav boxes */

.nav-boxes-main {
	display: none;
	margin-top: 30px;
	margin-bottom: 30px;
  }
  @media (max-width: 767px) { /* Assuming $mobileMd-mid-query corresponds to a media query for mobile devices */
	.nav-boxes-main {
	  display: block;
	}
	.nav-boxes-main .container-full {
	  padding-left: 12px;
	  padding-right: 12px;
	}
  }
  .nav-boxes-inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
	align-items: center;
  }
  .nav-boxes-main .nav-box-item {
	border: 1px solid var(--background-third-color); /* Converted SCSS variable to CSS variable */
	border-radius: 3px;
	display: flex;
	gap: 2px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0px 0;
	height: 58px;
	transition: 0.2s ease-in-out;
  }
  .nav-boxes-main .nav-box-item:hover {
	background: linear-gradient(90deg, var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%); /* Converted SCSS variable to CSS variable */
	border-color: #fff; /* Converted SCSS variable to CSS variable */
	cursor: pointer;
  }

  .nav-boxes-main .nav-box-item .nav-box-img{
	width: 24px;
  }
  .nav-boxes-main .nav-box-item p {
	color: var(--text-primary-color); /* Converted SCSS variable to CSS variable */
	font-size: calc(var(--list-font-size) - 2px); /* Converted SCSS variable to CSS variable */
	font-weight: 400;
	padding-top: 0.5rem;
  }

  .nations-league-wrap.mobile-slider-control{
	display: none;
  }

  @media (max-width: 991px) {
	.nations-league-wrap.mobile-slider-control{
		display: block;
		/* padding-top: 100px; */
	  }
	  .nations-league-wrap.mobile-slider-control .slider-dots{
		padding-top: 0;
	  }
	  .nations-league-wrap.mobile-slider-control .slider-dots .dots{
		display: flex;
	  }
	  .activeHeroBanner {
		margin-top: 0 !important;
	}
  }

  @media (max-width: 767px) {
	.menuFixed-mobile-main {
		padding-bottom: env(safe-area-inset-bottom);
	}
  }

.eventime_mobal_content .betslip-top-area::-webkit-scrollbar {
	width: 3px;
}

.eventime_mobal_content .betslip-top-area::-webkit-scrollbar-thumb {
	background-color: var(--linear-gradient-primary-color);
	border-radius: 2px;
	border: 3px solid linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
}

.eventime_mobal_content .betslip-top-area::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.274);
}


.eventime_mobal_content .betslip-top-area .bets_body_bottom {
	max-height: 200px;
	overflow-y: scroll;
}

.betslip-top-area .bets_body_bottom::-webkit-scrollbar {
	width: 3px;
}

.betslip-top-area .bets_body_bottom::-webkit-scrollbar-thumb {
	background-color: var(--linear-gradient-primary-color);
	border-radius: 2px;
	border: 3px solid linear-gradient(var(--linear-gradient-primary-color) 0%, var(--linear-gradient-secondary-color) 100%);
}

.betslip-top-area .bets_body_bottom::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.274);
}

@media screen and (min-width: 767px) and (max-width: 991px) {
	.eventime_mobal_content {
		bottom: 56px;
		top: unset;
		height: unset;
        width: 80% !important;
        left: 10%;
        right: auto;
	}

	.betslip-main-area {
		max-height: 550px;
		height: unset;
	}

	.eventime_mobal_content .bs-bets_body_outer {
		max-height: unset;
	}

	.live_sport_wrap .live_left .game .soccer .live-bottom .left_10 .playing-time span {
		display: none;
	}
}

header .header-left .logo  {
	padding-top: 2px;
}

.bg_gradient {
	display: none !important;
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
	.mybets-betslips {
		max-height: 500px !important;
		overflow-y: auto;
	}

	.dashboard-main .dashboard-outer .dashboard-tab-content .message-outer-main .dash-content-main .dash-content-outer .dash-main-content .message-panel-main .message-panel-left .side-panel {
		max-height: 500px !important;
	}

}

/* aiframenx css */
.aiframenx .sidebar {
	display: none;
}
.aiframenx .sports-main-wrap .sports-wrap .left_filter_wrap {
	padding-left: unset;
}

.aiframenx .cust-row {
	padding: 0px 0px 0px 0px!important;
}

.aiframenx .left_eventview {
	padding-left: 0px!important;
}

.aiframenx .live_sport_wrap {
	padding:20px 0 0 0!important;
}

.aiframenx .sports-wrap{
	padding:20px 0 0 0!important;
}

.aiframenx .sports-wrap{
	padding:20px 0 0 0!important;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
	.aiframenx .sidebar_mobile_1 {
		padding:0px 0 18px;
	}
}

.aiframenx .sidebar_mobile_1 {
	padding-top: unset!important;
}

.aiframenx .sport_eventview_wrap {
	padding-top: 20px!important;
}

.aiframenx button#btn-back-to-top {
	bottom: 20px !important;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
	.aiframenx button#btn-back-to-top {
		bottom: 20px !important;
		right:unset!important;
		left: 20px!important;
	}
	.aiframenx .eventime_mobal_content {
		max-height: unset!important;
	}
}
@media screen and (min-width: 767px) and (max-width: 991px) {
	.aiframenx .eventime_mobal_content {
		bottom: 0px
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.aiframenx .eventime_mobal_content .bottom-beslip-footer {
		padding-bottom:20px!important;
	}

	.aiframenx .sidebar_mobile_1 {
		margin-bottom: unset!important;
	}

	.aiframenx .mobile-style {
		padding-top: unset!important;
	}
}
.aiframenx .mobile-style {
	padding-top: unset!important;
}