body {
  font-family: "Raleway", sans-serif;
  color: white;
}

#esk_adarea {
  position: relative;
  overflow: hidden;
}

.adsize {
  width: 300px;
  height: 600px;
}

.abs {
  position: absolute;
}

.polt {
  left: 0;
  top: 0;
}

.noevent {
  pointer-events: none;
  user-select: none;
}
.opacity0 {
  opacity: 0;
}

.incta {
  z-index: 22;
}

.cta {
  transform-origin: 150px 490px;
}

.layer-2 {
  display: none;
}

.layer-5 {
  display: none;
}

.f1,
.incta {
  transform: scale(0.4);
  opacity: 0;
}

.f2 {
  top: -30px;
  z-index: 23;
  transform: scale(0.4);
}

.logo {
  z-index: 23;
}

#stats {
  z-index: 23;
  bottom: 0px;
  padding: 20px 0;
  border-top: 2px solid #fff;
  text-align: center;
  color: white;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  background: rgb(145, 99, 218);
  background: linear-gradient(
    90deg,
    rgba(145, 99, 218, 1) 0%,
    rgba(83, 41, 153, 1) 100%
  );
}

#stats > div {
  width: 100%;
}

.time,
.score,
.final_score {
  font-weight: 700;
  font-size: 20px;
}

.time_txt,
.score_txt {
  font-weight: 600;
  font-size: 16px;
}

.final_score {
  color: #8d5dd9;
  font-size: 35px;
  font-weight: bold;
}

#final_score_wrapper {
  z-index: 23;
  /* top: 310px;
  text-align: center;
  color: white;
  width: 300px;
  font-family: "Raleway", sans-serif; */
  position: absolute;

  width: 40%;
  left: 30%;
  top: 100px;
  font-size: 20px;
  background-color: #ffffff40;
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
}

.blink {
  z-index: 23;
  opacity: 0;
  transform: scale(0.8);
  background-color: #ff000070;
}

.restart {
  z-index: 24;
  max-width: 50px;
  left: calc(50% - 25px);
  bottom: 75px;
  transform: scale(0);
}

.overlay {
  background: #6161617d;
}

.pre_slice,
.drag_icon {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.drag_icon {
  max-width: 50px;
}
