/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./src/blocks/ergebnisse/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
[class^=icon-].ui-icon--pearl,
[class*=" icon-"].ui-icon--pearl {
  color: #ffffff;
}
[class^=icon-].ui-icon--onyx,
[class*=" icon-"].ui-icon--onyx {
  color: #000000;
}
[class^=icon-].ui-icon--brand,
[class*=" icon-"].ui-icon--brand {
  color: #106bfe;
}
[class^=icon-].ui-icon--color[class*=icon-card-yellow],
[class*=" icon-"].ui-icon--color[class*=icon-card-yellow] {
  color: #fede00;
}
[class^=icon-].ui-icon--color[class*=icon-card-red],
[class*=" icon-"].ui-icon--color[class*=icon-card-red] {
  color: #f51720;
}
[class^=icon-].ui-icon--color[class*=icon-card-yellow-red],
[class*=" icon-"].ui-icon--color[class*=icon-card-yellow-red] {
  position: relative;
  color: #fede00;
}
[class^=icon-].ui-icon--color[class*=icon-card-yellow-red]::after,
[class*=" icon-"].ui-icon--color[class*=icon-card-yellow-red]::after {
  font-family: "sport1-styleguide";
  content: "\e8d8";
  position: absolute;
  top: 0;
  right: 0;
  color: #f51720;
  font-style: normal;
  speak: never;
}
[class^=icon-].ui-icon--color[class*=icon-check_circle],
[class*=" icon-"].ui-icon--color[class*=icon-check_circle] {
  color: #0a7029;
}
[class^=icon-].ui-icon--color[class*=icon-cancel],
[class*=" icon-"].ui-icon--color[class*=icon-cancel] {
  color: #ff004a;
}
[class^=icon-].ui-icon--color[class*=icon-sync_in], [class^=icon-].ui-icon--color[class*=icon-sync-in],
[class*=" icon-"].ui-icon--color[class*=icon-sync_in],
[class*=" icon-"].ui-icon--color[class*=icon-sync-in] {
  color: #0a7029;
}
[class^=icon-].ui-icon--color[class*=icon-sync_out], [class^=icon-].ui-icon--color[class*=icon-sync-out],
[class*=" icon-"].ui-icon--color[class*=icon-sync_out],
[class*=" icon-"].ui-icon--color[class*=icon-sync-out] {
  color: #f51720;
}
[class^=icon-].ui-icon--color[class*=icon-sync]:not([class*=icon-sync_in]):not([class*=icon-sync_out]):not([class*=icon-sync-in]):not([class*=icon-sync-out]):not([class*=icon-sync_alt]),
[class*=" icon-"].ui-icon--color[class*=icon-sync]:not([class*=icon-sync_in]):not([class*=icon-sync_out]):not([class*=icon-sync-in]):not([class*=icon-sync-out]):not([class*=icon-sync_alt]) {
  color: #0a7029;
}
[class^=icon-].ui-icon--color[class*=icon-sync_alt],
[class*=" icon-"].ui-icon--color[class*=icon-sync_alt] {
  color: #0a7029;
}
.skeleton {
  width: 100%;
  height: 600px;
  border-radius: 8px;
  margin-top: 20px;
  background: linear-gradient(90deg, #e2e2e2 25%, #f0f0f0 50%, #e2e2e2 75%);
  background-size: 200% 100%;
  animation: standings-shimmer 1.5s infinite;
}
@keyframes standings-shimmer {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.ui-dropdown {
  position: relative;
  width: 100%;
  font-family: "Barlow Regular";
  font-size: 14px;
  color: #000;
  text-align: left;
  text-transform: capitalize;
}
.ui-dropdown__trigger-placeholder {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  min-height: 44px;
  box-sizing: border-box;
  border-radius: 999px;
  gap: 6px;
  opacity: 0;
  pointer-events: none;
}
.ui-dropdown__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ui-dropdown.is-initial .ui-dropdown__overlay {
  border-radius: 999px;
}
.ui-dropdown.is-open .ui-dropdown__overlay {
  border-radius: 12px;
  gap: 2px;
}
.ui-dropdown-item {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  box-sizing: border-box;
  min-height: 44px;
  gap: 6px;
  width: 100%;
  cursor: pointer;
}
.ui-dropdown--primary .ui-dropdown-item {
  background-color: #fff;
}
.ui-dropdown--primary .ui-dropdown-option:hover {
  background-color: #f1f0f5;
}
.ui-dropdown--secondary .ui-dropdown-item {
  background-color: #f1f0f5;
}
.ui-dropdown--secondary .ui-dropdown-option:hover {
  background-color: #e5e5e5;
}
.ui-dropdown.is-disabled {
  pointer-events: none;
}
.ui-dropdown.has-border.ui-dropdown--primary .ui-dropdown__overlay,
.ui-dropdown--primary.is-disabled .ui-dropdown__overlay {
  border: 1px solid #777777;
}
.ui-dropdown.has-border.ui-dropdown--secondary .ui-dropdown__overlay,
.ui-dropdown--secondary.is-disabled .ui-dropdown__overlay {
  border: 1px solid #777777;
}
.ui-dropdown__text {
  flex: 1;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-dropdown__icon-wrapper {
  border-radius: radius(xxs);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
}
.ui-dropdown__icon {
  width: 16px;
  height: auto;
  transition: transform 0.2s ease-in-out;
}
.ui-dropdown.is-open .ui-dropdown__icon {
  transform: rotate(180deg);
}
.ui-dropdown__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-height: 176px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ui-dropdown__list::-webkit-scrollbar {
  display: none;
}
.ui-datepicker {
  position: relative;
  font-family: "Barlow Regular";
}
.ui-datepicker__backdrop {
  display: none;
}
.ui-datepicker__popover {
  position: absolute;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 60;
  overflow: hidden;
  overscroll-behavior: contain;
}
.ui-datepicker--center .ui-datepicker__backdrop {
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 49;
  border: none;
  padding: 0;
  cursor: default;
}
.ui-datepicker--center .ui-datepicker__popover {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ui-datepicker--center .ui-datepicker__calendar--m {
  width: 393px;
}
.ui-datepicker--bottom-right .ui-datepicker__popover {
  top: 100%;
  right: 0;
  margin-top: 6px;
}
.ui-datepicker__calendar {
  background-color: #fff;
}
.ui-datepicker__calendar--s {
  width: 393px;
}
.ui-datepicker__calendar--m {
  width: 768px;
}
.ui-datepicker__cal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  padding-inline: 10px;
}
.ui-datepicker__cal-nav {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 44px;
  padding: 0;
  color: #000;
}
.ui-datepicker__cal-nav:hover {
  background-color: #f1f0f5;
}
.ui-datepicker__cal-nav:focus-visible {
  outline: 2px solid #106bfe;
  outline-offset: -2px;
}
.ui-datepicker__cal-title {
  font-family: "Barlow Bold";
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-align: center;
}
.ui-datepicker__cal-grid {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 2px;
}
.ui-datepicker__cal-row {
  display: flex;
  gap: 2px;
}
.ui-datepicker__cal-cell {
  flex: 1 0 0;
  min-width: 0;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: none;
  padding: 6px;
  box-sizing: border-box;
  font-family: inherit;
}
.ui-datepicker__cal-cell--header {
  font-family: "Barlow Bold";
  font-size: 14px;
  line-height: 18px;
  color: #777777;
}
.ui-datepicker__cal-cell--default {
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.ui-datepicker__cal-cell--outside {
  font-size: 18px;
  line-height: 24px;
  color: #777777;
}
.ui-datepicker__cal-cell--today {
  font-family: "Barlow Bold";
  font-size: 18px;
  line-height: 24px;
  background-color: #000000;
  color: #fff;
}
.ui-datepicker__cal-cell--selected {
  font-family: "Barlow Bold";
  font-size: 18px;
  line-height: 24px;
  background-color: #106bfe;
  color: #fff;
}
.ui-datepicker__cal-cell--clickable {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.ui-datepicker__cal-cell--clickable:hover:not(.ui-datepicker__cal-cell--selected):not(.ui-datepicker__cal-cell--today) {
  background-color: #f1f0f5;
}
.ui-datepicker__cal-cell--clickable:focus-visible {
  outline: 2px solid #106bfe;
  outline-offset: -2px;
}
.ui-button {
  align-self: center;
  margin: 16px auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  border-radius: 999px;
  padding: 8px 14px;
  font-family: "Barlow Regular";
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.ui-button--primary {
  background: #000;
  color: #fff;
}
.ui-button--primary:hover:not([disabled]) {
  opacity: 0.9;
}
.ui-button--secondary {
  background: #f5f5f5;
  color: #000;
  border: 1px solid #e5e5e5;
}
.ui-button--secondary:hover:not([disabled]) {
  background: #eee;
}
.ui-button[disabled] {
  opacity: 0.6;
  cursor: default;
}
.ui-button-icon,
.ui-button-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ui-bet-row {
  box-sizing: border-box;
  align-items: center;
  display: flex;
  width: 100%;
  position: relative;
  border-radius: 0 0 12px 12px;
  background-color: #f1f0f5;
  overflow: hidden;
  padding: 4px;
  text-align: center;
  font-family: "Barlow Regular";
  color: #777777;
  font-size: 10px;
  line-height: 14px;
}
.ui-bet-row__container {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}
.ui-bet-row__left-label {
  height: 16px;
  width: 32px;
  flex-shrink: 0;
  position: relative;
}
.ui-bet-row__label-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
}
.ui-bet-row__option-button {
  height: 16px;
  flex: 1;
  border-radius: 999px;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  padding: 0 4px;
  box-sizing: border-box;
  text-align: left;
  color: #000000;
}
.ui-bet-row__button-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex: 1;
}
.ui-bet-row__bonus-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.ui-bet-row__brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 32px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f5f5f5;
}
.ui-bet-row__logo-image {
  position: absolute;
  inset: 22.06% 6%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ui-bet-row--size-xs {
  padding: 2px;
  font-size: 8px;
  line-height: 12px;
}
.ui-bet-row--size-xs .ui-bet-row__left-label {
  width: 24px;
  height: 12px;
}
.ui-bet-row--size-xs .ui-bet-row__option-button {
  height: 12px;
}
.ui-bet-row--size-xs .ui-bet-row__brand-logo {
  width: 24px;
  height: 12px;
  border-radius: 6px;
}
.ui-label {
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: "Barlow SC Black Italic";
  font-style: italic;
  font-weight: 900;
  overflow: hidden;
  white-space: nowrap;
}
.ui-label__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-label__text {
  display: block;
}
.ui-label__icon {
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.ui-label__team-logo {
  display: flex;
  align-items: center;
  background-color: #000000;
  padding: 2px;
}
.ui-label--size-xs {
  font-size: 10px;
  line-height: 14px;
  padding-left: 2px;
  padding-right: 2px;
}
.ui-label--size-s {
  font-size: 12px;
  line-height: 16px;
  padding-left: 4px;
  padding-right: 4px;
}
.ui-label--size-m {
  font-size: 14px;
  line-height: 18px;
  padding: 2px 6px;
}
.ui-label--size-l {
  font-size: 20px;
  line-height: 24px;
  padding: 2px 6px;
}
.ui-label--type-primary {
  background-color: #000000;
  color: #ffffff;
}
.ui-label--type-secondary {
  background-color: #ffffff;
  color: #000000;
}
.ui-label--type-tertiary {
  background-color: #777777;
  color: #ffffff;
}
.ui-label--type-highlight {
  background-color: #ff004a;
  color: #ffffff;
}
.ui-label--type-transfer {
  background-color: #cffc04;
  color: #000000;
}
.ui-section-header {
  display: flex;
  align-items: center;
  font-family: "Barlow Regular";
  width: 100%;
}
.ui-section-header.live {
  color: #ffffff;
}
.ui-section-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 6px;
  width: 24px;
  height: 24px;
}
.ui-section-header__logo img {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ui-section-header__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ui-section-header__trailing {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: 6px;
}
.ui-section-header--size-s .ui-section-header__title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
}
.ui-section-header--size-s.ui-section-header--with-border {
  padding: 6px 12px;
}
.ui-section-header--size-m .ui-section-header__logo {
  width: 36px;
  height: 36px;
}
.ui-section-header--size-m .ui-section-header__title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-family: "Barlow Bold";
}
.ui-section-header--size-m .ui-section-header__subtitle {
  font-size: 14px;
  line-height: 18px;
}
.ui-section-header--size-m.ui-section-header--with-border {
  padding: 6px 12px;
}
.ui-section-header--with-border {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}
.ui-card-headline {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  color: #000000;
}
.ui-card-headline__logo {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  flex-shrink: 0;
}
.ui-card-headline--size-l .ui-card-headline__logo {
  width: 56px;
  padding: 8px 0;
}
.ui-card-headline--size-m .ui-card-headline__logo {
  width: 40px;
  padding: 6px 0;
}
.ui-card-headline--size-s .ui-card-headline__logo {
  width: 28px;
  padding: 6px 0;
}
.ui-card-headline--size-xs .ui-card-headline__logo {
  width: 24px;
  padding: 4px 0;
}
.ui-card-headline__state-layer {
  align-self: stretch;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-start;
}
.ui-card-headline__channel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}
.ui-card-headline__title-container {
  display: flex;
  align-items: center;
  min-width: 0;
  width: 100%;
}
.ui-card-headline__title {
  font-family: "Barlow SC Black Italic";
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  min-width: 0;
  width: 100%;
  text-transform: uppercase;
  position: relative;
  color: inherit;
  margin: 0;
}
.ui-card-headline--2-lined .ui-card-headline__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.ui-card-headline--size-l .ui-card-headline__title {
  font-size: 54px;
  line-height: 58px;
}
.ui-card-headline--size-m .ui-card-headline__title {
  font-size: 40px;
  line-height: 44px;
}
.ui-card-headline--size-s .ui-card-headline__title {
  font-size: 32px;
  line-height: 36px;
}
.ui-card-headline--size-xs .ui-card-headline__title {
  font-size: 24px;
  line-height: 28px;
}
.ui-card-headline__label-container {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  font-family: "Barlow Regular";
}
.ui-card-headline__label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-card-headline--primary.ui-card-headline--size-l .ui-card-headline__label-container {
  padding: 12px 0 0 8px;
}
.ui-card-headline--primary.ui-card-headline--size-l .ui-card-headline__label {
  font-size: 22px;
  line-height: 30px;
}
.ui-card-headline--primary.ui-card-headline--size-m .ui-card-headline__label-container {
  padding: 10px 0 0 8px;
}
.ui-card-headline--primary.ui-card-headline--size-m .ui-card-headline__label {
  font-size: 18px;
  line-height: 24px;
}
.ui-card-headline--primary.ui-card-headline--size-s .ui-card-headline__label-container {
  padding: 8px 0 0 4px;
}
.ui-card-headline--primary.ui-card-headline--size-s .ui-card-headline__label {
  font-size: 14px;
  line-height: 18px;
}
.ui-card-headline--primary.ui-card-headline--size-xs .ui-card-headline__label-container {
  padding: 6px 0 0 4px;
}
.ui-card-headline--primary.ui-card-headline--size-xs .ui-card-headline__label {
  font-size: 12px;
  line-height: 16px;
}
.ui-card-headline__actions {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
}
.ui-card-headline--secondary .ui-card-headline__actions {
  align-items: center;
  justify-content: flex-end;
  font-family: "Barlow Regular";
  color: #106bfe;
}
.ui-card-headline--secondary .ui-card-headline__label-container {
  padding: 0;
  display: flex;
  align-items: center;
}
.ui-card-headline--secondary .ui-card-headline__label {
  font-weight: 700;
}
.ui-card-headline--secondary.ui-card-headline--size-l .ui-card-headline__actions {
  font-size: 22px;
  line-height: 30px;
}
.ui-card-headline--secondary.ui-card-headline--size-l .ui-card-headline__label-container {
  padding-left: 8px;
}
.ui-card-headline--secondary.ui-card-headline--size-l .ui-card-headline__label {
  height: 36px;
  line-height: 30px;
}
.ui-card-headline--secondary.ui-card-headline--size-m .ui-card-headline__actions {
  font-size: 18px;
  line-height: 24px;
}
.ui-card-headline--secondary.ui-card-headline--size-m .ui-card-headline__label-container {
  padding-left: 8px;
}
.ui-card-headline--secondary.ui-card-headline--size-m .ui-card-headline__label {
  line-height: 24px;
}
.ui-card-headline--secondary.ui-card-headline--size-s .ui-card-headline__actions {
  font-size: 14px;
  line-height: 18px;
}
.ui-card-headline--secondary.ui-card-headline--size-s .ui-card-headline__label-container {
  padding-left: 4px;
}
.ui-card-headline--secondary.ui-card-headline--size-s .ui-card-headline__label {
  line-height: 18px;
}
.ui-card-headline--secondary.ui-card-headline--size-xs .ui-card-headline__actions {
  font-size: 12px;
  line-height: 16px;
}
.ui-card-headline--secondary.ui-card-headline--size-xs .ui-card-headline__label-container {
  padding-left: 4px;
}
.ui-card-headline--secondary.ui-card-headline--size-xs .ui-card-headline__label {
  line-height: 16px;
}
.ui-breadcrumb {
  display: flex;
  align-items: center;
  font-family: "Barlow Regular";
  gap: 2px;
  background-color: transparent;
  color: #404040;
}
.ui-breadcrumb--size-l {
  font-size: 14px;
  line-height: 18px;
}
.ui-breadcrumb--size-m {
  font-size: 12px;
  line-height: 16px;
}
.ui-breadcrumb--size-s {
  font-size: 10px;
  line-height: 14px;
}
.ui-breadcrumb--size-responsive {
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .ui-breadcrumb--size-responsive {
    font-size: 14px;
    line-height: 18px;
  }
}
.ui-breadcrumb__home {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #404040;
  text-decoration: none;
  flex-shrink: 0;
  transition: color 0.2s ease;
}
.ui-breadcrumb.theme-light .ui-breadcrumb__home:hover {
  color: #000000;
}
.ui-breadcrumb__path {
  display: inline-block;
  white-space: pre-wrap;
}
.ui-breadcrumb__item {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
  color: #404040 !important;
}
.ui-breadcrumb.theme-light .ui-breadcrumb__item:hover {
  color: #000000;
}
.ui-breadcrumb__current {
  font-weight: normal;
  color: #000000;
}
.table-header {
  border: none;
  word-break: normal;
}
.table-header .table-header-row th {
  font-family: "Barlow Regular";
  font-size: 14px;
  line-height: 18px;
  width: 1px;
  white-space: nowrap;
  padding: 12px 6px;
  font-weight: normal;
}
.table-header .table-header-row th:first-child {
  padding-left: 12px;
}
.table-header .table-header-row th:last-child {
  padding-right: 12px;
}
.table-header .table-header-row th.full-width {
  width: auto;
  text-align: start;
  padding-left: 0px;
}
.table-header .table-header-row th.hide-on-tablet, .table-header .table-header-row th.hide-on-mobile {
  display: none;
}
@media (min-width: 768px) {
  .table-header .table-header-row th {
    padding-inline: 12px;
  }
  .table-header .table-header-row th.hide-on-mobile {
    display: table-cell;
  }
  .table-header .table-header-row th.hide-on-tablet {
    display: none;
  }
  .table-header .table-header-row th:first-child {
    padding-left: 16px;
  }
  .table-header .table-header-row th:last-child {
    padding-right: 16px;
  }
}
@media (min-width: 1137px) {
  .table-header .table-header-row th {
    padding-inline: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .table-header .table-header-row th.hide-on-tablet, .table-header .table-header-row th.hide-on-mobile {
    display: table-cell;
  }
  .table-header .table-header-row th:first-child {
    padding-left: 24px;
  }
  .table-header .table-header-row th:last-child {
    padding-right: 24px;
  }
}
.table-header tr.s th,
.table-header tr.m th {
  font-size: 14px;
  line-height: 18px;
  padding-inline: 6px;
}
.table-header tr.s th:first-child,
.table-header tr.m th:first-child {
  padding-left: 12px;
}
.table-header tr.s th:last-child,
.table-header tr.m th:last-child {
  padding-right: 12px;
}
@media (min-width: 768px) {
  .table-header tr.s th:last-child,
  .table-header tr.m th:last-child {
    padding-right: 16px;
  }
}
@media (min-width: 1137px) {
  .table-header tr.s th:last-child,
  .table-header tr.m th:last-child {
    padding-right: 24px;
  }
}
.table-header tr.m th {
  padding-inline: 12px;
}
.table-header tr.m th:first-child {
  padding-left: 16px;
}
@media (min-width: 1137px) {
  .table-header tr.m th:last-child {
    padding-right: 24px;
  }
}
.table-header tr.l th {
  padding-inline: 12px;
  font-size: 16px;
  line-height: 22px;
}
.table-header tr.l th:first-child {
  padding-left: 24px;
}
.table-header tr.l th:last-child {
  padding-right: 12px;
}
@media (min-width: 768px) {
  .table-header tr.l th:last-child {
    padding-right: 16px;
  }
}
@media (min-width: 1137px) {
  .table-header tr.l th:last-child {
    padding-right: 24px;
  }
}
.table-header tr.border > th {
  box-shadow: inset 0 1px 0 #e5e5e5, inset 0 -1px 0 #e5e5e5;
}
.table-header tr.border > th:first-child {
  box-shadow: inset 0 1px 0 #e5e5e5, inset 0 -1px 0 #e5e5e5, inset 1px 0 0 #e5e5e5;
}
.table-header tr.border > th:last-child {
  box-shadow: inset 0 1px 0 #e5e5e5, inset 0 -1px 0 #e5e5e5, inset -1px 0 0 #e5e5e5;
}
.ui-standings-card-header {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 12px;
  gap: 6px;
  margin-bottom: 12px;
}
@media (min-width: 714px) {
  .ui-standings-card-header {
    padding: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1137px) {
  .ui-standings-card-header {
    padding: 36px;
    gap: 0px;
    margin-bottom: 32px;
  }
}
.ui-standings-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #fff;
  color: #000;
  font-family: "Barlow Regular";
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
}
.ui-standings-table .col-team {
  width: auto;
  min-width: 0;
  text-align: left;
}
.ui-standings-table thead .col-team {
  text-align: left;
}
.ui-standings-table .team-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.ui-standings-table .team-image {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
}
.ui-standings-table .team-image img,
.ui-standings-table .team-image svg {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.ui-standings-table .team-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ui-standings-table .team-name {
  font-family: "Barlow Bold";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.ui-standings-row {
  background-color: #fff;
}
.ui-standings-table .table-header tr.border > th,
.ui-standings-table .table-header tr.border > th:first-child,
.ui-standings-table .table-header tr.border > th:last-child {
  box-shadow: inset 0 -1px 0 #e5e5e5;
}
.ui-standings-table tbody .col-stat {
  font-family: "Barlow Bold";
  font-weight: 700;
}
.ui-standings-table tbody .standings-prize {
  font-family: "Barlow Semi Condensed", "Barlow Bold", sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .ui-standings-table tbody .standings-prize {
    font-family: "Barlow Bold";
    font-weight: 700;
    font-style: normal;
    text-transform: none;
  }
}
@media (max-width: 1023px) {
  .ui-standings-table {
    font-size: 14px;
    line-height: 18px;
    border: none;
  }
}
@media (max-width: 767px) {
  .ui-standings-table {
    border: none;
  }
  .col--hide-below-tablet {
    display: none;
  }
}
@media (max-width: 359px) {
  .col--hide-below-mobile {
    display: none;
  }
}
.ui-result-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: clip;
  border-radius: 4px;
  color: #ffffff;
  font-family: "Barlow Bold", sans-serif;
  text-align: center;
  white-space: nowrap;
  word-break: break-word;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 14px;
}
.ui-result-badge.m {
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 18px;
}
.ui-result-badge.WIN {
  background-color: #0A7029;
}
.ui-result-badge.DRAW {
  background-color: #777777;
}
.ui-result-badge.LOST {
  background-color: #F51720;
}
.ui-legend {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  color: #000000;
  background-color: #ffffff;
  font-family: "Barlow Regular";
  border-radius: 12px;
  padding-inline: 12px;
  gap: 6px;
}
.ui-legend .indicator {
  display: inline-block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 2px;
}
.ui-legend .indicator.GREEN {
  background-color: #0A7029;
}
.ui-legend .indicator.LIGHTGREEN {
  background-color: #32CD30;
}
.ui-legend .indicator.BLUE {
  background-color: #003F94;
}
.ui-legend .indicator.LIGHTBLUE {
  background-color: #4285F4;
}
.ui-legend .indicator.YELLOW {
  background-color: #FEDE00;
}
.ui-legend .indicator.RED {
  background-color: #F51720;
}
@media (min-width: 714px) {
  .ui-legend {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    padding-inline: 24px;
    gap: 12px;
  }
}
.ui-legend.s {
  padding: 0 6px;
  gap: 12px;
}
.ui-legend.m {
  padding: 0 12px;
  gap: 12px;
}
.ui-legend.l {
  padding: 0 24px;
  gap: 24px;
}
.ui-legend.border {
  border: 1px solid #e5e5e5;
}
.team-row {
  border-top: 1px solid #e5e5e5;
  height: 44px;
}
.team-row.border > td {
  box-shadow: inset 0 -1px 0 #e5e5e5;
}
.team-row:last-child.border > td {
  box-shadow: none;
}
.team-row:hover {
  background-color: #f9f9f9;
}
.team-row.sky {
  background-color: #1068fe;
  color: #fff;
}
.team-row > td {
  padding-inline: 0;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  font-family: "Barlow Regular", sans-serif;
  width: 1px;
  font-size: 14px;
}
@media (min-width: 1137px) {
  .team-row > td {
    font-size: 18px;
    line-height: 24px;
  }
}
.team-row > td .qualification-indicator {
  width: 4px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.team-row > td .qualification-indicator.GREEN {
  background-color: #0f7a23;
}
.team-row > td .qualification-indicator.LIGHTGREEN {
  background-color: #63d23d;
}
.team-row > td .qualification-indicator.BLUE {
  background-color: #003b84;
}
.team-row > td .qualification-indicator.LIGHTBLUE {
  background-color: #4f82f4;
}
.team-row > td .qualification-indicator.YELLOW {
  background-color: #ffde00;
}
.team-row > td .qualification-indicator.RED {
  background-color: #e51720;
}
.team-row > td .rank-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.team-row > td.movement-cell {
  text-align: start;
}
.team-row > td.bold {
  font-family: "Barlow Bold";
}
.team-row > td.full-width {
  font-family: "Barlow Bold";
  width: auto;
  max-width: 0;
  text-align: left;
  white-space: normal;
  overflow: hidden;
}
.team-row > td.viewport-dependant-cell {
  display: none;
}
.team-row > td .last-matches-inner {
  display: inline-flex;
  gap: 4px;
}
.team-row > td .last-matches-inner .match-result {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
  font-weight: bold;
  border-radius: 4px;
}
.team-row > td .last-matches-inner .match-result.result-S, .team-row > td .last-matches-inner .match-result.result-W, .team-row > td .last-matches-inner .match-result.result-WIN {
  background-color: #0a7029;
}
.team-row > td .last-matches-inner .match-result.result-U, .team-row > td .last-matches-inner .match-result.result-D, .team-row > td .last-matches-inner .match-result.result-DRAW {
  background-color: #777;
}
.team-row > td .last-matches-inner .match-result.result-N, .team-row > td .last-matches-inner .match-result.result-L, .team-row > td .last-matches-inner .match-result.result-LOST {
  background-color: #f51720;
}
.team-row > td .movement {
  font-size: 10px;
}
.team-row > td .movement.up, .team-row > td .movement.down {
  display: inline-flex;
  align-items: center;
}
.team-row > td .movement.up {
  color: #0A7029;
}
.team-row > td .movement.down {
  color: #F51720;
}
.team-row > td .movement .movement-icon {
  width: 12px;
  height: 12px;
  display: block;
}
.team-row > td.hide-on-mobile, .team-row > td.hide-on-tablet {
  display: none;
}
@media (min-width: 768px) {
  .team-row > td.hide-on-mobile {
    display: table-cell;
  }
  .team-row > td.hide-on-tablet {
    display: none;
  }
  .team-row > td.viewport-dependant-cell {
    display: table-cell;
  }
}
@media (min-width: 1137px) {
  .team-row > td.hide-on-tablet, .team-row > td.hide-on-mobile {
    display: table-cell;
  }
  .team-row > td.viewport-dependant-cell {
    display: table-cell;
  }
}
.name-cell {
  display: flex;
  align-items: center;
  gap: 8px;
}
.name-cell .team-image {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 2px;
  color: #777777;
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.name-cell .name-cell-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}
.name-cell .name-cell-content .team-name-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.name-cell .name-cell-content .additional {
  display: flex;
  align-items: center;
  gap: 2px;
}
.name-cell .name-cell-content .additional.image {
  height: 10px;
  width: 10px;
  border-radius: 2px;
}
.name-cell .name-cell-content .additional.name {
  margin: 0;
  font-family: "Barlow Regular";
  font-size: 10px;
  line-height: 14px;
}
.ui-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: 4px;
  max-width: 100%;
  min-width: 0;
}
.ui-team__logo-container {
  height: 40px;
  width: 40px;
  border-radius: spacin(4);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-team__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ui-team__logo-placeholder {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #777777;
}
.ui-team__name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  align-self: stretch;
  text-align: center;
  font-family: "Barlow Regular";
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.ui-team__name--live {
  color: #ffffff;
  font-family: "Barlow Bold";
}
.ui-team__name.match-winner {
  font-family: "Barlow Bold";
}
.ui-match-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  height: 65px;
  padding: 0 6px;
  font-family: "Barlow SC Black Italic";
}
.ui-match-info__time {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 24px;
  flex: 1;
}
.ui-match-info__score {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 36px;
  flex: 1;
  align-self: stretch;
}
.ui-match-info__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ui-match-info__date {
  font-size: 12px;
  line-height: 16px;
}
.ui-match-info--live {
  color: #ffffff;
}
.ui-match {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  font-family: "Barlow Regular";
}
.ui-match__container {
  align-self: stretch;
  display: flex;
  align-items: stretch;
}
.ui-match--live {
  background-color: #106bfe;
}
@media (max-width: 300px) {
  .ui-match {
    font-size: 14px;
  }
}
.ui-match-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ui-match-card__section-header {
  margin-bottom: 12px;
}
.ui-match-card__match {
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
}
.ui-match-card__match--isLive {
  background-color: #106bfe;
}
.ui-match-card--has-bets .ui-match-card__match {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-match-card__bets {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
.ui-match-card__optional-field {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 16px;
}
.ui-match-card__optional-field > *:first-child {
  margin-top: 12px;
}
.ui-match-card__optional-field--align-left {
  align-items: flex-start;
}
.ui-match-card__optional-field--align-right {
  align-items: flex-end;
}
.ui-match-card__optional-field--align-center {
  align-items: center;
}
.ui-set-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ui-set-card__match {
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
}
.ui-set-card__match--live {
  background-color: #106bfe;
}
.ui-set-card__match--live .ui-section-header__title {
  color: #ffffff;
}
.ui-set-card__match--live .ui-section-header--with-border {
  border-color: rgba(255, 255, 255, 0.2);
}
.ui-set-card--has-bets .ui-set-card__match {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-set-card__bets {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
.ui-set-card__section-header {
  margin-bottom: 8px;
}
.ui-set-card__optional-field {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  line-height: 14px;
}
.ui-set-card__match--live .ui-set-card__optional-field {
  color: rgba(255, 255, 255, 0.7);
}
.ui-set-card__optional-field > *:first-child {
  margin-top: 12px;
}
.ui-set-card__optional-field--align-left {
  align-items: flex-start;
}
.ui-set-card__optional-field--align-right {
  align-items: flex-end;
}
.ui-set-card__optional-field--align-center {
  align-items: center;
}
.ui-set {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.ui-set__competitors {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ui-set-competitor {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}
.ui-set-competitor__logo {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #e5e5e5;
}
.ui-set-competitor__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ui-set-competitor__placeholder {
  display: contents;
  color: #777777;
}
.ui-set-competitor__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.ui-set-competitor__name {
  font-family: "Barlow Regular";
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-set-competitor__balance {
  font-family: "Barlow Regular";
  font-size: 10px;
  line-height: 14px;
  color: #000000;
}
.ui-set-competitor--live .ui-set-competitor__name {
  font-family: "Barlow Bold";
  color: #ffffff;
}
.ui-set-competitor--live .ui-set-competitor__balance {
  color: rgba(255, 255, 255, 0.7);
}
.ui-set-competitor--walkover .ui-set-competitor__name, .ui-set-competitor--winner .ui-set-competitor__name {
  font-family: "Barlow Bold";
  color: #000000;
}
.ui-set-competitor--winner {
  font-family: "Barlow Bold";
}
.ui-set-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.ui-set-result__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ui-set-result__score {
  font-family: "Barlow SC Black Italic";
  text-transform: uppercase;
  color: #000000;
  font-size: 12px;
  line-height: 16px;
}
.ui-set-result__set-number {
  font-family: "Barlow Regular";
  color: #777777;
  font-size: 12px;
  line-height: 16px;
}
.ui-set-result--post {
  background-color: #e5e5e5;
  width: 16px;
  height: 100%;
  border-radius: 4px;
}
.ui-set-result--live-post {
  background-color: #ffffff;
}
.ui-set-result--live-live {
  background-color: #ff004a;
}
.ui-set-result--live-live .ui-set-result__score,
.ui-set-result--live-live .ui-set-result__set-number {
  color: #ffffff;
}
.ui-set-result--size-s {
  width: 16px;
  border-radius: 4px;
}
.ui-set-result--size-s .ui-set-result__inner {
  gap: 6px;
}
.ui-set-result--size-s .ui-set-result__score {
  font-size: 12px;
  line-height: 16px;
}
.ui-set-result--size-s .ui-set-result__set-number {
  font-size: 12px;
  line-height: 16px;
}
.ui-set-result--size-m {
  width: 24px;
  border-radius: 6px;
}
.ui-set-result--size-m .ui-set-result__inner {
  gap: 8px;
}
.ui-set-result--size-m .ui-set-result__set-number {
  font-size: 14px;
  line-height: 18px;
}
.ui-set-result--size-l {
  width: 32px;
  border-radius: 8px;
}
.ui-set-result--size-l .ui-set-result__inner {
  gap: 8px;
}
.ui-set-result--size-l .ui-set-result__set-number {
  font-size: 18px;
  line-height: 24px;
}
.ui-set-info {
  font-family: "Barlow SC Black Italic";
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  gap: 12px;
}
.ui-set-info__pre-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ui-set-info__date {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}
.ui-set-info__time {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.ui-set-info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4px;
}
.ui-set-info__sets {
  display: flex;
  align-self: stretch;
  gap: 4px;
}
.ui-set-info__result {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: right;
}
.ui-set-info__result-score {
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  color: #000000;
}
.ui-set-info--live .ui-set-info__result-score {
  color: #ffffff;
}
.ui-set-card-header {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
.ui-set-card-header--bordered {
  border: 1px solid #e5e5e5;
}
.ui-set-card-header--live .ui-set-card-header__main {
  background-color: #106bfe;
}
.ui-set-card-header--live .ui-set-card-header__name {
  color: #ffffff;
  font-family: "Barlow Bold";
}
.ui-set-card-header--live .ui-set-card-header__date, .ui-set-card-header--live .ui-set-card-header__time {
  color: #ffffff;
}
.ui-set-card-header--live .ui-set-card-header__result-score {
  color: #ffffff;
}
.ui-set-card-header--live .ui-set-card-header__optional {
  background-color: #106bfe;
  color: #ffffff;
}
.ui-set-card-header__main {
  display: flex;
  align-items: center;
}
.ui-set-card-header__players {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.ui-set-card-header__player {
  display: flex;
  align-items: center;
}
.ui-set-card-header__logo {
  border-radius: radius(xxs);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-set-card-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.ui-set-card-header__name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-family: "Barlow Regular";
  color: #000000;
}
.ui-set-card-header__label {
  flex-shrink: 0;
}
.ui-set-card-header__date {
  flex-shrink: 0;
  font-family: "Barlow SC Black Italic";
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
}
.ui-set-card-header__time {
  flex-shrink: 0;
  font-family: "Barlow SC Black Italic";
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
}
.ui-set-card-header__sets {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.ui-set-card-header__result {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-self: stretch;
}
.ui-set-card-header__result-score {
  font-family: "Barlow SC Black Italic";
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}
.ui-set-card-header__optional {
  font-family: "Barlow Regular";
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
  text-align: center;
}
.ui-set-card-header--size-s .ui-set-card-header__main {
  padding: 8px 12px;
  gap: 12px;
}
.ui-set-card-header--size-s .ui-set-card-header__players {
  gap: 4px;
}
.ui-set-card-header--size-s .ui-set-card-header__player {
  gap: 6px;
}
.ui-set-card-header--size-s .ui-set-card-header__logo {
  width: 40px;
  height: 40px;
}
.ui-set-card-header--size-s .ui-set-card-header__name {
  font-size: 18px;
  line-height: 22px;
}
.ui-set-card-header--size-s .ui-set-card-header__date {
  font-size: 18px;
  line-height: 22px;
}
.ui-set-card-header--size-s .ui-set-card-header__time {
  font-size: 24px;
  line-height: 28px;
}
.ui-set-card-header--size-s .ui-set-card-header__sets {
  gap: 4px;
}
.ui-set-card-header--size-s .ui-set-card-header__result-score {
  font-size: 28px;
  line-height: 32px;
}
.ui-set-card-header--size-s .ui-set-card-header__optional {
  padding: 0 12px 8px;
}
.ui-set-card-header--size-m .ui-set-card-header__main {
  padding: 12px;
  gap: 12px;
}
.ui-set-card-header--size-m .ui-set-card-header__players {
  gap: 6px;
}
.ui-set-card-header--size-m .ui-set-card-header__player {
  gap: 12px;
}
.ui-set-card-header--size-m .ui-set-card-header__logo {
  width: 40px;
  height: 40px;
}
.ui-set-card-header--size-m .ui-set-card-header__name {
  font-size: 20px;
  line-height: 26px;
}
.ui-set-card-header--size-m .ui-set-card-header__date {
  font-size: 20px;
  line-height: 24px;
}
.ui-set-card-header--size-m .ui-set-card-header__time {
  font-size: 18px;
  line-height: 24px;
}
.ui-set-card-header--size-m .ui-set-card-header__sets {
  gap: 6px;
}
.ui-set-card-header--size-m .ui-set-card-header__result-score {
  font-size: 40px;
  line-height: 50px;
}
.ui-set-card-header--size-m .ui-set-card-header__optional {
  padding: 0 12px 12px;
}
.ui-set-card-header--size-l .ui-set-card-header__main {
  padding: 12px 24px;
  gap: 24px;
}
.ui-set-card-header--size-l .ui-set-card-header__players {
  gap: 12px;
}
.ui-set-card-header--size-l .ui-set-card-header__player {
  gap: 12px;
}
.ui-set-card-header--size-l .ui-set-card-header__logo {
  width: 48px;
  height: 48px;
}
.ui-set-card-header--size-l .ui-set-card-header__name {
  font-size: 28px;
  line-height: 36px;
}
.ui-set-card-header--size-l .ui-set-card-header__date {
  font-size: 28px;
  line-height: 32px;
}
.ui-set-card-header--size-l .ui-set-card-header__time {
  font-size: 40px;
  line-height: 44px;
}
.ui-set-card-header--size-l .ui-set-card-header__sets {
  gap: 6px;
}
.ui-set-card-header--size-l .ui-set-card-header__result-score {
  font-size: 54px;
  line-height: 58px;
}
.ui-set-card-header--size-l .ui-set-card-header__optional {
  padding: 0 24px 12px;
}
.ui-calendar-bar {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  padding-inline: 10px;
}
.ui-calendar-bar--size-l {
  padding: 12px;
}
.ui-calendar-bar__left, .ui-calendar-bar__right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 44px;
  padding: 0 10px;
  height: 100%;
  gap: 4px;
}
.ui-calendar-bar__left {
  justify-content: flex-start;
}
.ui-calendar-bar__right {
  justify-content: flex-end;
}
.ui-calendar-bar__side-label {
  font-family: "Barlow Regular";
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  white-space: nowrap;
}
.ui-calendar-bar__center {
  flex: 1;
  min-width: 0;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.ui-calendar-bar__scroll {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}
.ui-calendar-bar__scroll::-webkit-scrollbar {
  display: none;
}
.ui-calendar-bar__spacer {
  flex-shrink: 0;
  height: 100%;
  pointer-events: none;
}
.ui-calendar-bar__scroll-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 100%;
  padding: 0 6px;
  color: #000000;
  z-index: 1;
  box-shadow: none;
}
.ui-calendar-bar__scroll-btn:hover, .ui-calendar-bar__scroll-btn:focus, .ui-calendar-bar__scroll-btn:focus-visible, .ui-calendar-bar__scroll-btn:active {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  color: inherit;
}
.ui-calendar-bar__scroll-btn:hover {
  opacity: 0.7;
}
.ui-calendar-bar__scroll-btn--left .icon-arrow_forward_ios {
  transform: rotate(180deg);
}
.ui-calendar-bar--month .ui-calendar-bar__scroll {
  scroll-snap-type: x mandatory;
  gap: 0;
}
.ui-calendar-bar--month .ui-calendar-bar__scroll .ui-calendar-bar-day {
  width: 100%;
  min-width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
}
.ui-calendar-bar__fade {
  position: absolute;
  top: 0;
  width: 22px;
  height: 100%;
  pointer-events: none;
}
.ui-calendar-bar__fade--left {
  left: 0;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.ui-calendar-bar__fade--right {
  right: 0;
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}
.ui-calendar-bar--size-l .ui-calendar-bar__fade {
  display: none;
}
.ui-calendar-bar .ui-calendar-bar__left,
.ui-calendar-bar .ui-calendar-bar__right {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  box-shadow: none;
}
.ui-calendar-bar .ui-calendar-bar__left:hover, .ui-calendar-bar .ui-calendar-bar__left:focus, .ui-calendar-bar .ui-calendar-bar__left:focus-visible, .ui-calendar-bar .ui-calendar-bar__left:active,
.ui-calendar-bar .ui-calendar-bar__right:hover,
.ui-calendar-bar .ui-calendar-bar__right:focus,
.ui-calendar-bar .ui-calendar-bar__right:focus-visible,
.ui-calendar-bar .ui-calendar-bar__right:active {
  border: 0;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
.ui-calendar-bar .ui-calendar-bar__left:hover,
.ui-calendar-bar .ui-calendar-bar__right:hover {
  opacity: 0.7;
}
.ui-calendar-bar .ui-calendar-bar__left--active {
  color: #ff004a;
}
.ui-calendar-bar .ui-calendar-bar__left--active .ui-calendar-bar__side-label {
  color: #ff004a;
  font-family: "Barlow Bold";
}
.ui-calendar-bar-day {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  --_bg: transparent;
  background-color: var(--_bg);
}
.ui-calendar-bar-day:hover, .ui-calendar-bar-day:focus, .ui-calendar-bar-day:focus-visible, .ui-calendar-bar-day:active {
  background-color: var(--_bg);
  color: inherit;
  border: none;
  outline: none;
  box-shadow: none;
}
.ui-calendar-bar-day:hover {
  opacity: 0.7;
}
.ui-calendar-bar-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  flex-shrink: 0;
}
.ui-calendar-bar-day__day {
  font-family: "Barlow Bold";
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
  text-transform: capitalize;
}
.ui-calendar-bar-day__date {
  font-family: "Barlow Regular";
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  white-space: nowrap;
}
.ui-calendar-bar-day--today:not(.ui-calendar-bar-day--month) .ui-calendar-bar-day__date {
  font-family: "Barlow Bold";
}
.ui-calendar-bar-day--highlight {
  --_bg: #000000;
}
.ui-calendar-bar-day--inactive {
  --_bg: #ffffff;
  color: #000000;
}
.ui-calendar-bar-day--selected {
  --_bg: #106bfe;
}
.ui-calendar-bar-day--month {
  --_bg: #ffffff;
}
.ui-calendar-bar-day--highlight .ui-calendar-bar-day__day,
.ui-calendar-bar-day--highlight .ui-calendar-bar-day__date, .ui-calendar-bar-day--selected .ui-calendar-bar-day__day,
.ui-calendar-bar-day--selected .ui-calendar-bar-day__date {
  color: #ffffff;
}
.ui-calendar-bar-day--month .ui-calendar-bar-day__day {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.ui-segmented-control {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ui-segmented-control__segments {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 2px;
  border-radius: 999px;
  width: 100%;
}
.ui-segmented-control--bg-pearl .ui-segmented-control__segments {
  background-color: #ffffff;
}
.ui-segmented-control--bg-ghost .ui-segmented-control__segments {
  background-color: #f1f0f5;
}
.ui-segmented-control__legal {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  width: 100%;
}
.ui-segmented-control__legal span {
  font-family: "Barlow Regular";
  font-size: 10px;
  line-height: 14px;
  color: #777777;
  width: 100%;
}
.ui-segment {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  color: #000000;
  font-family: "Barlow Bold";
  border: none;
  border-radius: 999px;
  padding: 6px 4px;
  cursor: pointer;
}
.ui-segment--type-primary {
  background-color: #ffffff;
}
.ui-segment--type-primary:hover:not(.ui-segment--active) {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.ui-segment--type-primary.ui-segment--active {
  font-family: "Barlow Bold";
  background-color: #000000;
  color: #ffffff;
}
.ui-segment--type-primary.ui-segment--active:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.ui-segment--type-secondary {
  background-color: rgba(229, 229, 229, 0.5);
  color: #000000;
}
.ui-segment--type-secondary.ui-segment--active {
  background-color: #e5e5e5;
}
.ui-segment--type-secondary:hover {
  background-color: #ffffff;
}
.ui-segment--type-highlight {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.ui-segment--type-highlight.ui-segment--active {
  background-color: #106bfe;
}
.ui-segment--type-highlight:hover {
  background-color: #ffffff;
  color: #000000;
}
.ui-segment__ad {
  flex-shrink: 0;
  font-family: "Barlow Regular";
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #777777;
  width: 30px;
  padding: 6px 0;
}
.ui-tabbar {
  width: 100%;
  background-color: #ffffff;
}
.ui-tabbar--secondary {
  background-color: #000000;
}
.ui-tabbar--highlight {
  background-color: #106bfe;
}
.ui-tabbar__container {
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .ui-tabbar__container {
    padding: 0 20px;
  }
}
@media (min-width: 1113px) {
  .ui-tabbar__container {
    padding: 0 28px;
  }
}
.ui-tabbar__left {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  padding-left: 12px;
  padding-right: 28px;
  z-index: 2;
}
.ui-tabbar__menu-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  padding: 6px;
  background-color: #000000;
  color: #ffffff;
  flex-shrink: 0;
}
.ui-tabbar--secondary .ui-tabbar__menu-btn, .ui-tabbar--highlight .ui-tabbar__menu-btn {
  background-color: #ffffff;
  color: #000000;
}
.ui-tabbar__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 80px;
  height: 40px;
}
.ui-tabbar__logo img {
  display: block;
  height: 100%;
  width: auto;
}
.ui-tabbar__scroll-area {
  flex: 1;
  min-width: 0;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ui-tabbar__tabs {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.ui-tabbar__tabs::-webkit-scrollbar {
  display: none;
}
.ui-tabbar__scroll-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
  z-index: 1;
}
.ui-tabbar__scroll-overlay--left {
  left: 0;
  padding: 10px 16px 10px 4px;
  background: linear-gradient(to right, #ffffff 50%, rgba(255, 255, 255, 0));
}
.ui-tabbar__scroll-overlay--right {
  right: 0;
  padding: 10px 4px 10px 16px;
  background: linear-gradient(to left, #ffffff 50%, rgba(255, 255, 255, 0));
}
.ui-tabbar--secondary .ui-tabbar__scroll-overlay--left {
  background: linear-gradient(to right, #000000 50%, rgba(0, 0, 0, 0));
}
.ui-tabbar--secondary .ui-tabbar__scroll-overlay--right {
  background: linear-gradient(to left, #000000 50%, rgba(0, 0, 0, 0));
}
.ui-tabbar--highlight .ui-tabbar__scroll-overlay--left {
  background: linear-gradient(to right, #106bfe 50%, rgba(16, 107, 254, 0));
}
.ui-tabbar--highlight .ui-tabbar__scroll-overlay--right {
  background: linear-gradient(to left, #106bfe 50%, rgba(16, 107, 254, 0));
}
.ui-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: none;
}
.ui-tab:hover, .ui-tab:focus, .ui-tab:focus-visible, .ui-tab:active {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.ui-tab:active:not(:disabled) {
  opacity: 0.7;
}
.ui-tab:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ui-tab__state-layer {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 0 6px;
}
.ui-tab__image {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.ui-tab__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ui-tab__text-row {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 20px;
  overflow: hidden;
}
.ui-tab__label {
  font-family: "Barlow Regular";
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
}
.ui-tab--active .ui-tab__label {
  font-family: "Barlow Bold";
}
.ui-tab__trailing-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 14px;
  height: 14px;
}
.ui-tab__indicator {
  width: 100%;
  height: 4px;
  background-color: transparent;
}
.ui-tab--active .ui-tab__indicator {
  background-color: currentColor;
}
.ui-tab--primary {
  color: #000000;
}
.ui-tab--primary:hover, .ui-tab--primary:focus, .ui-tab--primary:focus-visible, .ui-tab--primary:active {
  color: #000000;
}
.ui-tab--tertiary {
  color: #106bfe;
}
.ui-tab--tertiary:hover, .ui-tab--tertiary:focus, .ui-tab--tertiary:focus-visible, .ui-tab--tertiary:active {
  color: #106bfe;
}
.ui-tab--secondary, .ui-tab--highlight {
  color: #ffffff;
}
.ui-tab--secondary:hover, .ui-tab--secondary:focus, .ui-tab--secondary:focus-visible, .ui-tab--secondary:active, .ui-tab--highlight:hover, .ui-tab--highlight:focus, .ui-tab--highlight:focus-visible, .ui-tab--highlight:active {
  color: #ffffff;
}
.ui-throw-series {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  overflow: hidden;
}
.ui-throw-series--bordered {
  border: 1px solid #e5e5e5;
}
.ui-throw-series__home, .ui-throw-series__away {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ui-throw-series__away {
  justify-content: flex-end;
}
.ui-throw-series__result {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-throw-series__throw-data {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.ui-throw-series__throw-data--right {
  text-align: right;
}
.ui-throw-series__result-text {
  font-family: "Barlow Bold";
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
.ui-throw-series__darts-text {
  font-family: "Barlow Regular";
  font-size: 10px;
  line-height: 14px;
  color: #000000;
}
.ui-throw-series__score {
  font-family: "Barlow SC Black Italic";
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #000000;
  text-align: center;
}
.ui-throw-series__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.ui-throw-series__busted-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: #ff004a;
  border-radius: 999px;
  flex-shrink: 0;
}
.ui-throw-series--maximum .ui-throw-series__result-text, .ui-throw-series--maximum .ui-throw-series__darts-text {
  color: #106bfe;
}
.ui-throw-series--busted .ui-throw-series__result-text, .ui-throw-series--busted .ui-throw-series__darts-text {
  color: #ff004a;
}
.ui-statistic {
  display: flex;
  flex-direction: column;
  padding: 6px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
}
.ui-statistic--bordered {
  border: 1px solid #e5e5e5;
}
.ui-statistic__category {
  flex: 1;
  font-family: "Barlow Regular";
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-align: center;
}
.ui-statistic__values {
  display: flex;
  gap: 2px;
  width: 100%;
  flex-shrink: 0;
}
.ui-statistic__box {
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 0 6px;
  min-width: 10px;
  overflow: hidden;
}
.ui-statistic__box--home {
  text-align: right;
}
.ui-statistic__value {
  flex: 1;
  font-family: "Barlow SC Black Italic";
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  white-space: nowrap;
}
.ui-statistic--pre .ui-statistic__box {
  flex: 1;
  background-color: #e5e5e5;
  color: #777777;
}
.ui-statistic--live .ui-statistic__box--less, .ui-statistic--post .ui-statistic__box--less {
  background-color: #777777;
  color: #ffffff;
}
.ui-statistic--live .ui-statistic__box--more {
  background-color: #106bfe;
  color: #ffffff;
}
.ui-statistic--post .ui-statistic__box--more {
  background-color: #000000;
  color: #ffffff;
}
.ui-info-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background-color: #ffffff;
}
.ui-info-card--bordered {
  border: 1px solid #e5e5e5;
}
.ui-info-card__header {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ui-info-card__title {
  font-family: "Barlow Bold";
  font-size: 22px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
}
.ui-info-card__subtitle {
  font-family: "Barlow Regular";
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #777777;
}
.ui-info-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.ui-info-card__text {
  font-family: "Barlow Regular";
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  word-break: break-word;
  margin: 0;
}
.ui-list-item {
  background-color: #ffffff;
  padding: 12px;
}
.ui-list-item--bordered {
  border: 1px solid #e5e5e5;
}
.ui-list-item__container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ui-list-item__leading {
  align-self: stretch;
  display: flex;
  align-items: center;
}
.ui-list-item__leading-media {
  width: 36px;
  height: 36px;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-list-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}
.ui-list-item__title {
  font-family: "Barlow Bold";
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-self: stretch;
  color: #000000;
}
.ui-list-item__subtitle-row {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.ui-list-item__middle-media {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-list-item__subtitle {
  flex: 1;
  font-family: "Barlow Regular";
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ui-image-wrapper {
  border-radius: radius(xxs);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-image-wrapper--logo {
  background-color: #e5e5e5;
}
.ui-image-wrapper__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.ui-image-wrapper--image .ui-image-wrapper__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.ui-link-button {
  display: inline-flex;
  text-decoration: none;
  font-family: "Barlow Regular";
  cursor: pointer;
}
.ui-link-button--disabled {
  pointer-events: none;
  cursor: default;
}
.ui-link-button__label, .ui-link-button__icon {
  color: #1068fe;
}
.ui-link-button--underlined .ui-link-button__label {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.ui-link-button__state-layer {
  display: inline-flex;
  align-items: center;
}
.ui-link-button__icon {
  display: inline-flex;
  align-items: center;
}
.ui-link-button--s .ui-link-button__state-layer {
  gap: 2px;
  padding: 4px 8px;
}
.ui-link-button--s .ui-link-button__label {
  font-size: 14px;
  line-height: 18px;
}
.ui-link-button--m .ui-link-button__state-layer {
  gap: 2px;
  padding: 4px 12px;
}
.ui-link-button--m .ui-link-button__label {
  font-size: 18px;
  line-height: 24px;
}
.ui-link-button--l .ui-link-button__state-layer {
  gap: 4px;
  padding: 4px 12px;
}
.ui-link-button--l .ui-link-button__label {
  font-size: 24px;
  line-height: 32px;
}
.ui-link-button.ui-link-button--primary {
  color: #000000;
}
.ui-link-button.ui-link-button--primary:hover, .ui-link-button.ui-link-button--primary:active {
  color: rgba(0, 0, 0, 0.7);
}
.ui-link-button.ui-link-button--primary.ui-link-button--disabled {
  color: rgba(119, 119, 119, 0.5);
}
.ui-link-button.ui-link-button--secondary {
  color: #ffffff;
}
.ui-link-button.ui-link-button--secondary:hover, .ui-link-button.ui-link-button--secondary:active {
  color: rgba(255, 255, 255, 0.7);
}
.ui-link-button.ui-link-button--secondary.ui-link-button--disabled {
  color: rgba(119, 119, 119, 0.5);
}
.ui-link-button.ui-link-button--tertiary {
  color: #777777;
}
.ui-link-button.ui-link-button--tertiary:hover, .ui-link-button.ui-link-button--tertiary:active {
  color: rgba(119, 119, 119, 0.7);
}
.ui-link-button.ui-link-button--tertiary.ui-link-button--disabled {
  color: rgba(119, 119, 119, 0.5);
}
.ui-link-button.ui-link-button--highlight {
  color: #106bfe;
}
.ui-link-button.ui-link-button--highlight:hover, .ui-link-button.ui-link-button--highlight:active {
  color: rgba(16, 107, 254, 0.7);
}
.ui-link-button.ui-link-button--highlight.ui-link-button--disabled {
  color: rgba(119, 119, 119, 0.5);
}
.standings-links {
  display: flex;
  justify-content: end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.standings-links {
  display: flex;
  justify-content: end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ergebnisse-section-header {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 36px;
}
.ergebnisse-section-header__tabbar-wrap {
  overflow: hidden;
  border-radius: 0 0 12px 12px;
}
.ergebnisse-section-header__top {
  display: flex;
  flex-direction: column;
  padding: 12px;
}
@media (min-width: 714px) {
  .ergebnisse-section-header__top {
    padding: 24px;
  }
}
@media (min-width: 1137px) {
  .ergebnisse-section-header__top {
    padding: 36px;
  }
}
.ergebnisse-section-header__calendar-wrap {
  position: relative;
}
.ergebnisse-section-header .ui-card-headline {
  margin-top: 6px;
  margin-bottom: 12px;
}
@media (min-width: 1137px) {
  .ergebnisse-section-header .ui-card-headline {
    margin-bottom: 24px;
  }
}
.ui-event-card {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
}
.ui-event-card--bordered {
  border: 1px solid #e5e5e5;
}
.ui-event-card--live {
  background-color: #106bfe;
}
.ui-event-card--live {
  background-color: #106bfe;
  color: #ffffff;
}
.ui-event-card__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
}
.ui-event-card__events {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ui-event-card__optional {
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Barlow Regular";
  padding: 0 12px 12px;
  color: #000000;
  text-align: center;
}
.ui-event-card .ui-event-competitor__leading {
  border-radius: 4px;
}
.ui-event {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ui-event--live {
  background-color: #106bfe;
}
.ui-event__competitor {
  flex: 1;
  min-width: 0;
}
.ui-event__info {
  flex-shrink: 0;
}
.ui-event-competitor {
  display: flex;
  align-items: center;
}
.ui-event-competitor__inner {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.ui-event-competitor__leading {
  border-radius: radius(xxs);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.ui-event-competitor__leading-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.ui-event-competitor__text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.ui-event-competitor__name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-family: "Barlow Regular";
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.ui-event-competitor__team {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  overflow: hidden;
}
.ui-event-competitor__team-logo {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-event-competitor__team-logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.ui-event-competitor__team-name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-family: "Barlow Regular";
  font-size: 10px;
  line-height: 14px;
  color: #000000;
}
.ui-event-competitor--live .ui-event-competitor__name {
  font-family: "Barlow Bold";
  color: #ffffff;
}
.ui-event-competitor--live .ui-event-competitor__team-name {
  font-family: "Barlow Bold";
  color: #ffffff;
}
.ui-event-info {
  font-family: "Barlow SC Black Italic";
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  gap: 12px;
}
.ui-event-info__pre {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ui-event-info__date {
  font-size: 12px;
  line-height: 16px;
}
.ui-event-info__time {
  font-size: 16px;
  line-height: 22px;
}
.ui-event-info__result {
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
  text-align: right;
}
.ui-event-info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-event-info--live {
  color: #ffffff;
}
.ui-event-card-header {
  font-family: "Barlow SC Black Italic";
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
.ui-event-card-header--bordered {
  border: 1px solid #e5e5e5;
}
.ui-event-card-header__main {
  display: flex;
  align-items: center;
}
.ui-event-card-header__event {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.ui-event-card-header__logo {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 2px;
}
.ui-event-card-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.ui-event-card-header__name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-family: "Barlow Regular";
  color: #000000;
}
.ui-event-card-header__label {
  flex-shrink: 0;
}
.ui-event-card-header__date {
  flex-shrink: 0;
  color: #000000;
  white-space: nowrap;
}
.ui-event-card-header__time {
  flex-shrink: 0;
  color: #000000;
  white-space: nowrap;
}
.ui-event-card-header__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-event-card-header--size-s .ui-event-card-header__main {
  padding: 12px;
  gap: 12px;
}
.ui-event-card-header--size-s .ui-event-card-header__event {
  gap: 6px;
}
.ui-event-card-header--size-s .ui-event-card-header__logo {
  width: 40px;
  height: 40px;
}
.ui-event-card-header--size-s .ui-event-card-header__name {
  font-size: 18px;
  line-height: 24px;
}
.ui-event-card-header--size-s .ui-event-card-header__date {
  font-size: 18px;
  line-height: 24px;
}
.ui-event-card-header--size-s .ui-event-card-header__time {
  font-size: 24px;
  line-height: 32px;
}
.ui-event-card-header--size-m .ui-event-card-header__main {
  padding: 12px;
  gap: 12px;
}
.ui-event-card-header--size-m .ui-event-card-header__event {
  gap: 12px;
}
.ui-event-card-header--size-m .ui-event-card-header__logo {
  width: 44px;
  height: 44px;
}
.ui-event-card-header--size-m .ui-event-card-header__name {
  font-size: 20px;
  line-height: 26px;
}
.ui-event-card-header--size-m .ui-event-card-header__date {
  font-size: 20px;
  line-height: 26px;
}
.ui-event-card-header--size-m .ui-event-card-header__time {
  font-size: 28px;
  line-height: 36px;
}
.ui-event-card-header--size-l .ui-event-card-header__main {
  padding: 20px 24px;
  gap: 24px;
}
.ui-event-card-header--size-l .ui-event-card-header__event {
  gap: 12px;
}
.ui-event-card-header--size-l .ui-event-card-header__logo {
  width: 80px;
  height: 80px;
}
.ui-event-card-header--size-l .ui-event-card-header__name {
  font-size: 40px;
  line-height: 50px;
}
.ui-event-card-header--size-l .ui-event-card-header__date {
  font-size: 28px;
  line-height: 36px;
}
.ui-event-card-header--size-l .ui-event-card-header__time {
  font-size: 40px;
  line-height: 50px;
}
.ui-event-card-header--live .ui-event-card-header__main {
  background-color: #106bfe;
}
.ui-event-card-header--live .ui-event-card-header__name {
  color: #ffffff;
}
.ui-event-card-header--live .ui-event-card-header__date,
.ui-event-card-header--live .ui-event-card-header__time {
  color: #ffffff;
}
.sport1-ergebnisse-root {
  max-width: calc(100% - 24px);
  margin-inline: auto;
  padding: 0;
  box-sizing: border-box;
}
@media (min-width: 714px) {
  .sport1-ergebnisse-root {
    padding: 24px;
  }
}
@media (min-width: 1137px) {
  .sport1-ergebnisse-root {
    padding: 32px;
  }
}
.ergebnisse-competition-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  background: #fff;
  border-radius: 12px;
}
.ergebnisse-competition-section + .ergebnisse-competition-section {
  margin-top: 36px;
}
.ergebnisse-live-notice {
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
  padding: 12px;
  color: #444444;
}
.ergebnisse-error-notice {
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
  padding: 12px;
  color: #444444;
  text-align: center;
}

/*# sourceMappingURL=style-index.css.map*/