@font-face {
  font-family: 'oswald';
  src: url('/resources/fonts/oswald-regular.ttf');
}

@font-face {
  font-family: 'sf-collegiate';
  src: url('/resources/fonts/SFCollegiate.ttf');
}


.favorite_star[data-v-6d051a40] {
  color: #fff;
  font-size: 1.65rem;
  text-shadow: 2px 2px 2px #000000b0
}

.favorite_star-solid[data-v-6d051a40] {
  color: #ee7433
}

.btn-arrow[data-v-08bd67b8] {
  background-color: transparent;
  height: 100%;
  width: 100%
}

.league_title[data-v-08bd67b8] {
  align-items: center;
  background-color: #eee;
  display: flex;
  flex-direction: column;
  height: 5em;
  justify-content: center;
  padding: 16px
}

.league_title .league_logo[data-v-08bd67b8] {
  width: 2.75em
}

.dark_league_title[data-v-08bd67b8] {
  width: 6em
}

.dark_disclaimer[data-v-08bd67b8],
.dark_league_title[data-v-08bd67b8] {
  background-color: #1f1d1d;
  color: #fff;
  font-weight: 700
}

.match[data-v-08bd67b8] {
  border-right: 1px solid #ece7e7;
  display: flex;
  flex-direction: column;
  padding: 0 8px
}

.match .time[data-v-08bd67b8] {
  font-size: .8rem;
  font-size: 11px;
  margin-left: .5rem
}

.match .time .day[data-v-08bd67b8] {
  font-weight: 700;
  margin-right: .5rem
}

.match .team[data-v-08bd67b8] {
  align-items: center;
  display: flex
}

.match .team_image[data-v-08bd67b8] {
  margin-right: .25rem;
  width: 3em
}

.match .team_abb[data-v-08bd67b8] {
  font-weight: 700
}

.match .team_score[data-v-08bd67b8] {
  margin: auto
}

.match .team_abb[data-v-08bd67b8] {
  flex: 1
}

.match .team .team_abb[data-v-08bd67b8],
.match .team .team_score[data-v-08bd67b8] {
  font-size: 12px;
  padding: 0 8px
}

.scores-slider-container[data-v-08bd67b8] {
  height: 8em
}



/* new */

table.vgt-table td {
  vertical-align: middle;
  font-size: 12px;
}

.vgt-table.condensed td,
.vgt-table.condensed th.vgt-row-header {
  padding: 0em 0em 0em 0.5em;
}

.vgt-table th {
  padding: .25em .5em .25em .5em;
  font-size: 12px;
}

.vgt-table th:not(.moveColumn) {
  position: relative;
}

.vgt-table th.moveColumn {
  position: sticky;
  z-index: 100;
}

.vgt-table thead {
  position: sticky;
  top: -1px;
  z-index: 15;
}

.moveColumn {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  left: 0;
  background: #fff;
  min-width: 16em;
}

.vgt-table tr:nth-child(odd)>.moveColumn {
  background-color: rgb(244 244 244);
}

.vgt-table tr:nth-child(even)>.moveColumn {
  background-color: #fff;
}

.day-by-day-game {
  color: #090984;
  text-decoration: none;
  padding: 5px 5px;
  font-weight: bold;
}

.day-by-day-stat {
  font-size: 10px;
  color: black;
  padding: 2px 5px;
}

.day-by-day-content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.ma {
  margin: auto;
}

.v-text {
  writing-mode: vertical-lr;
  rotate: 180deg;
}

