@import url('https://fonts.googleapis.com/css?family=Rajdhani|Share+Tech+Mono&display=swap');

html,body {
  margin: 0;
  padding: 0;
  font-family: 'Rajdhani', sans-serif !important;
  font-weight: bold !important;
  line-height: unset !important;
}

.number {
  font-family: 'Share Tech Mono', monospace;
  font-weight: 400;
}

.data {
  padding: 10px;
  width: 1280px;
  background: #fff;
}

.dropdown-menu {
  height:200px;
  overflow-y:auto;
}

.dropdown-menu.no-fixed-height {
  height: unset !important;
}

input {
  padding: 3px;
  margin: 3px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

input:focus {
  box-shadow: 0px 0px 0px 3px rgba(74, 186, 228, 0.3);
  border: 1px solid #24caf9;
}

#layout {
  width: 1280px;
  height: 720px;
  position: relative;
}

.mk64logo {
   position: absolute;
   bottom: 2px;
   right: 2px;
   height: 65px;
}

.ntsc {
  background: url(layoutNTSC_overlay.png);
}

.pal {
  background: url(layoutPAL_overlay.png);
}

.blue {
  color: #c8fdff;
}
.blue.glow {
  text-shadow: 0 0 5px rgba(0, 247, 255, .8);
}

.yellow {
  color: #ffe775;
}
.yellow.glow {
  text-shadow: 0 0 5px rgba(255, 219, 0, 0.8);
}

.header {
  width: 1280px;
  text-align: center;
  font-size: 24px;
  height: 29px;
}

.ntsc .streams {
  height: 486px;
}

.pal .streams {
  height: 410px;
}
.pal .times-container, .pal .times-container-8, .pal .times-container-9, .pal .times-container-10 {
  margin-top: 25px;
}

.scores {
  height: 205px;
  display: flex;
}

.player1, .player2 {
  width: 430px;
  padding: 0 5px;
}

.player2 {
  text-align: right;
}

.times {
  width: 420px;
  text-align: center;
  padding: 5px 0;
}

.fa-volume-up {
  position: relative;
  bottom: 3px;
  padding: 0 3px;
}

.tracks-score, .bracket {
  font-size: 40px;
}
.tracks-title {
  font-size: 30px;
  position: relative;
  bottom: 4px;
  margin: 0 20px;
}

.track-times {
  display: flex;
  justify-content: center;
}
.track-name {
  width: 230px;
  position: relative;
  bottom: 1px;
}

.track-time {
   opacity: .7;
}
.track-time.win {
  opacity: 1;
}

.times-container > .track-times {
  line-height: 21px;
  font-size: 20px;
}
.times-container-8 > .track-times {
  line-height: 19px;
  font-size: 18px;
}
.times-container-9 > .track-times {
  line-height: 17px;
  font-size: 17px;
}
.times-container-10 > .track-times {
  line-height: 15px;
  font-size: 16px;
}



.player-name {
  font-size: 30px;
  position: relative;
  bottom: 1px;
}

.sets {
  padding: 3px;
}
.sets-title {
  font-size: 24px;
}
.sets-score {
  font-size: 45px;
  position: relative;
  bottom: 6px;
}

.commentators {
  position: absolute;
  bottom: 0px;
}

.checkbox {
  font-size: 36px;
  cursor: pointer;
}

.track-icons {
  display: flex;
  flex-wrap: wrap;
  width: 160px;
  position: relative;
  top: -90px;
}

.track-icons img {
  width: 40px;
}

.trackdone {
  opacity: .1;
}

.jokerdone {
  opacity: .35;
  text-decoration: line-through;
}

.jokers {
  flex: 1;
  display: flex;
}

.jokers > .flap {
  margin-left: auto;
}