body {
  background-color: #ECEFF1;
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}


.text-center {
  text-align: center !important;
}

.button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;

  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  position: relative;
  z-index: 9;
}

.button:hover {
  transition: all 150ms linear;
  opacity: .85;
}

.button:active {
  transition: all 150ms linear;
  opacity: .75;
}

.button:focus {
  outline: 1px dotted #959595;
  outline-offset: -4px;
}



.button.button-primary {
  color: #FFFFFF;
  background: #455a64;
}

.button.button-block {
  width: 100%;
}

.button:disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.swal2-popup .swal2-styled.swal2-confirm,
.swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #455a64;
  font-size: 12px;
  border: 1px solid #455a64;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

/* custom css */
.main-container {
  height: 110vh;
  width: 100%;
  max-width: 550px;
  background-image: url(../images/spinner-background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  padding: 15px 0;
  text-align: center;
  margin: auto;
}

.superWheel {
  margin: 3em auto 1em;
}

.title-img {
  width: 100%;
  max-width: 180px;
}

.sWheel-wrapper, .wheel-with-image {
  height: 80vw;
  width: 80vw;
  max-width: 320px;
  max-height: 320px;
  margin-left: auto;
  margin-right: auto;
}

.description-container {
  background-image: url(../images/star-background.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 5px;
  margin-top: 10px;
}

.description-container p {
  color: #f3c556;
  font-size: 18px;
  margin: 0px;
  text-align: center;
}

.star-container {
  margin-top: 5px;
}

img.star {
  max-width: 20px;
  margin: 0px 2px;
}

.sWheel-inner::after {
  content: '';
  background-image: url(./../images/spinner.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 325px;
  height: 345px;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.sWheel-inner {
  overflow: visible;
}

.wheel-with-image-spin-button {
  margin-top: 1.8rem;
  width: 8.5rem;
  height: 2.8rem;
  background: transparent !important;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swal2-popup #swal2-content {
  font-size: large;
  color: #f0d475;
  font-weight: 900;
}

.swal2-popup .swal2-styled.swal2-confirm, .swal-button {
  background: -webkit-linear-gradient(#134E5E, #71B280);
  background: linear-gradient(#134E5E, #71B280);
  border-radius: 5px;
  font-weight: 600;
  font-size: medium;
}

.centered {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.centered p{
  color: #f3c556;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  text-align: center;
}

.audio-btn {
  position: fixed;
  top: 50px;
  left: 30px;
  width: 50px;
  height: 50px;
}