@import url("https://fonts.googleapis.com/css2?family=Cabin+Condensed:wght@400;500;600;700&family=Fira+Sans+Condensed:wght@400;600;700&family=Source+Sans+Pro:wght@400;600;700&family=Work+Sans:wght@400;600;700&display=swap");
.vue-layout {
  padding: 20px;
}
.vue-layout .vue-heading {
  display: flex;
  font-family: oswald;
  border-bottom: solid 9px #c82828;
  color: black;
  padding: 0px 20px 15px 20px;
  font-size: 2.5em;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .vue-layout .vue-heading {
    font-size: 2rem;
    padding: 10px 0px;
  }
}
.vue-layout .vue-heading .description-btn {
  font-size: 1rem;
  color: white;
  border: none;
  text-transform: none;
  cursor: pointer;
  margin-left: auto;
  border-radius: 5px !important;
  padding: 0rem 0.9rem;
}
.vue-layout .vue-heading-description a.underline {
  text-decoration: none;
  border-bottom: dashed thin #3e3e3e;
}
.vue-layout .vue-buttons .tabs-background {
  background: none;
  border-bottom: solid 3px #bfbfbf;
}
.vue-layout .vue-buttons div#tool-selector .stat-button {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.187rem;
  border: solid 1px rgba(100, 100, 100, 0.48) !important;
  opacity: 0.96;
  border-radius: 2px !important;
  min-width: 13.45rem;
  margin: 0.5rem;
  text-decoration: none;
  background: #efefef;
}
.vue-layout .vue-buttons div#tool-selector .stat-button:focus:hover, .vue-layout .vue-buttons div#tool-selector .stat-button.active {
  color: white !important;
}
.vue-layout .vue-buttons div#tool-selector .stat-button:focus:hover i, .vue-layout .vue-buttons div#tool-selector .stat-button.active i {
  color: white !important;
}
.vue-layout .vue-buttons div#tool-selector .stat-button i {
  color: #7f7f7f;
}
.vue-layout .vue-buttons .hvr-bounce-to-bottom.mlb-hvr:active:focus:hover {
  background: #66b875 !important;
  color: white !important;
}
.vue-layout .vue-buttons .hvr-bounce-to-bottom.mlb-hvr:before {
  background: #66b875 !important;
}
.vue-layout .description {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  color: #000000;
  padding: 1rem;
  transition: 1s;
  max-height: 250px;
  overflow-y: auto;
}
@media only screen and (max-width: 1024px) {
  .vue-layout .description {
    padding: 10px 0px;
  }
  .vue-layout .description .description-text {
    text-align: justify;
  }
}

.push-right {
  margin-left: auto;
}

.stat-section {
  display: flex;
  justify-content: stretch;
}
.stat-section .table-wrapper {
  border-right: solid 2px #cecdcd;
  padding: 5px;
  width: 100%;
}
.stat-section .table-wrapper:last-child {
  border-right: none;
}
@media only screen and (max-width: 1024px) {
  .stat-section .table-wrapper {
    border-right: none;
  }
}
.stat-section .table-wrapper a.playerlink {
  text-decoration: none;
  color: #3e3e3e;
  border-bottom: dashed thin #3e3e3e;
  position: relative;
}
.stat-section .table-wrapper a.playerlink:hover {
  border-bottom: dashed thin #3e3e3e;
}
.stat-section .table-wrapper a.playerlink::after {
  content: "\f1ea";
  color: #66b875;
  font-size: 0.9rem;
  bottom: 0;
  margin-left: 2px;
  font-family: fontawesome;
}
.stat-section .table-wrapper .mlb-table a::after {
  color: #D0E9D8;
}
.stat-section .table-wrapper .nba-table a::after {
  color: #E6B9A1;
}
.stat-section .table-wrapper .nfl-table a::after {
  color: #A9C4D9;
}
.stat-section .table-wrapper .nhl-table a::after {
  color: #C8B5E3;
}
.stat-section .table-wrapper .lol-table a::after {
  color: #A2BAE4;
}
.stat-section .table-wrapper span.league-anchor {
  display: none;
}
.stat-section .table-wrapper input.form-control {
  border-width: 1px;
  margin: 0px 5px;
  border-radius: 5px !important;
}
.stat-section .table-wrapper .btn {
  border-width: 1px;
  border-radius: 5px !important;
}
.stat-section .x-scroll {
  overflow-x: auto;
}

.bg-lol {
  background-color: #A2BAE4 !important;
}

.border-lol {
  border-color: #A2BAE4 !important;
}

table.table {
  width: 100%;
  border-spacing: 0;
  font-size: 1.2rem;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 10px;
  color: #000000;
}
table.table tr {
  text-align: left;
}
table.table tr th {
  font-weight: bold;
  padding: 0.2rem;
  text-transform: uppercase;
  font-size: 0.8rem;
}
table.table tr th .th-inner {
  padding: 7.5px !important;
}
table.table tr th .both:after {
  content: "\f0dc";
  color: #ddd;
  font-size: 0.9em;
  padding-top: 0.12em;
  font-family: fontawesome;
  margin-left: 5px;
}
table.table tr th .asc:after {
  content: "\f0de";
  color: #000;
  font-size: 0.9em;
  padding-top: 0.12em;
  font-family: fontawesome;
  margin-left: 5px;
}
table.table tr th .desc:after {
  content: "\f0dd";
  color: #000;
  font-size: 0.9em;
  padding-top: 0.12em;
  font-family: fontawesome;
  margin-left: 5px;
}
table.table tr td {
  font-weight: normal;
  padding: 0.2rem 0.5rem;
  white-space: nowrap;
  font-size: 0.95rem;
}
table.table tr td:last-child {
  border-right: none;
}
table.table tr td.td-selected {
  background: #f1f1f1;
  border: solid 1px #ffffff;
  border-radius: 5px !important;
}
table.table.table-striped tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}

.bootstrap-table .fixed-table-container table.table thead th .sortable {
  padding-right: 5px !important;
}

.bootstrap-table .fixed-table-container .table thead th .both, .bootstrap-table .fixed-table-container .table thead th .asc, .bootstrap-table .fixed-table-container .table thead th .desc {
  background-image: none !important;
}

@keyframes aniVertical {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes aniHorizontal {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.loader-table {
  margin: 0px 10px;
}
.loader-table th {
  text-align: center;
}
.loader-table tbody tr {
  animation: aniVertical 2s ease;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  opacity: 0;
  position: relative;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: grid;
  grid-template-columns: 100px 100px 100px minmax(200px, auto);
  background-color: white;
}
.loader-table tbody tr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  animation-name: aniHorizontal;
  animation-duration: 3.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background: linear-gradient(to right, #cccccc 2%, #666666 18%, #cccccc 33%);
  background-size: 50%;
}
.loader-table .loader-td-content {
  border-radius: 8px !important;
  background: #d9d9d9;
  height: 12px;
  vertical-align: middle;
}

.date-filter-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.date-filter-container .date-filter-arrow {
  background: #e8e8e8;
  border: solid 2px rgba(191, 191, 191, 0.6);
  color: black;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px !important;
  font-size: 1.375rem;
}
.date-filter-container .date-filter-arrow i {
  color: black;
}

.date-picker {
  background: #e8e8e8;
  border: solid 2px rgba(191, 191, 191, 0.6);
  height: 55px;
  min-width: 200px;
  color: #000;
  margin: 0px 10px;
  border-radius: 5px !important;
  display: flex;
  font-size: 1.2rem;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  padding: 0px 20px;
}

.page-filter-container {
  display: flex;
  background: #efefef;
  justify-content: start;
  align-items: center;
  padding: 1rem 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .page-filter-container {
    flex-flow: column;
    height: auto;
    width: 100%;
    padding: 20px;
  }
}

.filter-wrapper {
  margin: 0px 1rem 0px 0px;
}
@media only screen and (max-width: 1024px) {
  .filter-wrapper {
    margin: 0px 0px 20px 0px;
    width: 100%;
  }
}
.filter-wrapper .dropdown {
  border: solid 1px rgba(191, 191, 191, 0.6);
  border-radius: 5px !important;
  background: white;
  height: 40px;
  display: flex;
  align-items: center;
}
.filter-wrapper .dropdown:active .dropdown-menu {
  display: block;
}
.filter-wrapper .dropdown.dropdown-small {
  height: 30px;
}
.filter-wrapper .dropdown.dropdown-small .dropdown-menu {
  min-width: 80px;
}
.filter-wrapper .dropdown.dropdown-small .dropdown-toggle {
  font-size: 1rem;
}
.filter-wrapper .dropdown.dropdown-small .dropdown-item {
  padding: 0px 10px;
  font-size: 0.8rem;
}
.filter-wrapper .dropdown .dropdown-menu {
  box-shadow: 5px 5px 7px rgba(102, 102, 102, 0.1);
  border-radius: 5px !important;
  max-height: 500px;
  overflow: auto;
}
.filter-wrapper .dropdown .dropdown-arrow {
  padding: 0px 0.75rem;
  border-left: solid 1px rgba(191, 191, 191, 0.6);
  align-self: stretch;
  display: flex;
  align-items: center;
  color: black;
}
@media only screen and (max-width: 1024px) {
  .filter-wrapper .dropdown .dropdown-arrow {
    flex: 0 0 30px;
  }
}
.filter-wrapper .dropdown .dropdown-item {
  display: block;
  width: 100%;
  padding: 10px;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  font-size: 1.1em;
  font-family: "Montserrat", sans-serif;
}
.filter-wrapper .dropdown .dropdown-item:hover {
  background: #efefef;
}
.filter-wrapper .dropdown-toggle {
  padding: 0rem 1.5rem;
  font-size: 1.1rem;
  color: #000;
  border: none;
  background: white;
  white-space: nowrap;
  text-transform: capitalize;
}
@media only screen and (max-width: 1024px) {
  .filter-wrapper .dropdown-toggle {
    flex: 1 1;
  }
}
.filter-wrapper .dropdown-toggle::after {
  display: none;
}
.filter-wrapper .radio-btn-group {
  display: flex;
  flex-wrap: wrap;
}
.filter-wrapper .radio-btn-group .radio {
  width: auto;
  margin: 0px 2px;
  height: 40px;
  white-space: nowrap;
}
.filter-wrapper .radio-btn-group .radio:hover label.bg-sport-nfl {
  color: black;
  background: #A9C4D9;
  border-color: #A9C4D9;
}
.filter-wrapper .radio-btn-group .radio:hover label.bg-sport-mlb {
  background: #D0E9D8;
  border-color: #D0E9D8;
}
.filter-wrapper .radio-btn-group .radio:hover label.bg-sport-nba {
  background: #E6B9A1;
  border-color: #E6B9A1;
}
.filter-wrapper .radio-btn-group .radio:hover label.bg-sport-nhl {
  background: #C8B5E3;
  border-color: #C8B5E3;
}
.filter-wrapper .radio-btn-group .radio:hover label.bg-sport-lol {
  background: #A2BAE4;
  border-color: #A2BAE4;
}
.filter-wrapper .radio-btn-group .radio label {
  padding: 0rem 0.9rem;
  cursor: pointer;
  color: #000;
  transition: box-shadow 400ms ease;
  font-weight: bold;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 5px !important;
  text-transform: capitalize;
  justify-content: center;
}
.filter-wrapper .radio-btn-group .radio label a {
  text-decoration: none;
  color: inherit;
}
.filter-wrapper .radio-btn-group input[type=radio] {
  display: none;
}
.filter-wrapper .radio-btn-group input[type=radio]:checked + label.bg-sport-nfl {
  background: #A9C4D9;
  color: black;
  border-color: #A9C4D9;
}
.filter-wrapper .radio-btn-group input[type=radio]:checked + label.bg-sport-mlb {
  background: #D0E9D8;
  border-color: #D0E9D8;
}
.filter-wrapper .radio-btn-group input[type=radio]:checked + label.bg-sport-nba {
  background: #E6B9A1;
  border-color: #E6B9A1;
}
.filter-wrapper .radio-btn-group input[type=radio]:checked + label.bg-sport-nhl {
  background: #C8B5E3;
  border-color: #C8B5E3;
}
.filter-wrapper .radio-btn-group input[type=radio]:checked + label.bg-sport-lol {
  background: #A2BAE4;
  border-color: #A2BAE4;
}

.skeleton-loader svg {
  margin-bottom: 50px;
}

.mobile-nav-tab {
  display: none;
}

.mobile-tool-section {
  display: none;
}

.bg-box-grey {
  background-color: darkgrey;
}

.bg-box-green {
  background-color: #6cbb7a;
  color: white;
}

.bg-box-red {
  background-color: #e05656;
  color: white;
}

#lineup-app .lineup-filter-section {
  margin: 15px 0px;
}
#lineup-app .lineup-filter-section .weather-checkbox {
  cursor: pointer;
}
#lineup-app .lineup-filter-section .weather-checkbox label {
  margin-bottom: 0px;
}
#lineup-app .lineup-page-match {
  margin-bottom: 35px;
}
#lineup-app .team-title-section {
  display: flex;
  justify-content: stretch;
  height: 50px;
}
@media only screen and (max-width: 1024px) {
  #lineup-app .team-title-section {
    height: auto;
  }
}
#lineup-app .team-title-section .team-title {
  display: flex;
  align-items: center;
  flex: 1 1;
  padding: 0 3rem;
  font-size: 1.4rem;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  #lineup-app .team-title-section .team-title {
    padding: 1rem 1rem 1.5rem 1rem;
    font-size: 1.1rem;
    line-height: 1.25rem;
    align-items: stretch;
    position: relative;
    font-weight: bold;
  }
}
@media only screen and (max-width: 1024px) {
  #lineup-app .team-title-section .team-title .title {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  #lineup-app .team-title-section .team-title .tile {
    display: flex;
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
  }
}
#lineup-app .team-title-section .team-title .team-name {
  display: inline;
}
@media only screen and (max-width: 1024px) {
  #lineup-app .team-title-section .team-title .team-name {
    display: block;
    text-transform: uppercase;
  }
}
#lineup-app .team-title-section .team-title .small {
  font-size: 1rem;
  margin-bottom: -5px;
}
@media only screen and (max-width: 1024px) {
  #lineup-app .team-title-section .team-title .small {
    font-size: 65%;
  }
}
#lineup-app .team-title-section .team-title .odds {
  font-size: 1rem;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  #lineup-app .team-title-section .team-title .odds {
    font-size: 1rem;
    position: absolute;
    bottom: 5px;
    right: 5px;
    line-height: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  #lineup-app .team-title-section .team-title.away-team-title {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  #lineup-app .team-title-section .team-title.home-team-title {
    text-align: right;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  #lineup-app .team-title-section .team-title.home-team-title .team-standing {
    right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #lineup-app .team-title-section .team-title.home-team-title .odds {
    font-size: 1rem;
    left: 5px;
    right: auto;
  }
}
@media only screen and (max-width: 1024px) {
  #lineup-app .team-title-section .team-title .team-standing {
    display: none;
    position: absolute;
    bottom: 0;
  }
}
#lineup-app .team-title-section .odds-div {
  flex: 0 0 115px;
  background: #cecdcd;
  text-align: center;
  color: #333333;
  justify-content: center;
  display: flex;
  flex-flow: column;
}
@media only screen and (max-width: 1024px) {
  #lineup-app .team-title-section .odds-div {
    flex: 0 0 55px;
  }
}
#lineup-app .team-title-section .odds-div .value {
  font-size: 1.3rem;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1.75rem;
}
@media only screen and (max-width: 1024px) {
  #lineup-app .team-title-section .odds-div .value {
    font-size: 0.95rem;
  }
}
#lineup-app .team-title-section .odds-div .unit {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2rem;
}
@media only screen and (max-width: 1024px) {
  #lineup-app .team-title-section .odds-div .unit {
    font-size: 0.85rem;
  }
}
#lineup-app .lineup-weather-section {
  padding: 0px;
}
#lineup-app .lineup-weather-section .weather-section {
  display: flex;
  padding: 0.5rem;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 1024px) {
  #lineup-app .lineup-weather-section .weather-section {
    flex-flow: column;
    max-width: 450px;
    margin: 0px auto;
  }
}
#lineup-app .lineup-weather-section .weather-section .ballpark-info {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: normal;
  color: #000000;
  text-align: center;
  flex: 0 0 225px;
}
@media only screen and (max-width: 1024px) {
  #lineup-app .lineup-weather-section .weather-section .ballpark-info {
    flex-flow: row;
    align-items: center;
    display: flex;
    flex: 0 0 120px;
    justify-content: space-around;
  }
}
#lineup-app .lineup-weather-section .weather-section .ballpark-info .ballpark-radar {
  margin-top: 0.5rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #lineup-app .lineup-weather-section .weather-section .ballpark-info .ballpark-radar {
    margin: 0px;
  }
}
#lineup-app .lineup-weather-section .weather-section .ballpark-info .ballpark-radar img {
  height: 60px;
  filter: opacity(60%);
}
#lineup-app .lineup-weather-section .weather-section .ballpark-info .ballpark-radar i {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
#lineup-app .lineup-weather-section .weather-section .ballpark-info .ballpark-wind-speed {
  margin-top: 0.3rem;
  font-weight: normal;
  font-size: 0.8rem;
}
#lineup-app .lineup-weather-section .weather-section .ballpark-info .ballpark-rating {
  color: #6cbb7a;
  font-size: 0.9rem;
}
#lineup-app .lineup-weather-section .weather-section .hourly-forecast {
  margin: 0px 10px;
  flex: 0 0 350px;
}
@media only screen and (max-width: 1024px) {
  #lineup-app .lineup-weather-section .weather-section .hourly-forecast {
    margin: 0px 0px 10px 0px;
    width: 100%;
    flex: 1 1 auto;
  }
}
#lineup-app .lineup-weather-section .weather-section .hourly-forecast .hourly-table {
  text-align: center;
  font-size: 1rem;
  color: #3e3e3e;
  width: 100%;
  font-weight: bold;
}
#lineup-app .lineup-weather-section .weather-section .hourly-forecast .hourly-table td {
  /* padding: 0.3125rem 1rem; */
  padding: 0.3rem 0.5rem;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  #lineup-app .lineup-weather-section .weather-section .hourly-forecast .hourly-table td {
    padding: 0.3125rem 0.4rem;
    text-align: center;
  }
}
#lineup-app .lineup-weather-section .weather-section .hourly-forecast .hourly-table td.table-title-td {
  text-align: left;
}
#lineup-app .lineup-weather-section .weather-section .hourly-forecast .hourly-table td:first-child {
  width: 1%;
  white-space: nowrap;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  #lineup-app .lineup-weather-section .weather-section .hourly-forecast .hourly-table td:first-child {
    margin-right: 5px;
  }
}
#lineup-app .lineup-weather-section .weather-section .hourly-forecast .hourly-table td.today-logo {
  font-size: 2.25rem;
  text-align: center;
  line-height: 2.25rem;
  padding: 0px;
}
#lineup-app .lineup-weather-section .weather-section .hourly-forecast .hourly-table td.today-logo.ok-weather {
  color: #6cbb7a;
}
#lineup-app .lineup-weather-section .weather-section .hourly-forecast .hourly-table td.today-logo.bad-weather {
  color: #e05656;
}
#lineup-app .lineup-weather-section .weather-section .hourly-forecast .hourly-table td .icon-div {
  margin: 0.5rem 0px;
}
@media only screen and (max-width: 1024px) {
  #lineup-app .lineup-weather-section .weather-section .hourly-forecast {
    margin-left: 0rem;
  }
}
@media only screen and (max-width: 1024px) {
  #lineup-app .lineup-weather-section .weather-section .live-park {
    display: none;
  }
}
#lineup-app .lineup-weather-section .weather-section .live-park .live-status-heading {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
#lineup-app .lineup-weather-section .weather-section .live-park .live-status-text {
  /* margin-top: 1.5rem; */
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.51;
  text-align: left;
  color: #3e3e3e;
}
#lineup-app .lineup-weather-section .mobile-tabs-dropdown {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #lineup-app .lineup-weather-section .mobile-tabs-dropdown {
    display: block;
    margin: 10px auto;
    text-transform: capitalize;
    padding: 10px;
    background: #efefef;
  }
}
#lineup-app .tool-btn-section {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: 5px auto 0px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  #lineup-app .tool-btn-section {
    display: none;
  }
}
#lineup-app .tool-btn-section a.tabs-btn {
  font-size: 1rem;
  font-weight: normal;
  color: #7d7d7d;
  width: 135px;
  display: inline-block;
  border: solid 1px #000000;
  height: 30px;
  text-align: center;
  margin: 5px;
  text-decoration: none;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}
#lineup-app .tool-btn-section a.tabs-btn.active {
  color: white;
}
#lineup-app .tool-btn-section a.tabs-btn.active.nba {
  background-color: #E6B9A1;
}
#lineup-app .tool-btn-section a.tabs-btn.active.mlb {
  background-color: #D0E9D8;
}
#lineup-app .tool-btn-section a.tabs-btn.active.nhl {
  background-color: #C8B5E3;
}
#lineup-app .tool-btn-section.sub-section {
  margin-top: 0px;
}
#lineup-app .tool-btn-section.sub-section a.tabs-btn {
  color: #b3b3b3;
  border-color: #b3b3b3;
}
#lineup-app .tool-btn-section.sub-section a.tabs-btn.active {
  border-width: 2.5px;
  color: #66b875;
  border-color: #66b875;
  background: none;
}
#lineup-app .tool-btn-section.sub-section a.tabs-btn.active.nba {
  color: #E6B9A1;
  border-color: #E6B9A1;
}
#lineup-app .tool-btn-section.sub-section a.tabs-btn.active.mlb {
  color: black;
  background: #f1f1f1;
}
#lineup-app .tool-btn-section.sub-section a.tabs-btn.active.nhl {
  color: #C8B5E3;
  border-color: #C8B5E3;
}
#lineup-app .table-wrapper .lineup-status-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#lineup-app .table-wrapper .lineup-status-text .filter-wrapper {
  margin: 5px;
}
#lineup-app .table-wrapper.confirmed .lineup-status-text.mlb {
  color: #D0E9D8;
}
#lineup-app .table-wrapper.confirmed .lineup-status-text.nba {
  color: #E6B9A1;
}
#lineup-app .table-wrapper.confirmed .lineup-status-text.nhl {
  color: #C8B5E3;
}
#lineup-app .table-wrapper.projected .lineup-status-text {
  color: #de4949;
}
#lineup-app .table-wrapper.projected .table-striped tbody tr:nth-child(odd) {
  background-color: rgba(255, 223, 223, 0.6);
}
#lineup-app .table-wrapper.projected .table-striped tbody tr:nth-child(even) {
  background-color: rgba(222, 73, 73, 0.0509803922);
}
#lineup-app .table-wrapper .no-data {
  background: #efefef;
  text-align: center;
  padding: 10px;
  margin: 5px 0px;
}
#lineup-app table.table-striped tr th, #lineup-app table.table-striped tr td {
  padding: 0.2rem;
}
@media only screen and (max-width: 1024px) {
  #lineup-app .radio-btn-group.position-filter {
    border: solid thin #e0e0e0;
    padding: 5px;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1024px) {
  #lineup-app .radio-btn-group.position-filter .radio {
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  #lineup-app .radio-btn-group.position-filter .radio label {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  #lineup-app .mobile-nav-tab {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
    color: black;
    height: 65px;
    border-bottom: solid 5px white;
  }
  #lineup-app .mobile-nav-tab li {
    display: flex;
    flex: 1 1 50%;
    align-items: center;
    justify-content: center;
    background: #b3b3b3;
  }
  #lineup-app .mobile-nav-tab li a {
    color: #535353;
    text-align: center;
    font-size: 1.1rem;
  }
  #lineup-app .mobile-nav-tab li a.active {
    color: white;
  }
}
@media only screen and (max-width: 1024px) {
  #lineup-app .mobile-hidden {
    display: none;
  }
}

#weather-app .weather-row, #pace-app .weather-row {
  margin: 15px 5px;
}
#weather-app .team-title-section, #pace-app .team-title-section {
  display: flex;
  justify-content: stretch;
  height: 60px;
}
#weather-app .team-title-section .team-title, #pace-app .team-title-section .team-title {
  display: flex;
  align-items: center;
  flex: 1 1;
  padding: 0 2rem;
  font-size: 1.6rem;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  #weather-app .team-title-section .team-title, #pace-app .team-title-section .team-title {
    padding: 1rem;
    font-size: 1.25rem;
    line-height: 1.4rem;
    align-items: stretch;
  }
}
@media only screen and (max-width: 1024px) {
  #weather-app .team-title-section .team-title .tile, #pace-app .team-title-section .team-title .tile {
    display: flex;
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
  }
}
#weather-app .team-title-section .team-title .team-name, #pace-app .team-title-section .team-title .team-name {
  display: inline;
}
@media only screen and (max-width: 1024px) {
  #weather-app .team-title-section .team-title .team-name, #pace-app .team-title-section .team-title .team-name {
    display: block;
  }
}
#weather-app .team-title-section .team-title .small, #pace-app .team-title-section .team-title .small {
  font-size: 1.2rem;
  margin-bottom: -5px;
}
@media only screen and (max-width: 1024px) {
  #weather-app .team-title-section .team-title .small, #pace-app .team-title-section .team-title .small {
    font-size: 65%;
  }
}
#weather-app .team-title-section .team-title .odds, #pace-app .team-title-section .team-title .odds {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  #weather-app .team-title-section .team-title .odds, #pace-app .team-title-section .team-title .odds {
    display: flex;
    align-items: flex-end;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  #weather-app .team-title-section .team-title.home-team-title, #pace-app .team-title-section .team-title.home-team-title {
    text-align: right;
  }
}
@media only screen and (max-width: 1024px) {
  #weather-app .team-title-section .team-title.home-team-title .team-standing, #pace-app .team-title-section .team-title.home-team-title .team-standing {
    right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #weather-app .team-title-section .team-title .team-standing, #pace-app .team-title-section .team-title .team-standing {
    display: block;
    position: absolute;
    bottom: 0;
  }
}
#weather-app .team-title-section .odds-div, #pace-app .team-title-section .odds-div {
  flex: 0 0 115px;
  background: #cecdcd;
  text-align: center;
  color: #333333;
  justify-content: center;
  display: flex;
  flex-flow: column;
}
@media only screen and (max-width: 1024px) {
  #weather-app .team-title-section .odds-div, #pace-app .team-title-section .odds-div {
    flex: 0 0 55px;
  }
}
#weather-app .team-title-section .odds-div .value, #pace-app .team-title-section .odds-div .value {
  font-size: 1.75rem;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 0.75;
}
#weather-app .team-title-section .odds-div .unit, #pace-app .team-title-section .odds-div .unit {
  font-size: 1.2rem;
  font-weight: normal;
}
#weather-app .weather-info-section .weather-section, #pace-app .weather-info-section .weather-section {
  display: flex;
  padding: 0.5rem;
  background-color: #f0f0f0;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  #weather-app .weather-info-section .weather-section, #pace-app .weather-info-section .weather-section {
    flex-flow: column;
    max-width: 450px;
    margin: 0px auto;
  }
}
#weather-app .weather-info-section .weather-section .starting-pitcher-info, #pace-app .weather-info-section .weather-section .starting-pitcher-info {
  display: flex;
  flex-flow: column;
  align-items: center;
  flex: 0 0 auto;
}
#weather-app .weather-info-section .weather-section .starting-pitcher-info .starting-pitcher-heading, #pace-app .weather-info-section .weather-section .starting-pitcher-info .starting-pitcher-heading {
  color: #000000;
  font-size: 1.2rem;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  margin-bottom: 30px;
}
#weather-app .weather-info-section .weather-section .starting-pitcher-info .starting-pitcher-div, #pace-app .weather-info-section .weather-section .starting-pitcher-info .starting-pitcher-div {
  display: flex;
  align-items: center;
}
#weather-app .weather-info-section .weather-section .starting-pitcher-info .starting-pitcher-div .team-pitcher, #pace-app .weather-info-section .weather-section .starting-pitcher-info .starting-pitcher-div .team-pitcher {
  text-align: center;
  padding: 10px 10px;
}
#weather-app .weather-info-section .weather-section .starting-pitcher-info .starting-pitcher-div .team-pitcher .weather-pitcher-name a, #pace-app .weather-info-section .weather-section .starting-pitcher-info .starting-pitcher-div .team-pitcher .weather-pitcher-name a {
  color: #3e3e3e;
  font-size: 1.2rem;
  font-weight: 400;
}
#weather-app .weather-info-section .weather-section .starting-pitcher-info .starting-pitcher-div .weather-pitcher-image img, #pace-app .weather-info-section .weather-section .starting-pitcher-info .starting-pitcher-div .weather-pitcher-image img {
  width: 64px;
  border-radius: 64px !important;
}
#weather-app .weather-info-section .weather-section .ballpark-info, #pace-app .weather-info-section .weather-section .ballpark-info {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: normal;
  color: #000000;
  text-align: center;
  flex: 0 0 225px;
}
@media only screen and (max-width: 1024px) {
  #weather-app .weather-info-section .weather-section .ballpark-info, #pace-app .weather-info-section .weather-section .ballpark-info {
    flex-flow: row;
    align-items: center;
    display: flex;
    flex: 0 0 120px;
    justify-content: space-around;
  }
}
#weather-app .weather-info-section .weather-section .ballpark-info .ballpark-radar, #pace-app .weather-info-section .weather-section .ballpark-info .ballpark-radar {
  margin-top: 0.5rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #weather-app .weather-info-section .weather-section .ballpark-info .ballpark-radar, #pace-app .weather-info-section .weather-section .ballpark-info .ballpark-radar {
    margin: 0px;
  }
}
#weather-app .weather-info-section .weather-section .ballpark-info .ballpark-radar img, #pace-app .weather-info-section .weather-section .ballpark-info .ballpark-radar img {
  height: 60px;
  filter: opacity(60%);
}
#weather-app .weather-info-section .weather-section .ballpark-info .ballpark-radar i, #pace-app .weather-info-section .weather-section .ballpark-info .ballpark-radar i {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
#weather-app .weather-info-section .weather-section .ballpark-info .ballpark-wind-speed, #pace-app .weather-info-section .weather-section .ballpark-info .ballpark-wind-speed {
  margin-top: 0.3rem;
  font-weight: normal;
  font-size: 0.8rem;
}
#weather-app .weather-info-section .weather-section .ballpark-info .ballpark-rating, #pace-app .weather-info-section .weather-section .ballpark-info .ballpark-rating {
  color: #6cbb7a;
  font-size: 0.9rem;
}
#weather-app .weather-info-section .weather-section .hourly-forecast, #pace-app .weather-info-section .weather-section .hourly-forecast {
  margin: 0px 10px;
  flex: 0 0 350px;
}
@media only screen and (max-width: 1024px) {
  #weather-app .weather-info-section .weather-section .hourly-forecast, #pace-app .weather-info-section .weather-section .hourly-forecast {
    margin: 0px 0px 10px 0px;
    width: 100%;
    flex: 1 1 auto;
  }
}
#weather-app .weather-info-section .weather-section .hourly-forecast .hourly-table, #pace-app .weather-info-section .weather-section .hourly-forecast .hourly-table {
  text-align: center;
  font-size: 1rem;
  color: #3e3e3e;
  width: 100%;
  font-weight: bold;
}
#weather-app .weather-info-section .weather-section .hourly-forecast .hourly-table td, #pace-app .weather-info-section .weather-section .hourly-forecast .hourly-table td {
  /* padding: 0.3125rem 1rem; */
  padding: 0.3rem 0.5rem;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  #weather-app .weather-info-section .weather-section .hourly-forecast .hourly-table td, #pace-app .weather-info-section .weather-section .hourly-forecast .hourly-table td {
    padding: 0.3125rem 0.4rem;
    text-align: center;
  }
}
#weather-app .weather-info-section .weather-section .hourly-forecast .hourly-table td.table-title-td, #pace-app .weather-info-section .weather-section .hourly-forecast .hourly-table td.table-title-td {
  text-align: left;
}
#weather-app .weather-info-section .weather-section .hourly-forecast .hourly-table td:first-child, #pace-app .weather-info-section .weather-section .hourly-forecast .hourly-table td:first-child {
  width: 1%;
  white-space: nowrap;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  #weather-app .weather-info-section .weather-section .hourly-forecast .hourly-table td:first-child, #pace-app .weather-info-section .weather-section .hourly-forecast .hourly-table td:first-child {
    margin-right: 5px;
  }
}
#weather-app .weather-info-section .weather-section .hourly-forecast .hourly-table td.today-logo, #pace-app .weather-info-section .weather-section .hourly-forecast .hourly-table td.today-logo {
  font-size: 2.25rem;
  text-align: center;
  line-height: 2.25rem;
  padding: 0px;
}
#weather-app .weather-info-section .weather-section .hourly-forecast .hourly-table td.today-logo.ok-weather, #pace-app .weather-info-section .weather-section .hourly-forecast .hourly-table td.today-logo.ok-weather {
  color: #6cbb7a;
}
#weather-app .weather-info-section .weather-section .hourly-forecast .hourly-table td.today-logo.bad-weather, #pace-app .weather-info-section .weather-section .hourly-forecast .hourly-table td.today-logo.bad-weather {
  color: #e05656;
}
#weather-app .weather-info-section .weather-section .hourly-forecast .hourly-table td .icon-div, #pace-app .weather-info-section .weather-section .hourly-forecast .hourly-table td .icon-div {
  margin: 0.5rem 0px;
}
@media only screen and (max-width: 1024px) {
  #weather-app .weather-info-section .weather-section .hourly-forecast, #pace-app .weather-info-section .weather-section .hourly-forecast {
    margin-left: 0rem;
  }
}
#weather-app .weather-info-section .weather-section .live-park, #pace-app .weather-info-section .weather-section .live-park {
  flex: 1 1 auto;
}
@media only screen and (max-width: 1024px) {
  #weather-app .weather-info-section .weather-section .live-park, #pace-app .weather-info-section .weather-section .live-park {
    display: none;
  }
}
#weather-app .weather-info-section .weather-section .live-park .live-status-heading, #pace-app .weather-info-section .weather-section .live-park .live-status-heading {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
#weather-app .weather-info-section .weather-section .live-park .live-status-text, #pace-app .weather-info-section .weather-section .live-park .live-status-text {
  /* margin-top: 1.5rem; */
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.51;
  text-align: left;
  color: #3e3e3e;
}
#weather-app .weather-info-section .weather-section .nfl-tabs, #pace-app .weather-info-section .weather-section .nfl-tabs {
  display: flex;
  flex: 0 0 150px;
  flex-direction: column;
}
#weather-app .weather-info-section .weather-section .nfl-tabs a.tabs-btn, #pace-app .weather-info-section .weather-section .nfl-tabs a.tabs-btn {
  font-size: 1rem;
  font-weight: normal;
  color: #7d7d7d;
  width: 135px;
  display: inline-block;
  border: solid 1px #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 5px;
  text-decoration: none;
  border: solid 2px rgba(191, 191, 191, 0.6);
  border-radius: 5px !important;
}
#weather-app .weather-info-section .weather-section .nfl-tabs a.tabs-btn.active, #pace-app .weather-info-section .weather-section .nfl-tabs a.tabs-btn.active {
  color: white;
  background-color: #66b875;
}
#weather-app .weather-info-section .weather-section .nfl-tabs a.tabs-btn:hover, #pace-app .weather-info-section .weather-section .nfl-tabs a.tabs-btn:hover {
  color: white;
  background-color: #66b875;
}

@media screen and (max-width: 1024px) {
  .weather-info-section {
    padding: 3rem 5rem;
  }
}
#schedule-app table th {
  text-align: center;
  font-size: 0.9rem;
}
#schedule-app table:hover tbody tr {
  opacity: 1;
}
#schedule-app table:hover tbody tr:hover {
  opacity: 1;
}
#schedule-app table tbody tr {
  opacity: 1;
}
#schedule-app table tbody tr td {
  height: 100%;
  text-align: center;
  padding: 5px;
  vertical-align: middle;
  position: relative;
}
#schedule-app table tbody tr td .team {
  padding: 10px;
  font-family: oswald;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  border-radius: 5px !important;
}
#schedule-app table tbody tr td .off {
  font-size: 16px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  display: flex;
  border-radius: 5px !important;
  text-transform: uppercase;
}
#schedule-app .fa-win {
  background: #0ec372;
  border-radius: 10px !important;
  padding: 4px;
  color: white;
}
#schedule-app .fa-loss {
  background: #c34528;
  border-radius: 10px !important;
  padding: 4px;
  color: white;
}
#schedule-app .opp-name {
  padding: 2px 5px;
  font-family: oswald;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
#schedule-app .opp-name.opp-name-full {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
#schedule-app .pitcher {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}
#schedule-app .pitcher img.team-img-rounded {
  width: 32px;
  border-radius: 16px !important;
  margin: 0px 2px;
}
#schedule-app .pitcher:nth-child(3) {
  text-align: center;
}
#schedule-app .ballpark {
  padding: 1px 5px;
  color: #333;
  margin-top: 15px;
  font-weight: bold;
  background: #f0f0f0;
  font-family: oswald;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
}
#schedule-app table.stats-table.mlb th {
  font-size: 14px !important;
  padding: 5px !important;
  text-align: center;
}
#schedule-app .table.stats-table > tbody > tr > td {
  border-left: solid thin #336633;
}
#schedule-app .off {
  font-size: 20px;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: oswald;
  color: black;
  opacity: 0.4;
}
#schedule-app .box {
  width: 100%;
  display: block;
}
#schedule-app .underline {
  text-decoration: underline;
}

#inactives-app .lineup-filter-section {
  margin: 15px 0px;
}
#inactives-app .lineup-filter-section .weather-checkbox {
  cursor: pointer;
}
#inactives-app .lineup-filter-section .weather-checkbox label {
  margin-bottom: 0px;
}
#inactives-app .lineup-page-match {
  margin-bottom: 35px;
}
#inactives-app .team-title-section {
  display: flex;
  justify-content: stretch;
  height: 50px;
}
#inactives-app .team-title-section .team-title {
  display: flex;
  align-items: center;
  flex: 1 1;
  padding: 0 3rem;
  font-size: 2rem;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  #inactives-app .team-title-section .team-title {
    padding: 1rem;
    font-size: 1.25rem;
    line-height: 1.4rem;
    align-items: stretch;
  }
}
@media only screen and (max-width: 1024px) {
  #inactives-app .team-title-section .team-title .tile {
    display: flex;
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
  }
}
#inactives-app .team-title-section .team-title .team-name {
  display: inline;
}
@media only screen and (max-width: 1024px) {
  #inactives-app .team-title-section .team-title .team-name {
    display: block;
  }
}
#inactives-app .team-title-section .team-title .small {
  font-size: 1.2rem;
  margin-bottom: -5px;
}
@media only screen and (max-width: 1024px) {
  #inactives-app .team-title-section .team-title .small {
    font-size: 65%;
  }
}
#inactives-app .team-title-section .team-title .odds {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  #inactives-app .team-title-section .team-title .odds {
    display: flex;
    align-items: flex-end;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  #inactives-app .team-title-section .team-title.home-team-title {
    text-align: right;
  }
}
@media only screen and (max-width: 1024px) {
  #inactives-app .team-title-section .team-title.home-team-title .team-standing {
    right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #inactives-app .team-title-section .team-title .team-standing {
    display: block;
    position: absolute;
    bottom: 0;
  }
}
#inactives-app .team-title-section .odds-div {
  flex: 0 0 115px;
  background: #cecdcd;
  text-align: center;
  color: #333333;
  justify-content: center;
  display: flex;
  flex-flow: column;
}
@media only screen and (max-width: 1024px) {
  #inactives-app .team-title-section .odds-div {
    display: none;
  }
}
#inactives-app .team-title-section .odds-div .value {
  font-size: 1.75rem;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1.75rem;
}
#inactives-app .team-title-section .odds-div .unit {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2rem;
}
#inactives-app .lineup-weather-section {
  padding: 0px;
}
#inactives-app .lineup-weather-section .weather-section {
  display: flex;
  padding: 0.5rem;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 1024px) {
  #inactives-app .lineup-weather-section .weather-section {
    flex-flow: column;
    max-width: 450px;
    margin: 0px auto;
  }
}
#inactives-app .lineup-weather-section .weather-section .ballpark-info {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: normal;
  color: #000000;
  text-align: center;
  flex: 0 0 225px;
}
@media only screen and (max-width: 1024px) {
  #inactives-app .lineup-weather-section .weather-section .ballpark-info {
    flex-flow: row;
    align-items: center;
    display: flex;
    flex: 0 0 120px;
    justify-content: space-around;
  }
}
#inactives-app .lineup-weather-section .weather-section .ballpark-info .ballpark-radar {
  margin-top: 0.5rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #inactives-app .lineup-weather-section .weather-section .ballpark-info .ballpark-radar {
    margin: 0px;
  }
}
#inactives-app .lineup-weather-section .weather-section .ballpark-info .ballpark-radar img {
  height: 60px;
  filter: opacity(60%);
}
#inactives-app .lineup-weather-section .weather-section .ballpark-info .ballpark-radar i {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
#inactives-app .lineup-weather-section .weather-section .ballpark-info .ballpark-wind-speed {
  margin-top: 0.3rem;
  font-weight: normal;
  font-size: 0.8rem;
}
#inactives-app .lineup-weather-section .weather-section .ballpark-info .ballpark-rating {
  color: #6cbb7a;
  font-size: 0.9rem;
}
#inactives-app .lineup-weather-section .weather-section .hourly-forecast {
  margin: 0px 10px;
  flex: 0 0 350px;
}
@media only screen and (max-width: 1024px) {
  #inactives-app .lineup-weather-section .weather-section .hourly-forecast {
    margin: 0px 0px 10px 0px;
    width: 100%;
    flex: 1 1 auto;
  }
}
#inactives-app .lineup-weather-section .weather-section .hourly-forecast .hourly-table {
  text-align: center;
  font-size: 1rem;
  color: #3e3e3e;
  width: 100%;
  font-weight: bold;
}
#inactives-app .lineup-weather-section .weather-section .hourly-forecast .hourly-table td {
  /* padding: 0.3125rem 1rem; */
  padding: 0.3rem 0.5rem;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  #inactives-app .lineup-weather-section .weather-section .hourly-forecast .hourly-table td {
    padding: 0.3125rem 0.4rem;
    text-align: center;
  }
}
#inactives-app .lineup-weather-section .weather-section .hourly-forecast .hourly-table td.table-title-td {
  text-align: left;
}
#inactives-app .lineup-weather-section .weather-section .hourly-forecast .hourly-table td:first-child {
  width: 1%;
  white-space: nowrap;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  #inactives-app .lineup-weather-section .weather-section .hourly-forecast .hourly-table td:first-child {
    margin-right: 5px;
  }
}
#inactives-app .lineup-weather-section .weather-section .hourly-forecast .hourly-table td.today-logo {
  font-size: 2.25rem;
  text-align: center;
  line-height: 2.25rem;
  padding: 0px;
}
#inactives-app .lineup-weather-section .weather-section .hourly-forecast .hourly-table td.today-logo.ok-weather {
  color: #6cbb7a;
}
#inactives-app .lineup-weather-section .weather-section .hourly-forecast .hourly-table td.today-logo.bad-weather {
  color: #e05656;
}
#inactives-app .lineup-weather-section .weather-section .hourly-forecast .hourly-table td .icon-div {
  margin: 0.5rem 0px;
}
@media only screen and (max-width: 1024px) {
  #inactives-app .lineup-weather-section .weather-section .hourly-forecast {
    margin-left: 0rem;
  }
}
@media only screen and (max-width: 1024px) {
  #inactives-app .lineup-weather-section .weather-section .live-park {
    display: none;
  }
}
#inactives-app .lineup-weather-section .weather-section .live-park .live-status-heading {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
#inactives-app .lineup-weather-section .weather-section .live-park .live-status-text {
  /* margin-top: 1.5rem; */
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.51;
  text-align: left;
  color: #3e3e3e;
}
#inactives-app .lineup-weather-section .mobile-tabs-dropdown {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #inactives-app .lineup-weather-section .mobile-tabs-dropdown {
    display: block;
    margin: 0px auto;
    text-transform: capitalize;
  }
}
#inactives-app .tool-btn-section {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: 5px auto 0px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  #inactives-app .tool-btn-section {
    display: none;
  }
}
#inactives-app .tool-btn-section a.tabs-btn {
  font-size: 1rem;
  font-weight: normal;
  color: #7d7d7d;
  width: 135px;
  display: inline-block;
  border: solid 1px #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 5px;
  text-decoration: none;
  text-transform: capitalize;
}
#inactives-app .tool-btn-section a.tabs-btn.active {
  color: white;
  background-color: #66b875;
}
#inactives-app .tool-btn-section.sub-section {
  margin-top: 0px;
}
#inactives-app .tool-btn-section.sub-section a.tabs-btn {
  color: #b3b3b3;
  border-color: #b3b3b3;
}
#inactives-app .tool-btn-section.sub-section a.tabs-btn.active {
  color: #66b875;
  border-color: #66b875;
  background: none;
}
#inactives-app .table-wrapper.confirmed .lineup-status-text {
  color: #66b875;
}
#inactives-app .table-wrapper.projected .lineup-status-text {
  color: #de4949;
}
#inactives-app .table-wrapper.projected .table-striped tbody tr:nth-child(odd) {
  background-color: rgba(255, 223, 223, 0.6);
}
#inactives-app .table-wrapper.projected .table-striped tbody tr:nth-child(even) {
  background-color: rgba(222, 73, 73, 0.0509803922);
}
#inactives-app .table-wrapper .no-data {
  background: #efefef;
  text-align: center;
  padding: 10px;
  margin: 5px 0px;
}
#inactives-app table.table-striped tr th, #inactives-app table.table-striped tr td {
  padding: 0.2rem;
}
@media only screen and (max-width: 1024px) {
  #inactives-app .radio-btn-group.position-filter {
    border: solid thin #e0e0e0;
    padding: 5px;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1024px) {
  #inactives-app .radio-btn-group.position-filter .radio {
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  #inactives-app .radio-btn-group.position-filter .radio label {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  #inactives-app .mobile-nav-tab {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
    color: black;
    height: 65px;
    border-bottom: solid 5px white;
  }
  #inactives-app .mobile-nav-tab li {
    display: flex;
    flex: 1 1 50%;
    align-items: center;
    justify-content: center;
    background: #b3b3b3;
  }
  #inactives-app .mobile-nav-tab li a {
    color: #535353;
    text-align: center;
    font-size: 1.1rem;
  }
  #inactives-app .mobile-nav-tab li a.active {
    color: white;
  }
}
@media only screen and (max-width: 1024px) {
  #inactives-app .mobile-hidden {
    display: none;
  }
}

.game-banner {
  height: 100px;
  padding: 10px 0px;
  width: 100%;
  display: flex;
}
.game-banner .game-label {
  height: 100%;
  background: green;
  width: 6%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  text-align: center;
}
.game-banner .game-label.nfl {
  background: #A9C4D9;
}
.game-banner .game-label.nhl {
  background: #C8B5E3;
}
.game-banner .game-label.mlb {
  background: #D0E9D8;
}
.game-banner .game-label.nba {
  background: #E6B9A1;
}
@media only screen and (max-width: 1024px) {
  .game-banner .game-label {
    width: 20% !important;
  }
}
.game-banner .slider-control {
  cursor: pointer;
  height: 100%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  margin: 0 10px;
  background: #e8d3d3;
}
.game-banner .slider-control.next {
  margin-right: 0px;
}
.game-banner .teams-card-holder {
  flex-grow: 1;
  width: 70%;
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.game-banner .teams-card-holder .teams-card {
  border: 3px solid gray;
  margin: auto 5px;
  height: 100%;
  min-width: 107px;
  padding: 10px;
  animation: 1s;
  cursor: pointer;
}
.game-banner .teams-card-holder .teams-card.finished {
  opacity: 0.6;
}
.game-banner .teams-card-holder .teams-card.nfl {
  border-color: #A9C4D9;
}
.game-banner .teams-card-holder .teams-card.mlb {
  border-color: #D0E9D8;
}
.game-banner .teams-card-holder .teams-card.nba {
  border-color: #E6B9A1;
}
.game-banner .teams-card-holder .teams-card.active {
  color: white;
  border: none;
}
.game-banner .teams-card-holder .teams-card.active.nfl {
  background: #A9C4D9;
}
.game-banner .teams-card-holder .teams-card.active.mlb {
  background: #D0E9D8;
}
.game-banner .teams-card-holder .teams-card.active.nba {
  background: #E6B9A1;
}
.game-banner .teams-card-holder .teams-card .team-label {
  margin-left: 5px;
  text-decoration: none;
}
.game-banner .teams-card-holder .teams-card .team-label:hover {
  cursor: pointer;
  text-decoration: underline;
}
.game-banner .teams-card-holder .teams-card .check-icon i, .game-banner .teams-card-holder .teams-card .check-icon input {
  display: none;
}
.game-banner .teams-card-holder .teams-card .check-icon i {
  color: gray;
}
.game-banner .teams-card-holder .teams-card .check-icon input:checked + i {
  display: block;
}
.game-banner .teams-card-holder .team-row {
  display: flex;
  align-items: center;
}
.game-banner .teams-card-holder .team-row .weather-icon {
  margin-left: auto;
}
.game-banner .teams-card-holder .game-time {
  font-size: 0.7rem;
  text-align: center;
  font-weight: bold;
}
.game-banner .carousel.is-set {
  transform: none;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

/*# sourceMappingURL=layout-vue.css.map */
