body {
  background-color:#2d2d2d;
  overflow: hidden;
}

body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.wheelContainerUser,
.wheelContainerStatus {
  position:absolute;
  width:100%;
  height:100%;
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%) ;
}

.wheelSVGUser,
.wheelSVGStatus {
  position:absolute;
  width:100%;
  height:100%;
  visibility:hidden;
  overflow:visible;

}

.pegStatus,
.pegUser{
  visibility:hidden;
}

.wheelOutlineUser, .valueContainerUser, .toastUser, .centerCircleUser,
.wheelOutlineStatus, .valueContainerStatus, .centerCircleStatus {
  pointer-events:none;
}

.wheelTextUser,
.wheelTextStatus {
  pointer-events:none;
  /* font-size:28px; */
  /* fill:red; */
  text-anchor:middle;
  font-family:'Fjalla One', Arial, sans-serif;
  -webkit-user-select: none;
  user-select:none;
}

.toastUser,
.toastStatus {
  position:absolute;
  background-color:#E81D62;
  border-radius:12px;
  opacity:0;
  text-align:center;
}

.toastUser p,
.toastStatus p {
  clear: both;
  font-family:'Fjalla One', Arial, sand-serif;
  margin:23px;
  font-size:30px;
  color:#ededed;
  letter-spacing:-0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height:32px;
  -webkit-transition: font-size .2s ease;
  transition: font-size .2s ease;
  -webkit-transition: line-height .2s ease;
  transition: line-height .2s ease;
}

.toastUser h6,
.toastStatus h6 {
  clear: both;
  font-family:'Fjalla One', Arial, sand-serif;
  margin:23px;
  font-size:18px;
  color:#ededed;
  letter-spacing:-0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height:20px;
  -webkit-transition: font-size .2s ease;
  transition: font-size .2s ease;
  -webkit-transition: line-height .2s ease;
  transition: line-height .2s ease;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 480px) {
  .toastUser p, .toastUser span,
  .toastStatus p, .toastStatus span{
    font-size:18px;
    line-height:18px;
  }
}
@media only screen and (min-width : 481px) and (max-width : 800px) {
  .toastUser p, .toastUser span,
  .toastStatus p, .toastStatus span {
    font-size:20px;
    line-height:20px;
  }
}

@media only screen and (min-width : 801px)  {
  .toastUser p, .toastUser span,
  .toastStatus p, .toastStatus span {
    font-size: 28px;
    line-height: 35px;
  }
}

@media only screen and (max-height : 480px) {
  .toastUser p, .toastUser span,
  .toastStatus p, .toastStatus span{
    font-size: 20px;
    line-height: 20px;
  }
}

button {
    width: 80%;
    top: 20px;
    max-width: 400px;
    padding: 20px;
    font-weight: 700;
    font-size: 20px;
    color: #ededed;
    border-radius: 6px;
    border: none;
    box-shadow: 0 2px 0 #D71559;
    cursor: pointer;
    font-family: "Fjalla One", Helvetica, Arial, sans-serif;
    background: #D71559;
    margin: 5px;
}

button:hover{
    background: #af0e46;
}

table {
  border-collapse: collapse;
  max-width: 350px;
}

td {
  padding: 10px;
  font-weight: lighter;
  color: white;
}

tr {
  border-bottom: 1px solid #cccccc;
  color: #fff;
}
