html, body {
  overflow: auto;              /* váº«n cho scroll */
  -ms-overflow-style: none;    /* IE vÃ  Edge cÅ© */
  scrollbar-width: none;       /* Firefox */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;               /* Chrome, Safari, Opera */
}

.tablinks {
  color: #4a5565
}

.tablinks.active {
  color: #981e31;
  border-bottom: 2px solid #981e31;
}

.tablinks:hover {
  color: #981e31;
}

.tab-navigate {
  color: #4a5565
}

.tab-navigate.active {
  color: #981e31 !important;
  border-bottom: 2px solid #981e31 !important;
}

.tab-navigate:hover {
  color: #981e31;
}

.select-league .select-league-modal {
  display: none;
}

.active-day {
  color: #ff0026;
  font-weight: bold;
}

.today-active-day {
  color: #fff;
  font-weight: bold;
  background: #981e31
}

.keo-goc-modal {
  z-index: 10;
}