@charset "utf-8";

.group-table__data .sportspress .sp-team-logo img {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain;
  }
.group-table__data .sportspress .sp-event-logos.sp-event-logos-2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
}
.group-table__data .sportspress .sp-event-logos-2 .sp-team-logo .sp-team-name {
    font-size: 13px !important;
    flex: 0 0 auto;
    width: 80%;
    white-space: wrap;
    font-weight: 500 !important;
  }
  .group-table__data .sp-template {
    margin-bottom: 0px !important;
  }
  .group-table__data .sportspress .sp-template-event-logos{margin-bottom: 0;}
  .group-table__data td:last-child > * {
    display: inline-flex;
    justify-content: center;
  }
  .dCup-standings__wrap .group-table__data .sp-template a {
    color: var(--clr-blue) !important;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 12px;font-size: 13px;
    justify-content: space-around;
  }
.sportspress .sp-event-results .odd td{
    padding: 10px 10px !important;
}
.sportspress .sp-event-results .even td{
    padding: 10px 10px !important;
}
 .group-stage__matches .data-venue .icon{display: none;}

.dCup-inner__team-details .dCup-inner__gallery-single .play-icon{display: none;}

/* .dCup-standings__wrap{padding: 0 30px;} */
.standingSwiper .swiper-button-next, .standingSwiper .swiper-button-prev {
    width: 35px;
    height: 35px;
    color: #fff;
    background-color: var(--clr-accent);
    border-radius: 50%;
}
.standingSwiper .swiper-button-prev{left: 0;}
.standingSwiper .swiper-button-next{right: 0;}
.dCup-inner_Trophy_Box.small .dCup-inner_Trophy_cont p{height:auto;}
.dCup-gallery__tab-wrap li:first-child img{height:239px; width:100%;}
.dCup-gallery__tab-wrap li{margin-bottom: 15px;}

/* 24.07.24 */
.dCup-inner__trivia-single {
  border: 3px solid var(--clr-accent);
  padding: 12px 34px;
  height: 190px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 10px 10px 0px 10px;
}
.dCup-inner__trivia-single h6 {
  font-size: 19px;
  font-weight: 500;
  font-family: var(--bs-black);
  line-height: 22px;
  padding: 10px 5px;
}
.dCup-inner__trivia-single::before {
  position: absolute;
  content: '';
  border: 3px solid var(--clr-gold);
  width: 103%;
  height: 103%;
  left: 5px;
  z-index: -1;
  top: 5px;
  border-radius: 10px 10px 0px 10px;
}
.dCup-inner__trivia-single::after {
  position: absolute;
  content: "\f04e";
  font-family: "FontAwesome";
  color: var(--clr-blue);
  font-size: 40px;
  bottom: -31px;
  right: 20px;
}
/* TRIVIA */

.dCup-matches .venues__fixtures{
  position: relative;
  width: 100%;
}
.dCup-matches .venues__fixtures tbody{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.dCup-matches .venues__fixtures tbody tr{
  flex: 0 0 auto;
  width: 32.3%;
 
  padding: 60px 15px 40px;
  background-color: rgb(255, 255, 255);
height: 270px;
    position: relative;
}
.dCup-matches .venues__fixtures tbody tr.tFix-row td:first-child{
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
 background-color: var(--clr-accent);
  color: var(--clr-white) !important;
  padding: 10px 35px;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: var(--ff-primary);
  margin: 0 auto !important;
}
.dCup-matches .venues__fixtures tbody tr.tFix-row td:nth-child(2){
     font-size: 16px !important;
    font-weight: 400 !important;
    font-family: var(--ff-body) !important;
    margin: 0 auto;display: block;
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 0 !important; background:none;
}


.dCup-matches .venues__fixtures tbody tr.tFix-row td .sp-table-caption h4{
  display: none !important;
}
.dCup-matches .venues__fixtures tbody tr.tFix-row td .sportspress .sp-template-event-venue .sp-table-caption{
  display:none !important;
}
.dCup-matches .venues__fixtures tbody tr.tFix-row td .sp-event-venue-address-row{display:none !important;}
.dCup-matches .venues__fixtures tbody tr.tFix-row td:last-child{
  display: none !important;
}
.dCup-matches .venues__fixtures tbody tr.tFix-row td .sp-event-venue-map-row{display :none !important;}
.dCup-matches .venues__fixtures tbody tr.tFix-row td:nth-child(5){
  display: none !important;
}
.dCup-matches .venues__fixtures tbody tr.tFix-row td:nth-child(4){ width: 100% !important; min-width: 100% !important;}
.dCup-matches .venues__fixtures tbody tr td .sportspress .sp-template-event-venue thead tr{
  width: 100% !important;
  height: auto !important;
  position: absolute;
  left: 0;
	background-color: var(--clr-blue) !important;
    padding: 5px 0 !important;bottom: 0 ;  text-align:center;
}
.dCup-matches .venues__fixtures tbody tr td .sportspress .sp-template-event-venue thead tr th{
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-family: var(--ff-primary) !important;
  color: var(--clr-white) !important; background:none !important;justify-content: center;
    display: flex;
}
.dCup-matches .venues__fixtures tbody tr td:nth-child(3){
  min-width: 100% !important; width: 100% !important; background: none !important; display:block;
}
.dCup-matches .venues__fixtures tbody tr td .sportspress .sp-event-logos-2{
  display: flex; align-items: center; justify-content: space-between; gap: 15px;font-size: 25px;
}
.dCup-matches .venues__fixtures tbody tr td .sportspress .sp-event-logos-2 .sp-team-logo{
  width: 47%;
  display: flex;
    flex-direction: column;    white-space: pre-wrap;
}
.dCup-matches .venues__fixtures tbody tr td .sportspress .sp-event-logos-2 .sp-team-logo img{
  width: 80px !important;
}
.dCup-matches .venues__fixtures tbody tr td .sportspress .sp-event-logos-2 .sp-team-logo:first-child a{
	display:flex;flex-direction: column-reverse;
}
.dCup-matches .venues__fixtures tbody tr td .sportspress .sp-event-logos-2 .sp-team-logo a{
	display:flex;flex-direction: column; justify-content:center; align-items:center;
}
.dCup-matches .venues__fixtures tbody tr td .sportspress .sp-event-logos-2 .sp-team-logo img{
  width: 80px !important;
  height: 80px !important;
}
.dCup-matches .venues__fixtures tbody tr td .sportspress .sp-event-logos-2 .sp-team-logo .sp-team-name{
  display: block;    font-size: 15px !important;    height: 45px;
    margin-top: 10px !important;
}

.dCup-inner__venues .ytp-title-text .ytp-title-link.yt-uix-sessionlink{display:none !important}
.dCup-inner__venues-single .ytp-title{display:none !important;}

.dCup-venues.dCup-inner__campaign-cta .dCup-venues__wrap{position:relative;}
.dCup-inner__locale-content.dCup-sponsors__wrap{gap: 25px 20px;}
.dCup-inner__campaign-clubs {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: initial;
}