﻿/*Fade effect in all pages*/
.tile {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 0;
}
.inView {
    opacity: 1;
    
}
.tile:not(.videoT){
     -webkit-transform: translateY(70px) rotate(0deg) translateZ(0);
     transform: translateY(70px) rotate(0deg) translateZ(0);
}
.inView:not(.videoT){
    -webkit-transform: translateY(0px) rotate(0deg) translateZ(0);
    transform: translateY(0px) rotate(0deg) translateZ(0);
}
/*Fade effect in all pages end*/
.margins{
    margin:2rem auto;
}
.paddings{
    padding:0 2rem;
}
.uefa-hero{
    overflow:hidden;
    position:relative;
    margin-top:160px;
}
/*SCHEDULE*/
.swiper.uefa .swiper-slide{
    overflow:hidden;
}
.team_name_schedule {
    width: calc(65% - 7.5px);
    font-size: 14px;
    height: auto;
    text-align: center;
    font-weight: bold;
}
.schedule-name .schedule-img {
    display:flex;
	width: calc(40% - 7.5px);
	height: auto;
}

.Swiper1 {
	font-family: 'Cera-Ant1-black';
	background-color: #1a1a1a;
	min-height: 120px;
	position: relative;
	padding: 15px 30px;
}

.swiper-button-prev-section-1 {
	left: 30px;
	bottom: 50%;
}
.swiper-button-next-section-1 {
    bottom: 50%;
}

/*SCHEDULE*/
.live_now_uefa {
	margin: 0;
	font-size: 20px;
	width: 100%;
	text-align: center;
	align-self: center;
}
.live-icon{
    margin-right:0;
}
.scedule-home {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: rgb(26, 26, 26);
    border: 2px solid green;
    padding: 10px 15px;
    border-radius: 20px;
    height:auto;
    overflow:hidden;
    align-self:center;
    margin:0;
}
.scedule-home:last-child{
    background-color:black;
    border:none;
}
.uefa_channel {
	width: 100%;
	display: flex;
	flex-direction: row;
    gap: 15px;
    max-width: 25px;
    align-items:center;
}
.schedule-title {
	display: flex;
	width:100%;
}
.schedule-title:last-child {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.schedule-hour {
	display: flex;
	flex-direction: row;
	align-self: center;
    width: auto;
    text-transform: uppercase;
    font-size:16px;
    font-weight:700;
}
.schedule-time {
	text-align: center;
	align-self: center;
    padding:0;
    font-size:16px;
    font-weight:700;
}
.channel_inactive img {
    opacity: 0.3;
}
.ant1pluslogo_uefa {
    height: auto;
    width: 100%;
    max-width: unset;
    min-width: 35px;
    margin-bottom: 2px;
}
.schedule-info {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 15px;
	max-width: unset;
    align-items:center;
}
.schedule-name {
	display: flex;
	flex-direction: row;
	width: calc(50% - 7.5px);
    gap: 10px;
    align-items:center;
    justify-content:center;
}

.solid {
	width: 10px;
}
.swiper-button-prev-section-1-uefa_res {
	position: absolute;
    z-index: 9;
    left:0;
    top:25%;
}
.swiper-button-next-section-1-uefa_res {
	position: absolute;
    z-index: 9;
    right:-6px;
    top:25%;
}
.SwiperScores .fa-solid.fa-chevron-right {
	position: absolute;
	height: auto;
	top: 0;
	right: 0;
    cursor:pointer;
}
.SwiperScores .fa-solid.fa-chevron-left{
    position:absolute;
    height:auto;
    top:0;
    left:0;
    cursor:pointer;
}
/*RESULTS*/
.group-title {
	font-weight: 700;
	font-size: 22px;
    margin:15px 0;
}
.uefa_results_main_container {
    display: flex;
    align-items: center;
    justify-content:center;
}
li.section-title:first-child {
    border-right: 1px solid #fff;
    padding-right: 10px;
}
li.section-title a {
    opacity: 0.3;
}
li.active.section-title a {
    opacity: 1;
}
.europa_table .table_results {
    border-radius: 25px;
    transform: rotate(0deg);
    border: 3px solid #ff6900;
    overflow: hidden;
    border-spacing: 0;
    border-collapse: separate;
}
.conference_table .table_results {
    border-radius: 25px;
    transform: rotate(0deg);
    border: 3px solid #00be14;
    overflow: hidden;
    border-spacing: 0;
    border-collapse: separate;
}
.more_fixture_uefa {
    text-align: center;
    display: inline-block;
    width: 100px;
    margin: 0 auto;
    padding: 10px 20px;
    font-family: 'Cera-Ant1-black';
    font-weight: bold;
    border-radius: 5px;
}
.europa_table .more_fixture_uefa {
    border:1px solid #ff6900;
}
.conference_table .more_fixture_uefa {
    border:1px solid #00be14;
}
.europa_table .more_fixture_uefa:hover {
    border:1px solid #ff6900;
    background-color:#ff6900;
}
.conference_table .more_fixture_uefa:hover {
    border:1px solid #00be14;
    background-color:#00be14;
}

.europa_table tbody tr:nth-child(even) {
    background-color: #ff68004f;
}
.conference_table tbody tr:nth-child(even) {
    background-color: rgb(0 190 20 / 27%);
}
.league {
    display:flex;
    flex-direction:row;
    gap:15px;
    text-align: center;
    color: white;
    transition: opacity 0.3s ease;
    cursor: pointer;
    align-items:center;
    width:50%;
}

.league img {
    height: 60px;
    margin-bottom: 10px;
}

.league p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-size:20px;
}

.divider {
    width: 2px;
    height: 80px;
    background-color: #b3b3b3;
    margin: 0 20px;
}

.active {
    opacity: 1;
}

.inactive {
    opacity: 0.3;
}
/*new css for home page*/
.title_results li a,
.title_teams li a {
	font-size: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	column-gap: 10px;
}
.title_results .tabs,
.title_teams .tabs {
	display: flex;
	justify-content: center;
	align-items: center;
    gap: 10px;
}
.title_results img {
	max-height: 40px;
}
.title_results .tabs li,
.title_teams .tabs li{
    width:calc(50% - 10px);
    margin:0;
}
.title_results .tabs li:first-child a,
.title_teams .tabs li:first-child a{
	display: flex;
	justify-content: flex-end;
	margin: 0;
}
.title_results .tabs li:last-child a,
.title_teams .tabs li:last-child a{
	display: flex;
	justify-content: flex-start;
	margin: 0;
}
.table_results{
    background-color:#1a1a1a;
    font-family: 'Cera-Ant1-black';
    margin: 0;
}
.table_body tr td:first-child {
	width: auto;
	display: flex;
	align-content: ;
	align-items: center;
    text-align:left;
}
.table_body td ,.table_head th{
	padding: 10px;
    text-align: center;
    font-weight: 400;
    column-gap:10px;
}
th:last-child, td:last-child,
.table_body td:last-child, .table_head th:last-child {
	font-weight: 700;
}
/*end*/

/*slider groups*/
.uefa_group {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.group-info {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.team_info {
	display: flex;
	flex-direction: row;
	border-bottom: 2px solid gray;
	align-items: center;
	gap: 15px;
	padding-bottom: 5px;
}
.team_info:last-child{
    border-bottom:0;
}
.team_info .schedule-img {
	width: 25%;
}
.uefa_team_name{
    width:25%;
}
.team_results {
	width: 50%;
}
.game_results {
	list-style: none;
	display: flex;
	justify-content: space-evenly;
	gap: 25px;
	padding: 0;
	margin: 0;
	font-size: 20px;
}

.border-orange {
    border-color: orange;
}
.border-green {
    border-color: green;
}
.uefa_standings{
     background-color: #1d1e19;
}

.europa_trophy, .conference_trophy {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 300px;
	opacity: 0.1;
}
  
/*ADVERTISEMENT*/
.advertisement_uefa {
	display: flex;
	justify-content: center;
	align-content: center;
}
.uefa_ad {
	background-color: orangered;
	height: 250px;
	width: 600px;
}

/*VIDEOS*/
.inner-section-wrapper {
	max-width: 1400px;
	margin: 0 auto;
    padding-bottom:10px;
}
.videos-h1 {
	border-bottom: 2px solid #ff8d00;
}
.section-title {
	font-family: 'Cera-Ant1-black';
	width: auto;
	display: inline-block;
	font-weight: unset;
    margin-right:10px;
}
.video-list {
	display: flex;
	flex-direction: row;
	padding-bottom: 0;
	position: relative;
	min-height: 584px;
}
.video-list-main {
	width: calc(75% - 15px);
	margin: 0;
	margin-right: 15px;
	position: relative;
    height:100%;
    border-radius:25px;
   overflow: hidden;
}
.video-list-main #jwplayer {
	position: relative;
	bottom: 0;
	right: 0;
	transition: 0.3s;
	width: 100%;
    overflow:hidden;
    border-radius:25px;
}
#jwplayer {
	position: relative;
	box-shadow: 0px 0px 84px 0px rgba(0,0,0,0.75);
	border: solid 1px #0a0a0a;
	min-height: 100px;
}
.video-list-thum {
	align-items: flex-start;
	width: 25%;
	margin-right: 0;
	height: 100%;
	position: absolute;
	right: 0;
    overflow:hidden;
    
}
.click-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
    color: #fff;
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
  outline: none;
}
.video-list-thum .thumb-container {
	width: 100%;
	position: relative;
	height: 100%;
}
.swipper-videos .swiper-slide.swiper-slide-active {
	border: 3px solid #c73303;
    width: calc(100% - 6px);
}
.video-list-thum .swiper-slide {
	background-color: #d7d7d7;
    border-radius: 25px;
    overflow: hidden;
}
.fl-thum-video {
	display: flex;
	min-height: 100%;
    color: #fff;
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
  outline: none;
}
.uefa_video_content {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25%;
	background-color: #000000c4;
}
.badge {
	bottom: 5px;
	right: 5px;
	z-index: 1;
	position: absolute;
}
.video-img-list {
	background-size: cover;
	background-position: center center;
    width: 100%;
}
.video-title-list {
	color: #000;
	font-weight: 700;
	font-size: 14px;
	padding: 5px 5px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
}
.svg-play {
	width: 25px;
}

.videos_arrow_prev {
	position: absolute;
	top: -200px;
	left: 50%;
	transform: rotate(90deg);
}
.videos_arrow_prev::before {
	background-color: #1a1a1ae5;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	width: 50px;
	left: -50px;
	opacity: 0.5;
	transition: opacity .5s ease;
}
.homepg-videos .videos_arrow_next::before,
.homepg-videos .videos_arrow_prev::before {
	background-color: black;
}
.videos_arrow_next {
	position: absolute;
	bottom: 10px;
	right: 50%;
	transform: rotate(90deg);
}
.videos_arrow_next::before {
	content: '';
	width: 50px;
	background-color: #1a1a1ae5;
	position: absolute;
	height: 350px;
	right: -10px;
	bottom: -175px;
	opacity: 0.5;
	transition: opacity .5s ease;
}
.videos_arrow_prev:hover::before,
.videos_arrow_next:hover::before{
    opacity: .8;
	transition: opacity .5s ease;
}
.close-fixed{
    top: 5px;
    left: 5px;
}


/*Standings*/
.SwiperScores{
    overflow:hidden;
    position:relative;
    padding:0px;
}
.swiper_score_buttons{
	position: absolute;
	width: 100%;
	height: 4rem;
	top: calc(50% - 2rem);
	left: 0;
}
.swiper_score_buttons .uefa_res{
    position:relative;
}

#europa-league_home,
#europa-league-stand,
#europa-league_teams
 {
	justify-content: flex-end;
    cursor: pointer !important;
}

#conference-league_home,
#conference-league-stand,
#conference-league_teams{
    justify-content:flex-start;
    cursor: pointer !important;
}
.schedule-title.groups {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.SwiperScores .scedule-home{
    padding: 0;
}
/*Social*/
.socials{
    overflow:hidden;
    position:relative;
}
.swiper-slide.socialsHome_container {
	border-radius: 25px;
	overflow: hidden;
}
.swiper-slide.socialsHome_container img {
	height: 500px;
	object-fit: cover;
	object-position: center;
}
.social_arrow_alignment {
	position: absolute;
	top: calc(50% - 2rem);
	left: 0;
	height: 4rem;
	width: 100%;
}
.social_arrow_prev {
	position: absolute;
	left: 3%;
}
.social_arrow_prev ,
.social_arrow_next{
    cursor:pointer;
	top: 50%;
    z-index:9;
} 
.social_arrow_next{
    position:relative;
}
.socialsHome_container .description-info {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	background-color: #000000a1;
	backdrop-filter: blur(5px);
	width: 100%;
	padding: 10px;
}



/*UEFA NEWS MASTERPAGE*/
#content{
    position:relative;
    overflow:hidden;
    margin-top:0;
}
.uefa_news_banner{
    margin-top:150px;
}

.uefa-site-main {
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px;
	padding-bottom: 0px;
}
.uefa-site-main h2 {
	margin-top: 0;
}
.uefa_entries,
.uefa_entries_2 {
	display: flex;
	flex-direction: row;
	gap: 15px;
	width: 100%;
	position: relative;
    height:100%;
    flex-wrap:wrap;
    margin-bottom: 15px;
}
.wide_article {
	height: 100%;
	position: relative;
	width: calc(50% - 10px);
    overflow: hidden;
    border-radius: 20px;
}
/*.uefa_dual_entry {
	display: flex;
	flex-direction: row;
	gap: 15px;
	width: calc(50% - 7.5px);
	height: 400px;
}*/
.uefa_article_cap {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	background-color: #0000005e;
}
.uefa_article_title {
	margin: 0;
	padding: 10px;
	font-size: 20px;
	font-weight: 700;
}
.uefa_pic img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center;
}
.wide_article .uefa_pic img {
	object-position: top center;
}
.uefa_img_div,
.uefa_img_div_square {
	transition: transform .3s linear;
}
.uefa_img_div:hover,
.square_article:hover .uefa_img_div_square {
	transform: scale(1.1);
	transition: transform .3s linear;
}
.uefa_pic,
.uefa_pic_square {
	display: flex;
}
/*SQUARE ARTICLE*/
.uefa_pic_square img {
	height: 200px;
    width: 100%;
	object-fit: cover;
	object-position: top center;
}
.square_article {
	overflow: hidden;
	border-radius: 20px;
	height: auto;
    width: calc(25% - 10px);
}
.square_article a {
	display: flex;
	height: 100%;
	flex-direction: column;
}
.uefa_article_cap_square {
	display: flex;
	height: 100%;
}
.uefa_article_title_square {
	font-size: 20px;
	font-weight: 700;
	background-color: white;
	color: black;
	margin: 0;
    padding: 10px;
    width: 100%;
}
.overflow {
	overflow: hidden;
	height: 100%;
}
.row-reverse{
    flex-direction:row-reverse;
}
.uefa_video_hero{
    background-color:#1a1a1a;
    margin-top:0px;
    padding-bottom:60px;
}
.webtv-btn a{
    border:2px solid #e54605;
    border-radius:15px;
	position: relative;
	overflow: hidden;
}
.webtv-btn a::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 0%;
	height: 100%;
	transition: width 0.3s ease;
	background-color: #e54605;
	z-index: -1;
}
.webtv-btn a:hover::before {
	width: 100%;
	transition: width .3s ease;
}
/*video master page*/
.dropdown_1 ul, .dropdown_2 ul {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 15px;
	font-size: 20px;
	font-weight: 400;
    flex-wrap:wrap;
}
.date-selection{
       appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1); /* This inverts the color of the calendar icon */
}
.date-selection,
.team_selection,
.goals_btn,
.highlights_btn,
.games_btn{
    display:flex;
    justify-content:center;
    text-align:center;
	background-color: transparent;
    transition: background-color .3s linear;
    border:none;
	padding: 10px 20px;
    position: relative;
    overflow: hidden;
}
.inner_video_list {
	display: flex;
	flex-wrap: wrap;
    gap:15px;
    margin-top:15px;
}
.article_wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	width: calc(33.33% - 10px);
    border-radius:25px;
    overflow:hidden;

}

.article_wrapper .uefa_pic img{
    height:100%;
}
.dropdown_2 {
	display: flex;
	justify-content: center;
}

.dropdown_2 a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
   background:  #fe5b00 ;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.dropdown_2  a:hover:after { 
  width: 100%; 
  left: 0; 
}
.uefa_list_item.active:before{
    position:absolute;
    content:'';
    width:100%;
    height:2px;
    background-color: #fe5b00 ;
    left:0;
    bottom:0;
}
.article_wrapper:hover a::after {
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	left: calc(50% - 25px);
	top: calc(50% - 25px);
	align-content: center;
	border-radius: 50%;
	background-image: url('/images/play-butt.svg');
	z-index: 999;
	filter: invert(1);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}


/*team selection*/
.uefa_list_item {
    position: relative;
    display: inline-block;
}
.uefa_list_item.teams_dropdown{
    display:contents;
}
.team_selection {
    color: white;
    padding: 10px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    align-items: center;
    gap: 10px;
    text-transform:uppercase;
}
.uefa_dropdown-content {
    display: none; 
    position: absolute;
    background-color: black;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    height:300px;
    overflow:hidden;
}
.date-selection{
    -appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #1a1a1a;
    border-radius: 10px;
}
.show {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	height: auto;
	background-color: #d3d3d32e;
	padding: 15px;
}
.team_selection::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 2%;
	background-color: #fe5b00;
	height: 100%;
	transition: width .3s ease;
	z-index: -1;
	border-radius: 10px;
}
.team_selection:hover::before {
	width: 100%;
	transition: width .3s ease;
}
.team_selection.europa-select:before{
    background-color: #fe5b00;
}
.team_selection.conference-select:before{
    background-color:#02c34d;
}
.team_selection.conference-select:hover:before,
.team_selection.europa-select:hover:before{
    width:100%;
}
.uefa_dropdown-content a {
	color: white;
	font-size: 18px;
	padding: 12px 16px;
	text-decoration: none;
	display: flex;
	position: relative;
    width: calc(20% - 40px);
    background-color: #00000014;
    text-transform:uppercase;
}
.uefa_dropdown-content a:hover {
	background-color: transparent;
}
.uefa_dropdown-content .europa-select::before,
.uefa_dropdown-content .conference-select:before {
	position: absolute;
	content: '';
	width: 2%;
	height: 100%;
	background-color: #fe5b00;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 10px;
    transition: width .3s ease;
}
.uefa_dropdown-content .conference-select:before{
    background-color:#02c34d;
}
.uefa_dropdown-content .europa-select:hover::before,
.uefa_dropdown-content .conference-select:hover:before {
	width: 100%;
	transition: width .3s ease;
}
#btn_chevron {
	transition: transform .3s ease;
}


/*schedule page*/
.uefa_banner_pic img {
	max-width: unset;
	width: 100%;
}
.uefa_schedule_page {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
    min-height:40px;
    background-color:black;
    
}
.uefa_schedule_page .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
    background-color:#1a1a1a;
    border-radius:20px;
    height:40px;
}
.uefa_schedule_page .swiper-slide:hover {
    background-color:#0b0b0b;
    cursor:pointer;
    border:3px solid #1a1a1a;
}
.schedule-time.uefa_program {
	color: white;
    width:100%;
}
.both_schedule {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	gap: 15px;
}
.matches {
	width: calc(70% - 15px);
}
.games_presentation {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	gap: 15px;
}
.game_section {
	width: calc(50% - 7.5px);
	display: flex;
	flex-direction: column;
	gap: 10px;
	background-color: #1a1a1a;
	border: 2px solid green;
	padding: 10px 15px;
	border-radius: 20px;
    position: relative;
    overflow: hidden;
    z-index: 99;
}
.game_section .schedule-title,
.schedule-title {
	width: 100%;
	display: flex;
	flex-direction: row;
    justify-content:center;
	gap: 15px;
	min-height: 40px;
}
.game_section .schedule-title{
    justify-content:space-between;
}
.game_section .schedule-name .schedule-img {
	display: flex;
	width: auto;
	height: auto;
}
.game_section .channels{
    margin:0 auto;
}
.first_game_score {
	width: calc(33.33% - 5px);
	text-align: center;
	align-self: center;
    font-size:20px;
    font-size: 15px;
    word-wrap:break-word;
}
.game_section .schedule-time {
	width: calc(33.33% - 5px);
	text-align: center;
	align-self: center;
    color: white;
    font-size: 20px;
}
.game_section .channels, .channels {
	display: flex;
	flex-direction: row;
	gap: 10px;
	max-height: 25px;
	align-self: center;
	width: calc((100%/3) - 5px);
	max-height: 20px;
	justify-content: flex-end;
}
.game_section .channels a,
.channels a{
	display: flex;
	width: calc(50% - 5px);
    height: auto;
    max-width:25px;
}
.game_section .ant1pluslogo_uefa {
	width: auto;
}
.game_section .team_name_schedule {
	text-align: center;
}
.section-title.league_games {
	width: 100%;
    font-weight:700;
}

.uefa-sch-next {
    background-color: #1A1A1A;
    width: 26px;
    height: 100%;
    bottom: 0;
    right: 0;
}
.uefa-sch-prev {
    background-color: #1A1A1A;
    width: 26px;
    height: 100%;
    bottom: 0;
    left: 0;
}
.game_section .schedule-img img {
	max-height: 55px;
}
.game_section .team_name_schedule:first-child {
	text-align: end;
}
.game_section .team_name_schedule {
	text-align: start;
}
.game_section.bg-europa::before,
.game_section.bg-conference::before {
	position: absolute;
	content: '';
	position: ;
	bottom: -100px;
	right: -40px;
	transform: rotate(45deg);
	background-image: url('/images/europa/EUROPA_LEAG_TROPHY.svg');
	width: 300px;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	opacity: .1;
	filter: drop-shadow(10px 10px 0.75rem #ff6900);
}
.game_section.bg-conference:before{
    background-image:url('/images/europa/EUROPA_CONF_TROPHY.svg');
	filter: drop-shadow(10px 10px 0.75rem #00be14);
}
/*teams page*/

.team_page {
	display: flex;
	flex-direction: row;
	gap: 15px;
	flex-wrap:wrap;
}
.teams_container {
    display: flex;
    flex-direction: column;
    gap: 15px;
	width: calc(70% - 15px);
	margin: 0;
    padding:0;
	overflow: hidden;
}
.ads_container {
	width: calc(30% - 15px);
	padding: 0;
    background-color: #1a1a1a;
}
.uefa_teams_grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px;
	width: 100%;
}
.uefa_team_desc {
	display: flex;
	flex-direction: column;
	width: calc(20% - 12.5px);
	height: 100%;
	text-align: center;
	justify-content: space-around;
	gap: 10px;
    margin:15px 0;
}
.team_grid-img {
	display: flex;
    justify-content:center;
}
.team_name {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
}
.team_country {
	margin: 0;
	font-size: 12px;
	font-weight: 400;
}
/*modal teams page*/

.matches_table {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 45px;
    flex-wrap: wrap;
    padding-top: 25px;
    text-align: center;
    justify-content: center;
    font-family: 'Cera-Ant1-black';
}
.away_home {
    width: calc(25% - 10px);
    border: 1px solid #2b2b2b;
    padding: 20px;
    border-radius: 10px;
    position:relative;
    overflow:hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.dt {
    font-weight: bold;
    margin-bottom: 20px;
}
.away_home img {
    width: 90px;
}
.away_home span {
    display: block;
}
.date_time {
    width: 45px;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}
.team {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: fixed;
    background: #000000;
    margin-top: -100px;
    left: calc(50% - 100px);
    border-radius: 50px;
    width: 200px;
    border: 2px solid gray;
    padding: 13px;
    background-color: #000;
    text-align: center;
    z-index: 12;
}
.team img {
	max-width: 30px;
	padding: 10px;

}.row_matches {
	display: flex;
	flex-direction: row;
    column-gap:15px;
    margin-bottom: 10px;
}
 .round {
	text-align: center;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content:center;
}
 .date_game {
	width: calc(80% - 7.5px);
	display: flex;
	flex-direction: column;
	text-align: center;
}
 .game_between {
	display: flex;
	gap: 15px;
	align-items: center;
}
 .game_between img {
	max-width: 30px;
}
 .home_team, .away_team {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    gap: 10px;
}
 .away_home.away-game::before,
 .away_home.home-game::before {
	position: absolute;
	content: '';
	background-image: url('/images/europa/plane-solid-white.svg');
	width: 150px;
	height: 150px;
	bottom: -50px;
	right: -50px;
	transform: rotate(-45deg);
	opacity: 0.1;
	background-repeat: no-repeat;
	z-index: -1;
}
 .away_home.home-game::before{
    background-image: url('/images/europa/house-solid-white.svg');
    transform: rotate(0deg);
    bottom: -25px;
    right: -75px;
 }
 .away_home.home-game::after,
 .away_home.away-game::after{
    position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	top: 2%;
	right: 3%;
	background-position: center center;
 }
 .away_home.home-game::after {
	background-image: url('/images/europa/house-solid-white.svg');
}
 .away_home.away-game::after {
	background-image: url('/images/europa/plane-solid-white.svg');
	transform: rotate(-45deg);
}
 .away_home .channels{
     width:100%;
     justify-content:center;
     margin-top:5px; 
 }


/*STANDINGS PAGE*/
.uefa_team_standings {
	flex-direction: column;
}
.group-container {
    width: 100%;
}
.group {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #1a1a1a;
	border-radius: 20px;
}
.group-header {
    background-color: #1a1a1a;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap:10px;
}
.group-header span {
    font-size: 20px;
}
.group-content {
    display: none;
    background-color: #1a1a1a;
    overflow: hidden;
}
.group-content table {
    width: 100%;
    border-collapse: collapse;
}
.group-content th, .group-content td {
    padding: 10px;
    text-align: center;
    font-weight:400;
}
.group-content th:last-child, .group-content td:last-child {
	font-weight: 700;
}
.group-content tr{
    border-bottom: 2px solid #555;
}
.group-content td:first-child {
	width: 300px;
	display: flex;
	align-content: ;
	align-items: center;
}
.group-content tr:last-child{
    border:0;
}
.group-content th, .group-content td {
    background-color: #1a1a1a;
}
.team-logo {
    width: 80px; /* Adjust the width as needed */
    height: auto;
    margin-right: 10px;
    vertical-align: middle; /* Align the image vertically with the text */
}
.standigns_page {
	align-items: center;
}
.nologo {
	display: none;
}
.title_standings {
	display: flex;
	width: 100%;
	gap: 15px;
	flex-wrap: wrap;
    margin:0;
    max-width:unset;
}
.wrap-standings {
	width: calc(70% - 7.5px);
}
.ads_container {
	width: calc(30% - 7.5px);
}
.title_teams{
    display:flex;
    gap: 15px;
	flex-wrap: wrap;
}
.wrap-teams .section-title img {
	max-height: 40px;
}
.team_grid-img img {
	max-height: 60px;
}



/*Footer*/
.site-footer {
	background-image: url('/images/europa/Footer_1920x548.jpg');
	background-position: center center;
    background-repeat:no-repeat;
    background-size:cover;
}


.swiper.uefa .europasl::after {
    content: '';
    transition : all 1.5s linear;
    position: absolute;
    width: 0px;
    height: 0vw;
    left: -1000px;
    bottom: -1000px;
    z-index: 1;
    transform: rotate(0deg);
    background: transparent;
}

.swiper.uefa .europasl.swiper-slide-active::after {
    width: 900px;
    height: 30vw;
    left: -375px;
    bottom: -195px;
    transform: rotate(-27deg);
    background: rgb(255, 105, 0);
    background: -moz-linear-gradient(90deg, rgba(255, 105, 0, 1) 0%, rgba(255, 105, 0, 0) 93%);
    background: -webkit-linear-gradient(90deg, rgba(255, 105, 0, 1) 0%, rgba(255, 105, 0, 0) 93%);
    background: linear-gradient(90deg, rgba(255, 105, 0, 1) 0%, rgba(255, 105, 0, 0) 93%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6900",endColorstr="#ff6900",GradientType=1);
}

.btn-more-info a {
    padding: 13px 20px;
    border-radius: 5px;
    font-weight: 700;
    border: 1px solid;
    background-color: transparent;
}
.swiper-slide-title {
    border-bottom: 2px solid;
}
.title-info {
    display: none;
}
.swipper_img_uefa {
    width: 50px;
}
.swiper.uefa .conferencesl::after {
    content: '';
    transition : all 1.5s linear;
    position: absolute;
    width: 0px;
    height: 0vw;
    left: -1000px;
    bottom:  -1000px;
    z-index: 1;
    transform: rotate(0deg);
    background: transparent;
}

.swiper.uefa .conferencesl.swiper-slide-active::after {
    width: 900px;
    height: 30vw;
    left: -375px;
    bottom: -195px;
    transform: rotate(-27deg);
    background: rgb(0,190,20);
    background: -moz-linear-gradient(90deg, rgba(0,190,20,1) 0%, rgba(255,105,0,0) 93%);
    background: -webkit-linear-gradient(90deg, rgba(0,190,20,1) 0%, rgba(255,105,0,0) 93%);
    background: linear-gradient(90deg, rgba(0,190,20,1) 0%, rgba(255,105,0,0) 93%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00BE14",endColorstr="#ff6900",GradientType=1);
}

.bottom-100, .swiper-slide-content {
    bottom: 0px !important;
}
.ajaxteam {
    position: absolute;
    left: 25%;
    top: 20px;
    width: 50%;
    height: 600px;
    background-color: rgb(0,0,7);
    z-index: 9999;
    border: 2px solid grey;
    border-radius: 10px;
    display:none;
    overflow: auto;
}
.overlay:before {
    content: '';
    background-color: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    z-index: 99;
}


.ajaxteam i.fa-sharp.fa-regular.fa-circle-xmark {
    position: fixed;
    font-size: 25px;
    cursor: pointer;
    right: calc((100vw - 51%) / 2);
    margin-top: -55px;
    background-color: #000;
    border-radius: 25px;
    width: 20px;
}
.swiper-slide.active.swiper-slide-visible.swiper-slide-fully-visible {
    border: 1px solid;
}
/*uefa single article page*/
.site-main-uefa {
	max-width: 1260px;
	margin: 0 auto;
	background-color: #000;
	padding: 20px;
	padding-bottom: 0px;
}
.site-content-uefa {
    margin-top: 150px;
}
.site-main-uefa h1, .site-main-uefa p,
.site-main-uefa h2 {
	font-family: 'Cera-Ant1-black';
}
.glightbox {
	display: flex;
	justify-content: center;
}
/*uefa about page*/
.site-main.uefa_about{
    margin-top:150px;
}
.site-main.uefa_about h1{
    align-self:center;
    text-align:center;
    margin: 0 auto;
}
.uefa_about .sharethis-inline-share-buttons {
	display: none;
}
.uefa_about h1, .uefa_about p, .uefa_about b {
	font-family: 'Cera-Ant1-Black';
}
.leftlogo {
    width: 90px !important;
    margin-top: -12px;
    margin-left: -20px;
}
/*watch page*/
.player-container .embed-container {
	margin-top: 200px;
}
.player-container .uefa_latest_vids {
	padding-left: 1rem;
}
.video_info .live_btn.uefabtn a {
	background-color: red;
	padding: 10px;
}
.live_gamescore {
	display: flex;
	flex-direction: row;
	width: calc(20% - 10px);
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 15px;
    font-weight:bold;
}
.livegame_text {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    position:relative;
}
.livegame_text:before{
    position:absolute;
    content:'';
    left:-20px;
    top:7px;
    background-color:red;
    width:10px;
    height:10px;
    border-radius:50%;
    box-shadow: 0px 0px 8px 8px #900;
    animation: pulse 3s infinite ease-in-out;
}
.game_section .livegame_text {
	display: flex;
	left: 30px;
	align-items: center;
    width: calc(33.33% - 5px);
	text-align: center;
}
.game_section .livegame_text:before{
    top:15px;
}
.game_section .live_gamescore {
	font-size: 18px;
}


@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.aftergame {
	display: flex;
	gap: 10px;
}
.aftergame img {
	max-width: 20px;
}
.banner-300x250 img {
    min-height: auto;
    max-height: max-content;
}
/*brackets css*/
.brackets {
	position: relative;
    width:100%;
    height:100%;
    overflow: hidden;
    margin-bottom:80px;
}

.brack_slide {
	position: relative;
	transition-property: transform;
	display: flex;
    flex-direction:column;
	align-items: center;
    justify-content:center;
    height:auto;
}
.brack_slide .table_results {
	margin: .4rem auto;
	width: 100%;
}
.text_name {
	max-width: 35px;
}

.arrow_wrapper{
    position:absolute;
    top:calc(50% + 42px);
    left:0;
    width:100%;
}
.eule_trophy, .euco_trophy {
	min-width: 60px;
	min-height: 80px;
	position: absolute;
	top: -60%;
	right: 10%;
}
.table_wrapper {
	width: 100%;
	position: relative;
}

/*KnockOut Phase*/
.pot1::after,
.pot2::after,
.pot3::after,
.pot4::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 75%;
	border-top: 2px solid;
	border-right: 2px solid;
	border-top-right-radius: 15px;
	top: 50%;
	right: -20px;
	z-index: -1;
}
.pot2::after{
    height:55%;
}
.pot3:after{
    height:35%;
}
.pot4::after{
    height:20%;
}


.pot5::after,
.pot6::after,
.pot7::after,
.pot8::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 30px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	border-bottom-right-radius: 15px;
	top: 45%;
	right: -20px;
	z-index: -1;
}
.pot6::after {
	height: 30%;
	top: 30%;
}
.pot7::after {
	height: 50%;
	top: 10%;
}
.pot8::after {
	height: 70%;
	top: -10%;
}

/*Phase of 16*/
.phase16_pot1::before,
.phase16_pot2::before,
.phase16_pot3::before,
.phase16_pot4::before {
	position: absolute;
	content: '';
	top: 45%;
	left: -22px;
	width: 50px;
	height: 25px;
	border-bottom: 2px solid;
	border-bottom-left-radius: 15px;
	border-left: 2px solid;
}

.phase16_pot4::before{
    top:55%;
}

.phase16_pot5::before,
.phase16_pot6::before,
.phase16_pot7::before,
.phase16_pot8::before {
	position: absolute;
	content: '';
	top: 45%;
	left: -22px;
	width: 50px;
	height: 15%;
	border-top: 2px solid;
	border-top-left-radius: 15px;
	border-left: 2px solid;
}
.phase16_pot6::before{
    height:30%;
}
.phase16_pot7::before,
.phase16_pot8::before{
    height:50%;
}


.phase16_pot1::after,
.phase16_pot2::after,
.phase16_pot3::after,
.phase16_pot4::after{
	position: absolute;
	content: '';
	top: 65%;
	right: -22px;
	width: 50px;
	height: 95%;
	border-top: 2px solid;
	border-right: 2px solid;
	border-top-right-radius: 15px;
	z-index: -1;
}
.phase16_pot2::after {
	top: 45%;
	height: 85%;
}
.phase16_pot3::after{
    height:80%;
}
.phase16_pot4::after {
	height: 30%;
	top: 35%;
}

.phase16_pot5::after,
.phase16_pot6::after,
.phase16_pot7::after,
.phase16_pot8::after{
    position: absolute;
	content: '';
	width: 50px;
	height: 30px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	border-bottom-right-radius: 15px;
	top: 45%;
	right: -20px;
	z-index: -1;
}
.phase16_pot5::after{
    top:55%;
}
.phase16_pot6::after{
    top:-35%;
    height:70%;
}
.phase16_pot7::after{
    top:-10%;
    height:70%;
}
.phase16_pot8::after{
    top:-50%;
    height:95%;
}
/*Phase of 8*/
.phase8_pot1::before,
.phase8_pot2::before{
	position: absolute;
	content: '';
	top: 25%;
	left: -20px;
	width: 50px;
	height: 25%;
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-bottom-left-radius: 15px;
}
.phase8_pot2::before{
    top:50%;
}
.phase8_pot3::before,
.phase8_pot4::before{
    position: absolute;
	content: '';
	top: 35%;
	left: -22px;
    width: 50px;
    height: 30%;
	border-top: 2px solid;
	border-left: 2px solid;
	border-top-left-radius: 15px;
}
.phase8_pot4::before{
    top:70%;
}

.phase8_pot1:after,
.phase8_pot2:after{
    position: absolute;
	content: '';
	top: 65%;
	right: -20px;
	width: 50px;
	height: 95%;
	border-top: 2px solid;
	border-right: 2px solid;
	border-top-right-radius: 15px;
	z-index: -1;
}
.phase8_pot2:after{
    top:30%;
    height:30%;
}
.phase8_pot3::after,
.phase8_pot4::after{
    position: absolute;
	content: '';
	width: 50px;
	height: 30px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	border-bottom-right-radius: 15px;
	top: 50%;
	right: -20px;
	z-index: -1;
}
.phase8_pot4::after{
    top:-30%;
    height:80%;
}


.phase4_pot1:before{
    position: absolute;
	content: '';
	top: 25%;
	left: -22px;
    width: 50px;
    height: 45%;
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-bottom-left-radius: 15px;
}

.phase4_pot2:before{
    position: absolute;
	content: '';
	top: 30%;
	left: -22px;
    width: 50px;
    height: 45%;
	border-top: 2px solid;
	border-left: 2px solid;
	border-top-left-radius: 15px;
}

.phase4_pot1:after,
.phase4_pot2:after{
    position:absolute;
    content:'';
    top:50%;
    right:-20px;
    width:50px;
    height:60%;
    z-index:-1;
}
.phase4_pot1:after{
    border-top: 2px solid;
	border-right: 2px solid;
	border-top-right-radius: 15px;
}
.phase4_pot2:after {
    border-bottom: 2px solid;
	border-right: 2px solid;
	border-bottom-right-radius: 15px;
    top:0%;
}

.finals_pot::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -20px;
	width: 50px;
	height: 2%;
	border-bottom: 2px solid;
	z-index: -1;
}
.europa_color_scheme.pot1::after,
.europa_color_scheme.pot2::after,
.europa_color_scheme.pot3::after,
.europa_color_scheme.pot4::after,
.europa_color_scheme.pot5::after,
.europa_color_scheme.pot6::after,
.europa_color_scheme.pot7::after,
.europa_color_scheme.pot8::after,
.europa_color_scheme.phase16_pot1::before,
.europa_color_scheme.phase16_pot2::before,
.europa_color_scheme.phase16_pot3::before,
.europa_color_scheme.phase16_pot4::before,
.europa_color_scheme.phase16_pot5::before,
.europa_color_scheme.phase16_pot6::before,
.europa_color_scheme.phase16_pot7::before,
.europa_color_scheme.phase16_pot8::before,
.europa_color_scheme.phase16_pot1::after,
.europa_color_scheme.phase16_pot2::after,
.europa_color_scheme.phase16_pot3::after,
.europa_color_scheme.phase16_pot4::after,
.europa_color_scheme.phase16_pot5::after,
.europa_color_scheme.phase16_pot6::after,
.europa_color_scheme.phase16_pot7::after,
.europa_color_scheme.phase16_pot8::after,
.europa_color_scheme.phase8_pot1::before,
.europa_color_scheme.phase8_pot2::before,
.europa_color_scheme.phase8_pot3::before,
.europa_color_scheme.phase8_pot4::before,
.europa_color_scheme.phase8_pot1::after,
.europa_color_scheme.phase8_pot2::after,
.europa_color_scheme.phase8_pot3::after,
.europa_color_scheme.phase8_pot4::after,
.europa_color_scheme.phase4_pot1::before,
.europa_color_scheme.phase4_pot2::before,
.europa_color_scheme.phase4_pot1::after,
.europa_color_scheme.phase4_pot2::after,
.europa_color_scheme.finals_pot::before{
	border-color: #ff6900;
}
.conf_color_scheme.pot1::after,
.conf_color_scheme.pot2::after,
.conf_color_scheme.pot3::after,
.conf_color_scheme.pot4::after,
.conf_color_scheme.pot5::after,
.conf_color_scheme.pot6::after,
.conf_color_scheme.pot7::after,
.conf_color_scheme.pot8::after,
.conf_color_scheme.phase16_pot1::before,
.conf_color_scheme.phase16_pot2::before,
.conf_color_scheme.phase16_pot3::before,
.conf_color_scheme.phase16_pot4::before,
.conf_color_scheme.phase16_pot5::before,
.conf_color_scheme.phase16_pot6::before,
.conf_color_scheme.phase16_pot7::before,
.conf_color_scheme.phase16_pot8::before,
.conf_color_scheme.phase16_pot1::after,
.conf_color_scheme.phase16_pot2::after,
.conf_color_scheme.phase16_pot3::after,
.conf_color_scheme.phase16_pot4::after,
.conf_color_scheme.phase16_pot5::after,
.conf_color_scheme.phase16_pot6::after,
.conf_color_scheme.phase16_pot7::after,
.conf_color_scheme.phase16_pot8::after,
.conf_color_scheme.phase8_pot1::before,
.conf_color_scheme.phase8_pot2::before,
.conf_color_scheme.phase8_pot3::before,
.conf_color_scheme.phase8_pot4::before,
.conf_color_scheme.phase8_pot1::after,
.conf_color_scheme.phase8_pot2::after,
.conf_color_scheme.phase8_pot3::after,
.conf_color_scheme.phase8_pot4::after,
.conf_color_scheme.phase4_pot1::before,
.conf_color_scheme.phase4_pot2::before,
.conf_color_scheme.phase4_pot1::after,
.conf_color_scheme.phase4_pot2::after,
.conf_color_scheme.finals_pot::before{
	border-color: #00be14;
}
.bracket_next, .bracket_prev {
	color: white;
	font-weight: bold;
    opacity: 0.2;
    transition: opacity .5s ease-in-out;
}
.bracket_next:hover, .bracket_prev:hover {
    opacity: 1;
}
.bracket_next::before, .bracket_prev::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #1a1a1a;
	z-index: -1;
	padding: 10px 20px;
	border-radius: 20%;
}

/*CSS ONLY FOR BRACKETS THAT ARE PARSED BY HAND*/

.text_name {
    max-width: 100%;
}
/*.finals_pot img{
    max-height:40px;
    min-height:80px;
}*/
.table_body tr td:first-child {
    width: 250px;
}
.pot1::after,
.pot2::after,
.pot3::after,
.pot4::after,
.pot5::after,
.pot6::after,
.pot7::after,
.pot8::after,
.phase16_pot1::before,
.phase16_pot2::before,
.phase16_pot3::before,
.phase16_pot4::before,
.phase16_pot5::before,
.phase16_pot6::before,
.phase16_pot7::before,
.phase16_pot8::before {
    height:0;
    top:50%;
}

.bracket_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.bracket_box .brack_slide {
    width: calc(50% - 10px);
    overflow:hidden;
}

.bracket_box .europa_color_scheme.pot1::after,
.bracket_box .europa_color_scheme.pot2::after,
.bracket_box .conf_color_scheme.pot1::after,
.bracket_box .conf_color_scheme.pot2::after{
    display:none;
}
.bracket_box .home_trophy_title {
    font-family: 'Cera-Ant1-black';
    display: flex;
    justify-content: center;
    width: 100%;
}
.home_conference_title,
.home_europa_title{
    position:relative;
    font-family: 'Cera-Ant1-black';
}
/*.home_europa_title img,
.home_conference_title img {
    position: absolute;
    right: -55px;
    bottom: 0;
    min-height: 60px;
    min-width: 50px;
    display:none;
}*/

/*alternative style for cup*/
img.trph {
    position: absolute;
    left: 75%;
    top: 48%;
    min-height: 25em;
    transform: translate(-50%,-38%);
    z-index: 1;
    opacity: 0.1;
    filter: drop-shadow(10px 10px 6px orange);
}
img.trphc {
    position: absolute;
    left: 75%;
    top: 48%;
    min-height: 25em;
    transform: translate(-50%,-39%);
    z-index: 1;
    opacity: 0.1;
    filter: drop-shadow(10px 10px 6px green);
}
.bracket_box .brack_slide th:nth-child(2), .bracket_box .brack_slide .table_body td:nth-child(2),
.bracket_box .table_wrapper.europa_color_scheme.pot2, .bracket_box .table_wrapper.conf_color_scheme.pot2 {
    display: none;
}
img.trph, img.trphc {
    left: 85%;
    top: 42%;
    min-height: 16em;
}
.newsletter-sign-up, .playing-now{
    bottom:-110px!important;
}