html {
  height: 100%;
}

.page {
  position: relative;
  min-height: 100vh;
}

.btn-primary {
  background-color: #ff8b62;
  border-color: #ff8b62;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ff8b62;
  border-color: #ff8b62;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff8b62;
  border-color: #ff8b62;
}

.orange-footer {
  border-radius: 10px 10px 0 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff8b62),
    to(#ffb374)
  );
  background: linear-gradient(#ff8b62, #ffb374);
  width: 100%;
  height: 270px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.bg-grey {
  background: lightgray;
}

.btn {
  font-size: 0.9rem;
}

.nav-tabs .nav-link {
  color: #ff8b62;
}

.android {
  display: none;
}

#redeem-ios-form {
  display: inline-block;
}

.ios {
  display: none;
}

.device-ios .ios {
  display: inherit !important;
}

.device-ios .non-mobile {
  display: none !important;
}

.device-android .android {
  display: inherit !important;
}

.device-android .non-mobile {
  display: none !important;
}

.card {
  border: 1;
  border-radius: 25px;
}

.elephants {
  position: relative;
  height: 177px;
}

.tree {
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -155px;
}

.elephant {
  position: relative;
  bottom: 25px;
  max-width: 230px;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin-left: 6px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #b3b3b3;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: grey;
  border-color: grey;
}

@media only screen and (max-width: 361px) {
  /* For mobile phones: */
  .col-6 h4 {
    font-size: 1rem;
  }
}

.release-notes a {
  color: black;
  text-decoration: underline;
}

.iti__flag {
  background-image: url("../node_modules/intl-tel-input/build/img/flags.png");
}

@media (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../node_modules/intl-tel-input/build/img/flags@2x.png");
  }
}
