.page-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100vh; }

.navbar-nav-link {
  min-height: 48px; }

@media (max-width: 400px) {
  .btn-block-xs-only {
    display: block;
    width: 100%; } }

.connected-badge {
  min-height: 28px; }

.tooltip {
  max-width: 300px; }

.bracket-container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  overflow: hidden; }

.bracket {
  flex-grow: 1;
  border: none;
  margin: 0;
  padding: 0; }

.odds-tooltip {
  position: absolute;
  width: 150px;
  height: 70px;
  border: 1px solid cornflowerblue;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 1s; }

.odds-tooltip.ag-tooltip-hiding {
  opacity: 0; }

.odds-tooltip p {
  margin: 5px;
  white-space: nowrap; }

.odds-tooltip p:first-of-type {
  font-weight: bold; }

.navbar-nav > .nav-item.active {
  border-bottom: solid 3px #ea5f25; }

.player-headshot-circle {
  width: 80px !important;
  height: 80px !important;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #efefef; }

.player-headshot-circle-small-medium {
  width: 30px !important;
  height: 30px !important;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #efefef; }

.player-headshot-circle-medium {
  width: 40px !important;
  height: 40px !important;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #efefef; }

.player-headshot-circle-small {
  width: 20px !important;
  height: 20px !important;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #efefef; }

.blur-content {
  filter: blur(3px);
  -webkit-filter: blur(3px); }

.disabled-content {
  pointer-events: none; }

.insiders-subnav {
  padding: 0 0.5rem !important; }

.nav-link-phan {
  font-size: 18px; }

.team-logo {
  width: 40px;
  height: 40px; }

.team-logo-xs {
  width: 25px;
  height: 25px; }

.team-logo-small {
  width: 35px;
  height: 35px; }

.team-logo-lg {
  width: 70px;
  height: 70px; }

.alerts-menu-header {
  line-height: 26px; }

.alerts-menu-header small {
  font-size: 65%; }

.odd-table td {
  min-width: 90px !important; }

.lineup-table {
  max-width: 800px; }

.team-capsule {
  cursor: pointer !important; }

.clickable {
  cursor: pointer !important; }

.team-capsule.inactive {
  opacity: 0.5; }

.navbar {
  width: 100%; }

.stacker {
  width: 100% !important; }

.table > tbody > tr > td {
  vertical-align: middle; }

.schedule-summary--name {
  min-width: 125px; }

.blink {
  -webkit-animation: blink 3s linear infinite;
  animation: blink 3s linear infinite; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.terminal-input {
  background: transparent;
  border: 0px;
  width: 30px; }

.odds-box {
  position: relative;
  width: 5rem;
  background-color: #eff0f4;
  margin-right: 0.5rem;
  text-decoration: none;
  color: black;
  border: 1px solid #b0b0b5;
  border-radius: 3px;
  min-height: 35px; }

.odds-box-hover {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  border-bottom: 2px solid black;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s; }

.odds-header {
  width: 100%;
  text-align: center; }

.odds-body {
  display: flex;
  width: 100%;
  min-height: 39px; }

.game-row {
  margin-bottom: 0.5rem;
  display: flex;
  height: 3rem;
  width: 100%; }

.odds-row {
  display: flex; }

.odds-box-div {
  display: flex;
  height: 100%;
  z-index: -1;
  flex-wrap: wrap; }

.odds-numbers {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  margin-left: 1rem; }

.odds-value {
  font-weight: bold;
  font-size: 0.8rem; }

.odds-vig {
  color: #818188;
  font-weight: 600;
  font-size: 0.65rem;
  margin-top: 0.25rem; }

.odds-logo-section {
  width: 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.lineup-header {
  padding-bottom: 2px; }

.weather-good {
  background-color: green !important;
  color: white; }

.weather-bad {
  background-color: red !important;
  color: white; }

.weather-ok {
  background-color: #FFFF75 !important; }

.lineup-projected {
  background-color: red !important;
  padding: 5px;
  font-weight: 600;
  color: white;
  margin-left: -1px;
  margin-right: -1px; }

.lineup-confirmed {
  background-color: #00c358 !important;
  padding: 5px;
  font-weight: 600;
  color: white;
  margin-left: -1px;
  margin-right: -1px; }

.table-slim td,
.table-slim th {
  padding: 2px; }

.m-auto {
  margin: auto; }

.best-odds-banner {
  background-color: #1565c0;
  padding: 5px;
  font-weight: 600;
  color: white;
  margin-left: -1px;
  margin-right: -1px; }

.injury-status {
  color: red;
  font-weight: 600; }

.lineup-body {
  display: block;
  padding: 0.4rem; }

@media (min-width: 630px) {
  .lineup-body {
    display: inline-flex; } }

.lineup-progress div {
  width: 70px;
  display: inline-flex;
  vertical-align: middle; }

.lineup-progress a {
  color: initial; }

.lineup-progress small {
  font-size: 1.2em;
  margin-top: 1px; }

.green {
  color: #00c358;
  cursor: pointer; }

.lineup-hightlight {
  background-color: #f5f5f5; }

.lineup-card {
  width: 100%; }

@media (min-width: 1200px) {
  .lineup-card {
    width: 48%;
    max-width: 600px; } }

.compact-icon {
  min-width: 0em !important; }

.carousel-inner {
  display: flex;
  flex-grow: 1; }

.percent-text {
  text-anchor: middle;
  font-family: 'Roboto', sans-serif; }

.qw-disabled-tab {
  color: #dddddd !important;
  border-bottom: solid #dddddd 5px; }

.qw-active-tab {
  border-bottom: solid #238cf2 5px; }

.qw-inactive-tab {
  border-bottom: solid #6f6f6f 5px; }

.hover-show {
  display: none; }

.odds-card:hover .hover-show {
  display: flex !important; }

.card-body-8 {
  min-height: 33px !important; }

.border-danger {
  border-color: rgba(244, 67, 54, 0.2) !important; }

.ag-theme-material .ag-cell {
  line-height: 24px; }

#systemMatchesGrid .ag-header-cell {
  padding-left: 0;
  padding-right: 0; }

#pastSystemPicks .ag-row-even {
  background-color: #fafafa; }

#activeSystemPicks .ag-row-even {
  background-color: #fafafa; }

.props-grid .ag-cell {
  padding-left: 0px;
  padding-right: 0px; }

.btn-labeled-right {
  padding-right: 30px !important; }

.btn-labeled > b {
  padding: 8px 8px 8px 6px; }

#porfolio-props-grid .ag-header {
  background-color: #455a64;
  color: #fff;
  font-weight: 600; }

#porfolio-props-grid .ag-header-cell-text {
  padding-left: 3px; }

.live-odds--content {
  overflow: hidden;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0; }
  .live-odds--content .age-indicator {
    transition: 1s linear background-color; }
    .live-odds--content .age-indicator--3 {
      background-color: #d74f4f;
      color: #fff; }
    .live-odds--content .age-indicator--2 {
      background-color: #e89c00;
      color: #fff; }
    .live-odds--content .age-indicator--1, .live-odds--content .age-indicator--0 {
      background-color: #fdff6d; }
    .live-odds--content .age-indicator--center {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      flex: 1 1 auto;
      width: 100%; }

.live-odds--grid {
  position: relative;
  font-family: 'Roboto Condensed' !important; }
  .live-odds--grid.ag-theme-material {
    color: #535353;
    font: 500 14px 'Roboto Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif !important; }
    .live-odds--grid.ag-theme-material .ag-header {
      font: 500 14px 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif !important; }
    .live-odds--grid.ag-theme-material .card {
      margin-bottom: 0px; }
    .live-odds--grid.ag-theme-material .card-body {
      min-height: 50px;
      overflow: hidden; }
    .live-odds--grid.ag-theme-material .ag-header-cell-label .ag-header-cell-text {
      /* overflow: overlay; */
      text-overflow: ellipsis;
      white-space: normal;
      line-height: 24px; }
    .live-odds--grid.ag-theme-material .ag-full-width-row {
      margin-top: -2px; }
    .live-odds--grid.ag-theme-material .ag-details-row {
      padding: 0px;
      margin-left: 30px; }
    .live-odds--grid.ag-theme-material .ag-header-group-cell .ag-header-group-cell-with-group {
      border-bottom: 1px solid #ccc;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #cccccc; }
    .live-odds--grid.ag-theme-material .ag-row-hover {
      background: transparent; }
    .live-odds--grid.ag-theme-material .ag-row.group.ag-row-group {
      background: #263238 !important; }
    .live-odds--grid.ag-theme-material .ag-header-row {
      border-bottom: 0px solid #bdc3c7;
      box-sizing: border-box; }
    .live-odds--grid.ag-theme-material .ag-header-cell,
    .live-odds--grid.ag-theme-material .ag-header-group-cell {
      padding-left: 4px;
      padding-right: 4px;
      text-align: center; }
    .live-odds--grid.ag-theme-material .ag-header-cell::after,
    .live-odds--grid.ag-theme-material .ag-header-group-cell::after {
      border-right: 1px solid rgba(189, 195, 199, 0.5);
      border-right-width: 1px;
      border-right-style: solid;
      border-right-color: rgba(189, 195, 199, 0.5);
      content: ' ';
      height: 50px;
      margin-top: 0px;
      position: absolute;
      right: 0;
      text-indent: -2000px;
      top: 0; }
    .live-odds--grid.ag-theme-material .ag-cell {
      padding-right: 0.125rem;
      padding-left: 0.125rem; }
      .live-odds--grid.ag-theme-material .ag-cell .ag-react-container {
        height: 100%; }
    .live-odds--grid.ag-theme-material .cell--numeric {
      text-align: right; }

.col--shade {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.units-positive {
  background-color: #cde0c4;
  color: #356635; }

.game-live {
  background-color: #fcf !important; }

.game-final {
  background-color: #d9f5ff !important; }

.game-in-progress {
  background-color: #fce5ef !important; }

.ag-icon {
  color: #fff !important; }

.group-row {
  background-color: #263238 !important;
  font-weight: bold;
  color: #2196f3 !important;
  font-weight: bold; }

.row-selected {
  background-color: #EFE1B3 !important; }

.cell-renderer--centered {
  height: 100%;
  width: 100%;
  display: flex; }

.cell-renderer--info {
  height: 100%;
  width: 100%;
  display: flex; }
  .cell-renderer--info .info {
    text-align: center;
    opacity: 0.3;
    transition: 0.3 linear opacity; }
    .cell-renderer--info .info:hover {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
  .cell-renderer--info .active.info {
    opacity: 1; }
    .cell-renderer--info .active.info:hover {
      cursor: pointer; }

.cell-renderer--value-overall,
.cell-progressbar {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .cell-renderer--value-overall .progress,
  .cell-progressbar .progress {
    border: 1px solid rgba(83, 83, 83, 0.3);
    flex: 0 1 13.25px; }
    .cell-renderer--value-overall .progress .progress-bar,
    .cell-progressbar .progress .progress-bar {
      background-color: #57889c; }

.cell-renderer--value-overall {
  opacity: 1;
  /*Value Rating*/ }
  .cell-renderer--value-overall:hover {
    cursor: pointer; }
  .cell-renderer--value-overall--modal-dialog-sm {
    position: relative;
    min-width: 768px;
    max-width: 900px; }
  .cell-renderer--value-overall--row {
    margin-right: 15px;
    margin-left: 15px; }
  .cell-renderer--value-overall--column {
    padding: 0px; }
  .cell-renderer--value-overall .value-rating-table {
    line-height: 1.42857143;
    margin-bottom: 0; }
    .cell-renderer--value-overall .value-rating-table th {
      text-align: center;
      vertical-align: middle;
      height: 15px;
      padding: 5px 10px; }
    .cell-renderer--value-overall .value-rating-table td {
      height: 40px;
      padding: 5px 10px; }
    .cell-renderer--value-overall .value-rating-table .value-stat-type-right {
      width: 55px;
      text-align: right; }
    .cell-renderer--value-overall .value-rating-table .value-stat-type-left {
      width: 55px;
      text-align: left; }

.cell-renderer--value-indicator {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .cell-renderer--value-indicator .check {
    height: 14px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1; }

.cell-renderer--notifications {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .cell-renderer--notifications-group {
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
    .cell-renderer--notifications-group .notification {
      font-size: 12px;
      margin: 1px;
      width: 15px;
      text-align: center;
      opacity: 0.3;
      transition: 0.3 linear opacity; }
      .cell-renderer--notifications-group .notification:hover {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
    .cell-renderer--notifications-group .active.notification {
      opacity: 1; }
      .cell-renderer--notifications-group .active.notification:hover {
        cursor: pointer; }

.cell-renderer--total-bets {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .cell-renderer--total-bets:hover {
    cursor: pointer; }

.cell-renderer--betlabs {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.cell-renderer--betlabs-box {
  transition: 1s linear background-color;
  background-color: #71843f;
  color: #fff;
  padding: 2px 7px; }

.cell-renderer--percents {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.cell-header-double .ag-header-cell-label {
  white-space: normal;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end; }

.hold-cell {
  min-width: 30px;
  line-height: 1; }

.hold-badge {
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.ag-header-cell {
  display: flex !important;
  justify-content: space-around !important; }

.default-hold-badge-color {
  background-color: #eeeeee; }

.baseball-count {
  font-size: 0.75em;
  line-height: 1;
  margin-right: 5px; }

.cell-renderer--odds {
  opacity: 1;
  height: 100%; }
  .cell-renderer--odds:hover {
    cursor: pointer; }

.cell-renderer--static-row-height {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  min-height: 45px; }
  .cell-renderer--static-row-height > * {
    flex: 0 1 28px; }

.line-history--modal-header {
  align-items: center; }
  .line-history--modal-header .modal-title {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0px; }

.line-history--modal-body {
  padding: 0; }
  .line-history--modal-body .filters {
    padding: 1em; }
  .line-history--modal-body .grid-container {
    height: 400px;
    border-top: 1px solid #e9ecef;
    overflow: auto; }
  .line-history--modal-body table {
    margin: 0; }

.line-predictor--modal-header {
  align-items: center; }
  .line-predictor--modal-header .modal-title {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0px; }

.in-game-football {
  display: flex;
  flex-direction: column;
  height: 37px; }
  .in-game-football.redzone .rz-indicator {
    display: block; }
  .in-game-football .field {
    width: 62px; }
  .in-game-football .status {
    display: flex;
    flex-direction: column;
    font-size: 9px;
    margin-right: 2px;
    text-align: left; }
  .in-game-football .graphic {
    display: flex;
    flex-direction: row; }
  .in-game-football .team {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    background-color: #00804e;
    color: #fff;
    width: 17px; }
  .in-game-football .possession {
    position: absolute;
    background-color: #fff;
    width: 3px;
    height: 3px;
    bottom: 5px;
    border-radius: 50%; }
  .in-game-football .rz-indicator {
    display: none;
    text-align: right; }

.cell-renderer--teams-football .team {
  display: flex;
  align-items: center; }

.cell-renderer--teams-football .possession-indicator {
  background-color: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 0.25em;
  display: inline-block; }

.ag-row {
  border-width: 0px !important; }

.grid-hack {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%; }

.input-group {
  height: 30px; }

.odds-logo {
  height: 18px;
  display: inline-block; }
  .odds-logo img {
    margin-top: -3px; }

.key-players {
  height: 25px;
  margin-left: 105px; }
  .key-players .key-players-row {
    background-color: #efefef; }
  .key-players .key-players-detail {
    margin: 3px; }
  .key-players .key-players-header {
    border-bottom-left-radius: .1875rem; }

.pulse-card-border {
  -webkit-animation: pulse-card-border 1.5s linear infinite;
  animation: pulse-card-border 1.5s linear infinite; }

@-webkit-keyframes pulse-card-border {
  0% {
    border-color: #000000; }
  25% {
    border-color: #dadada; }
  50% {
    border-color: #000000; }
  50% {
    border-color: #dadada; }
  100% {
    border-color: #000000; } }

@keyframes pulse-card-border {
  0% {
    border-color: #000000; }
  25% {
    border-color: #dadada; }
  50% {
    border-color: #000000; }
  50% {
    border-color: #dadada; }
  100% {
    border-color: #000000; } }

.progress-label.inactive {
  opacity: .4; }

