﻿* {
	scrollbar-width: none;
	-ms-overflow-style: none;
}
	
	*::-webkit-scrollbar {
		display: none; 
	}

/* Typography */
.h1 {
	font-family: Korolev;
	font-size: 32px;
	font-style: italic;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}

.h2 {
	font-family: Korolev;
	font-size: 24px;
	font-style: italic;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}

.h3 {
	font-family: Korolev;
	font-size: 20px;
	font-style: italic;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}

.h4 {
	font-family: Korolev;
	font-size: 18px;
	font-style: italic;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}

.h5 {
	font-family: Korolev;
	font-size: 16px;
	font-style: italic;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}

.h6 {
	font-family: Korolev;
	font-size: 14px;
	font-style: italic;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}

.small-text {
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.small-subtitle {
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.button-text {
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.subtitle {
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.menu-tab-title {
	font-family: Poppins;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.subtitle-caption {
	font-family: Poppins, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.subtitle-small {
	font-family: Poppins, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.subtitle-body {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.subtitle-bold {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
}

.body-regular {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.body-input {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.public-container {
	min-height: 100vh;
}

.stepper {
	font-size: 16px;
	color: var(--neutral-white);
	margin: 0;
	line-height: 25px;
	display: inline-flex;
	align-items: center;
}

.welcome-content {
	padding-top: 10rem;
}

.back-container {
	display: flex;
	padding-top: 12px;
	align-items: center;
	gap: 8px;
	line-height: 25px;
}

.back-container img {
	display: block;
	height: 25px;
	vertical-align: middle;
}

.page-container {
	height: 100%;
}

.scroll-container {
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
	overscroll-behavior: none;
}

.loader {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 25px;
}

.title-filter-detail {
	font-size: 20px;
	font-weight: 600;
	text-align: left;
}

.settings-title-container {
	display: flex;
	align-items: center;
}

.promotion-timer {
	background: linear-gradient(137deg, #E8E3FB 6.66%, #DBD1FA 93.34%);
	padding: 8px;
	font-size: 12px;
	color: var(--Primary-Dark-purple, #412786);
	font-family: Poppins;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	border-start-start-radius: 12px;
	border-start-end-radius: 12px;
	/* keep the countdown on a single line with fixed-width digits,
	   otherwise the card height changes every second and the page jumps */
	white-space: nowrap;
	overflow: hidden;
	font-variant-numeric: tabular-nums;
}

.tip-fixture {
	color: #412786;
	font-family: 'Poppins';
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.argumentation {
	padding-top: 1rem;
	text-align: left;
	font-size: 13px;
	overflow: hidden;
}

.tip-header {
	border-bottom: 1px solid #C0AFEF;
	border-start-start-radius: 10px;
	border-start-end-radius: 10px;
}

.tip-header-finished {
	display: grid;
	grid-template-columns: 1fr auto;
	width: 100%;
	background-color: #E6E1FB;
	border-start-start-radius: 10px;
	border-start-end-radius: 10px;
}

.tip-user-header {
	display: flex;
	flex: 1;
	font-size: 10px;
	align-items: center;
}

.tip-badge-header {
	display: flex;
	align-items: center;
	padding: 4px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #C0AFEF;
	font-size: 10px;
	border-radius: 24px;
}

.tip-badge-header-finished {
	display: flex;
	align-items: center;
	padding: 4px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: white;
	color: #412786;
	font-size: 10px;
	border-radius: 24px;
}

.tip-information-container {
	display: flex;
	justify-content: space-between;
}

.tip-badge-header-status {
	display: flex;
	align-items: center;
	padding: 4px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: white;
	font-size: 10px;
	border-radius: 24px;
}


.tip-badge-header-status-finished {
	display: flex;
	align-items: center;
	padding: 4px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: white;
	color: #412786;
	font-size: 10px;
	border-radius: 24px;
}

.tip-content-container { 
	padding: 16px;
}

.tip-date {
	color: #412786;
	font-family: Poppins;
	font-size: 8px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-top: 2px;
}

.tip-description-container { 
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tip-bet {
	font-size: 14px;
	font-family: "PoppinsBold";
	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: 14px;
	font-family: "PoppinsBold";
	text-align: left;
	padding-top: 9px;
	padding-bottom: 16px;
}

.tip-odd {
	background-color: transparent;
	color: #412786;
	border: 1px solid #412786;
	border-radius: 8px;
	font-size: 14px;
	padding: 8px;
	text-align: center;
	font-family: "Poppins";
}

.tip-odd-finished {
	background-color: transparent;
	border: 1px solid #412786;
	border-radius: 8px;
	font-size: 14px;
	padding: 8px;
	height: 40px;
	text-align: center;
	font-family: "Poppins";
}


.tip-actions-finished {
	display: grid;
	grid-template-columns: 35% 63%;
	grid-column-gap: 4%;
}

.tip-actions {
	display: grid;
	grid-template-columns: 34% 64%;
	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;
}

.community-header {
	display: flex;
	height: 100%;
	align-items: center;
	border-top-left-radius: 8px;
	background-color: #7F5EF6;
	align-items: center;
	color: white;
}

.community-inner-header {
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	align-items: center;
}

.combi-item {
	border: 1px solid #C0AFEF;
	border-radius: 4px;
	margin-top: 4px;
}

.combi-container {
	padding: 8px 8px 0px 8px;
}

.tip-odd-combi {
	font-size: 16px;
	font-family: "Korolev";
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

/* Banner tip card overrides */
.banner-tip-inner {
	zoom: 0.3;
}

.android .banner-tip-inner {
	zoom: 0.6;
}

.banner-stub-inner {
	zoom: 0.3;
}

.android .banner-stub-inner {
	zoom: 0.6;
}

.android .banner-tip-inner .tip-container {
	margin-top: 0;
}

.android .banner-tip-inner .tip-content-container {
	padding: 8px 8px 4px;
}

.banner-tip-inner .tip-user-header {
	padding-left: 10px;
}

.banner-tip-inner .tip-user-header img {
	width: 48px !important;
	height: 48px !important;
}

.banner-tip-inner .tip-badge-header {
	margin-right: 10px;
}

.banner-tip-inner .tip-information-container > div:first-child {
	min-width: 0;
	overflow: hidden;
}

.banner-tip-inner .tip-fixture,
.banner-tip-inner .tip-bet {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.banner-tip-inner .tip-bet-open {
	display: block;
	white-space: normal;
}

.banner-tip-inner .tip-bet {
	margin-bottom: 14px;
}

.banner-tip-inner .tip-date {
	font-size: 9px;
	display: block;
	transform: scale(0.7);
	transform-origin: left center;
}

.banner-tip-inner .tip-actions {
	display: flex;
	gap: 8px;
}

.banner-tip-inner .tip-odd {
	width: auto;
}

.banner-tip-inner .tip-play {
	flex: 1;
}
