body {
  border: 0;
  vertical-align: baseline;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: rgb(122,4,38);
  background: -moz-linear-gradient(0deg, rgba(122,4,38,1) 0%, rgba(8,22,119,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(122,4,38,1) 0%, rgba(8,22,119,1) 100%);
  background: linear-gradient(0deg, rgba(122,4,38,1) 0%, rgba(8,22,119,1) 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/* #spinner-bg {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgb(122,4,38);
  background: -moz-linear-gradient(0deg, rgba(122,4,38,1) 0%, rgba(8,22,119,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(122,4,38,1) 0%, rgba(8,22,119,1) 100%);
  background: linear-gradient(0deg, rgba(122,4,38,1) 0%, rgba(8,22,119,1) 100%);
  background-repeat: no-repeat;
} */

@font-face {
  font-family: SFProDisplay-Regular;
  src: url("../font/SFProDisplay-Regular.otf");
}

@font-face {
  font-family: SFProDisplay-Medium;
  src: url("../font/SFProDisplay-Medium.otf");
}

@font-face {
  font-family: SFProDisplay-Heavy;
  src: url("../font/SFProDisplay-Heavy.otf");
}

@font-face {
  font-family: SFProDisplay-Semibold;
  src: url("../font/SFProDisplay-Semibold.otf");
}

@font-face {
  font-family: GlowSansSC-Normal-Regular;
  src: url("../font/GlowSansSC-Normal-Regular.otf");
}

@font-face {
  font-family: GlowSansSC-Normal-Bold;
  src: url("../font/GlowSansSC-Normal-Bold.otf");
}

.wrapper {
  max-width: 480px;
  padding: 30px 0px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
}

#logo-img {
  width: 180px;
}

.text-orange {
  color: #f5791f;
}

.bg-gradient-orange {
  border: none;
  /* background-color: #fc9e0c; */
  background: rgb(255, 132, 24);
  background: -moz-linear-gradient(
    0deg,
    rgba(255, 132, 24, 1) 0%,
    rgba(255, 190, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(255, 132, 24, 1) 0%,
    rgba(255, 190, 0, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(255, 132, 24, 1) 0%,
    rgba(255, 190, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8418",endColorstr="#ffbe00",GradientType=1);
}

.orange-theme-btn {
  border-radius: 20px;
  font-weight: 500;
  padding: 10px 2rem;
  border: none;
  /* background-color: #fc9e0c; */
  background: rgb(255, 132, 24);
  background: -moz-linear-gradient(
    0deg,
    rgba(255, 132, 24, 1) 0%,
    rgba(255, 190, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(255, 132, 24, 1) 0%,
    rgba(255, 190, 0, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(255, 132, 24, 1) 0%,
    rgba(255, 190, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8418",endColorstr="#ffbe00",GradientType=1);
}

.info {
  margin: 0;
  font: inherit;
  vertical-align: baseline;
  position: absolute;
  top: 0;
  /* left: 5%; */
  line-height: 1;
  max-width: 90%;
  width: 100%;
  padding: 12px 10px;
  text-align: center;
  border-radius: 15px;
  background: rgb(90,0,99);
  background: -moz-linear-gradient(175deg, rgba(90,0,99,1) 45%, rgba(214,0,115,1) 100%);
  background: -webkit-linear-gradient(175deg, rgba(90,0,99,1) 45%, rgba(214,0,115,1) 100%);
  background: linear-gradient(175deg, rgba(90,0,99,1) 45%, rgba(214,0,115,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5a0063",endColorstr="#d60073",GradientType=1);
  border: solid 2px #f5791f;
  /* box-shadow: 0 0 5px 5px rgba(245, 121, 31,255); */
}

.blink {
  animation-name: blink;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

#spin {
  animation: pulse-orange 1.5s infinite, wiggle 1.5s infinite;
}

#second-step {
  margin-top: 5em;
}

#progress {
  margin-top: 6em;
}

#third-step {
  margin-top: 6em;
}

#progress .progress {
  height: 40px;
}

.card-overlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

#question-count {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #f5791f;
  font-weight: bold;
}

.green-dot {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  -webkit-border-radius: 50%;
  width: 15px;
  height: 15px;
  /* background: linear-gradient(to bottom, #65ab53 0%, #578843 100%); */
}

.modal-con {
  position: absolute;
  margin: auto;
  /* left: 0;
  right: 0; */
  top: 0;
  bottom: 0;
  width: 400px;
  height: 350px;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  flex-flow: column;
  padding: 2rem;
  color: aliceblue;
  font-size: 1rem;
}
.modal-con p,
.modal-con input,
.modal-con button {
  width: 100%;
}
.modal-con p {
  margin-block-end: 5px;
}
.modal-note {
  font-size: 0.756rem;
}
.modal-con input {
  height: 23px;
  border-radius: 5px;
  border: 0;
}
ul {
  margin-block-end: 0.5rem;
  margin-block-start: 0.5rem;
  padding-inline-start: 0;
  font-size: 0.756rem;
}
li {
  line-height: 0px;
}
#submit-info {
  margin-top: 0.5rem;
  color: #4a1411;
  height: 25px;
  border-radius: 5px;
  border: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.785rem;
  background: #00ff66;
  line-height: 1px;
  font-weight: bold;
  font-family: 'Playfair Display';
  cursor: pointer;
}
#submit-info:hover {
  background: #eaa54c;
  color: #ffffff;
}
form {
  display: flex;
  margin-top: unset;
  width: 100%;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
}
.form-group {
  width: 100%;
  margin-bottom: 0.5rem;
}
.alert {
  text-align: center !important;
  padding: 0px !important;
  font-size: 0.756rem !important;
}
.success-msg {
  position: absolute;
  width: 350px;
  height: 400px;
  background: white;
  border-radius: 10px;
  text-align: center;
  padding: 1rem;
}
.success-msg span {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.congrats {
  font-size: 1.5rem !important;
  font-weight: 600;
  margin-bottom: 1rem !important;
}
.note {
  margin-bottom: 1rem !important;
}
.note,
.note > span {
  font-size: 12px !important;
}
.note > span {
  display: inline;
}
.note > span:last-child {
  font-weight: 600;
  color: red;
}
.price {
  display: inline !important;
  font-weight: 600;
}
.success-img {
  width: 5rem;
  margin-bottom: 0.5rem;
}
.viber-btn {
  display: inline;
  width: 100px;
  border: none;
  border-radius: 5px;
  padding: 5px;
  color: white;
  background-color: #665cac;
  text-align: center;
}
.viber-link:hover {
  text-decoration: none;
}
.viber-btn img {
  margin-right: 0.5rem;
  width: 20px;
  height: auto;
}
.close-btn {
  display: inline;
  width: 100px;
  border: none;
  border-radius: 5px;
  padding: 5px;
  color: white;
  background-color: gray;
  text-align: center;
}
.donwload-btn {
  font-family: 'Playfair Display';
  border: 0;
  border-radius: 5px;
  margin-top: 0.5rem;
  background-color: mediumvioletred;
  color: white;
  line-height: normal;
}
input {
  padding: 0px 0.75rem !important;
}
/* .spin-btn-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: rgb(0, 0, 0, 0.8);
} */
/* .spin-btn-overlay button {
  border: 1px solid white;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  color: white;
  font-weight: 600;
  background-color: darkgreen;
} */

.dwheel {
  pointer-events: none;
}

.dwheel > canvas {
  max-width: 480px;
  max-height: 480px;
  width: 480px !important;
  height: auto !important;
}

.modal-con img {
  display: block;
  width: 15rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}