@keyframes jumpUpDown {
	0% {
		transform: translate(-50%, 0);
	}

	100% {
		transform: translate(-50%, 10px);
	}
}

#loading {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: black;
	opacity: 0.9;
}

#loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#preloader {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: black;
	opacity: 0.9;
}

#preloader>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

html[lang="id-id"] .section-app-banner .app-banner-container {
	right: 8%;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
	html[lang="id-id"] .section-app-banner .app-banner-container {
		right: 4%;
	}
}

html[lang="th-th"] h1,
html[lang="th-th"] h2,
html[lang="th-th"] h3,
html[lang="th-th"] h4,
html[lang="th-th"] h5,
html[lang="th-th"] h6,
html[lang="th-th"] p,
html[lang="th-th"] div,
html[lang="th-th"] span,
html[lang="th-th"] label,
html[lang="th-th"] a,
html[lang="th-th"] button {
	font-family: "th-regular";
}

html[lang="th-th"] .section-app-banner .app-banner-container {
	right: 20%;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
	html[lang="th-th"] .section-app-banner .app-banner-container {
		top: 18%;
	}
}

@media screen and (max-width: 767.98px) {
	html[lang="th-th"] .section-app-banner .app-banner-container {
		right: initial;
		left: 30%;
	}

	html[lang="th-th"] .section-app-banner .app-banner-container .app-banner-wrap .app-banner-logo img {
		width: 4rem;
	}

	html[lang="th-th"] .section-app-banner .app-banner-container .app-banner-wrap .app-banner-details p {
		font-size: 1rem;
	}

	html[lang="th-th"] .section-app-banner .app-banner-container .app-banner-wrap .app-banner-details .qr-code img {
		width: 8rem;
	}
}

@media screen and (max-width: 538.98px) {
	html[lang="th-th"] .section-app-banner .app-banner-container {
		top: 15%;
		right: 15%;
		left: initial;
	}

	html[lang="th-th"] .section-app-banner .app-banner-container .app-banner-wrap .app-banner-logo img {
		width: 2rem;
	}

	html[lang="th-th"] .section-app-banner .app-banner-container .app-banner-wrap .app-banner-details p {
		font-size: 0.7rem;
	}

	html[lang="th-th"] .section-app-banner .app-banner-container .app-banner-wrap .app-banner-details .qr-code img {
		width: 5rem;
	}
}

html[lang="vi-vn"] h1,
html[lang="vi-vn"] h2,
html[lang="vi-vn"] h3,
html[lang="vi-vn"] h4,
html[lang="vi-vn"] h5,
html[lang="vi-vn"] h6,
html[lang="vi-vn"] p,
html[lang="vi-vn"] div,
html[lang="vi-vn"] span,
html[lang="vi-vn"] label,
html[lang="vi-vn"] a,
html[lang="vi-vn"] button {
	font-family: "nunito";
}

html[lang="id-id"] .predict-info button.result-btn {
	font-size: 0.65rem;
}

body.no-scroll {
	overflow-y: hidden;
}

.primary-btn,
.secondary-btn {
	height: 2rem;
	border-radius: 0.6rem;
	font-size: 1rem;
	background: #ff8a00;
	margin: 0.5rem 0;
	width: 100%;
	color: #fff;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	height: auto;
	padding: 0.4rem;
}

.primary-btn.disabled,
.disabled.secondary-btn {
	opacity: 0.6;
	cursor: not-allowed;
}

.primary-btn:hover,
.secondary-btn:hover {
	text-decoration: none;
	color: white;
}

.secondary-btn {
	background: #0072e2;
	color: white;
	margin: 0;
}

section {
	margin-bottom: 3rem;
}

section.section-our-games {
	margin-bottom: 4rem;
}

section.section-leaderboard {
	margin-bottom: 0;
}

.alert.alert-msg {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
}

.alert.alert-msg img {
	margin-top: 0.1rem;
}

.alert.alert-msg h4 {
	margin-bottom: 0;
	align-items: center;
	color: #ff0000;
	font-weight: 600;
}

.alert-error {
	color: #e8262c;
	margin-top: 0.1rem;
	font-size: 12px;
}

.alert-error.middle {
	text-align: center;
}

.show-more-btn {
	color: #7f7f7f;
	text-align: center;
	cursor: pointer;
	display: none;
	margin-bottom: 2rem;
}

.show-more-btn.active {
	display: block;
}

.showmoreless-btn {
	color: #ff8a00;
	text-decoration: underline;
	font-size: 12px;
	cursor: pointer;
}

.no-data {
	display: none;
	height: 10rem;
	padding-left: 2rem;
}

.no-data.active {
	display: block;
}

button:focus,
select:focus {
	outline: none !important;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.alert.alert-msg h4 {
		font-size: 0.8rem;
	}

	.alert-error {
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 767.98px) {
	section {
		margin-bottom: 1.5rem;
	}

	section.section-leaderboard {
		margin-bottom: 1.75rem;
	}

	.alert.alert-msg h4 {
		font-size: 0.8rem;
	}

	.alert-error {
		font-size: 0.8rem;
	}

	.no-data {
		padding: 0;
	}

	.no-data p {
		padding-left: 0.7rem;
	}
}

@media screen and (max-width: 538.98px) {

	.primary-btn,
	.secondary-btn {
		font-size: 0.8rem;
	}

	.no-data {
		padding: 0 1rem;
	}
}

.navBar {
	background-color: #dce2f9;
}

.navInfo {
	display: flex;
	justify-content: space-between;
}

.navInfo img {
	width: 12rem;
}

.login-detail-container {
	position: relative;
}

.login-detail-container .login-detail {
	display: none;
	gap: 0.5rem;
}

.login-detail-container .login-detail.active {
	display: flex;
	align-items: center;
}

.login-detail-container .login-detail .login-username {
	position: relative;
	padding-right: 1rem;
}

.login-detail-container .login-detail .login-username::after {
	content: "|";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.login-detail-container .login-detail .login-ticket {
	color: #ff8a00;
	font-weight: bold;
}

.login-detail-container .login-detail .login-username-icon {
	cursor: pointer;
	display: none;
}

.login-detail-container .logout-popup {
	position: absolute;
	top: 2.85rem;
	background: white;
	z-index: 10;
	padding: 0.5rem;
	border-radius: 0.25rem;
	cursor: pointer;
	display: none;
}

.login-detail-container .logout-popup p {
	margin-bottom: 0;
}

.coin-meter.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.country-menu {
	min-width: 10rem;
	width: 13rem;
	padding: 1rem 1.2rem;
	border-radius: 1rem;
	top: 3rem !important;
	right: 0% !important;
	left: auto !important;
	position: absolute;
	background-color: white;
	z-index: 99;
	display: none;
}

.country-menu.is-open {
	display: block;
}

.country-menu .country-item {
	display: flex;
	gap: 1.3rem;
	align-items: center;
	margin-bottom: 1rem;
	cursor: pointer;
}

.country-menu .country-item .country-flag img {
	width: 30px;
}

.country-menu .country-item .country-dec a.country-lang {
	padding: 0;
	color: #8697a2;
}

.country-menu .country-item .country-dec a.country-lang:hover {
	text-decoration: none;
}

.country-menu .country-item .country-dec .country-lang-container {
	display: flex;
	gap: 0.5rem;
}

.country-menu .country-item .country-dec .country-lang-container .separator {
	color: #8697a2;
}

.rotate-180 {
	transform: rotate(180deg);
}

.input-hide {
	display: none !important;
}

.menu.active {
	left: 0;
	overflow-y: auto;
}

.menu.active::-webkit-scrollbar {
	width: 10px;
}

.menu.active::-webkit-scrollbar-track {
	background-color: transparent;
}

.menu.active::-webkit-scrollbar-thumb {
	background-color: #d6dee1;
	border-radius: 10px;
	background-clip: content-box;
	z-index: 20;
}

.menu.active::-webkit-scrollbar-thumb:hover {
	background-color: #b2bec3;
	overflow: overlay;
}

.menu-overlay.active {
	display: block;
}

@media screen and (max-width: 538.98px) {
	.menu-btn {
		padding: 0 0.5rem 0 0;
	}

	.menu-btn .btn-line {
		width: 20px;
	}

	.navbar-mobile-grid .slidemenu-info .logo {
		width: 6.5rem;
	}

	.navLogin {
		margin: 0;
		margin-left: 0.5rem;
	}
}

@media screen and (max-width: 767.98px) {
	.navInfo {
		display: none;
	}

	.navbar-mobile-grid {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.navbar-mobile-grid .navbar-mobile-grid-left {
		display: flex;
	}

	.navbar-mobile-grid .slidemenu-info .logo {
		width: 8.5rem;
	}

	.navCred {
		width: 4rem;
	}

	.navCred .nav-link.dropdown-toggle {
		margin: 0;
	}

	.menu ul {
		font-size: 0.8rem;
	}

	.country-menu {
		position: initial;
		width: auto;
		min-width: initial;
		margin: 0.8rem;
		padding: 1rem 0.8rem;
	}

	.country-menu .country-item {
		gap: 0.8rem;
	}

	.country-menu .country-item .country-flag img {
		width: 22px;
	}

	.country-menu .country-item .country-dec {
		font-size: 0.8rem;
	}

	.login-detail-container .login-detail.active .login-username {
		display: none;
	}

	.login-detail-container .login-detail.active .login-username-icon {
		display: block;
	}
}

.tab-selection {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.tab-selection .tab-login,
.tab-selection .tab-register {
	flex: 1;
}

.tab-selection .tab-login a,
.tab-selection .tab-register a {
	width: 100%;
}

.tab-selection .tab-login a.primary-btn,
.tab-selection .tab-login a.secondary-btn,
.tab-selection .tab-register a.primary-btn,
.tab-selection .tab-register a.secondary-btn {
	background: #7f7f7f;
}

.tab-selection .tab-login a.primary-btn.active,
.tab-selection .tab-login a.active.secondary-btn,
.tab-selection .tab-register a.primary-btn.active,
.tab-selection .tab-register a.active.secondary-btn {
	background: #ff8a00;
}

.tab-content-container .label-text {
	color: #8697a2;
}

.tab-content-container .label-text.aff-pointer {
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	display: flex;
}

.tab-content-container .label-text img {
	width: 0.8rem;
}

.tab-content-container .field input {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.tab-content-container .field input:focus-visible {
	outline: 1px solid #ced4da;
}

.tab-content-container .required {
	color: red;
}

.tab-content-container .help-container {
	width: 80%;
	margin: auto;
	text-align: center;
}

.tab-content-container .help-container a {
	color: #ff8a00;
	font-weight: 500;
}

.tab-content-container .help-container a:hover {
	text-decoration: none;
}

.tab-content-container .tab-content {
	display: none;
}

.tab-content-container .tab-content.active {
	display: block;
}

.tab-content-container .input-container {
	display: flex;
	gap: 0.5rem;
	position: relative;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.tab-content-container .input-wrapper {
	position: relative;
	display: inline-block;
}

.tab-content-container .input-wrapper .country-icon {
	position: absolute;
	top: 50%;
	left: 0.3rem;
	transform: translateY(-50%);
	width: 2.5rem;
	height: 2.5rem;
	padding: 0.5rem;
}

.tab-content-container .input-wrapper .input {
	padding-left: 2.6rem;
	border: none;
	height: 3rem;
}

.tab-content-container .no-container {
	display: flex;
	gap: 0.5rem;
	position: relative;
}

.tab-content-container .no-container span {
	font-family: "avenir-regular";
}

.tab-content-container .no-container .no-dropdown {
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	position: relative;
	display: inline-grid;
}

.tab-content-container .no-container .no-dropdown.open .no-dropdown-content {
	display: block;
}

.tab-content-container .no-container .no-dropdown .no-dropdown-header {
	cursor: pointer;
	border-radius: 0.5rem;
	align-items: center;
	color: #7f7f7f;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	padding: 0.5rem;
	gap: 0.3rem;
	user-select: none;
}

.tab-content-container .no-container .no-dropdown .no-dropdown-header .flag-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.3rem;
}

.tab-content-container .no-container .no-dropdown .no-dropdown-header .flag-wrapper img {
	width: 1rem;
	height: 1rem;
}

.tab-content-container .no-container .no-dropdown .no-dropdown-header .phone-arrow {
	width: 0.75rem;
	height: 0.75rem;
}

.tab-content-container .no-container .no-dropdown .no-dropdown-header img {
	width: 1rem;
	height: 1rem;
}

.tab-content-container .no-container .no-dropdown .no-dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 5rem;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 20;
	width: 100%;
	top: 100%;
}

.tab-content-container .no-container .no-dropdown .no-dropdown-content .no-dropdown-item {
	padding: 10px;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-family: "averta-semibold";
	color: #7f7f7f;
	gap: 0.3rem;
}

.tab-content-container .no-container .no-dropdown .no-dropdown-content .no-dropdown-item:hover {
	background-color: #ecf0f1;
}

.tab-content-container .no-container .no-dropdown .no-dropdown-content .no-dropdown-item img {
	width: 1rem;
	height: 1rem;
}

.tab-content-container .input-select {
	width: 100%;
	padding: 0.5rem 2.5rem 0.5rem 0.5rem;
	border: none;
	height: 3rem;
	position: relative;
	border: 1px solid #ced4da;
	color: #8697a2;
}

.tab-content-container .input-select:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0.5rem;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #333 transparent transparent transparent;
	padding-right: 1rem;
}

@media screen and (max-width: 767.98px) {
	.tab-content-container .help-container {
		width: 100%;
	}
}

.bg-banner img {
	width: 100%;
	height: auto;
}

.bg-banner .arrow-down {
	display: none;
}

@media screen and (max-width: 767.98px) {
	.bg-banner {
		position: relative;
	}

	.bg-banner img {
		margin-top: 0 !important;
	}

	.bg-banner .arrow-down {
		display: block;
		position: absolute;
		bottom: 15%;
		left: 50%;
		transform: translateX(-50%);
		animation: jumpUpDown 0.6s infinite alternate;
		width: 2.5rem;
	}
}

.odds-main-grid.result {
	display: flex;
	justify-content: space-between;
}

.odds-main-grid .odds-info-selection {
	background-color: #e3e3e3;
	border-radius: 5px;
	padding: 10px 1rem;
	align-items: center;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.odds-main-grid .odds-info-selection.active {
	background-color: #ff8a00;
	color: white;
}

.odds-main-grid .odds-info-selection .odds-info h4 {
	font-weight: bold;
}

.odds-main-grid.summary {
	display: flex;
	justify-content: space-between;
}

.custom-dropdown {
	position: relative;
	width: 100%;
}

.custom-dropdown .selected-value {
	background-color: #e3e3e3;
	padding: 10px;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
}

.custom-dropdown .options {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 5px 5px;
}

.custom-dropdown .options .option {
	padding: 5px 10px;
	cursor: pointer;
}

.custom-dropdown .options .option:hover {
	background-color: #f9f9f9;
}

.custom-dropdown .right-value {
	float: right;
}

.custom-dropdown .selected {
	font-weight: bold;
}

@media screen and (min-width: 992px) and (max-width: 1279.98px) {
	.odds-info h4 span {
		font-size: 1rem;
	}
}

@media screen and (max-width: 767.98px) {
	.odds-main-grid .handicap h4 {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 538.98px) {
	.handicap h4 {
		font-size: 0.75rem;
	}

	.custom-dropdown .selected-value {
		font-size: 0.75rem;
	}
}

.card-header-tabs {
	gap: 1rem;
}

.card-header-tabs .nav-item {
	white-space: nowrap;
	flex: 0 1 auto;
}

.card-header-tabs .nav-item:first-child {
	padding-left: 3rem;
}

.card-header-tabs .nav-item:last-child {
	padding-right: 3rem;
}

.card-header-tabs .nav-item a.nav-link {
	width: 100%;
	padding: 0.8rem;
}

.card-header-tabs[data-tab="knockout"],
.card-header-tabs[data-tab="result"] {
	gap: 2rem;
}

@media screen and (min-width: 992px) and (max-width: 1279.98px) {
	.card-header-tabs.subNav .nav-link {
		width: 7rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {

	.card-header.main,
	.card-header.sub-header {
		white-space: nowrap;
		overflow-x: auto;
	}

	.card-header.main::-webkit-scrollbar,
	.card-header.sub-header::-webkit-scrollbar {
		height: 5px;
	}

	.card-header.main::-webkit-scrollbar-track,
	.card-header.sub-header::-webkit-scrollbar-track {
		background-color: transparent;
	}

	.card-header.main::-webkit-scrollbar-thumb,
	.card-header.sub-header::-webkit-scrollbar-thumb {
		background-color: #d6dee1;
		border-radius: 10px;
		background-clip: content-box;
		z-index: 20;
	}

	.card-header.main::-webkit-scrollbar-thumb:hover,
	.card-header.sub-header::-webkit-scrollbar-thumb:hover {
		background-color: #b2bec3;
		overflow: overlay;
	}

	.card-header.sub-header {
		margin-bottom: 1rem;
	}

	.card-header .card-header-tabs {
		flex-wrap: nowrap;
	}
}

@media screen and (max-width: 767.98px) {

	.card-header.main::-webkit-scrollbar,
	.card-header.sub-header::-webkit-scrollbar {
		height: 5px;
	}

	.card-header.main::-webkit-scrollbar-track,
	.card-header.sub-header::-webkit-scrollbar-track {
		background-color: transparent;
	}

	.card-header.main::-webkit-scrollbar-thumb,
	.card-header.sub-header::-webkit-scrollbar-thumb {
		background-color: #d6dee1;
		border-radius: 10px;
		background-clip: content-box;
		z-index: 20;
	}

	.card-header.main::-webkit-scrollbar-thumb:hover,
	.card-header.sub-header::-webkit-scrollbar-thumb:hover {
		background-color: #b2bec3;
		overflow: overlay;
	}

	.card-header.sub-header {
		margin-bottom: 1rem;
	}

	.card-header-tabs {
		padding: 0 1rem;
	}

	.card-header-tabs .nav-item:first-child {
		padding: 0;
	}

	.card-header-tabs .nav-item a.nav-link {
		width: 100%;
		padding: 1rem 0.3rem;
	}

	.card-header-tabs.subNav .nav-link {
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 767.98px) {
	.owl-carousel {
		padding: 0 1rem;
	}
}

.matchday-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
	cursor: pointer;
}

.matchday-overlay.active {
	display: block;
}

.matchday-overlay .matchday-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 35%;
	max-width: 35%;
	border-radius: 0.5rem;
	background-color: white;
}

.matchday-overlay .matchday-container .matchday-header {
	display: flex;
	justify-content: space-between;
	background-color: #1f44da;
	color: white;
	position: sticky;
	top: -1px;
	z-index: 999;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}

.matchday-overlay .matchday-container .matchday-header img.cross {
	width: 12px;
	fill: white;
}

.matchday-overlay .matchday-container .matchday-body {
	cursor: auto;
	min-height: 50vh;
	max-height: 75vh;
	overflow-y: scroll;
}

.matchday-overlay .matchday-container .matchday-body::-webkit-scrollbar {
	width: 10px;
}

.matchday-overlay .matchday-container .matchday-body::-webkit-scrollbar-track {
	background-color: transparent;
}

.matchday-overlay .matchday-container .matchday-body::-webkit-scrollbar-thumb {
	background-color: #d6dee1;
	border-radius: 10px;
	background-clip: content-box;
	z-index: 20;
}

.matchday-overlay .matchday-container .matchday-body::-webkit-scrollbar-thumb:hover {
	background-color: #b2bec3;
	overflow: overlay;
}

.matchday-overlay .matchday-container .matchday-body .matchday-country-info {
	display: flex;
	border-bottom: 1.5px solid #d9d9d9;
	margin-bottom: 1.5rem;
	padding: 0 1rem;
}

.matchday-overlay .matchday-container .matchday-body .matchday-odds-country {
	display: flex;
	margin-bottom: 1rem;
	justify-content: flex-end;
}

.matchday-overlay .matchday-container .matchday-body .matchday-odds-country h6 {
	margin-bottom: 0;
	text-align: center;
	align-items: center;
	display: flex;
}

.matchday-overlay .matchday-container .matchday-body .matchday-odds-country select {
	max-width: 7.5rem;
	border-radius: 0.2rem;
	padding: 0.5rem 0.3rem;
}

.matchday-overlay .matchday-container .matchday-body .matchday-country-details {
	width: 55%;
	position: relative;
}

.matchday-overlay .matchday-container .matchday-body .matchday-country-details:after {
	content: "";
	position: absolute;
	top: 0%;
	bottom: 5%;
	right: 0;
	width: 1px;
	background-color: #d9d9d9;
	height: 90%;
}

.matchday-overlay .matchday-container .matchday-body .matchday-country-details .country-item {
	margin-bottom: 1.2rem;
	display: flex;
	align-items: center;
}

.matchday-overlay .matchday-container .matchday-body .matchday-country-details .country-item img {
	width: 2rem;
}

.matchday-overlay .matchday-container .matchday-body .matchday-country-details .country-item span {
	font-size: 1.125rem;
}

.matchday-overlay .matchday-container .matchday-body .matchday-event-details {
	padding-left: 1.3rem;
	text-align: center;
	min-width: 8rem;
}

.matchday-overlay .matchday-container .matchday-body .matchday-event-details .time {
	font-size: 1.3rem;
	font-weight: bold;
}

.matchday-overlay .matchday-container .matchday-body .matchday-event-details .matchday-score {
	height: 2rem;
	margin-bottom: 1.2rem;
	font-weight: 500;
	font-size: 1.125rem;
}

.matchday-overlay .matchday-container .matchday-body .matchday-modal {
	display: none;
}

.matchday-overlay .matchday-container .matchday-body .matchday-modal.active {
	display: block;
}

.matchday-overlay .matchday-container .font {
	font-size: 1rem;
}

.matchday-overlay .matchday-container .container {
	padding: 1rem;
}

.matchday-overlay p.oddpowered img {
	width: 3rem;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.predict-info button {
		font-size: 0.6rem;
	}

	.match-icon-grid {
		grid-template-columns: 55% 5% 40%;
	}

	.match-icon-grid .vbar {
		width: 1px;
	}

	.match-icon-grid .fulltime-info h3 {
		font-size: 1rem;
	}

	.predict-info button.result-btn {
		font-size: 0.5rem;
	}

	.fulltime-info h3 {
		font-size: 0.9rem;
	}

	.matchday-overlay .matchday-container .matchday-body .matchday-country-info {
		padding: 0;
	}

	.matchday-overlay .matchday-container .matchday-body .matchday-country-info .matchday-country-details {
		width: 60%;
	}

	.matchday-overlay .matchday-container .matchday-body .matchday-event-details {
		padding-left: 1rem;
		min-width: initial;
		max-width: 6rem;
		width: 6rem;
	}
}

@media screen and (max-width: 767.98px) {
	.matchday-overlay .matchday-container {
		max-width: initial;
		width: 90%;
		font-size: 0.9rem;
	}

	.matchday-overlay .matchday-container .matchday-body .matchday-odds-country h6 {
		font-size: 0.9rem;
	}

	.matchday-overlay .matchday-container .matchday-body .matchday-event-details .matchday-score {
		font-weight: 600;
		font-size: 0.9rem;
		height: 2.5rem;
	}

	.matchday-overlay .matchday-container .matchday-body .matchday-country-details .country-item span {
		font-size: 0.9rem;
	}

	.match-icon-grid {
		grid-template-columns: 65% 5% 30%;
	}

	.match-icon-grid .vbar {
		width: 1.5px;
	}

	.match-icon-grid .match-icon-info.country-info img {
		width: 1.75rem;
	}

	.match-icon-grid .match-icon-info p.date {
		margin-bottom: 0.2rem;
	}

	.match-icon-grid .dateinfo h4 {
		font-size: 1rem;
		margin-bottom: 0.2rem;
	}

	.match-icon-grid .predict-info button {
		font-size: 0.7rem;
	}

	.match-icon-grid .dateinfo {
		padding: 0;
	}

	.section-matchday .match-info {
		margin-bottom: 0.7rem;
	}
}

@media screen and (min-width: 608px) and (max-width: 767.98px) {
	.matchday-overlay .matchday-container {
		width: 70%;
		max-width: 70%;
	}
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.matchday-overlay .matchday-container {
		width: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 538.98px) {
	.match-icon-grid {
		grid-template-columns: 60% 5% 35%;
	}

	.match-icon-grid .predict-info button {
		font-size: 0.6rem;
		white-space: nowrap;
	}

	.matchday-overlay .matchday-container .matchday-body .matchday-country-info {
		padding: 0;
	}

	.with-bg h4 span {
		font-size: 0.9rem;
	}
}

@media screen and (min-width: 1422px) and (max-width: 1599.98px) {
	.matchday-overlay .matchday-container {
		width: 32%;
		max-width: 32%;
	}
}

@media screen and (min-width: 1600px) {
	.matchday-overlay .matchday-container {
		width: 27%;
		max-width: 27%;
	}
}

.dateinfo p {
	margin-bottom: 0;
	font-weight: bold;
}

.result-btn {
	font-size: 0.75rem;
}

.result-btn.check {
	font-size: 1rem;
}

.result-btn.check.disabled {
	opacity: 0.8;
	cursor: not-allowed;
}

.match-icon-grid.match-result {
	position: relative;
	display: grid;
}

.match-icon-grid.match-result .match-county::after {
	content: "";
	position: absolute;
	top: 15%;
	bottom: 20%;
	right: 35%;
	width: 2px;
	background-color: #d9d9d9;
}

.match-icon-grid.match-result .match-country-item {
	display: flex;
	margin-bottom: 1.3rem;
	align-items: center;
}

.match-icon-grid.match-result .match-country-item img {
	width: 2rem;
	height: 2rem;
	margin: 0 1rem;
}

.match-icon-grid.match-result .match-country-item h4 {
	font-size: 1rem;
	margin-bottom: 0;
}

.match-icon-grid.match-result .match-score h4 {
	width: 5rem;
	height: 2rem;
	margin-bottom: 1.4rem;
	text-align: center;
	font-weight: 600;
	font-size: 1rem;
	margin-right: 2rem;
	margin-left: 4rem;
	padding: 8px;
}

.section-result-detail .check-info.result-check-info h3 {
	padding: 10px;
}

@media screen and (max-width: 767.98px) {
	.resultscore-grid {
		display: grid;
		grid-template-columns: 85% 10%;
	}

	.resultscore-grid .iconflag p {
		font-size: 10px;
	}

	.section-result-detail .match-grid.result-grid {
		display: grid;
		grid-template-columns: 50% 50%;
		gap: 0.8rem;
	}

	.section-result-detail .match-grid.result-grid .match-country-item {
		gap: 0.5rem;
	}

	.section-result-detail .match-grid.result-grid .match-country-item img {
		width: 1.7rem;
		height: 1.7rem;
		margin: 0;
	}

	.section-result-detail .match-grid.result-grid .match-country-item h4 {
		font-size: 0.8rem;
	}

	.section-result-detail .match-grid.result-grid .match-score h4 {
		font-size: 0.8rem;
		height: 1.7rem;
		padding-left: 0;
		margin-top: 0rem;
		margin-right: 0rem;
		margin-left: 0;
	}

	.match-icon-grid.match-result .match-county::after {
		top: 9%;
		bottom: 25%;
		width: 1px;
	}
}

@media screen and (max-width: 538.98px) {
	.section-result-detail .match-grid.result-grid .match-country-item img {
		width: 1.5rem;
		height: 1.5rem;
	}

	.section-result-detail .match-grid.result-grid .match-score h4 {
		width: auto;
		padding-left: 1.25rem;
	}

	.match-icon-grid.match-result {
		grid-template-columns: 75% 25%;
	}

	.match-icon-grid.match-result .match-county::after {
		right: 25%;
	}
}

.section-leaderboard .extensions {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.section-leaderboard .extensions .dot {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: black;
	margin-bottom: 0.5rem;
}

.section-leaderboard .price-info p.username {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	white-space: normal;
	height: initial;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 1.5;
	width: auto;
	text-align: left;
	padding-left: 1rem;
}

.section-leaderboard .price-info.coin-text .coins {
	display: grid;
	grid-template-columns: 70% 30%;
	text-align: end;
	padding-right: 1.5rem;
	gap: 0;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.price-grid {
		grid-template-columns: 20% 35% 30% 15%;
		padding: 0;
	}

	.price-load {
		margin-bottom: 0.2rem;
	}

	.price-info img {
		width: 35px;
	}

	.price-info img.top-3 {
		width: 40px;
	}

	.section-leaderboard .price-info p {
		font-size: 1rem;
	}

	.section-leaderboard .price-info p.username {
		font-size: 1.2rem;
	}

	.section-leaderboard .price-info p.top-3 {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 992px) and (max-width: 1279.98px) {
	.price-grid {
		grid-template-columns: 23% 35% 22% 20%;
	}

	.predict-info button.result-btn {
		font-size: 0.7rem;
	}
}

@media screen and (max-width: 767.98px) {
	.section-leaderboard {
		padding: 0 1rem;
	}

	.section-leaderboard .profile-text p {
		font-size: 1rem;
	}

	.section-leaderboard .price-grid {
		display: grid;
		grid-template-columns: 20% 50% 30%;
	}

	.section-leaderboard .price-grid p {
		color: black;
	}

	.section-leaderboard .price-grid.barimage {
		background-image: url(../images/top-1-mobile.png);
		background-repeat: no-repeat;
		padding-bottom: 0;
		padding-top: 0;
		width: 100%;
		background-size: cover;
	}

	.section-leaderboard .price-grid.barimage-two {
		background-image: url(../images/top-2-mobile.png);
		background-repeat: no-repeat;
		padding-bottom: 0;
		padding-top: 0;
		width: 100%;
		background-size: cover;
	}

	.section-leaderboard .price-grid.barimage-three {
		background-image: url(../images/top-3-mobile.png);
		background-repeat: no-repeat;
		padding-bottom: 0;
		padding-top: 0;
		width: 100%;
		background-size: cover;
	}

	.section-leaderboard .price-grid .price-info.coin-text .coins {
		grid-template-columns: 65% 35%;
		margin-right: 0;
		padding-right: 1rem;
		gap: 0.5rem;
		font-size: 14px;
	}

	.section-leaderboard .price-grid .userbind .price-info {
		margin-right: 0.5rem;
	}

	.section-leaderboard .price-grid .userbind .price-info img {
		width: 1.7rem;
		margin-left: 0.5rem;
	}

	.section-leaderboard .price-grid .userbind .price-info img.top-3 {
		width: 2rem;
		margin-left: 0.35rem;
	}

	.section-leaderboard .price-info p.username {
		padding-left: 0.25rem;
	}
}

@media screen and (max-width: 538.98px) {
	.section-leaderboard .price-grid {
		grid-template-columns: 18% 47% 35%;
	}

	.section-leaderboard .price-grid .price-info.coin-text .coins {
		font-size: 0.8rem;
		gap: 0;
	}

	.section-leaderboard .price-grid .price-info.coin-text span {
		font-size: 0.75rem;
	}

	.section-leaderboard .price-grid .price-info img {
		margin-right: 0;
	}

	.section-leaderboard .price-grid .price-info img.top-3 {
		margin-right: 0;
	}

	.section-leaderboard .price-info p.username {
		font-size: 0.8rem;
	}
}

.section-tnc ol {
	padding-left: 1rem;
}

.section-tnc .tnc-info h4 {
	margin-bottom: 0.5rem;
}

@media screen and (max-width: 767.98px) {
	.section-tnc ol {
		padding-left: 2rem;
	}

	.section-tnc .tnc-info h4 {
		padding-left: 1rem;
	}

	.section-tnc .tnc-info .margin {
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 538.98px) {
	.section-tnc ol {
		padding-left: 1rem;
	}

	.section-tnc .tnc-info h4 {
		padding-left: 0;
	}
}

.section-leaderboard-reward {
	display: none;
}

@media screen and (max-width: 767.98px) {
	.section-leaderboard-reward {
		display: block;
	}

	.section-leaderboard-reward .leader-wrap {
		position: relative;
	}

	.section-leaderboard-reward .leader-wrap img.reward-bg {
		width: 100%;
		height: 160px;
		object-fit: cover;
		border-radius: 0.5rem;
	}

	.section-leaderboard-reward .leader-rewards-grid {
		display: flex;
		position: absolute;
		top: 5%;
		margin-top: 0;
	}

	.section-leaderboard-reward .leader-rewards-info {
		color: white;
		padding: 0;
		padding-right: 1rem;
	}

	.section-leaderboard-reward .leader-rewards-info.second-col {
		display: flex;
		font-size: 0.8rem;
		padding-left: 1rem;
		gap: 0.5rem;
		text-align: end;
	}

	.section-leaderboard-reward .leader-rewards-info.second-col .leader-no {
		font-weight: 400;
		padding-right: 0;
		color: #b9c6cb;
	}

	.section-leaderboard-reward .leader-rewards-info.second-col .leader-price {
		font-weight: 600;
	}

	.section-leaderboard-reward .leader-rewards-info ol {
		text-align: end;
		margin-bottom: 0;
	}

	.section-leaderboard-reward .leader-rewards-info ol li {
		font-size: 0.8rem;
		font-weight: 600;
		/* width: 3.2rem; */
	}

	.section-leaderboard-reward .leader-rewards-info ol li::marker {
		font-weight: 400;
		padding-right: 0;
		color: #b9c6cb;
	}

	.section-leaderboard-reward .vbar {
		width: 1.75px;
	}
}

@media screen and (max-width: 538.98px) {
	.section-leaderboard-reward .leader-rewards-grid {
		transform: scale(0.8);
		left: -1rem;
		padding: 0;
		top: 1.8rem;
	}
}

.section-app-banner {
	position: relative;
}

.section-app-banner img.app-banner-bg {
	width: 100%;
	height: auto;
}

.section-app-banner .app-banner-container {
	position: absolute;
	top: 12%;
	right: 12%;
	color: white;
}

.section-app-banner .app-banner-container .app-banner-wrap {
	display: flex;
	gap: 2rem;
}

.section-app-banner .app-banner-container .app-banner-wrap .app-banner-details p {
	margin: 0;
}

.section-app-banner .app-banner-container .app-banner-wrap .app-banner-details div {
	margin-bottom: 0.5rem;
}

.section-app-banner .app-banner-container .app-banner-wrap .app-banner-details .text {
	font-size: 1.5rem;
	line-height: 1.3;
	font-family: "avenir-bold";
}

.section-app-banner .app-banner-container .app-banner-wrap .app-banner-details .paragraph {
	font-size: 0.8rem;
	line-height: 1.5;
	font-family: "avenir-regular";
}

.section-app-banner .app-banner-container .app-banner-wrap .app-banner-details .qr-code img {
	width: 12rem;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.section-app-banner .app-banner-container .app-banner-wrap .app-banner-logo img {
		width: 80px;
	}

	.section-app-banner .app-banner-container .app-banner-wrap .app-banner-details .text {
		font-size: 1.2rem;
	}

	.section-app-banner .app-banner-container .app-banner-wrap .app-banner-details .qr-code img {
		width: 10rem;
	}
}

@media screen and (max-width: 767.98px) {
	.section-app-banner .app-banner-container {
		top: 15%;
		right: 10%;
	}

	.section-app-banner .app-banner-container .app-banner-wrap {
		gap: 1rem;
	}

	.section-app-banner .app-banner-container .app-banner-wrap .app-banner-logo img {
		width: 2rem;
	}

	.section-app-banner .app-banner-container .app-banner-wrap .app-banner-details .text {
		font-size: 0.8rem;
		line-height: 1.2;
	}

	.section-app-banner .app-banner-container .app-banner-wrap .app-banner-details .paragraph {
		font-size: 0.5rem;
		line-height: 1.2;
	}

	.section-app-banner .app-banner-container .app-banner-wrap .app-banner-details .qr-code img {
		width: 5rem;
	}
}

@media screen and (max-width: 538.98px) {
	.section-app-banner .app-banner-container .app-banner-wrap {
		gap: 0.3rem;
	}

	.section-app-banner .app-banner-container .app-banner-wrap .app-banner-details .text {
		font-size: 0.7rem;
	}
}

.betimg-mb {
	display: none;
}

@media screen and (max-width: 767.98px) {
	.betimg-mb {
		display: block;
		width: 100%;
	}

	.betimg-dk {
		display: none;
	}

	.bet-para p {
		font-size: 0.8rem;
	}

	.bet-para h4 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 538.98px) {
	.tab-pane {
		padding: 0;
	}
}

@media screen and (max-width: 767.98px) {
	.tab-pane.tabcontent:nth-child(5) {
		margin-bottom: 2rem;
	}
}

footer {
	background-image: url(../images/footer/footer.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: calc(95vw * (996 / 2000));
	display: block;
	position: relative;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
	footer {
		background-image: none;
	}

	footer .dkOnly {
		display: none;
	}

	footer .mbOnly {
		display: block;
	}

	footer .container {
		max-width: 540px;
	}

	footer .colorbar {
		position: absolute;
		top: 0;
		width: 100%;
	}

	footer .footer-info-mb {
		background-color: #143cdb;
		position: relative;
	}

	footer .footer-info-mb .footer-info {
		padding-top: 35px;
	}

	footer .footer-info-mb .footer-info h4 {
		font-size: 12px;
	}

	footer .footer-info-mb .footer-info .gamingLogo {
		width: 5rem;
	}

	footer .footer-info-mb .footer-info img {
		width: 65%;
	}

	footer .footer-info-mb .bindwrap {
		display: flex;
		grid-template-columns: 50% 50%;
		gap: 1rem;
	}
}

@media screen and (max-width: 767.98px) {
	footer .colorbar {
		position: absolute;
		top: 0;
		width: 100%;
	}

	footer .footer-info .gamingLogo {
		width: 5rem;
	}
}