.loginContainer {
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 400px;
  height: 300px;
  margin: auto;
}

.raceTypeSelectContainer {
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 400px;
  height: 300px;
  padding-top: 35px;
}

.raceTypeSelectContainer h2 {
  text-align: center;
}

.raceTypeSelection {
  box-sizing: border-box;
  color: #000;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 90%;
  height: 30px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
}

.header {
  height: "30px";
}

.runner {
  cursor: pointer;
  min-width: max-content;
  height: 23px;
  padding-left: 3px;
  line-height: 23px;
}

.needsScout {
  background-color: #ff000085;
}

.streamsContainer {
  flex: 1;
  max-height: 100%;
  margin-top: 10px;
  overflow-y: auto;
}

.streamRowHeaderContainer {
  align-items: center;
  width: 45px;
  display: flex;
}

.streamRowHeader {
  margin-bottom: 0;
}

.streamRow {
  flex-wrap: wrap;
  display: flex;
}

.levelProgressInput {
  width: 15px;
}

.levelProgressInput::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.levelProgressInput::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.finishedTime {
  width: 55px;
}

.streamControls {
  justify-content: space-between;
  padding: 0 5px;
}

.streamContainer {
  margin-top: 10px;
  margin-right: 20px;
}

.scoutToolContainer {
  width: 100%;
  height: 100%;
}

.scoutingContainer {
  flex: 1;
  display: flex;
  overflow-y: hidden;
}

.racerList {
  width: 210px;
}

.restreamerContainer {
  width: 100%;
  height: 100%;
}

.racerListWrapper {
  width: min-content;
}

.commentaryHeader {
  border-bottom: 2px solid #fff;
}

.commentaryContainer {
  width: 100%;
  height: 100%;
}

.commentaryViewSelect {
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #fff;
  margin-bottom: -2px;
  padding: 10px;
}

.commentaryViewSelect:first-of-type {
  border-left: 2px solid #fff;
  border-top-left-radius: 5px;
}

.commentaryViewSelect:last-of-type {
  border-right: 2px solid #fff;
  border-top-right-radius: 5px;
}

.selectedCommentaryView {
  border-bottom: 2px solid #333;
}

.raceView, .racersContainer {
  height: 100%;
}

.userList {
  border: 2px solid #fff;
  border-radius: 10px;
  width: 200px;
  margin-top: 10px;
  padding: 10px;
}

.userList h3 {
  text-align: center;
}

.podium {
  justify-content: space-around;
  padding: 10px;
  display: flex;
}

.podiumSpot {
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 200px;
  height: 100px;
  padding: 10px;
  display: flex;
}

.podiumSpot h3 {
  margin: 0;
}

.commentaryContainer .racerList {
  box-sizing: border-box;
  width: 210px;
  height: 100%;
  padding-top: 10px;
}

.racerStats {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.racerStats h2 {
  margin-left: 30px;
}

.twitchLinkLogo {
  width: 20px;
}

.runner {
  min-width: max-content;
  height: 23px;
  padding-left: 3px;
  line-height: 23px;
}

.isDNF {
  background-color: #ff000085;
}

.isFinished {
  background-color: #00800082;
}

.statCardContainer {
  flex-wrap: wrap;
  display: flex;
}

.statCard {
  border: 2px solid #fff;
  margin-right: 10px;
  padding: 10px;
}

.statCard h3 {
  text-align: center;
}

.podium {
  border-collapse: collapse;
}

.podium td {
  border: 1px solid #fff;
  padding: 3px 5px;
}

.creatorPastLevels td {
  border-collapse: collapse;
  border: 1px solid #fff;
  padding: 3px 5px;
}

html {
  width: 100%;
  height: 100%;
}

body {
  color: #fff;
  background-color: #333;
  width: 100%;
  height: 100%;
  margin: 0;
}

a, a:visited {
  color: #fff;
}

#app {
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.column {
  flex-direction: column;
  display: flex;
}

.row {
  flex-direction: row;
  display: flex;
}
/*# sourceMappingURL=scoutTool.f0e4ff4c.css.map */
