@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');

f300, .f-300 {
  font-weight: 300 !important;
}

f400, .f-400 {
  font-weight: 400 !important;
}

f600, .f-600 {
  font-weight: 600 !important;
}

f700, .f-700 {
  font-weight: 700 !important;
}

#QR {
  padding: 1rem;
  min-height: 175px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
}

.gv {
  color: #ccc;
}

body {
  background: #232526;
  background: -webkit-linear-gradient(to bottom, #414345, #232526);
  background: linear-gradient(to bottom, #414345, #232526);
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: 'Open Sans', sans-serif !important;
}

.x-green {
  color: #003791 !important;
}

.x-green-bg {
  background-color: #003791 !important;
}

button {
  font-size: 1.75rem !important;
  border: 1px solid white !important;
  width: 90% !important;
  margin: 0 auto !important;
}

.owl-item.active.center {
  border-radius: 12px;
  border: 2px solid white;
  transform: scale(1) !important;
  filter: opacity(1) !important;
  transition-: 0.4s;
}

.owl-item {
  cursor: pointer;
  transform: scale(0.8) !important;
  filter: opacity(0.8) !important;
  transition-duration: 0.4s;
}

.gift-img, .gold-img {
  border-radius: 8px;
}

.gift-carousel, .gold-carousel {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: rgba(0,0,0,0.24);
  border-radius: 12px;
}

input {
  text-align: center !important;
  text-align-last: center !important;
}

.input-group {
  width: 90% !important;
  margin: 0 auto !important;
}

p {
  font-size: 1.25rem !important;
  text-align: justify;
  width: 90%;
  margin: 0 auto;
}

.step-2, .step-3, .step-777 {
  display: none;
}

.f-console {
  background-color: rgba(0,0,0,0.4);
  border-radius: 1rem;
  padding: 0.75rem 1.25rem;
  text-align: left;
  font-family: monospace;
  font-size: 1.8rem;
}

red {
  color: red !important;
  font-weight: 600 !important;
}

.owl-dots {
  display: none !important;
}

#btn-gc, #btn-gold, #HVHV {
  display: none;
}

.form-check-inline .form-check-input {
  margin-top: 0.1rem !important;
}

label {
  font-size: 1.5rem !important;
  font-weight: 400 !important;
}

@media (max-width: 575px) {
  button {
    font-size: 1.5rem !important;
    width: 100% !important;
  }
  p {
    font-size: 1rem !important;
    width: 100%;
  }
  h3 {
    font-size: 1.35rem !important;
  }
  h3 f700 {
    display: none !important;
  }
  .input-group {
    width: 100% !important;
  }
  input {
    font-size: 1.15rem !important;
  }
  #btn-gc {
    font-size: 1.25rem !important;
  }
  #btn-gold {
    font-size: 1.1rem !important;
  }
  label {
    font-size: 1.25rem !important;
  }
  .f-console {
    font-size: 1.45rem;
  }
  #QR {
    display: none !important;
  }
 }
