/* ----- OVERALL THINGS ----- */
body {
  /* min-height: 100vh; */
  min-width: 100vw;
  max-height: 56.25vw;
}
.navbar{
  padding:0rem 1rem !important;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input.autohide-counter {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
input.autohide-counter:focus {
  -moz-appearance: number-input;
  -webkit-appearance: number-input;
  appearance: number-input;
}

/* ----- LIVESTREAM PLACEMENT ----- */
.webcast{
  padding: 0px 0px !important;
}

/* ----- COLORS ----- */
body.text-light{color: #F26522 !important;}
.bg-super-dark { background: #140028 !important; }
.bg-primary { background: #F26522 !important; }
/* ----- NAV COLORS ----- */
.navbar-light {color: #140028 !important;}
.team-rank{
  background-color: #362063 !important;
  color: #F26522 !important;
}
.team-rank-dark{
  background-color: #27174a !important;
  color: #F26522 !important;
}

/* ----- LAST & NEXT MATCH TABLES ----- */
.red-ally{ background-color: #e1251b !important; }
.red-ally-dark{ background-color: #bf2017 !important; }
.blue-ally{ background-color: #0033a1 !important; }
.blue-ally-dark{ background-color: #002880 !important; }
.red-score{ color: #e1251b !important; }
.red-score td{ background-color: #140028 !important;}
.blue-score{ color: #1f57b0 !important; }
.blue-score td{ background-color: #140028 !important;}
/* .text-muted{ rgba(242, 101, 34, 0.25)!important; } */

/* ----- ALLIANCE OPRs TABLES ----- */
.table-red th {background-color: #e1251b !important;}
.table-red td{background-color: #bf2017 !important;}
.table-blue th {background-color: #0033a1 !important;}
.table-blue td{background-color: #002880 !important;}
table #our-table tr .scores , table #their-table tr .scores {font-size:2.3rem !important;}
.border-right {border-right: 3px solid #ffffff !important;}
.border-bottom {border-bottom: 1px solid #ffffff !important;}

/* ----- TEXT MODIFIERS ----- */
h1.display-mTitle {
  font-size: 2.5rem;
  font-family:'Airstrike Bold', sans-serif;
}
h1.display-mSettings {
  font-size: 4.5rem;
  font-family:'Airstrike Bold', sans-serif;
}
.as-small{font-size:3.25rem !important;}
.display-mNum {
  font-size: 2.25rem;
	font-weight: 300;
	line-height: 1.1;
}
.display-4 {line-height: 0.75;}
/* .display-4-5 {
	font-size: 2.25rem;
	font-weight: 300;
	line-height: 1.2;
} */
.display-5 {
	font-size: 2.25rem;
	font-weight: 300;
	line-height: 1.1;
}
.display-6 {
	font-size: 1.625rem;
	font-weight: 300;
	line-height: 1.075;
}
.scores{line-height: 1.2 !important}
.fw-bold{font-weight: 900}

/* ----- TABLE ROUNDNESS ----- */
.rounded-top {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}
.rounded-bottom {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.rounded-right {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.rounded-left {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}
.rounded-top-left { border-top-left-radius: 1rem !important; }
.rounded-top-right { border-top-right-radius: 1rem !important; }
.rounded-bottom-left { border-bottom-left-radius: 1rem !important; }
.rounded-bottom-right { border-bottom-right-radius: 1rem !important; }
