body,
html {
  margin: 0px;
  font-family: Verdana, tahoma, arial, helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hidden {
  display: none;
}

#container {
  position: absolute;
  top: 42px;
  width: 700px;
  height: 556px;
  border: 1px solid black;
  background: #60b0b8;
}

#backdrop {
  position: absolute;
  left: 6px;
  top: 14px;
  width: 688px;
  height: 528px;
  border-radius: 20px;
  background: #fff;
}

#spin {
  position: absolute;
  width: 100px;
  height: 22px;
  background-color: #ddeeff;
  border: 1px solid #243;
  border-radius: 4px;
}

#spin:hover {
  background-color: #edeeff;
}

#dice-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 280px;
  height: 398px;
}

#dice-1.left-shift {
  left: -182px;
}

#dice-2 {
  position: absolute;
  left: 162px;
  top: 0px;
  width: 280px;
  height: 398px;
}

.dice {
  position: absolute;
  left: 302px;
  top: 170px;
  width: 116px;
  height: 92px;
  background: #d44;
  border-radius: 4px;
  color: #fff;
  font-size: 48px;
  text-align: center;
  padding-top: 24px;
}

#dice-2 .dice {
  background: #44d;
}

#dice-3 {
  position: absolute;
  left: -10px;
  top: 0px;
  width: 280px;
  height: 398px;
}

#dice-3 .dice {
  background: #d8c844;
}

.spinner-onesix {
  position: absolute;
  left: 290px;
  top: 180px;
  width: 140px;
  height: 140px;
  border-radius: 70px;
  background-image: conic-gradient(#88e 60deg, #ccf 0 120deg, #88e 0 180deg, #ccf 0 240deg, #88e 0 300deg, #ccf 0);
}

.spinner-zeroten {
  position: absolute;
  left: 290px;
  top: 182px;
  width: 140px;
  height: 140px;
  border-radius: 70px;
  background-image: conic-gradient(#88e 36deg, #ccf 0 72deg, #88e 0 108deg, #ccf 0 144deg, #88e 0 180deg, #ccf 0 216deg, #88e 0 252deg, #ccf 0 288deg, #88e 0 324deg, #ccf 0);
}

.pie-label {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  font-size: 22px;
  color: #113;
}

.spinner-onesix-segment-one {
  left: 84px;
  top: 12px;
}

.spinner-onesix-segment-two {
  left: 106px;
  top: 56px;
}

.spinner-onesix-segment-three {
  left: 84px;
  top: 92px;
}

.spinner-onesix-segment-four {
  left: 40px;
  top: 92px;
}

.spinner-onesix-segment-five {
  left: 20px;
  top: 56px;
}

.spinner-onesix-segment-six {
  left: 40px;
  top: 12px;
}

.spinner-zeroten-segment-one {
  left: 76px;
  top: 10px;
}

.spinner-zeroten-segment-two {
  left: 104px;
  top: 28px;
}

.spinner-zeroten-segment-three {
  left: 110px;
  top: 56px;
}

.spinner-zeroten-segment-four {
  left: 104px;
  top: 84px;
}

.spinner-zeroten-segment-five {
  left: 76px;
  top: 102px;
}

.spinner-zeroten-segment-six {
  left: 46px;
  top: 102px;
}

.spinner-zeroten-segment-seven {
  left: 24px;
  top: 86px;
}

.spinner-zeroten-segment-eight {
  left: 14px;
  top: 58px;
}

.spinner-zeroten-segment-nine {
  left: 24px;
  top: 28px;
}

.spinner-zeroten-segment-zero {
  left: 46px;
  top: 10px;
}

#spin {
  left: 330px;
  top: 460px;
  width: 54px;
  height: 26px;
  text-align: center;
  padding: 4px;
  font-size: 20px;
}

.pip-centre {
  position: absolute;
  left: 48px;
  top: 48px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #eed;
}

.pip-centre-left {
  position: absolute;
  left: 24px;
  top: 48px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #eed;
}

.pip-centre-right {
  position: absolute;
  left: 72px;
  top: 48px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #eed;
}

.pip-top-left {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #eed;
}

.pip-top-right {
  position: absolute;
  left: 76px;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #eed;
}

.pip-bottom-left {
  position: absolute;
  left: 20px;
  top: 76px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #eed;
}

.pip-bottom-right {
  position: absolute;
  left: 76px;
  top: 76px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #eed;
}

.pip-top-left-ish {
  position: absolute;
  left: 24px;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #eed;
}

.pip-top-right-ish {
  position: absolute;
  left: 72px;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #eed;
}

.pip-bottom-left-ish {
  position: absolute;
  left: 24px;
  top: 76px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #eed;
}

.pip-bottom-right-ish {
  position: absolute;
  left: 72px;
  top: 76px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #eed;
}

.pip-centre-top {
  position: absolute;
  left: 48px;
  top: 24px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #eed;
}

.pip-centre-bottom {
  position: absolute;
  left: 48px;
  top: 72px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #eed;
}

.pip-top {
  position: absolute;
  left: 48px;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #eed;
}

.pip-bottom {
  position: absolute;
  left: 48px;
  top: 76px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #eed;
}

.pip-left {
  position: absolute;
  left: 20px;
  top: 48px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #eed;
}

.pip-right {
  position: absolute;
  left: 74px;
  top: 48px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #eed;
}

.spinner-arm {
  position: absolute;
  left: 317px;
  top: 207px;
  width: 88px;
  height: 88px;
  transform: rotate(20deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.spin-result {
  position: absolute;
  left: 340px;
  top: 384px;
  width: 44px;
  height: 34px;
  padding-top: 10px;
  text-align: center;
  font-size: 24px;
}

/*# sourceMappingURL=styles.css.map */
