.popup-gamification::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(0 0 0 / 0.5);
  top: 0;
  left: 0;
}

.popup-gamification .modal-dialog {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  pointer-events: all;
}

.popup-gamification .modal-wrapper {
  width: 240px;
  height: 240px;
  margin: 0 auto;
  position: relative;
  background: url("../img/popup/bg-popup.png") no-repeat 0 0 / contain;
  text-align: center;
}

.popup-gamification .label {
  position: absolute;
  z-index: 1;
}

.popup-gamification .label-voucher {
  width: 80px;
  left: -35px;
  top: 0;
}

.popup-gamification .label-prize {
  width: 88px;
  right: -50px;
  top: 45px;
}

.popup-gamification .title {
  width: 81%;
  margin: 0 auto;
}

.popup-gamification .modal-inner {
  padding-top: 120px;
}

.popup-gamification .close {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

.popup-gamification .btn-link {
  background: linear-gradient(112.02deg, #fdd24b 7%, #fc8735 100%);
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #1f1b4e;
  padding: 6px 20px;
  border-radius: 50px;
  margin-top: 10px;
}

.popup-gamification .btn-link:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .game-gift-mb {
    display: none;
  }
  .popup-gamification .modal-wrapper {
    width: 500px;
    height: 500px;
  }

  .popup-gamification .close {
    font-size: 30px;
  }

  .popup-gamification .label-voucher {
    width: auto;
    left: -135px;
  }

  .popup-gamification .label-prize {
    width: auto;
    right: -145px;
    top: 68px;
  }

  .popup-gamification .modal-inner {
    padding-top: 250px;
  }

  .popup-gamification .btn-link {
    display: flex;
    font-size: 20px;
    padding: 0;
    width: 300px;
    height: 70px;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
  }
}

