/* /Layout/MainLayout.razor.rz.scp.css */
/* /Layout/NavMenu.razor.rz.scp.css */
.nav[b-jycib1kc17] {
  position: fixed;
  bottom: 0rem;
  left: 0;
  right: 0;
  background-color: var(--bg-panel-light);
  width: 100%;
  margin-inline: auto;
  box-shadow: 0 2px 16px hsla(228, 95%, 4%, .1);
  padding: 0.65rem 0.45rem;
  z-index: var(--z-fixed);
}

.nav__list[b-jycib1kc17] {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.nav__link[b-jycib1kc17] {
  color: var(--text-primary-light);
  font-size: 1.5rem;
  transition: color .4s;

  position: relative;
  padding: 0.65625rem 0.8125rem;
  border-radius: 1rem;
}

.nav__link.active-link[b-jycib1kc17] {
  color: var(--accent-hover);
  background-color: rgba(25, 118, 210, 0.15);
}


.nav__link .dot[b-jycib1kc17] {
  position: absolute;
  left: 50%;
  bottom: 0.5625rem;
  transform: translateX(-50%);
  width: .25rem;
  height: .25rem;
  background: var(--accent-hover);
  border-radius: 50%;
  display: none;
}

.nav__link .count[b-jycib1kc17] {
  position: absolute;
  background-color: var(--accent-live);
  color: var(--text-on-accent-light);

  border-radius: 1rem;
  height: 1.125rem;
  width: 1.125rem;
  right: 0.5rem;
  top: 0.5rem;

  font-size: 0.5rem;

  display: flex;

  align-items: center;
  justify-content: center;

  box-shadow: 0 1px 3px #0000001f, 0 1px 2px #0000003d;
}

.nav__link.active-link .dot[b-jycib1kc17] {
  display: block;

}


/*=============== EXPAND LIST ===============*/
.nav__expand[b-jycib1kc17] {
  border: none;
  outline: none;
  width: 3.125rem;
  height: 3.125rem;
  background-color: var(--bg-panel-light);
  border-radius: 1rem;
  cursor: pointer;
}

.nav__expand-icon[b-jycib1kc17] {
  display: inline-block;
  color: var(--text-primary-light);
  font-size: 1.5rem;
  transition: transform .4s;
}

.nav__expand-list[b-jycib1kc17] {
  position: absolute;
  top: -4.75rem;
  left: 0;
  right: 0;
  background-color: var(--bg-panel-light);
  box-shadow: 0 2px 16px hsla(228, 95%, 4%, .1);
  width: max-content;
  margin-inline: auto;
  padding: .5rem 1.5rem;
  border-radius: 1rem;
  display: flex;
  column-gap: 2rem;
  z-index: -1;
  overflow: hidden;
  transform: translateY(5rem) scale(.1);
  transition: transform .5s cubic-bezier(.5, 1.8, .4, .8);
}

.nav__expand:hover[b-jycib1kc17] {
  background-color: var(--grey-color);
}

.nav__item_expand[b-jycib1kc17] {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav__expand-list li[b-jycib1kc17] {
  transform: translateY(-3rem);
  transition: transform .4s;
}

.nav__expand-list li:nth-child(1)[b-jycib1kc17] {
  transition-delay: .2s;
}

.nav__expand-list li:nth-child(2)[b-jycib1kc17] {
  transition-delay: .3s;
}

.nav__expand-list li:nth-child(3)[b-jycib1kc17] {
  transition-delay: .4s;
}

.nav__expand-link[b-jycib1kc17] {
  color: var(--text-secondary-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: color .4s;
}

.nav__expand-link i[b-jycib1kc17] {
  font-size: 1.5rem;
}

.nav__expand-link span[b-jycib1kc17] {
  font-size: var(--tiny-font-size);
  font-weight: var(--font-semi-bold);
}

.nav__expand-link:hover[b-jycib1kc17] {
  color: var(--bg-panel-light);
}

/* Show list */
.show-list[b-jycib1kc17],
.show-list li[b-jycib1kc17] {
  transform: translateY(0);
}

/* Rotate icon */
.rotate-icon[b-jycib1kc17] {
  transform: rotate(135deg);
}
/* /Pages/Favorites/Favorites.razor.rz.scp.css */
.content-wrapper[b-qt1tq2sp3b] {
    display: flex;
    width: 100%;
    padding: 11rem 5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .content-section[b-qt1tq2sp3b] {
    display: flex;
    margin-bottom: -58px;
    width: 210px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }
  
  .logo-container[b-qt1tq2sp3b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .logo-circle[b-qt1tq2sp3b] {
    width: 4rem;
    height: 4rem;
  }
  
  .page-title[b-qt1tq2sp3b] {
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  
  .page-description[b-qt1tq2sp3b] {
    color: #6b7280;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    width: 100%;
    margin: 16px 0 0 0;
  }
  
  .page-footer[b-qt1tq2sp3b] {
    margin-top: 114px;
  }
  
  .copyright-text[b-qt1tq2sp3b] {
    color: #6b7280;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    margin: 0;
  }
  
/* /Pages/Home/FavoriteMatchs/FavoriteMatchs.razor.rz.scp.css */
/* /Pages/Home/ListMatchs/Calendar/Calendar.razor.rz.scp.css */
/* Обёртка календаря */
.calendar-wrapper[b-k9mt1kirdy] {
    overflow-x: auto;
    position: sticky;
    top: 4rem;
    background-color: white;
    transition: background-color 0.3s ease;
}

/* Скрываем скролл */
.calendar-wrapper[b-k9mt1kirdy]::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/* Внутренняя полоса календаря */
.calendar-strip[b-k9mt1kirdy] {
    display: flex;
    align-items: center;
    width: fit-content;
    min-width: max-content;
    gap: 12px;
    padding: 0 8px;
    height: 100%;
    transition: gap 0.3s ease;
}

/* Отступ между днями уменьшается в compact */
.calendar-wrapper.compact .calendar-strip[b-k9mt1kirdy] {
    gap: 6px;
}

/* Элемент даты */
.date-item[b-k9mt1kirdy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 16px;
    border-radius: 8px;
    background-color: #f9fafb;
    cursor: pointer;
    row-gap: 2px;    
    position: relative;
}

.calendar-wrapper.compact .date-item[b-k9mt1kirdy] {
    transform: scale(0.93);
    opacity: 0.95;
    padding: 4px 10px;
    border-radius: 6px;
}

.date-item.active[b-k9mt1kirdy] {
    background-color: #2563eb;
    color: #ffffff;
}

.date-item.active .day-name[b-k9mt1kirdy],
.date-item.active .day-number[b-k9mt1kirdy] {
    color: #ffffff;
}

.day-name[b-k9mt1kirdy] {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Номер дня */
.day-number[b-k9mt1kirdy] {
    font-size: 15px;
    font-weight: 600;
    color: #6b7280;
    transition: transform 0.3s ease;
}

.calendar-wrapper.compact .day-name[b-k9mt1kirdy] {
    transform: scale(0.93);
    opacity: 0.7;
    font-size: 11px;
}

.calendar-wrapper.compact .day-number[b-k9mt1kirdy] {
    transform: scale(0.93);
    font-size: 13px;
}

/* Синяя точка под сегодняшней датой (если не активна) */
.date-item.today:not(.active)[b-k9mt1kirdy]::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background-color: #2563eb;
    border-radius: 50%;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* В compact режиме точка становится меньше и чуть менее заметной */
.calendar-wrapper.compact .date-item.today:not(.active)[b-k9mt1kirdy]::after {
    width: 3px;
    height: 3px;
    bottom: 2px;
}

.calendar-wrapper.compact[b-k9mt1kirdy] {
    padding: 4px 0px;;
}
/* /Pages/Home/ListMatchs/LeagueBlock/LeagueBlock.razor.rz.scp.css */
.matches-section[b-0fycdvzu84] {
    margin-top: 8px;
}

.league-container[b-0fycdvzu84] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.league-header[b-0fycdvzu84] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 3px 10px;
    border-radius: 6px;
    background-color: #eff6ff;
    cursor: pointer;
}

.league-logo[b-0fycdvzu84] {
    width: 24px;
    height: 24px;
    border-radius: 6px;
}

.league-name[b-0fycdvzu84] {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.league-actions[b-0fycdvzu84] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 6px;
}

.notification-badge[b-0fycdvzu84] {
    display: flex;
    background-color: #F3F4F6;
    padding: 4px 8px;
    border-radius: 4px;
    width: 20px;
    justify-content: center;

}

.notification-badge live[b-0fycdvzu84] {
    background-color: #FEF2F2;
}

.notification-dot[b-0fycdvzu84] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ef4444;
}

.notification-count[b-0fycdvzu84] {
    font-size: 12px;
    font-weight: 500;
    color: #ef4444;
}

.matches-count[b-0fycdvzu84] {
    font-size: 12px;
    font-weight: 500;
    color: #6B7280;
}

.favorite-button[b-0fycdvzu84] {
    display: flex;
    justify-content: center;
    color: #6B7280;
    background-color: inherit;
    padding: 6px;
    border: none;
    cursor: pointer;
}

.favorite-button.active[b-0fycdvzu84] {
    color: #4870c0;
}

.favorited[b-0fycdvzu84] {
    color: #2563eb;
}

.star-icon[b-0fycdvzu84] {
    width: 16px;
    height: 16px;
}

.matches-container[b-0fycdvzu84] {
    max-height: 0;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.matches-container.visible[b-0fycdvzu84] {}

.other[b-0fycdvzu84] {
    background-color: #F9FAFB;
}

.matches-container.open[b-0fycdvzu84] {
    max-height: 1000px;
    /* или auto — но не анимируется */
}
/* /Pages/Home/ListMatchs/ListMatches.razor.rz.scp.css */
.matches-widget[b-6fm7cc8g6v] {
  width: 100%;
  margin-bottom: 3.5rem;
}

.widget-container[b-6fm7cc8g6v] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 7px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
}

.matches-section[b-6fm7cc8g6v] {
  margin-top: 8px;
}

.league-container[b-6fm7cc8g6v] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.league-header[b-6fm7cc8g6v] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 10px;
  border-radius: 6px;
  background-color: #eff6ff;
  cursor: pointer;
}

.league-logo[b-6fm7cc8g6v] {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.league-name[b-6fm7cc8g6v] {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.league-actions[b-6fm7cc8g6v] {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
}

.notification-badge[b-6fm7cc8g6v] {
  display: flex;
  background-color: #F3F4F6;
  padding: 4px 8px;
  border-radius: 4px;
  width: 20px;
  justify-content: center;

}

.notification-badge live[b-6fm7cc8g6v] {
  background-color: #FEF2F2;
}

.notification-dot[b-6fm7cc8g6v] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ef4444;
}

.notification-count[b-6fm7cc8g6v] {
  font-size: 12px;
  font-weight: 500;
  color: #ef4444;
}

.matches-count[b-6fm7cc8g6v] {
  font-size: 12px;
  font-weight: 500;
  color: #6B7280;
}

.favorite-button[b-6fm7cc8g6v] {
  display: flex;
  justify-content: center;
  color: #6B7280;
  background-color: inherit;
  padding: 6px;
  border: none;
  cursor: pointer;
}

.favorited[b-6fm7cc8g6v] {
  color: #2563eb;
}

.star-icon[b-6fm7cc8g6v] {
  width: 16px;
  height: 16px;
}

.matches-container[b-6fm7cc8g6v] {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.matches-container.visible[b-6fm7cc8g6v] {}

.other[b-6fm7cc8g6v] {
  background-color: #F9FAFB;
}
/* /Pages/Home/ListMatchs/MatchList/Match.razor.rz.scp.css */
.match-card[b-vjs9c4lhpt] {
  display: flex;
  align-items: center;
  padding: 12px;
  background-color: #f9fafb;
}

.favorite[b-vjs9c4lhpt] {
  background-color: #eff6ff;
}

.match-card:not(:last-child)[b-vjs9c4lhpt] {
  border-bottom: 1px solid #e5e7eb;
}

.team[b-vjs9c4lhpt] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.team.away[b-vjs9c4lhpt] {
  justify-content: flex-end;
}

.team-logo[b-vjs9c4lhpt] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.team-info[b-vjs9c4lhpt] {
  display: flex;
  flex-direction: column;
  width: 60%;
}

.away .team-info[b-vjs9c4lhpt] {
  align-items: flex-end;
  text-align: end;
}

.team-name[b-vjs9c4lhpt] {
  font-size: 13px;
  font-weight: 500;
  color: #111827;
}

.team-status[b-vjs9c4lhpt] {
  font-size: 11px;
  font-weight: 400;
  color: #6b7280;
}

.score[b-vjs9c4lhpt] {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin: 0 8px;
}

.match-status[b-vjs9c4lhpt] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 12px;
}

.live-indicator[b-vjs9c4lhpt] {
  display: flex;
  align-items: center;
  gap: 4px;
}

.live-dot[b-vjs9c4lhpt] {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ef4444;
}

.live-text[b-vjs9c4lhpt] {
  font-size: 11px;
  font-weight: 600;
  color: #ef4444;
}

.match-time[b-vjs9c4lhpt] {
  font-size: 11px;
  font-weight: 500;
  color: #6b7280;
}

.match-period[b-vjs9c4lhpt],
.match-day[b-vjs9c4lhpt] {
  font-size: 10px;
  font-weight: 400;
  color: #6b7280;
}
/* /Pages/Home/PopularMatch/PopularMatch.razor.rz.scp.css */
.favorites-section[b-ex69itnv0c] {
    position: sticky;
    top: 0;
    padding: 0.5rem;
    background-color: #F8F9FA;
}

.matches-scroll-container[b-ex69itnv0c] {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.match-card[b-ex69itnv0c] {
    width: 17rem;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.3s ease;
}

.match-content[b-ex69itnv0c] {
    padding: 12px;
}

.match-header[b-ex69itnv0c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}

.league-info[b-ex69itnv0c] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.league-icon[b-ex69itnv0c] {
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

.league-name[b-ex69itnv0c] {
    color: #6b7280;
    font-size: 11px;
    font-weight: 500;
    line-height: 16.5px;
}

.favorite-button[b-ex69itnv0c] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.star-icon[b-ex69itnv0c] {
    width: 16px;
    height: 16px;
}

.match-details[b-ex69itnv0c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-info[b-ex69itnv0c] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.team-logo[b-ex69itnv0c] {
    width: 24px;
    height: 24px;
    border-radius: 4px;
}

.team-data[b-ex69itnv0c] {
    display: flex;
    flex-direction: column;
}

.team-data.right-align[b-ex69itnv0c] {
    align-items: flex-end;
}

.team-name[b-ex69itnv0c] {
    font-size: 13px;
    font-weight: 500;
    color: #111827;
}

.team-data.right-align .team-name[b-ex69itnv0c] {
    text-align: right;
}

.team-score[b-ex69itnv0c] {
    color: #ef4444;
    font-size: 14px;
    font-weight: 600;
}

.team-data.right-align .team-score[b-ex69itnv0c] {
    text-align: right;
}

.match-status[b-ex69itnv0c] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.live-indicator[b-ex69itnv0c] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.live-dot[b-ex69itnv0c] {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ef4444;
    opacity: 0.5358;
}

.live-text[b-ex69itnv0c] {
    color: #ef4444;
    font-size: 11px;
    font-weight: 600;
    line-height: 16.5px;
}

.match-time[b-ex69itnv0c] {
    font-size: 11px;
    font-weight: 500;
    color: #ef4444;
}

.match-time.scheduled[b-ex69itnv0c] {
    color: #6b7280;
}

.match-time.finished[b-ex69itnv0c] {
    color: #6b7280;
}

.scheduled-time[b-ex69itnv0c] {
    color: #6b7280;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
}






/* Compact section styles */
.compact-section[b-ex69itnv0c] {
    position: relative;
}

.style-switcher[b-ex69itnv0c] {
    position: absolute;
    top: -8px;
    right: 0;
    color: #6b7280;
    font-size: 9px;
    font-weight: 500;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    /*box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);*/
    padding: 4px 8px;
}

.compact-matches[b-ex69itnv0c] {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    width: 100%;
    padding-right: 20px;
}

/* Modern style */
.modern-style .compact-match-card[b-ex69itnv0c] {
    width: 170px;
    height: 52px;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    /*border: 1px solid rgba(0, 0, 0, 0.04);*/
}

.compact-team-section[b-ex69itnv0c] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.compact-team-section.right[b-ex69itnv0c] {
    justify-content: flex-end;
}

.compact-team-logo-wrapper[b-ex69itnv0c] {
    position: relative;
    flex-shrink: 0;
}

.compact-team-logo[b-ex69itnv0c] {
    width: 20px;
    height: 20px;
    border-radius: 6px;
}

.live-pulse-dot[b-ex69itnv0c] {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ef4444;
    animation: pulse 2s infinite;
}

.compact-team-info[b-ex69itnv0c] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.compact-team-info.right-align[b-ex69itnv0c] {
    align-items: flex-end;
}

.compact-team-name[b-ex69itnv0c] {
    color: #111827;
    font-size: 9px;
    font-weight: 700;
    line-height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.compact-score[b-ex69itnv0c] {
    color: #ef4444;
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
}

.compact-status[b-ex69itnv0c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0 8px;
}

.compact-live-badge[b-ex69itnv0c] {
    color: #ef4444;
    font-size: 7px;
    font-weight: 700;
    line-height: 10px;
    background-color: #fef2f2;
    border-radius: 4px;
    padding: 0 4px;
}

.compact-time-badge[b-ex69itnv0c] {
    color: #6b7280;
    font-size: 7px;
    font-weight: 600;
    line-height: 10px;
    background-color: #f9fafb;
    border-radius: 4px;
    padding: 0 4px;
}

/* Minimal style */
.minimal-style .minimal-match-card[b-ex69itnv0c] {
    width: 190px;
    height: 36px;
    background-color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    border: 3px solid transparent;
    padding: 0 12px;
}

.minimal-team-section[b-ex69itnv0c] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.minimal-team-section.right[b-ex69itnv0c] {
    justify-content: flex-end;
}

.minimal-team-logo[b-ex69itnv0c] {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    flex-shrink: 0;
}

.minimal-team-name[b-ex69itnv0c] {
    color: #111827;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    flex-shrink: 0;
}

.minimal-score[b-ex69itnv0c] {
    color: #ef4444;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    flex-shrink: 0;
}

.minimal-status[b-ex69itnv0c] {
    color: #6b7280;
    font-size: 8px;
    font-weight: 500;
    line-height: 12px;
    flex-shrink: 0;
    padding: 0 4px;
}

.matches-scroll-container.compact .match-card[b-ex69itnv0c] {
    width: 170px;
    height: 48px;
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    backdrop-filter: blur(4px);
    /*border: 1px solid rgba(255, 255, 255, 0.2);*/
    background: rgba(255, 255, 255, 0.8);
}

.matches-scroll-container.compact .match-header[b-ex69itnv0c] {
    display: none;
}

.matches-scroll-container.compact .match-content[b-ex69itnv0c] {
    padding: 8px;
    width: 100%;
}



.matches-scroll-container.compact .team-info[b-ex69itnv0c] {
    gap: 8px;
    flex: 1;
    min-width: 0
}

.matches-scroll-container.compact .team-data[b-ex69itnv0c] {
    min-width: 0;
    flex: 1;
}

.matches-scroll-container.compact .team-name[b-ex69itnv0c] {
    color: #111827;
    font-size: 9px;
    font-weight: 600;
    line-height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.matches-scroll-container.compact .team-score[b-ex69itnv0c] {
    color: #ef4444;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
}

.matches-scroll-container.compact .team-name[b-ex69itnv0c] {
    color: #111827;
    font-size: 9px;
    font-weight: 600;
    line-height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.matches-scroll-container.compact .team-logo[b-ex69itnv0c] {
    width: 18px;
    height: 18px;
    border-radius: 5px;
}

.matches-scroll-container.compact .match-status[b-ex69itnv0c] {

    flex-shrink: 0;
    padding: 0 4px;
}

.matches-scroll-container .match-card[b-ex69itnv0c],
.matches-scroll-container .match-content[b-ex69itnv0c],
.matches-scroll-container .team-logo[b-ex69itnv0c],
.matches-scroll-container .team-name[b-ex69itnv0c],
.matches-scroll-container .team-score[b-ex69itnv0c],
.matches-scroll-container .match-status[b-ex69itnv0c] {
    transition: all 0.3s ease;
}

.match-content[b-ex69itnv0c],
.team-name[b-ex69itnv0c],
.team-score[b-ex69itnv0c],
.team-logo[b-ex69itnv0c],
.match-status[b-ex69itnv0c] {
    transition: all 0.3s ease;
}
/* /Pages/Live/Live.razor.rz.scp.css */
.content-wrapper[b-amployzjn3] {
  display: flex;
  width: 100%;
  padding: 11rem 5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content-section[b-amployzjn3] {
  display: flex;
  margin-bottom: -58px;
  width: 210px;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
}

.logo-container[b-amployzjn3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-circle[b-amployzjn3] {
  width: 4rem;
  height: 4rem;
}

.page-title[b-amployzjn3] {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}

.page-description[b-amployzjn3] {
  color: #6b7280;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  width: 100%;
  margin: 16px 0 0 0;
}

.page-footer[b-amployzjn3] {
  margin-top: 114px;
}

.copyright-text[b-amployzjn3] {
  color: #6b7280;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  margin: 0;
}
/* /Pages/Loader/PageLodaer.razor.rz.scp.css */
/* From Uiverse.io by Satwinder04 */ 
.loader[b-7owmp0qj2b] {
  /* background-color: blue; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.loader-text[b-7owmp0qj2b] {
  font-size: 14px;
  color: rgb(0, 0, 0);
  margin-bottom: 14px;
  align-self: center;
}

.loader-bar[b-7owmp0qj2b] {
  width: 10%;
  height: 5px;
  border-radius: 8px;
  background-color: rgb(0, 0, 0);
  animation: loader-bar-animation-b-7owmp0qj2b 2s ease-in-out infinite;
}

@keyframes loader-bar-animation-b-7owmp0qj2b {
  0% {
    /* transform: translateX(-100%) rotate(270deg); */
    transform: translateX(-100%);
  }

  50% {
    /* transform: translateX(100%) rotate(-90deg); */
    transform: translateX(100%);
  }

  100% {
    /* transform: translateX(-100%) rotate(270deg); */
    transform: translateX(-100%);
  }
}
/* /Pages/Profile/Profile.razor.rz.scp.css */
.content-wrapper[b-qz5cbvg19l] {
    display: flex;
    width: 100%;
    padding: 11rem 5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .content-section[b-qz5cbvg19l] {
    display: flex;
    margin-bottom: -58px;
    width: 210px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }
  
  .logo-container[b-qz5cbvg19l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .logo-circle[b-qz5cbvg19l] {
    width: 4rem;
    height: 4rem;
  }
  
  .page-title[b-qz5cbvg19l] {
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  
  .page-description[b-qz5cbvg19l] {
    color: #6b7280;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    width: 100%;
    margin: 16px 0 0 0;
  }
  
  .page-footer[b-qz5cbvg19l] {
    margin-top: 114px;
  }
  
  .copyright-text[b-qz5cbvg19l] {
    color: #6b7280;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    margin: 0;
  }
  
