:root {
	--app-height: 100vh;
}

* {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

	*::-webkit-scrollbar {
		display: none;
	}

.public-container {
	min-height: 100vh;
}

.page-content {
	padding-left: 25px;
	padding-right: 25px;
}

.stepper {
	font-size: 16px;
	margin-top: 10px;
	color: var(--chalk-white);
}

.back-container {
	display: flex;
	padding-top: 10px;
	align-content: center;
	align-items: center;
}

.page-container {
	height: 88vh;
}

.scroll-container {
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
}

.loader {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 25px;
}

/* Font styles */

.h2 {
	font-family: "UnibetPro";
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
}

.h3 {
	font-family: "UnibetPro";
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
}

.h4 {
	font-family: "UnibetPro";
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	line-height: 1;
}

.h5 {
	font-family: "UnibetPro";
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.h6 {
	font-family: Roboto, "RobotoRegular", sans-serif;
	font-size: 18px; 
	line-height: 140%;
}

.subtitle-caption {
	font-family: Roboto,  "RobotoRegular", sans-serif;
	font-size: 10px;
}

.subtitle-body {
	font-family: Roboto,  "RobotoRegular", sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.subtitle-bold {
	font-family: Roboto,  "RobotoRegular", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}

.subtitle-small {
	font-family: Roboto,  "RobotoRegular", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

.body-regular {
	font-family: Roboto,  "RobotoRegular", sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.body-input {
	font-family: Roboto,  "RobotoRegular", sans-serif;
	font-size: 14px;
	line-height: 24px;
}

.button-text {
	font-family: "UnibetPro";
	font-size: 16px;
	line-height: 20px;
}

.small-loader {
	display: flex;
	justify-content: center;
	align-items: center;
}

.title-filter-detail {
	font-size: 20px;
	font-weight: 600;
	text-align: left;
}

.settings-title-container {
	display: flex;
	align-items: center;
}

.promotion-timer {
	width: 150px !important;
	background-color: var(--green-dark);
	padding: 5px;
	font-size: 12px;
	color: white;
}

.tip-fixture {
	font-size: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	display: flex;
	align-items: center;
}

.argumentation {
	padding-top: 1rem;
	text-align: left;
	font-size: 13px;
	overflow: hidden;
}

.tip-header {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #3D3D3D;
}

.tip-header-finished {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D1D1D1;
}

.tip-user-header {
	display: flex;
	font-size: 8px;
	align-items: center;
}

.tip-badge-header {
	display: flex;
	align-items: center;
	padding: 4px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #39684A;
	font-size: 10px;
	border-radius: 2px;
}

.tip-badge-header-finished {
	display: flex;
	align-items: center;
	padding: 4px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #454545;
	color: white;
	font-size: 10px;
	border-radius: 2px;
}


.tip-badge-header-status {
	display: flex;
	align-items: center;
	padding: 4px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #454545;
	font-size: 10px;
	border-radius: 2px;
}


.tip-badge-header-status-finished {
	display: flex;
	align-items: center;
	padding: 4px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #454545;
	color: white;
	font-size: 10px;
	border-radius: 2px;
}

.tip-content-container {
	padding: 16px;
}

.tip-date {
	font-size: 10px;
	color: #888;
}

.tip-description-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tip-bet {
	font-size: 20px;
	font-family: "UnibetPro";
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	padding-right: 1rem;
}

.tip-bet-open {
	font-size: 20px;
	font-family: "UnibetPro";
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 1rem;
}

.tip-odd {
	background-color: transparent;
	color: var(--chalk-white);
	border: 1px solid #4F4F4F;
	border-radius: 4px;
	font-size: 16px;
	padding: 8px;
	text-align: center;
	font-family: "UnibetPro";
}

.tip-odd-finished {
	background-color: transparent;
	border: 1px solid #4F4F4F;
	border-radius: 4px;
	font-size: 16px;
	padding: 8px;
	text-align: center;
	font-family: "UnibetPro";
}


.tip-actions-finished {
	display: grid;
	grid-template-columns: 35% 63%;
	grid-column-gap: 4%;
}

.tip-actions {
	display: grid;
	grid-template-columns: 48% 48%;
	grid-column-gap: 4%;
}

.open-tip-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 8px;
	border-top: 1px solid #3D3D3D;
	padding-left: 12px;
	padding-right: 12px;
}

.account-container {
	height: 85vh;
	background-color: var(--tarmac-black);
}

.community-header {
	display: flex;
	background-color: #4F4F4F;
	height: 100%;
	align-items: center;
	margin-left: 8px;
	padding: 10px;
	align-items: center;
}

.combi-item {
	border: 1px solid #403F3F;
	border-radius: 4px;
	margin-top: 4px;
}

.combi-container {
	padding: 8px 8px 0px 8px;
}

.tip-odd-combi {
	font-size: 16px;
	font-family: "UnibetPro";
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}


@keyframes shake {
	0% {
		transform: translateX(0);
	}

	10% {
		transform: translateX(-10px);
	}

	20% {
		transform: translateX(10px);
	}

	30% {
		transform: translateX(-8px);
	}

	40% {
		transform: translateX(8px);
	}

	50% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(0);
	}
}

.shake {
	animation: shake 2.5s ease-in-out infinite;
}

.title-container {
	display: flex;
	justify-content: space-between;
	padding: 24px 24px 8px
}

.popup-title {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin-top: 10px;
}

.popup-information {
	padding-left: 24px;
	padding-right: 24px;
	color: #000;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.popup-actions {
	padding-top: 16px;
	padding-bottom: 16px;
}

.popup-subtitle {
	margin: 0;
	font-size: 17px;
	font-weight: bold;
}


.dark-mode-title {
	margin: 1rem 0;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px 16px 16px;
	flex-shrink: 0;
	gap: 4px;
}

.dark-mode-main-title {
	color: var(--unibet-green) !important;
	font-family: 'UnibetPro' !important;
	font-weight: 500 !important;
	font-size: 24px !important;
	text-transform: uppercase;
	margin: 0 !important;
}

.dark-mode-subtitle {
	color: var(--chalk-white) !important;
	font-family: 'UnibetPro' !important;
	font-weight: 500 !important;
	font-size: 24px !important;
	text-transform: uppercase;
	margin: 0 !important;
}

.dark-mode-create-account-link {
	color: var(--tarmac-gray-400);
	font-family: Roboto,  "RobotoRegular", sans-serif;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	margin: 0 0 16px;
	padding: 0;
}

.close-icn {
	height: 18px;
	width: 18px;
}

.footer-container {
	padding-top: 1rem;
}

.footer-txt {
	font-size: 11px;
	color: var(--unibet-green);
	text-align: center;
}

.header {
	background-color: var(--tarmac-black) !important;
	padding: 6px 16px;
	padding-top: max(6px, env(safe-area-inset-top));
	width: 100%;
	display: flex;
	min-height: 40px;
	align-items: center;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}

.header-default {
	background-color: #6D6D6D !important;
	padding: 6px 8px;
	width: 100%;
	display: flex;
	align-items: center;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.header-container {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	width: 100%;
	padding: 0;
	height: 100%;
}

.header-left {
	display: flex;
	justify-content: flex-start;
}

.header-center {
	display: flex;
	justify-content: center;
}

.header-right {
	display: flex;
	justify-content: flex-end;
}

.menu {
	position: fixed;
	bottom: 0;
	background-color: var(--tarmac-gray);
	min-height: 55px;
	padding-bottom: max(0px, env(safe-area-inset-bottom));
	box-shadow: none !important;
	z-index: 5;
	width: 100%;
}

.bubble {
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: 3rem;
	background-color: var(--unibet-green);
	border-radius: 50%;
	color: white;
	text-align: center;
	font-size: 9px;
	line-height: 20px;
	z-index: 10;
}

.bubble-normal {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 4px;
	right: -8px;
	background-color: var(--unibet-green);
	border-radius: 50%;
	color: white;
	text-align: center;
	font-size: 9px;
	line-height: 16px;
	z-index: 10;
}

.nav-link-no-padding {
	padding: 0 !important;
	margin: 0 !important;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.nav-text {
	text-align: center;
	font-size: 9px;
	color: var(--chalk-white);
}

.nav-text-selected {
	color: var(--unibet-green);
}

.nav-button {
	color: gray !important;
}

.welcome-container {
	background-color: #000000;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	padding: max(20px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
	position: relative;
	box-sizing: border-box;
}

.welcome-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	flex: 1;
	margin: 0 auto;
	padding: 0 !important;
	padding-top: 0 !important;
}

.welcome-title {
	font-family: "UnibetPro";
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 84%;
	color: white;
}

.unibet-experts-title {
	color: #3EAB37;
	font-family: "UnibetPro";
	font-size: 56px;
	font-style: normal;
	font-weight: 500;
	line-height: 84%;
}

.tagline {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: "UnibetPro", Arial, sans-serif;
	margin: 0;
	letter-spacing: 1px;
	padding-top: 22px;
}

.language-selector {
	width: 100%;
	max-width: 500px;
	padding-top: 22px;
}

.language-dropdown {
	position: relative;
	cursor: pointer;
}

.dropdown-header {
	border: 1px solid #FFFFFF;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 8px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "UnibetPro", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	transition: background-color 0.2s ease;
}

	.dropdown-header.selected {
		background-color: rgba(0, 0, 0, 0.7);
		border: 1px solid #FFFFFF;
	}

	.dropdown-header:hover {
		background-color: rgba(255, 255, 255, 0.1);
	}

	.dropdown-header.selected:hover {
		background-color: rgba(255, 255, 255, 0.1);
	}

.dropdown-text {
	text-align: center;
}

.dropdown-arrow {
	font-size: 12px;
	transition: transform 0.3s ease;
	margin-left: 11px;
}

	.dropdown-arrow.rotated {
		transform: rotate(180deg);
	}

.dropdown-content {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	border-top: none;
	border-radius: 0 0 4px 4px;
	z-index: 1000;
}

.language-option {
	padding: 8px;
	font-family: "UnibetPro", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.2s ease;
	background-color: #000000;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

	.language-option.selected {
		background-color: #2F9029;
		color: #FFFFFF;
	}

	.language-option:hover {
		background-color: #3EAB37;
		color: #FFFFFF;
	}

	.language-option.selected:hover {
		background-color: #2F9029;
		color: #FFFFFF;
	}

	.language-option:not(:last-child) {
		border-bottom: 1px solid #FFFFFF;
	}

.continue-button-container {
	width: 100%;
	margin-top: auto;
	/* Respect bottom safe area */
	padding: 20px 0 calc(20px + env(safe-area-inset-bottom)) 0;
}

	.continue-button-container .tipster-button {
		background-color: #666666 !important;
		color: #FFFFFF !important;
		border: 1px solid #000000;
		width: 100% !important;
		font-size: 16px;
		border-radius: 4px;
	}

		.continue-button-container .tipster-button:not(:disabled) {
			background-color: var(--cta-yellow) !important;
			color: var(--tarmac-black) !important;
		}



.api-error-message {
	background-color: rgba(220, 38, 38, 0.9);
	border: 2px solid #DC2626;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	width: 100%;
}

	.api-error-message p {
		color: #FFFFFF;
		font-family: "UnibetPro", Arial, sans-serif;
		font-size: 16px;
		font-weight: 500;
		margin: 0;
		line-height: 1.5;
	}

.registration-error-message {
	background-color: rgba(220, 38, 38, 0.9);
	border: 2px solid #DC2626;
	border-radius: 8px;
	padding: 16px;
	text-align: center;
	width: 100%;
	margin-bottom: 16px;
}

	.registration-error-message p {
		color: #FFFFFF;
		font-family: "UnibetPro", Arial, sans-serif;
		font-size: 14px;
		font-weight: 500;
		margin: 0;
		line-height: 1.4;
	}

.api-checking-message {
	background-color: rgba(62, 171, 55, 0.2);
	border: 1px solid #3EAB37;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	width: 100%;
}

	.api-checking-message p {
		color: #FFFFFF;
		font-family: "UnibetPro", Arial, sans-serif;
		font-size: 16px;
		font-weight: 500;
		margin: 0;
	}

.update-content {
	text-align: center;
	padding-left: 2vh;
	padding-right: 2vh;
}

.update-logo {
	padding-top: 20vh;
	height: 250px;
}

.update-info {
	color: white;
	padding-top: 1vh;
	font-size: 12px;
}

.register-title {
	font-size: 25px;
	color: white;
	font-weight: bold;
	padding-top: 2vh;
}

.account-settings-title {
	font-size: 32px;
	text-transform: uppercase;
	color: var(--unibet-green);
	font-family: "UnibetPro";
	padding-left: 1rem;
}

.uexpertsplus {
	color: white;
	font-size: 17px;
}

.plus-container {
	display: flex;
	justify-content: space-between;
	padding-top: 1rem;
	align-items: center;
	margin-right: 10px;
}

.account-line {
	width: 100%;
	border-bottom: 1px solid #6D6D6D;
	padding-top: 20px;
}

.account-container .scroll-container {
	overflow-y: hidden;
}

.remove-account {
	text-align: center;
	color: var(--chalk-white);
	padding-top: 1rem;
}

.account-item {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	align-items: center;
}

.account-subtitle {
	font-size: 20px;
	color: white;
	font-weight: 500;
	font-family: "UnibetPro";
	text-transform: uppercase;
}

.account-status-title {
	font-size: 20px;
	color: white;
	font-weight: 500;
	font-family: "UnibetPro";
	text-transform: uppercase;
	padding-top: 20px;
}

.toggle-switch {
	position: relative;
	width: 48px;
	height: 24px;
}

.toggle-checkbox {
	display: none;
}

.toggle-label {
	position: absolute;
	cursor: pointer;
	border-radius: 24px;
	width: 100%;
	height: 100%;
	background-color: #E0E0E0;
	transition: background-color 0.3s ease;
}

	.toggle-label::after {
		content: "";
		position: absolute;
		top: 2px;
		left: 2px;
		width: 20px;
		height: 20px;
		background-color: #BDBDBD;
		border-radius: 50%;
		transition: transform 0.3s ease, background-color 0.3s ease;
	}

.toggle-checkbox:checked + .toggle-label {
	background-color: #DFF8D9
}

	.toggle-checkbox:checked + .toggle-label::after {
		transform: translateX(24px);
		background-color: #3EAB37;
	}

.delete-message {
	text-align: left;
	font-size: 12px;
	color: white;
}

.terms-settings-title {
	font-size: 32px;
	text-transform: uppercase;
	color: var(--unibet-green);
	font-family: "UnibetPro";
	padding-left: 1rem;
}

.document-container {
	height: 85vh;
	background-color: var(--tarmac-black);
}

	.document-container .scroll-container {
		overflow-y: auto;
		padding: 0 20px;
	}

.document-title {
	font-size: 24px;
	font-weight: bold;
	color: var(--chalk-white);
	text-transform: uppercase;
	margin: 20px 0;
	font-family: "UnibetPro";
}

.document-content {
	color: var(--chalk-white);
	line-height: 1.6;
	font-size: 15px;
}

	.document-content h2 {
		color: var(--chalk-white);
		font-size: 18px;
		font-weight: bold;
		margin: 20px 0 10px 0;
	}

	.document-content p {
		margin: 10px 0;
	}

	.document-content strong {
		color: var(--chalk-white);
		font-weight: bold;
	}

.error-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 300px;
	text-align: center;
	padding: 20px;
}

.error-title {
	color: var(--chalk-white);
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: "UnibetPro";
}

.custom-select {
	width: 100%;
	height: 50px;
	background-color: white;
	margin-top: 5px;
	color: black;
}

.next-button {
	position: fixed;
	bottom: 70px;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background-color: var(--tarmac-black);
	z-index: 4;
}

.settings-title {
	font-size: 32px;
	text-transform: uppercase;
	color: var(--unibet-green);
	font-family: "UnibetPro";
}

.settings-item {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	cursor: pointer;
}

.settings-item-title {
	font-size: 18px;
	color: var(--chalk-white);
}

.blog-item {
	background-color: var(--chalk-white);
	padding: 10px;
	border-radius: 4px;
	margin-top: 10px;
}

.blog-date {
	font-size: 12px;
	font-weight: 700;
	font-family: 'UnibetPro';
}

.blog-item-title {
	font-size: 17px;
	font-weight: 700;
}

.blog-item-content {
	font-size: 14px;
	overflow: visible;
	box-sizing: border-box;
	line-height: 1.6;
}

.blog-item-content ul,
.blog-item-content ol {
	padding-left: 2.5em !important;
	list-style-position: outside;
}

.blog-item-content li {
	padding-left: 0.5em !important;
	margin-bottom: 8px;
}

.blog-item-content ul {
	list-style: disc;
}

.blog-item-content p {
	margin: 0 0 12px 0;
}

.blog-item-content p:last-child {
	margin-bottom: 0;
}

.blog-item-content h1,
.blog-item-content h2,
.blog-item-content h3,
.blog-item-content h4 {
	margin: 16px 0 8px 0;
}

.blog-item-content blockquote {
	margin: 12px 0;
	padding-left: 12px;
	border-left: 3px solid rgba(255, 255, 255, 0.2);
}

.blog-item-content br {
	display: block;
	content: "";
	margin-top: 4px;
}

.blog-item-readmore {
	font-size: 14px;
	color: #2F9029;
	font-weight: 700;
}

.retry-button {
	align-self: center;
	margin-top: 0.75rem;
	padding: 6px 12px;
	font-size: 11px;
	font-family: "RobotoBold";
	background-color: white;
	color: #991216;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

	.retry-button:hover {
		opacity: 0.9;
	}

.error-banner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #991216;
	color: white;
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 1.5rem;
	font-size: 11px;
	font-family: "RobotoBold";
	text-align: left;
}

.title {
	color: var(--unibet-green);
	font-size: 32px;
	font-family: "UnibetPro";
}

.blog-title-container {
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.blog-button-container {
	display: flex;
	justify-content: end;
	align-items: center;
}

.blog-filter-button {
	width: 100%;
	border: 1px solid var(--chalk-white);
	font-size: 24px;
	color: var(--chalk-white);
	font-family: "UnibetPro";
	justify-content: center;
	display: flex;
	border-radius: 2px;
	align-items: center;
	padding: 8px;
	height: 40px;
}

.stipster-button {
	width: 100%;
}

.tip-tabs {
	background-color: var(--chalk-white) !important;
	border-radius: 5px;
	color: var(--tarmac-black) !important;
	font-family: 'UnibetPro';
}

	.tip-tabs > div {
		font-family: 'UnibetPro';
	}

.pls-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFE71E;
	border-radius: 4px;
	color: #000;
	font-family: "UnibetPro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	padding: 10px;
}

.active-tab {
	background-color: #111;
	border-radius: 5px;
	color: var(--chalk-white);
}

.blog-articles-container {
	flex: 1;
	overflow-y: auto;
	padding-bottom: 5vh;
}

.progress-circle {
	--size: 24px;
	--thickness: 3px;
	--value: 50;
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	background: conic-gradient(#E2F8E0 calc(var(--value) * 1%), #235A21 0);
	position: relative;
}

	.progress-circle::after {
		content: '';
		position: absolute;
		top: var(--thickness);
		left: var(--thickness);
		width: calc(100% - 2 * var(--thickness));
		height: calc(100% - 2 * var(--thickness));
		background-color: var(--tarmac-gray);
		border-radius: 50%;
		z-index: 1;
	}

	.progress-circle .icon {
		position: absolute;
		z-index: 2;
		font-size: 18px;
		color: white;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

.quiz-content-container {
	padding: 0 20px;
	height: 65vh;
	overflow: hidden;
	overflow-y: scroll;
}

.no-quiz {
	color: #D1D1D1;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.quiz-subtitle {
	color: var(--Neutral-50, #FFF);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 132%;
}

.past-quiz-container {
	height: 350px;
	overflow: hidden;
	overflow-y: scroll;
	padding-bottom: 2rem;
}

.fade-visible {
	opacity: 1;
	animation: fadeIn 0.5s ease-in;
}

.intro-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10001;
	background-color: var(--tarmac-black);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* Ensure content respects safe areas */
	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
	box-sizing: border-box;
}

.intro-overlay--thunder {
	background-image: url('../images/background/thunder.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.intro-header {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	color: white;
}


.intro-step {
	color: #FFF;
	font-family: "UnibetPro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

.intro-body {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px;
	color: white;
	min-height: 0;
	overflow: hidden;
}

.intro-footer {
	width: 100%;
	text-align: center;
	padding: 16px 20px;
}

	.intro-footer .button-container {
		width: 100%;
		padding: 10px 0;
	}

	.intro-footer .tipster-button,
	.intro-footer .second-button {
		width: 100%;
	}

.skip-text {
	margin-top: 10px;
	cursor: pointer;
	font-size: 16px;
	color: white;
	font-family: "UnibetPro";
}

.daily-drop-overlay {
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: stretch;
	z-index: 1000;
	animation: slideDownOverlay 0.4s ease-out;
}

	.daily-drop-overlay.closing {
		animation: slideUpOverlay 0.3s ease-in;
	}

.streak-info {
	color: var(--Colors-Default-Text-text-100, #FFF);
	text-align: center;
	font-size: 12.985px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.daily-drop-line {
	border-radius: 8px;
	background: var(--Cod-Gray-900, #3D3D3D);
	padding: 12px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.streak-line {
	border-radius: 8px;
	background: var(--Cod-Gray-900, #3D3D3D);
	padding: 12px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.line-container {
	display: grid;
	grid-template-columns: 16% 52% 16% 16%;
	align-content: center;
	align-items: center;
	gap: 4px;
}

.xp {
	color: #FFF;
	font-family: "UnibetPro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

.daily-drop-info {
	color: var(--Colors-Default-Text-text-100, #FFF);
	text-align: center;
	font-size: 12.985px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	padding-top: 12px;
}

.daily-information {
	color: var(--Colors-Default-Text-text-100, #FFF);
	text-align: center;
	font-family: "UnibetPro";
	font-size: 39px;
	font-style: normal;
	font-weight: 500;
	line-height: 107%;
}

.daily-drop-dialog {
	width: 100%;
	height: 100%;
	background: #000;
	padding: 20px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	animation: slideDownDialog 0.5s ease-out;
	transform: translateY(0);
}

	.daily-drop-dialog.closing {
		animation: slideUpDialog 0.3s ease-in;
	}

.daily-drop-header {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-shrink: 0;
}

.daily-drop-title {
	color: #2F9029;
	font-family: "UnibetPro";
	font-size: 32px;
	font-weight: 500;
	line-height: 120%;
	text-align: center;
	margin: 0;
}

.daily-drop-close {
	background: none;
	border: none;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.daily-drop-content {
	flex: 1;
	overflow-y: auto;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 132%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 0;
}

.daily-drop-footer {
	flex-shrink: 0;
	margin-top: auto;
	padding-top: 20px;
	margin-bottom: 6vh;
}

.back-to-overview {
	color: #FFF;
	text-align: center;
	font-family: "UnibetPro";
	font-size: 16px;
	margin-top: 10px;
	cursor: pointer;
}

.progress-container {
	width: 100%;
	height: 8px;
	background-color: #7f7f7f;
	border-radius: 3px;
	overflow: hidden;
}

.progress-fill {
	height: 100%;
	background-color: #2F9029;
	transition: width 0.3s ease-in-out;
}

.fade-in {
	opacity: 0;
	animation: fadeIn 1s ease-in forwards;
}

@keyframes slideDownOverlay {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes slideDownDialog {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slideUpOverlay {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes slideUpDialog {
	from {
		transform: translateY(0);
		opacity: 1;
	}

	to {
		transform: translateY(-100%);
		opacity: 0;
	}
}

.account-icon-container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 12px;
	cursor: pointer;
	border-radius: 4px;
}

.container {
	display: flex;
	gap: 23px;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	margin-top: 8vh;
}

.no-powerplays-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	background: rgba(0, 0, 0, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10000;
	padding: 0;
	margin: 0;
}

.no-powerplays-modal {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 400px;
	background: #2A2A2A;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: calc(24px + env(safe-area-inset-top)) 24px calc(24px + env(safe-area-inset-bottom)) 24px;
}

.no-powerplays-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow-y: auto;
	min-height: 0;
}

.no-powerplays-footer {
	flex-shrink: 0;
	padding-top: 20px;
}

.close-button {
	position: absolute;
	top: 10vh;
	right: 16px;
	color: white;
	font-size: 20px;
	cursor: pointer;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1001;
}

.no-powerplays-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.no-powerplays-icon {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}

.no-powerplays-text {
	margin-bottom: 24px;
}

.no-powerplays-title {
	color: var(--Colors-Default-Text-text-100, #FFF);
	text-align: center;
	font-family: "UnibetPro";
	font-size: 40.499px;
	font-style: normal;
	font-weight: 500;
	line-height: 107%;
}

.no-powerplays-description {
	color: white;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	opacity: 0.9;
}

.no-powerplays-info {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 24px;
}

.info-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: white;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 1.4;
}

.info-emoji {
	font-size: 16px;
}

.info-text {
	flex: 1;
}

.power-play-info-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.power-play-info-modal {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 400px;
	background: #2A2A2A;
	padding: 24px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.power-play-info-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.power-play-info-icon {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}

.power-play-info-text {
	margin-bottom: 20px;
}

.power-play-info-title {
	color: var(--Colors-Default-Text-text-100, #FFF);
	text-align: center;
	font-family: "UnibetPro";
	font-size: 40.499px;
	font-style: normal;
	font-weight: 500;
	line-height: 107%;
}

.power-play-info-description {
	color: var(--Colors-Default-Text-text-100, #FFF);
	text-align: center;
	font-size: 13.162px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

/* Tutorial PowerPlay Popup */
.tutorial-pp-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	background: var(--tarmac-black);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10001;
	padding: 0;
	margin: 0;
}

.tutorial-pp-overlay-dark {
	background: #212121;
}

.tutorial-pp-modal {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 400px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: calc(16px + env(safe-area-inset-top)) 16px calc(16px + env(safe-area-inset-bottom)) 16px;
	overflow: hidden;
	animation: tutorial-pp-slide-up 0.3s ease-out;
}

@keyframes tutorial-pp-slide-up {
	from {
		transform: translateY(100%);
	}
	to {
		transform: translateY(0);
	}
}

.tutorial-pp-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.tutorial-pp-thunder-bg {
	position: absolute;
	bottom: -20%;
	right: -45%;
	height: 115%;
	pointer-events: none;
}

.tutorial-pp-thunder-icon {
	height: 100%;
	width: auto;
}

.tutorial-pp-text {
	position: relative;
	z-index: 1;
	text-align: center;
}

.tutorial-pp-title, .tutorial-pp-subtitle, .tutorial-pp-description {
	color: var(--chalk-white, #FFF);
	text-align: center;
}

.tutorial-pp-description {
	margin-top: 12px;
}

.tutorial-pp-description strong {
	font-weight: 700;
}

.tutorial-pp-footer {
	flex-shrink: 0;
	padding: 0 16px calc(16px + env(safe-area-inset-bottom)) 16px;
	position: relative;
	z-index: 1;
}

.tutorial-pp-footer .tipster-button {
	width: 100% !important;
}

.tutorial-pp-footer .button-container {
	width: 100%;
	padding: 0 !important;
}

.tutorial-pp-skip-button {
	background: none;
	border: none;
	color: var(--chalk-white, #FFF);
	font-weight: normal;
	letter-spacing: 1px;
	cursor: pointer;
	margin-top: 16px;
	padding: 0;
	width: 100%;
	text-align: center;
}

@keyframes powerplayFlashTutorial {
	0% {
		background-color: #413C14;
		border-color: #FEE61E;
		box-shadow: 0 0 20px rgba(254, 230, 30, 0.8);
		transform: translateX(-50%) scale(1);
	}
	100% {
		background-color: #524B1A;
		border-color: #FFF200;
		box-shadow: 0 0 30px rgba(254, 230, 30, 1);
		transform: translateX(-50%) scale(1.02);
	}
}

.pulse-power-play {
	animation: powerplayFlashTutorial 0.8s ease-in-out infinite alternate;
	background-color: #413C14 !important;
	border-color: #FEE61E !important;
	box-shadow: 0 0 20px rgba(254, 230, 30, 0.8);
	border-radius: 50%;
}

.rewards-popup-overlay {
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	height: calc(100% - 50px);
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	z-index: 1000;
}

.rewards-dialog {
	width: 100%;
	max-height: calc(100vh - 50px);
	background: #000;
	padding: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow-y: auto;
	color: #fff;
	animation: slideDown 0.3s ease-out;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
	position: relative;
}

.rewards-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 28px;
	height: 28px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: 0.8;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 10;
}

	.rewards-close:hover {
		opacity: 1;
	}

.rewards-dialog.closing {
	animation: slideUp 0.3s ease-in forwards;
}

.rewards-title {
	color: var(--Apple-600, #2F9029);
	font-family: "UnibetPro";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

.rewards-info {
	color: var(--Neutral-50, #FFF);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 132%;
}

.rewards-item {
	display: flex;
	padding: 12px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	background-color: #212121;
	border-radius: 8px;
	margin-top: 12px;
}

.reward-item-title {
	color: var(--Neutral-50, #FFF);
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}

.reward-item-content {
	color: var(--Neutral-50, #FFF);
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 132%;
}

.claim-button-container {
	margin-top: 20px;
	text-align: center;
}

@keyframes slideUp {
	from {
		transform: translateY(0);
		opacity: 1;
	}

	to {
		transform: translateY(-100%);
		opacity: 0;
	}
}

@keyframes slideDown {
	from {
		transform: translateY(-20px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.progress-circle-rewards {
	--size: 62px;
	--thickness: 6px;
	--value: 50;
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	background: conic-gradient(#E2F8E0 calc(var(--value) * 1%), #5D5D5D 0);
	position: relative;
}

	.progress-circle-rewards::after {
		content: '';
		position: absolute;
		top: var(--thickness);
		left: var(--thickness);
		width: calc(100% - 2 * var(--thickness));
		height: calc(100% - 2 * var(--thickness));
		background-color: #111;
		border-radius: 50%;
		z-index: 1;
	}

	.progress-circle-rewards .icon {
		position: absolute;
		z-index: 2;
		font-size: 18px;
		color: white;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

.gamification {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 10px;
	height: 100%;
}

	.gamification > div {
		display: flex;
		align-items: center;
		justify-content: center;
	}

.gamification-label {
	color: var(--Neutral-50, #FFF);
	font-family: RobotoBold;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 132%;
	padding-left: 5px;
	padding-top: 3px;
}

/* XP / Power Play icon feedback in header */
.xp-fly-chip {
	position: fixed;
	left: 50%;
	top: 65vh;
	transform: translateX(-50%);
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(76, 175, 80, 0.95);
	color: #fff;
	font-size: 11px;
	font-family: "UnibetPro";
	z-index: 1100;
	animation: xpFlyToHeader 2.2s ease-out forwards;
}

.pp-fly-chip {
	position: fixed;
	left: 50%;
	top: 65vh;
	transform: translateX(-50%);
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(255, 231, 30, 0.95);
	color: #111827;
	font-size: 12px;
	font-family: "UnibetPro";
	font-weight: 500;
	z-index: 1100;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	animation: xpFlyToHeader 2.2s ease-out forwards;
}

.pp-fly-chip img {
	display: block;
}

@keyframes xpFlyToHeader {
	0% {
		top: 65vh;
		transform: translateX(-50%) scale(0.9);
		opacity: 1;
	}

	35% {
		top: 30vh;
		transform: translateX(-50%) scale(1.0);
		opacity: 1;
	}

	80% {
		top: 6vh;
		transform: translateX(-50%) scale(0.95);
		opacity: 0.98;
	}

	100% {
		top: 4px;
		transform: translateX(-50%) scale(0.9);
		opacity: 0;
	}
}

@keyframes xpPulse {
	0% {
		transform: scale(1);
		filter: drop-shadow(0 0 0 rgba(226, 248, 224, 0));
	}

	40% {
		transform: scale(1.2);
		filter: drop-shadow(0 0 8px rgba(226, 248, 224, 0.9));
	}

	80% {
		transform: scale(1.05);
		filter: drop-shadow(0 0 5px rgba(226, 248, 224, 0.7));
	}

	100% {
		transform: scale(1);
		filter: drop-shadow(0 0 0 rgba(226, 248, 224, 0));
	}
}

@keyframes powerplayHighlight {
	0% {
		transform: scale(1);
		filter: drop-shadow(0 0 0 rgba(101, 202, 94, 0));
	}

	30% {
		transform: scale(1.15);
		filter: drop-shadow(0 0 8px rgba(101, 202, 94, 0.9));
	}

	70% {
		transform: scale(1.05);
		filter: drop-shadow(0 0 5px rgba(101, 202, 94, 0.7));
	}

	100% {
		transform: scale(1);
		filter: drop-shadow(0 0 0 rgba(101, 202, 94, 0));
	}
}

.xp-icon-animate {
	animation: xpPulse 0.8s ease-out 2;
	transform-origin: center;
}

.powerplay-icon-animate {
	animation: powerplayHighlight 0.8s ease-out 2;
	transform-origin: center;
}

@keyframes fillProgress {
	0% {
		background-color: #666666;
		transform: scaleX(0.8);
		box-shadow: none;
	}

	50% {
		background-color: #66BB6A;
		transform: scaleX(1.05);
		box-shadow: 0 0 12px rgba(76, 175, 80, 0.5);
	}

	100% {
		background-color: #4CAF50;
		transform: scaleX(1);
		box-shadow: 0 0 8px rgba(76, 175, 80, 0.3);
	}
}

.step-block:hover {
	transform: scaleY(1.2);
	transition: transform 0.2s ease;
}

.step-block.completed:hover {
	transform: scaleY(1.2) scaleX(1);
}


.quiz-finished-item {
	width: 100%;
	background-color: #212121;
	border-radius: 4px;
	height: 100px;
	text-align: center;
	display: grid;
	grid-template-columns: 25% 75%;
	margin-top: 4px;
}

.bestresult-info {
	color: #65CA5E;
	font-size: 8px;
	font-style: normal;
	font-weight: 700;
	line-height: 132%;
	margin-left: 5px;
}

.myresult-info {
	color: #FEFFC2;
	font-size: 8px;
	font-style: normal;
	font-weight: 700;
	line-height: 132%;
	margin-left: 5px;
}

.quiz-finished-image-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.quiz-finished-image {
	width: 64px;
}

.quiz-finished-info {
	display: flex;
	justify-content: space-between;
	color: white;
	align-items: center;
	text-align: left;
}

.quiz-finished-date {
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 132%;
}

.quiz-finished-title {
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.quiz-finished-subtitle {
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 132%;
}

.bottom-dialog-overlay {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: flex-end;
	z-index: 1000;
}

.bottom-dialog {
	width: 100%;
	background: white;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
	overflow-y: scroll;
}

.quiz-slide-container {
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
	width: 100%;
	padding-top: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

.quiz-slide-title {
	color: white;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding: 5px;
}

.results-loader {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 50%;
	text-align: center;
	border-bottom: 2px solid transparent;
	padding: 10px 20px;
}

.tab-icon {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.quiz-slide-title {
	margin: 0;
}


.leaderboard-list {
	margin-top: 30px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.leaderboard-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	margin-bottom: 8px;
	border-radius: 4px;
	border: 1px solid var(--Cod-Gray-500, #6D6D6D);
	background: rgba(61, 61, 61, 0.40);
}

	.leaderboard-item.leader-me {
		border: 1px solid #FFE71E;
		background: rgba(255, 231, 30, 0.10);
	}

.position {
	color: #FFF;
	font-family: "UnibetPro";
	font-size: 16px;
	font-weight: 500;
	min-width: 30px;
	text-align: center;
}

.user-info {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
	margin-left: 16px;
}

.avatar {
	height: 32px;
	width: 32px;
	border-radius: 50%;
}


.quiz-item {
	width: 220px;
	border-radius: 8px;
	height: 230px;
	text-align: center;
	background-color: white;
	overflow: hidden;
}

.quiz-info {
	padding-top: 12px;
}

.quiz-image {
	width: 100%;
	height: auto;
	max-height: 140px;
	display: block;
	object-fit: cover;
}

.quiz-date {
	text-align: center;
	font-size: 10.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 132%;
	display: flex;
	gap: 5px;
	justify-content: center;
}

.text-red {
	color: var(--error);
}

.text-black {
	color: black;
}

.text-white {
	color: var(--chalk-white);
}

.quiz-title {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.quiz-title-sub {
	color: #000;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%;
	margin-top: 5px;
}


.dots {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
	gap: 8px;
}

.dot {
	width: 10px;
	height: 10px;
	background-color: #ccc;
	border-radius: 50%;
	transition: background-color 0.3s ease;
}

	.dot.active {
		background-color: #2F9029;
	}

.quiz-wrapper {
	overflow: hidden;
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
	border-radius: 8px;
	box-shadow: 0 4px 15px #39784A, 0 -4px 10px #39784A;
}

.quiz-slider {
	display: flex;
	transition: transform 0.4s ease;
	width: 300%;
}

.quiz-slide {
	flex: 0 0 100%;
	box-sizing: border-box;
	background: none;
	border-radius: 8px;
}

.terms-scroll-link {
	color: #3EAB37;
	text-decoration: underline;
	cursor: pointer;
}

	.terms-scroll-link:hover {
		color: #2F9029;
	}

.quiz-detail-header {
	display: grid;
	grid-template-columns: 95% 5%;
	padding-left: 20px;
	padding-top: 20px;
}

.quizdatetime {
	color: #F6F6F6;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 132%;
}

.quiz-header-title {
	display: flex;
	align-items: center;
	gap: 10px;
}

.quiz-title-wrapper {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	min-width: 0;
}

.quiz-datetime-wrapper {
	display: flex;
	gap: 5px;
	align-items: center;
}


.power-play-overview {
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 16px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.power-play-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
}

.power-play-text {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.power-play-count {
	color: white;
	font-family: "UnibetPro";
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.quiz-detail-title {
	color: #2F9029;
	font-family: "UnibetPro";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}


.power-play-description {
	color: white;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	opacity: 0.9;
}

.score-description {
	color: var(--Neutral-50, #FFF);
	font-family: "UnibetPro";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	text-align: center;
}

.prediction-item-wrapper {
	position: relative;
	margin-top: 2rem;
}

.prediction-item {
	width: 100%;
	min-height: 100px;
	border-radius: 4px;
	border: 1px solid #6D6D6D;
	background: rgba(61, 61, 61, 0.40);
	padding: 12px;
}

.prediction-fixture {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
}

.prediction-teamname {
	color: white;
	font-family: "UnibetPro";
	font-size: 20px;
}

.prediction-teamname-small {
	color: white;
	font-size: 10px;
}

.prediction-teamname-small-away {
	text-align: end;
}

.prediction-time {
	color: white;
	font-size: 10px;
	opacity: 0.5;
}

.prediction-options {
	display: grid;
	width: 100%;
	margin-top: 8px;
	gap: 8px;
}

.option-item {
	background-color: #D1D1D1;
	padding: 4px;
	color: #212121;
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
	width: 100%;
	min-height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.option-item-selected {
	background-color: #3EAB37;
}

.option-item-selected-wrong {
	background-color: var(--error);
}

.question-description {
	color: #F6F6F6;
	text-align: center;
	font-family: "RobotoBold";
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	margin: 0;
	padding-top: 10px;
}

.quiz-icon-top {
	position: absolute;
	top: -17px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.quiz-icon {
	height: 32px;
	width: 32px;
	background: #000000;
	border-radius: 50%;
	border: 1px solid var(--cta-yellow, #FFE71E);
	padding: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.quiz-icon-disabled {
	background: #3D3D3D;
	border: 1px solid #6D6D6D;
	cursor: not-allowed;
}

.quiz-icon-top-locked {
	pointer-events: none;
}

.quiz-icon-locked {
	cursor: not-allowed;
}

.power-play-active {
	border: 1px solid var(--cta-yellow, #FFE71E);
}

.power-play-container {
	background: rgba(47, 144, 41, 0.40) !important;
	border-color: #3EAB37 !important;
}

.power-play-status {
	background: rgba(47, 144, 41, 0.40);
	color: white;
	text-align: center;
	padding: 8px;
	border-radius: 0 0 4px 4px;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
}

.power-play-status-finished {
	background: rgba(47, 144, 41, 0.40) !important;
	border: 1px solid #3EAB37 !important;
}

.power-play-thunder-icon {
	height: 20px;
	width: auto;
	filter: brightness(0) invert(1); /* Make icon white */
}

.checkbox-section {
	padding: 0 24px 16px 24px;
}

.checkbox-container {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 25px;
}

.terms-checkbox {
	margin-top: 2px;
	width: 16px;
	height: 16px;
}

.checkbox-label {
	font-size: 12px;
	line-height: 130%;
	color: #000;
	cursor: pointer;
	flex: 1;
	margin-top: 5px;
}

.validation-error {
	color: #d32f2f;
	font-size: 12px;
	margin-top: 8px;
}

.secondary-cta-label {
	font-size: 16px;
	font-family: "UnibetPro";
	color: var(--chalk-white);
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
}

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	opacity: 0;
	animation: fadeIn 0.25s forwards;
}

.popup-container {
	background: white;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	position: relative;
	width: 90%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transform: scale(0.95);
	animation: scaleIn 0.25s forwards;
}

.popup-description {
	font-size: 0.95rem;
	color: #333;
	margin-bottom: 8px;
	margin-top: 8px;
}

.popup-close-icn {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

/* Animations */
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes scaleIn {
	from {
		transform: scale(0.95);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes scaleOut {
	from {
		transform: scale(1);
		opacity: 1;
	}

	to {
		transform: scale(0.95);
		opacity: 0;
	}
}

@media (min-height: 600px) {
	.bottom {
		position: absolute;
		bottom: 0;
	}
}.featured-quiz-container {
	overflow: hidden;
	width: 100vw;
	margin-left: -16px;
	position: relative;
	padding: 0 0 20px;
}

.featured-quiz-slider {
	display: flex;
	align-items: center;
	will-change: transform;
	transition: transform 0.4s ease;
}

.featured-quiz-slide {
	flex-shrink: 0;
	width: 70vw;
	margin-right: 0;
	opacity: 0.7;
	cursor: pointer;
	transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s ease-out;
}

.featured-quiz-slide.active {
	opacity: 1;
	z-index: 10;
}

.featured-quiz-slide .featured-quiz-bottom-content {
	opacity: 0;
	pointer-events: none;
}

.featured-quiz-slide.active .featured-quiz-bottom-content {
	opacity: 1;
	pointer-events: auto;
}

.featured-quiz-slide .featured-quiz-prize-banner {
	opacity: 0;
}

.featured-quiz-slide.active .featured-quiz-prize-banner {
	opacity: 1;
}

@keyframes featured-quiz-slide-enter {
	from {
		opacity: 0;
		transform: scale(0.95);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.featured-quiz-slide-enter {
	animation: featured-quiz-slide-enter 0.3s ease-out;
}

.featured-quiz-slide:last-child {
	margin-right: 0;
}

.featured-quiz-item {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.featured-quiz-image {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	height: 220px;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: flex-end;
}

@media (min-width: 600px) {
	.featured-quiz-image {
		height: 250px;
	}
}

@media (min-width: 768px) {
	.featured-quiz-image {
		height: 280px;
	}
}

/* Prize banner at bottom of image */
.featured-quiz-prize-banner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	background: linear-gradient(90deg, rgba(38, 94, 32, 0.00) 0%, rgba(38, 94, 32, 0.80) 12%, #265E20 50%, rgba(38, 94, 32, 0.80) 88%, rgba(38, 94, 32, 0.00) 100%);
	padding: 8px;
	margin: 0 6px;
	flex-wrap: wrap;
}

.featured-quiz-prize-banner img {
	filter: brightness(0) invert(1);
}

.prize-description {
	color: var(--chalk-white, #FFFFFF);

}

/* Bottom content section below the image */
.featured-quiz-bottom-content {
	display: flex;
	flex-direction: column;
	margin: 18px 0 0;
}

.featured-quiz-subtitle, .featured-quiz-title {
	margin-top: 4px;
	color: var(--chalk-white, #FFFFFF);
	text-align: center;
}

.featured-quiz-date {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	text-align: center;
}

.featured-quiz-date.text-white {
	color: #FFFFFF;
}

.featured-quiz-date.text-red {
	color: #F35C5C;
}

.clock-icon {
	width: 14px;
	height: 14px;
}

.featured-quiz-button {
	margin-top: 16px;
	display: flex;
	justify-content: center;
	
	.button-container {
		padding: 0;
		width: fit-content;
		
		.tipster-button {
			font-size: 16px;
			padding: 10px 32px;
			width: fit-content;
		}
	}
}

.featured-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.featured-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--tarmac-gray-400, #666666);
	transition: all 0.3s ease;
}

.featured-dot.active {
	background-color: var(--chalk-white, #FFFFFF);
}

.empty-state {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--tarmac-gray);
	border-radius: 8px;
	padding: 16px 24px;
	color: var(--chalk-white);
}

.empty-state .empty-icon {
	font-size: 32px;
	margin-bottom: 16px;
}

.empty-state .empty-title {
	color: var(--chalk-white);
	margin-bottom: 8px;
}

.empty-state .empty-description {
	color: var(--chalk-white);
	text-align: center;
	margin-bottom: 16px;
	white-space: pre-line;
}

.empty-state .empty-button-wrapper {
	padding: 0 32px;
	width: 100%;
}

.view-all-results-btn {
	margin-top: 12px;
	margin-bottom: 16px;
}

.view-all-results-btn .button-container {
	padding: 0;
	width: 100%;
}

.view-all-results-btn .third-button,
.view-all-results-btn .tipster-button {
	width: 100%;
}

.load-more-btn {
	margin-top: 12px;
	margin-bottom: 16px;
}

.load-more-btn .button-container {
	padding: 0;
	width: 100%;
}

.load-more-btn .third-button,
.load-more-btn .tipster-button {
	width: 100%;
}

.tiebreaker-input {
	color: var(--chalk-white) !important;
	background-color: var(--tarmac-gray-850) !important;
	border-radius: 12px !important;
	font-size: 14px !important;
	line-height: 24px !important;
	padding: 12px !important;
	border: none !important;
}

.tiebreaker-input:focus {
	outline: 1px solid var(--tarmac-gray-400) !important;
}

.tiebreaker-input::placeholder {
	color: var(--tarmac-gray-200) !important;
}

.game-results-page {
	position: fixed;
	top: 40px;
	left: 0;
	width: 100vw;
	height: calc(100vh - 36px);
	background-image: url('../images/background/lingoal_successBG.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 10;
	background-color: var(--tarmac-gray);
	overflow: hidden;
	pointer-events: auto;
}

.game-results-container {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 20px;
	gap: 20px;
	justify-content: space-between;
	width: 100%;
}

.game-results-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	flex: 1;
	justify-content: center;
	padding-top: 40px;
	width: 100%;
	overflow-y: scroll;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

.game-results-content.quiz-content-container {
	padding: 0;
}

.game-results-cta-container {
	width: calc(100% + 40px);
	margin: 0 -20px;
	padding: 8px 20px calc(4px + env(safe-area-inset-bottom)) 20px;
	position: relative;
	z-index: 20;
	pointer-events: auto;
}

.game-results-cta {
	width: 100%;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid var(--cta-yellow);
	background-color: var(--cta-yellow);
	color: var(--tarmac-black);
	font-family: 'UnibetPro';
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	cursor: pointer;
	transition: all 0.2s;
	position: relative;
	z-index: 20;
	pointer-events: auto;
}

.game-results-cta:not(:disabled):active {
	transform: scale(0.98);
	background-color: var(--yellow-500);
}

.game-results-cta:disabled {
	background-color: var(--tarmac-gray-500);
	border-color: var(--tarmac-gray-500);
	color: var(--tarmac-black);
	cursor: not-allowed;
	opacity: 1;
}

.game-intro-page {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10;
	background: var(--tarmac-black);
}

.game-intro-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.game-intro-overlay {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 2rem 1rem;
}

.game-intro-back {
	cursor: pointer;
	width: fit-content;
}

.game-intro-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin-top: 40px;
}

.game-intro-badge {
	background-color: var(--unibet-green);
	padding: 0 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.game-intro-badge,
.game-intro-badge .h5,
.game-intro-badge span {
	color: #FFF !important;
}

.game-intro-title {
	color: var(--unibet-green);
	text-align: center;
	font-family: "UnibetPro";
	font-size: 44px;
	font-weight: 500;
	line-height: 48px;
	text-transform: uppercase;
	margin: 0;
	width: 100%;
}

.game-intro-description {
	color: var(--tarmac-gray-200);
	text-align: center;
	margin: 0;
	width: 100%;
}

.game-intro-bottom {
	margin-top: auto;
	text-align: center;
}

.game-intro-bottom :deep(.button-container) {
	width: 100% !important;
}

.game-intro-bottom :deep(.tipster-button) {
	width: 100% !important;
}

.game-intro-how {
	color: var(--chalk-white);
	font-family: "UnibetPro";
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	text-align: center;
	cursor: pointer;
	margin-top: 1rem;
}

.game-countdown-page {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10;
	background: black;
	display: flex;
	justify-content: center;
	align-items: center;
}

.game-countdown-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.game-countdown-gif {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
