.player-box {
  border: 1px solid black;
  display: inline-block;
  height: 100px;
  width: 200px;
}

h1.user {
  position: relative;
  top: -40px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-left: 10px;
}

body {
  background-image: url("pdc.jpg");
  background-color: black;
  color: white;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 5px;
  width: 60vw;
  margin: auto;
}

.player-stats {
  position: fixed;
  margin: auto;
  border: none;
  background-color: white;
  height: 80vh;
  width: 70vw;
}

.current-player-display {
  display: block;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  margin-bottom: 10px;
  color: white;
}
.current-player-display input {
  display: none;
  font-size: 3rem;
  font-family: Pridi;
  text-align: center;
  width: 15rem;
}

.player_scores {
  position: relative;
  top: 10px;
  width: 98vw;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.player_scores > div {
  display: inline-block;
  background-image: linear-gradient(rgb(134, 134, 134), rgb(29, 29, 29));
  width: 350px;
  margin: auto;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #525252;
  border: 5px outset rgb(44, 44, 44);
  margin-bottom: 80px;
  vertical-align: top;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.player-link {
  text-decoration: none;
  color: white;
  position: relative;
  top: -40px;
}

.player-link:visited {
  color: white;
}

.player-label {
  position: relative;
  top: -10px;
  display: block;
  font-family: Titan One;
  font-size: 26pt;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 5px;
  background-color: #313131;
}

.game-avg {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  font-family: "Black Ops One", system-ui;
  font-weight: 400;
  font-style: normal;
  position: relative;
  top: -10px;
  width: 100%;
}

.avg-txt {
  display: block;
  font-size: 28pt;
  width: 100%;
  text-align: center;
  margin-right: auto;
}

.game-avg > span.span-avg-display, .match-avg-display, .at-avg-display {
  font-size: 28pt;
  width: 50%;
  text-align: center;
  margin-right: auto;
}

.game-avg > span.span-avg, .game-avg > span.match-avg, .at-avg {
  font-size: 28pt;
  width: 50%;
  text-align: center;
  margin-left: auto;
}

.span-score {
  display: flex;
  justify-content: space-around;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  position: relative;
  top: -15px;
}

.win-txt {
  position: absolute;
  font-family: "Black Ops One", system-ui;
  font-weight: 400;
  font-style: normal;
  left: 10px;
  top: -25px;
  font-size: 14pt;
}

.span-wins {
  font-family: "Black Ops One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 20pt;
  margin-left: 18px;
  background-color: #313131;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3px;
}

.attempt-txt {
  position: absolute;
  font-family: "Black Ops One", system-ui;
  font-weight: 400;
  font-style: normal;
  right: 20px;
  top: -25px;
  font-size: 14pt;
}

.span-attempts {
  font-family: "Black Ops One", system-ui;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  font-size: 20pt;
  margin-right: 28px;
  right: 0px;
  background-color: #313131;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3px;
}

.score-label {
  font-family: "Black Ops One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 30pt;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-left: 10px;
}

.score-display {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Black Ops One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 46pt;
  padding: 5px;
  padding-bottom: 5px !important;
  position: relative;
  top: -10px;
  left: -20px;
  background-color: #313131;
  border: none;
  color: rgb(255, 0, 0);
}

.current {
  border: 3px solid rgb(15, 247, 15);
  border-color: rgb(15, 247, 15);
  box-shadow: 0px 0px 10px 20px rgb(15, 247, 15);
}

.throws {
  position: relative;
  height: 80px;
  justify-content: center;
}

.throws > .prev {
  height: 60px;
}

.prev-label {
  text-decoration: underline;
}

.prev-label, .prev {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Black Ops One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 18pt;
  margin: auto;
}

.top-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: Pridi;
  font-size: 30pt;
}

.current-throws {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: Pridi;
  height: 75px;
  font-size: 30pt;
  margin-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.current-throws > span {
  color: black;
  width: 75px;
  font-size: 30pt;
  padding: 10px;
  text-align: center;
  background-color: white;
  box-shadow: 0 0 10px 5px rgb(15, 247, 15);
  font-weight: bold;
}

.current-player {
  display: inline-block;
  font-size: 40pt;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: white;
  box-shadow: 0 0 10px rgb(15, 247, 15);
  color: black;
  padding: 5px 10px;
  border: 3px solid white;
  border-color: rgb(15, 247, 15);
}

.current-score {
  display: inline-block;
  float: right;
  font-size: 40pt;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: white;
  box-shadow: 0 0 10px rgb(15, 247, 15);
  border: 3px solid white;
  border-color: rgb(15, 247, 15);
  color: black;
  padding: 5px 10px;
}

button.hide {
  width: 50%;
  height: 50px;
  font-size: 16px;
  background-color: #3498db;
  color: white;
  border: none;
  cursor: pointer;
  display: none;
}

.stats {
  position: fixed;
  background-image: radial-gradient(rgb(105, 105, 105), rgb(29, 29, 29));
  box-shadow: 0 0 10px rgb(15, 220, 247);
  border: 3px solid white;
  border-color: rgb(15, 220, 247);
  width: 80vw;
  margin: auto;
  bottom: 30px;
  left: 10vw;
}
.stats .stats-header {
  margin-left: 40px;
}
.stats .stats-header h2 {
  margin-top: 5px;
  font-size: 28pt;
}
.stats .stats-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Pridi;
  font-size: 20pt;
  margin-top: 10px;
}
.stats .stats-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.stats .stats-table table caption {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
}

button.number {
  display: none;
}

button.multiplier {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: red;
  border: 1px solid red;
  border-radius: 10px;
  position: absolute;
  font-size: 30pt;
  font-weight: bold;
  height: 75px;
  top: 105px;
  left: 180px;
}

.total-throws {
  color: rgb(255, 255, 255);
  position: absolute;
  font-family: "Black Ops One", system-ui;
  font-weight: 400;
  font-style: normal;
  top: 30px;
  left: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.total-throws .total-text {
  font-size: 24pt;
  font-weight: bold;
  margin: auto;
}
.total-throws .totalthrows {
  font-size: 24pt;
  font-weight: bold;
  margin: auto;
}

.checkouttype {
  color: rgb(255, 255, 255);
  position: absolute;
  font-family: "Black Ops One", system-ui;
  font-weight: 400;
  font-style: normal;
  top: 30px;
  right: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.checkouttype .checkouttext {
  font-size: 24pt;
  font-weight: bold;
  margin: auto;
}

button.selected {
  display: block;
  border: 5px solid black;
  color: black;
}

button.bullseye {
  background-color: green;
  display: none;
}

button:hover {
  background-color: #2980b9;
}/*# sourceMappingURL=darts.css.map */