.slot-machine-div{    position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #10042b99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 62.5%;
  z-index: 1100;
}

html {
  font-size: 62.5%;
}

.button {
  display: block;
  width: 100%;
  padding: 22px 0;
  padding: 2.2rem 0;
  margin: 32px 0 16px;
  margin: 3.2rem 0 1.6rem;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 32px;
  line-height: 3.2rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #da274d;
  border: none;
  border-radius: 0.4rem;
  box-shadow: inset -0.1rem -0.1rem 0 0 #000000, inset 0.1rem 0.1rem 0.1rem 0 #f36aa8, 0.2rem 0.2rem 0.1rem rgba(0, 0, 59, 0.6);
}
.button:hover {
  cursor: pointer;
  background-color: #c62245;
}
.button:focus, .button:active {
  outline: 0;
  background-color: #b01e3d;
}
.button-inactive {
  background-color: #88777b;
  box-shadow: none;
}
.button-inactive:hover {
  background-color: #88777b;
}


.slot-machine {
  width: 300px;
  margin: 0 auto;
  padding: 10px 33px;
  background-image: url(./../img/game_play/slot_machine.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
.slot-machine::before{content: "";
  background-image: url(./../img/game_play/slot_right-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 30px;
  top: 0;
  bottom: 0;
  left: 1px;}
.slot-machine::after{content: "";
  background-image: url(./../img/game_play/slot_left-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 30px;
  top: 0;
  bottom: 0;
  right: 1px;}
.group,
.reel {
  display: inline-block;
  color: #000000;
}

.group {
  display: flex;
  justify-content: space-between;
}

.reel,
.fake-reel {
  position: relative;
    float: left;
    width: 26px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    background-image: url(./../img/game_play/number-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
   
}
/* .reel.match,
.fake-reel.match {
  background-color: green;
}
.reel.no-match,
.fake-reel.no-match {
  background-color: red;
} */
.reel .reel-holder,
.fake-reel .reel-holder {
  position: relative;
  top: -6rem;
  text-align: center;
}
.reel .reel-door,
.fake-reel .reel-door {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 21px;
  font-weight: bold;
  line-height: 21px;
  background-image: url(./../img/game_play/number-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.reel p,
.fake-reel p {
  height: 6rem;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 21px;
  color: #391199;
}

.fake-reel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.8rem;
  font-weight: 800;
}

.msg {
  padding: 2.5rem 0 0.5rem;
  font-size: 1.8em;
  color: #bbbbbb;
  text-align: center;
  text-shadow: 0 -0.1rem 0 rgba(0, 0, 0, 0.3), 0 0.1rem 0 rgba(255, 255, 255, 0.5);
}

.announcement {
  font-size: 24px;
  color: #0085ff;
  text-align: center;
}




/* #countdown {
  position: relative;
  margin: auto;
  height: 40px;
  width: 40px;
  text-align: center;
}

#countdown-number {
  color: white;
  display: inline-block;
  line-height: 40px;
  animation-name: spinner-grow;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  font-size: 78px;
  font-weight: 600;
}

svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}

svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 2px;
  stroke: white;
  fill: none;
  animation: countdown 3s linear infinite forwards;
} */



/* .spinner-grow {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  text-indent: -999em;
  background-color: currentColor;
  border-radius: 50%;
  animation-name: spinner-grow;
  animation-duration: .75s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
} */
circle {
  transition: all 1s linear;
}
#c1{
  transition: all 1s linear;
  stroke: #DDDEDF;
  stroke-width: 3;
  stroke-linecap: round;
  fill: transparent;
}

#c2 {
  transition: all 1s linear;
  stroke: #2196F3;
  stroke-width: 3;
  stroke-linecap: round;
  fill: transparent;
}

#counterText {
  -webkit-animation: heartBeat 1s infinite;
  animation: heartBeat 1s infinite;
  font-size: 21px;
  font-weight: 700;
  fill: #fff;
 
}


@-webkit-keyframes heartBeat {
  0%   {
    opacity: 0;
  }
  5%   {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes heartBeat {
  0%   {
    opacity: 0;
  }
  5%   {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 113px;
  }
}


@keyframes spinner-grow {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}