/**/.imageWidget{position:relative}.imageWidget a,.imageWidget span.image-caption{font-style:italic;text-align:center}.imageWidget a[data-caption]::after,.imageWidget span[data-caption]::after{content:attr(data-caption);display:block;line-height:100%}
.imageWidget.with-caption a::after,.imageWidget.with-caption span.image-caption::after{margin-top:12px}.imageWidget img[width][height]{height:auto}[data-flex-site] #fcontainer .imageWidget:after,[data-flex-site] #flex-footer .imageWidget:after,[data-flex-site] #flex-header .imageWidget:after{content:none}
[data-flex-site] #fcontainer .imageWidget:before,[data-flex-site] #flex-footer .imageWidget:before,[data-flex-site] #flex-header .imageWidget:before{font-size:80px;transform:none}.imageWidget.hover img.hover-image,.imageWidget:hover img.hover-image{display:initial}
.imageWidget.hover.hasHover img:not(.hover-image),.imageWidget:hover.hasHover img:not(.hover-image){display:none!important}.imageWidget img.hover-image,.imageWidget img.logo-on-scroll{display:none}/**/.hamburgerButton{display:block;background-color:transparent;border:0;padding:0;margin:0}.hamburgerButton,.hamburgerButton svg{width:100%;height:100%}
/* Custom Widgets Styles */
.results-event-main-container {
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
}

.results-date-wrapper {
  display: flex;
  gap: 20px;
}

.event-main-results {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 7px;
}

.matches {
  margin-bottom: 50px;
}

.desktopFontUm {
  color: white;
}

.mobileFontUm {
  color: white;
}

.matches-main {
  display: grid;
  background-color: navy;
  grid-template-columns: 20% 56% 24%;
  width: 100%;
}

.matches-main-none {
  display: grid;
  grid-template-columns: 20% 56% 24%;
  align-items: center;
  width: 100%;
}

.upcoming-matches-items {
  display: flex;
  flex-direction: column;
}

.events {
  display: flex;
  flex-flow: column;
}

.day-date {
  display: flex;
}

.results-day-loc {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 5px;
  opacity: 0.7;
}

.results-day-loc img {
  height: 12px;
  width: 12px;
}

.matches-list-date-hometeam {
  display: flex;
  gap: 10px;
}

.matches-list-home {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.matches-list-away {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.matches-list-separator {
  display: flex;
  justify-content: center;
  color: white;
}

.div-item-main {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.div-item-main-home {
  display: grid;
  grid-template-columns: 49% 2% 49%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.div-item-main-result {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.div-item-main-away {
  display: flex;
  justify-content: left;
  gap: 15px;
}

.day-item-title-container {
  display: flex;
  font-size: 11px;
  color: black;
}

.date-divider-results {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid;
  border-color: #000000;
  opacity: 0.1;
}

.results-date-selector-wrapper {
  display: flex;
  width: 100%;
  font-family: "Bebas Neue", sans-serif !important;
  align-items: center;
  gap: 20px;
}

h4.results-date-selector-header {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: normal !important;
  font-size: 30px !important;
}

.container-date {
  display: flex;
  flex-direction: column;
}

.startsdate-wrapper {
  display: flex;
  width: 220px;
  justify-content: space-between;
}

.iconcolor {
  fill: black;
}

.results-date-selector-header {
  margin: 0;
  padding: 0;
  text-align: center;
  color: black;
}

.results-left-arrow-icon, .results-right-arrow-icon {
  cursor: pointer;
  display: block;
  height: 15px;
}

.results-left-arrow-icon svg,
.results-right-arrow-icon svg {
  width: 15px;
  color: white;
  height: 15px;
  margin-left: 3px;
}

.events {
  background-color: transparent;
}

.results-event-date-matches {
  font-weight: 700;
  display: flex;
  justify-content: left;
  width: 60px;
}

.results-event-date-matches h4 {
  margin: 0px !important;
  text-align: center;
  font-size: 14px !important;
}

.results-event-date-matches h4:empty {
  padding: 0;
}

.day-item-date-matches {
  color: #FFFFFF;
  font-size: 16px !important;
  text-transform: capitalize;
  line-height: 1;
}

.day-item-month-matches {
  color: #FFFFFF;
  font-size: 16px !important;
  text-transform: capitalize;
  line-height: 1;
}

.day-item-date-matches.intervall {
  display: flex;
  font-weight: 400;
  font-style: italic;
}

.matches-item-title {
  display: flex;
  gap: 10px;
}

.home {
  justify-content: flex-end;
}

.home-result {
  margin-left: 20px;
}

.away {
  justify-content: flex-start;
}

.away-result {
  margin-right: 20px;
}

.matches-item-title h3 {
  font-size: 18px !important;
  font-weight: normal !important;
}

.match-item-time {
  width: 80px;
}

.match-item-time h4 {
  font-size: 16px !important;
  color: white !important;
  margin: 0px !important;
  font-weight: normal !important;
  font-family: "Bebas Neue", sans-serif;
}

.match-competition-label-matches h4 {
  font-size: 12px !important;
  color: white !important;
  margin: 0px !important;
  opacity: 0.5;
  font-family: "Poppins", sans-serif !important;
  font-weight: normal !important;
}

.match-competition-label-matches {
  width: 100%;
}

.competition-time-background-matches {
  display: flex;
  align-items: center;
  gap: 20px;
}

.event-title {
  font-weight: 400;
  display: flex;
  margin-bottom: 2px;
  width: 250px;
}

.results-event-date-text-matches {
  display: flex;
  gap: 5px;
  font-weight: normal !important;
  margin-bottom: 10px;
}

.match-item-background {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.matches-item-title h3 {
  font-size: 17px !important;
  text-align: right !important;
  color: white !important;
  margin: 0px !important;
  font-weight: 500 !important;
}

.day-item-groupname {
  font-size: 11px;
  line-height: 16px;
  text-align: left !important;
  color: black;
}

.event-items div:nth-child(3n+3) {
  justify-self: end;
  text-align: right;
}

.day-item-location-matches {
  font-size: 12px !important;
  color: white;
  margin: 0px !important;
  opacity: 0.7;
}

.day-item-location-matches h4 {
  margin: 0px !important;
  font-size: 12px !important;
  color: white !important;
  font-family: "Poppins", sans-serif;
  font-weight: normal !important;
  word-break: break-all;
}

/* --- LOADING SPINNER --- */
.loading-spinner-container {
  display: flex;
  justify-content: center;
}

#upcoming-loading-spinner {
  --border-color: #ffffff;
  border: 4px solid;
  border-color: color-mix(in srgb, var(--border-color), transparent 90%);
  border-top: 4px solid;
  border-top-color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1024px) {
  .event-main-results {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 5px;
  }
  #a {
    order: 1;
  }
  #b {
    order: 3;
  }
  #c {
    order: 2;
  }
  .matches-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: navy;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 0px !important;
  }
  .upcoming-matches-items {
    gap: 5px;
  }
  .matches {
    margin-bottom: 30px;
  }
  .date-divider-results {
    display: none;
  }
  .away {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .home {
    justify-content: space-between;
  }
  .div-item-main-home {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .competition-time-background-matches {
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .startsdate-wrapper {
    margin-right: 0px;
    width: 100%;
    justify-content: unset;
    gap: 5px;
  }
  .match-competition-label-matches {
    font-style: italic;
    margin-left: 0px;
    font-size: 10px;
    display: flex;
    justify-content: flex-end;
  }
  .matches-list-away {
    display: block;
  }
  .day-item-container {
    margin-left: 5px;
  }
  .day-item-background {
    margin-left: 0px;
    width: auto !important;
  }
  .day-item-date-matches {
    margin-bottom: 0;
    font-size: 20px !important;
  }
  .day-item-location-matches h4 {
    font-size: 12px;
  }
  .day-item-month-matches {
    font-size: 20px !important;
  }
  .matches-item-title h3 {
    font-size: 20px !important;
    line-height: 1 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .results-event-date-text-matches {
    display: flex;
    gap: 5px;
  }
  .results-event-date-matches {
    margin-bottom: 5px;
  }
  .day-date {
    display: block;
  }
  .container-date {
    display: block;
  }
  .match-item-time h4 {
    font-size: 12px !important;
  }
  .match-item-time {
    width: 100%;
  }
  .match-item-time.small {
    display: flex;
  }
  .matches-list-separator {
    display: none;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@500;600&family=Roboto:wght@400;500&display=swap");
.poweredby-container {
  align-items: center;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 25px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.poweredby-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.poweredby-image {
  max-width: 40px;
}

.poweredby-text {
  color: white;
  margin: 0px;
  padding: 0px;
  z-index: 2;
}

.poweredby-text p {
  margin: 0px;
  display: flex;
  justify-content: left;
}

.poweredby-text-copy {
  margin: 0px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Bebas Neue", cursive;
}

.poweredby-text-app {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "Bebas Neue", cursive;
}

@media screen and (max-width: 767px) {
  .poweredby-container {
    /*background-color: #231D4F;*/
    align-items: center;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    gap: 25px;
    text-decoration: none;
  }
}

.tag-one-link {
  display: flex;
  text-decoration: none;
}

.page-title-one-one-title-container {
  display: flex;
  background-color: #000000;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  clip-path: polygon(3% 0%, 100% 0, 97% 100%, 0 100%) !important;
  transition: 0.3s;
  align-items: center;
}

.page-title-one-one-title-container:hover {
  opacity: 0.6;
  transform: scaleX(1.01);
}

.page-title-one-one-tag-title h1 {
  margin: 0px !important;
}

.page-title-one-one-tag-title {
  font-size: 14px;
  margin: 0px !important;
}

.widget-1f5975 .copyright {
    font-size: 13px;
    display: flex;
    text-align: left;
    justify-content: flex-start;
}
