.congrats-panel {
  position: relative;
  top: -120px;
  text-align: center;
  color: #fff;
}
.congrats-panel input {
  font-size: 12px;
}
.congrats-panel p {
  margin: 1rem 4px;
}
.congrats-panel .coupon-code {
  cursor: default;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  border: none;
  background: rgba(255,255,255,0.05);
  border-radius: 0;
}
.congrats-panel .info {
	font: 300 10px/12px inherit;
	text-align: left !important;
	color: rgba(255,255,255,0.3) !important;
	padding: 10px;
}
.congrats-panel .coupon-code a {
  color: #d22322 !important;
}
.congrats-panel .coupon-code a:hover {
  color: #a31b1b !important;
}
.congrats-panel .coupon-code .btn {
  display: inline-block;
  background: #d22322;
  border: 2px solid #a31b1b;
  color: #fff;
}
.congrats-panel #copy-coupon, .congrats-panel #copied-coupon {
  margin-top: 6px;
  width: 140px;
}

/*@media screen and (max-width: 574px) {
  .rs-mm3d-movebtn .movebtn-value {
    display: none !important;
  }

  .rs-hscreen-header .app-info {
    display: none !important;
  }
  .rs-hscreen-header .app-progress {
    width: 200px;
  }

  .trophy-level-title {
    font-size: 16px;
  }

  .levelbtn-label {
    display: none !important;
  }

  .trophy-container {
    visibility: hidden;
  }

  .congrats-panel {
    top: -50px !important;
  }
}
@media screen and (min-width: 575px) {
  .rs-hscreen-header .app-title {
    font-size: 32px;
    margin-bottom: 6px;
  }
  .rs-hscreen-header .appt-info {
    font-size: 12px;
  }
  .rs-hscreen-header .app-progress {
    width: 200px;
  }

  .trophy-level-title {
    font-size: 16px;
  }

  .rs-mm3d-movebtn .movebtn-value {
    display: inline-block !important;
  }

  .levelbtn-label {
    display: inline-block;
  }

  .trophy-container {
    visibility: visible;
  }

  .congrats-panel {
    top: -100px !important;
  }
}
@media screen and (min-width: 576px) {
  .rs-hscreen-header .app-title {
    font-size: 40px;
    margin-bottom: 8px;
  }
  .rs-hscreen-header .appt-info {
    font-size: 16px;
  }
  .rs-hscreen-header .app-progress {
    width: 250px;
  }

  .trophy-level-title {
    font-size: 18px;
  }

  .levelbtn-label {
    display: inline-block;
  }

  .trophy-container {
    visibility: visible;
  }

  .congrats-panel {
    top: -100px !important;
  }
}
@media screen and (min-width: 768px) {
  .rs-hscreen-header .app-title {
    font-size: 60px;
    margin-bottom: 14px;
  }
  .rs-hscreen-header .appt-info {
    font-size: 20px;
  }
  .rs-hscreen-header .app-progress {
    width: 300px;
  }

  .trophy-level-title {
    font-size: 22px;
  }

  .levelbtn-label {
    display: inline-block;
  }

  .trophy-container {
    visibility: visible;
  }

  .congrats-panel {
    top: -100px !important;
  }
}
*/