body {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  margin: 0;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #155c82;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #155c82 transparent transparent transparent;
}

button {
  background-color: #155c82;
  color: #fff;
  border-style: none;
  padding: 10px;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

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

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.please-wait {
  color: #155c82;
}

.header {
  width: 100%;
  background-color: #155c82;
  color: #fff;
  margin: 0 auto;
  padding: 16px;
}

.inner {
  margin: 0 auto;
  padding: 16px;
}

.bordered {
  border-left: 1px solid #333;
  border-color: #333;
  width: 1px !important;
  padding-right: 10px;
}

.center {
  text-align: center;
  width: 100%;
}

.coupon {
  width: 80vw;
  max-width: 320px !important;
}

.spacer {
  height: 12px !important;
}

.error {
  color: #fff;
  background-color: #900;
  padding: 4px;
  border-radius: 8px;
  padding: 10px;
}

.forms {
  min-width: 302px !important;
}

.full-input {
  min-width: 300px !important;
  max-width: 300px !important;
  padding: 8px;
  margin: 8px auto;
}

.half-input {
  min-width: 148px !important;
  max-width: 148px !important;
  padding: 8px;
  margin: 8px auto;
}

.bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #155c82;
  color: #fff;
  padding: 4px;
  padding-left: 12px;
  border-top-left-radius: 8px;
  z-index: 99999;
}
