@charset "utf-8";

:root {
	--euroblue: #004ea0;
	--euroyellow: #ffd600;
}

.euro-header-bg-match{
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	height: 500px;
	z-index: -1;
	/* overflow: hidden; */
	display: flex;
	font-size: 0;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-size: cover;
	background-image: url(https://images.unsplash.com/photo-1629217855633-79a6925d6c47?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}
	.euro-header-bg-match:before{
		content: " ";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 3;
		opacity: 0.89;
		background: linear-gradient(45deg, #0015ff, #004ea0);
	}
	.euro-header-bg-match img.logo{
		position: relative;
		width: 160px;
		margin-bottom: -100px;
		z-index: 99;
	}
	@media (max-width: 767px){
		.euro-header-bg-match img.logo{
			margin-bottom: 20px;
			width: 100px;
		}
		.euro-header-bg-match {
			height: 270px;
		}
	}

.euro2024-widget{
	position: relative;
	background-color: #0015ff;
	margin-bottom: 30px;
	padding: 20px 0;
	text-align: center;
	background-position: center;
	background-size: cover;
	background-image: url(https://images.unsplash.com/photo-1629217855633-79a6925d6c47?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}
	.euro2024-widget:before{
		content: " ";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
		opacity: 0.89;
		background: linear-gradient(45deg, #0015ff, #004ea0);
	}
	.euro2024-widget .logo{
		position: relative;
		z-index: 2;
		width: 100px;
		margin-bottom: -30px;
	}
	.euro2024-widget .fixture-card{
		background-color: #00276a;
		border-color: #4f6895;
	}
	.euro2024-widget .fixture-card .fixture-head{
		border-bottom-color: #4f6895;
	}

.euro-header-bg{
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	height: 500px;
	z-index: -1;
	/* overflow: hidden; */
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-size: cover;
	background-image: url('../images/euro2024/one-euro-bg.png');
}
	.euro-header-bg-match:after,
	.euro-header-bg:before{
		content: " ";
		position: absolute;
		left: 0;
		right: 0;
		top: -100px;
		height: 100px;
		z-index: 1;
		background-color: #FFF;
	}
	.euro-header-bg img.logo{
		width: 160px;
		margin-bottom: -100px;
	}
	@media (max-width: 767px){
		.euro-header-bg img.logo{
			margin-bottom: 20px;
			width: 100px;
		}
		.euro-header-bg {
			height: 270px;
		}
	}
@media (max-width: 767px){
	.standing-carousel{
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
		white-space: nowrap;
		overflow-x: scroll;
		direction: ltr;
		padding-bottom: 30px;
		scroll-snap-align: center;
		scroll-snap-type: x mandatory;
	}	
		.standing-carousel .fixture-card {
			display: inline-block;
			scroll-snap-align: center;
			scroll-snap-type: x mandatory;
		}	
}

.euro-btn{
	background-color: #1f3bd3;
	display: inline-block;
	font-size: 12px;
	color: #FFF;
	padding: 10px 15px;
	border-radius: 5px 5px 0 0;
}
	.euro-btn:hover{
		color: #FFF;
	}

.euro-header{
	background-color: var(--euroblue);
}


.euro2024-spacer.container{
	margin-top: 307px;
}
@media (max-width: 767px){
	.euro2024-spacer.container{
		margin-top: 250px;
	}
}
.euro2024-news{
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: rgba(0, 0, 0, 0.3);
}
.euro2024 h2{
	color: #7f93ff;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.fixture-card{
	position: relative;
	z-index: 1;
	display: block;
	direction: ltr;
	border: 1px solid #252525;
	border-radius: 7px;
	background-color: #333333;
	backdrop-filter: blur(10px);
	box-shadow: 0 30px 50px 1px rgba(0, 0, 0, 0.2);
}
	.fixture-card .fixture-head{
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 13px;
		color: #CCC;
		font-weight: bold;
		padding: 15px;
		border-bottom: 1px solid #252525;
	}
		.fixture-head .status{
			padding: 2px 10px;
			font-size: 10px;
			border-radius: 5px;
		}
		.fixture-head .status.live{
			background-color: #e00000;
		}
	.fixture-card .elapsed-time{
		font-size: 12px;
		color: #888;
	}
	.fixture-card .fixture-body{
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: center;
		padding: 15px;
	}
		.fixture-card .fixture-body .score{
			font-weight: bold;
			color: #FFF;
		}
		.fixture-card .datetime-venue{
			font-size: 11px;
			padding: 10px;
			color: #FFF;
		}
		.fixture-card .datetime-venue span{
			display: block;
			opacity: 0.4;
		}
		.fixture-card .fixture-body .team{
			flex: 1;
			color: #CCC;
		}
		.fixture-card .fixture-body .team img{
			width: 40px;
			height: 40px;
			margin-bottom: 12px;
		}
		.fixture-card .fixture-body .team strong{
			display: block;
			font-weight: normal;
			font-size: 13px;
		}
		.fixture-card-row .fixture-body{
			padding: 15px 15px;
			padding-top: 0;
			border-bottom: 1px solid #2b2b2b;
		}
		.fixture-card-row .fixture-body .team{
			padding: 0 20px;
			white-space: nowrap;
		}
		.fixture-card-row .fixture-body .team img{
			width: 30px;
			height: 30px;
		}
		.fixture-card-row .fixture-body .team img,
		.fixture-card-row .fixture-body .team strong{
			font-size: 13px;
			display: inline-block;
			vertical-align: middle;
			margin: 0;
		}
		.fixture-card-row .fixture-body .team strong{
			padding: 0 10px;
		}
	.fixture-card .fixture-foot{
		background-color: #dbe8f1;
		text-align: center;
		font-size: 12px;
		color: #333;
		padding: 10px;
		border-radius: 0 0 7px 7px;
	}

.fixture-card .fixture-body table,
.euro-card table{
	width: 100%;
	color: #FFF;
	font-size: 13px;
}
	.fixture-card .fixture-body table thead tr th,
	.euro-card table thead tr th{
		font-size: 10px;
		text-transform: uppercase;
		text-align: left;
		opacity: 0.5;
		padding: 5px;
	}
	.fixture-card .fixture-body table tbody tr td,
	.euro-card table tbody tr td{
		padding: 7px;
	}


.euro-card{
	position: relative;
	z-index: 1;
	display: block;
	direction: ltr;
	border: 1px solid #2525258f;
	border-radius: 7px;
	background-color: #333333e1;
	backdrop-filter: blur(10px);
	box-shadow: 0 30px 50px 1px rgba(0, 0, 0, 0.2);
}
	.euro-card .euro-head{
		display: flex;
		justify-content: space-between;
		font-size: 14px;
		color: #CCC;
		font-weight: bold;
		padding: 15px;
		border-bottom: 1px solid #2525258f;
	}
	.euro-card .euro-body{
		padding: 15px;
	}

.euro-events-list .euro-events:nth-child(even){
	background-color: #393939;
}

.euro-events{
	color: #999;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
}
	.euro-events strong{
		font-size: 14px;
	}
	.euro-events .event{
		font-size: 14px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.euro-events.goal{
		color:  #FFF;
	}
	.euro-events .event .home,
	.euro-events .event .away,
	.euro-events .event .time{
		flex: 1;
	}
	.euro-events .event .sub-on,
	.euro-events .event .sub-off{
		position: relative;
	}
	.euro-events .event .sub-on:before{
		content: " ";
		display: inline-block;
		width: 12px; 
		height: 0; 
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 7px solid green;
	}
	.euro-events .event .sub-off:before{
		content: " ";
		display: inline-block;
		width: 12px; 
		height: 0;
		margin-right: 10px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-right: 7px solid red;
	}
	.euro-events .event .yellow_card{
		position: relative;
		color: #ffd600;
		font-size: 12px;
	}
		.euro-events .event .yellow_card:before{
			display: inline-block;
			content: " ";
			margin-right: 5px;
			width: 10px;
			height: 12px;
			transform: skewX(-10deg);
			background-color: #ffd600;
		}
	.euro-events .event .red_card{
		font-size: 12px;
		position: relative;
		color: #e4010b;
	}
		.euro-events .event .red_card:before{
			display: inline-block;
			content: " ";
			margin-right: 5px;
			width: 10px;
			height: 12px;
			transform: skewX(-10deg);
			background-color: #e4010b;
		}
	
.euro-statistics{
	color: #FFF;
	border-bottom: 1px solid #292929;
	padding: 10px;
	text-align: center;
}
	.euro-statistics strong{
		font-size: 14px;
	}
	.euro-statistics .stats{
		font-size: 14px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.euro-statistics .stats .value{
		width: 60px;
	}
	.euro-statistics .stats .progress-bar{
		background-color: #555;
		margin: 0 10px;
		flex: 1;
		width: 100%;
		height: 5px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		border-radius: 10px;
	}
		.euro-statistics .stats .progress-bar .bar{
			background: #65afff;
			width: 33%;
			height: 5px;
		}
		.euro-statistics .stats .progress-bar .bar:nth-child(2){
			background-color: #ff5861;
		}

.euro-coach{
	background-color: #353535;
	padding: 10px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	color: #FFF;
}
	.euro-coach img{
		width: 70px;
		object-fit: cover;
		border-radius: 70px;
		margin-right: 15px;
	}
	.euro-coach strong{
		display: block;
		font-size: 14px;
	}
	.euro-coach span{
		display: block;
		font-size: 13px;
		opacity: 0.5;
	}

.top-banner-euro-ad{
	background-color: #333333;
	padding: 3px;
}

.event-team-labels{
	text-align: center;
}
	.event-team-labels img{
		width: 40px;
	}
	.event-team-labels strong{
		display: block;
		color: #FFF;
		font-size: 13px;
		margin: 10px;
	}

.euro-post{
	background-color: #333333;
	height: 100%;
	padding: 5px;
	border-radius: 0;
	box-shadow: 0 30px 50px 1px rgba(0, 0, 0, 0.2);
}
	.euro-post img{
		margin: 0;
		border-radius: 0;
	}
	.euro-post.card-post-lg img{
		height: 300px;
	}
	.euro-post.card-post-xl img{
		height: 380px;
	}
	.euro-post span{
		display: block;
		padding: 0 15px;
		margin-bottom: 15px;
	}
	.euro-post strong{
		display: block;
		padding: 15px;
		color: #FFF;
		margin: 0;
	}
	.euro-post.card-post-xl strong{
		font-size: 30px;
	}

.match-header{
	color: #FFF;
	padding: 30px;
	padding-bottom: 40px;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	direction: ltr;
	border: 1px solid #252525;
	border-radius: 7px;
	background-color: #333333;
	backdrop-filter: blur(10px);
	box-shadow: 0 30px 50px 1px rgba(0, 0, 0, 0.2);
}
	.match-header .team{
		flex: 1;
		font-size: 14px;
		padding: 0 30px;
	}
	.match-header .team:nth-child(2){
		text-align: right;
	}
	.match-header .team img{
		width: 70px;
		margin: 0 15px;
	}
	.match-header .score-timer{
		text-align: center;
	}
	.match-header .time{
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -20px;
		width: 40px;
		text-align: center;
		display: inline-block;
		padding: 3px 5px;
		border-radius: 0 0 5px 5px;
		font-size: 13px;
		background-color: #00a85d;
	}
		.match-header .time.upcoming{
			width: 90px;
			margin-left: -45px;
			background-color: #222;
		}
	.match-header .venue{
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -150px;
		width: 300px;
		opacity: 0.5;
		border-top: 1px solid #555;
		text-align: center;
		display: inline-block;
		padding: 3px 5px;
		font-size: 11px;
	}

.footer-euro2024{
	background-color: #111;
}