body {
  font: 400 0.8rem/1.625rem "Inter", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1 {
  color: #0d0f11;
  font-weight: 700 !important;
  font-size: 2.5rem;
  line-height: 3.25rem;
  letter-spacing: -0.4px;
}

h2 {
  line-height: 3.25rem;
  font-weight: 700 !important;
  margin-bottom: 2rem !important;
}

/* .header {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #f4f6f9;
  text-align: center;
} */

.ex-header {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 5rem;
  color: #FFFFFF;
  background-color: #c80000;
  overflow: hidden;
}

#blobelem {
  opacity: 0.15;  
  position: absolute;
  right: -7%;
  bottom: 0%;
}

.ex-header .text-summary {
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 2.2 !important;
  letter-spacing: -0.01em;
  margin: 0;
}

.ex-basic-1 .text-box {
  padding: 1.25rem 1.25rem 0.5rem 1.25rem;
  background-color: #f9f8f8;
}

.redpay-container .form-floating {
  position: relative;
}

.redpay-container .form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.redpay-container .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .redpay-container .form-floating > label {
    transition: none;
  }
}

.redpay-container .form-floating > .form-control {
  padding: 1rem 0.75rem;
}

.redpay-container .form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

.redpay-container .form-floating > .form-control::placeholder {
  color: transparent;
}

.redpay-container .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.redpay-container .form-floating > .form-control:focus,
.redpay-container .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.redpay-container .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.redpay-container .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.redpay-container
  .form-floating
  > .form-control:not(:-moz-placeholder-shown)
  ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.redpay-container .form-floating > .form-control:focus ~ label,
.redpay-container
  .form-floating
  > .form-control:not(:placeholder-shown)
  ~ label,
.redpay-container .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.redpay-container .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.redpay-container .form-floating label {
  margin-left: 0.5rem;
  color: #677684;
}

.redpay-container .form-floating .form-control {
  padding-left: 1.25rem !important;
}

.redpay-container .form-floating .form-control:focus {
  background-color: #fff;
  border-color: var(--primary);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px var(--primary);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--primary);
}

.redpay-container .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-control-submit-button {
  display: inline-block;
  width: 100%;
  height: 3.25rem;
  border: 1px solid #c80000;
  border-radius: 4px;
  background-color: #c80000;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  cursor: pointer;
  transition: all 0.2s;
}

.form-control-submit-button:hover {
  border: 1px solid #c80000;
  background-color: transparent;
  color: #c80000;
}

.copyright {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1e1e1e;
  text-align: center;
}

.copyright p,
.copyright a {
  color: #ffffff;
  text-decoration: none;
}

.copyright p {
  opacity: 0.8;
}

.p-small {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.redpay-container {
  font-size: 14px;
}
.redpay-container.container-blurred > .redpay-wrapper,
.redpay-container.container-blurred > .redpay-footer {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.redpay-container .redpay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.redpay-container .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.redpay-container .form-control.unknown {
  border-color: #e76c69;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.redpay-container .form-control:focus {
  border-color: #66afe9;
  box-shadow: none;
}
@media all and (max-width: 529px) {
  .redpay-container .form-control {
    font-size: 1.6rem;
    padding: 15px;
  }
}
.redpay-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.redpay-container .input-group.select {
  position: relative;
}
.redpay-container .input-group.select:after {
  position: absolute;
  content: "";
  bottom: 18px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #909090 transparent;
  z-index: 2;
}
.redpay-container .input-group-icon {
  position: absolute;
  content: "";
  bottom: 16px;
  right: 15px;
  width: 10px;
  height: 10px;
  z-index: 2;
  cursor: pointer;
}
.redpay-container .input-group-icon-cancel {
  background: url("/assets/payment/img/icons/close.svg");
}
.redpay-container .input-group-addon {
  font-size: 10px;
  border-color: #dadada;
  border-radius: 2px 0 0 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  background: #f9f9f9;
}
.redpay-container .input-group-addon span {
  width: 100px;
  display: inline-block;
}
.redpay-container .has-error .form-control,
.redpay-container .has-error .form-control:focus,
.redpay-container .has-error .input-group-addon {
  border-color: #e76c69;
}
.redpay-container .form-group {
  margin-bottom: 10px;
}
.redpay-container .btn,
.redpay-container .btn:active {
  outline: none;
}
.redpay-container .error-message {
  font-size: 13px;
  border-radius: 2px;
  display: none;
  margin-bottom: 20px;
  text-align: center;
  clear: both;
  color: #f20000;
}
.redpay-container .error-message span {
  margin-left: 5px;
}
.redpay-container .error-message .close {
  outline: none;
  line-height: 14px;
}
@media all and (max-width: 640px) {
  .redpay-container .form-group {
    float: left;
    width: 100%;
  }
  .redpay-container .input-group {
    display: inline-block;
    width: 100%;
    clear: both;
  }
  .redpay-container .input-group-addon {
    display: block;
    background: none;
    border: none;
    padding: 10px 0;
    margin: 0;
  }
  .redpay-container .input-group-addon span {
    width: auto;
  }
  .redpay-container .submit-group {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
  }
  .redpay-container .w-60 {
    width: 58%;
    margin-right: 2%;
  }
  .redpay-container .w-40 {
    width: 40%;
  }
}
.redpay-container #redpay-invoice {
  height: 100%;
  background: #ededed;
}
.redpay-container .redpay-wrapper {
  width: 420px;
  max-width: 100%;
  margin: 8% auto;
  position: relative;
}
.redpay-container .redpay-wrapper.is-invoice {
  width: 450px;
  padding: 20px;
  /* border: solid 1px #eaeaea; */
  background: #ffffff;
  border-radius: 4px;
}
@media all and (max-width: 640px) {
  .redpay-container .redpay-wrapper {
    margin: 0 auto;
  }
}
.redpay-container .redpay-page {
  width: 100%;
}

.redpay-container .redpay-page .company-logo {
  height: 34px;
  display: inline-block;
  width: 100%;
  margin: 0 0 30px 0;
  text-align: center;
}

.redpay-container .redpay-page .company-logo img {
  max-height: 100%;
}

.redpay-container .redpay-page .header {
  display: inline-block;
  width: 100%;
  margin: 20px 0 0;
  text-align: center;
}

.redpay-container .redpay-page .payment-page {
  background: #fff;
  box-shadow: 0px 4px 32px 0px #00000014;
  border-radius: 4px;
}

.redpay-container .redpay-page .header .test-payment {
  color: #333;
  line-height: 40px;
  text-align: center;
  border-bottom: solid 1px #333;
}
.redpay-container .redpay-page .header .company-logo.is-invoice {
  height: 65px;
}
.redpay-container .redpay-page .header .test-mode {
  position: fixed;
  top: 15px;
  margin-left: -37px;
  left: 50%;
  display: none;
  z-index: 100;
}
.redpay-container .redpay-page .header .test-mode span {
  display: inline;
  padding: 0.3em 0.8em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 3em;
  background: #ec5843;
}
.redpay-container .redpay-page .header .page-name {
  font-size: 18px;
  font-weight: 500;
  margin: 20px auto 0;
  width: 80%;
  line-height: 1.3;
  color: #677684;
}
.redpay-container .redpay-page .header .company-name {
  color: #777;
  margin: 5px auto 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.redpay-container .redpay-page .header .plan-info,
.redpay-container .redpay-page .header .page-description {
  margin: 20px 0 0;
  padding: 0 15px;
}
.redpay-container .redpay-page .header .plan-info {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.redpay-container .redpay-page .header .page-description {
  font-size: 14px;
}

.redpay-container .redpay-page .body {
  display: inline-block;
  width: 100%;
}

@media all and (max-width: 640px) {
  .redpay-container .redpay-page {
    border-radius: 0;
    padding: 0;
  }
  .redpay-container .redpay-page .body {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .redpay-container .redpay-page {
    border-radius: 0;
    border-width: 1px 0;
  }
}

.redpay-container .redpay-page .payment-form {
  padding: 20px;
  /* border: solid 1px #eaeaea; */
  border-radius: 4px;
}

.redpay-container .redpay-page .form-grouped {
  margin-bottom: 10px;
}
.redpay-container .redpay-page .form-grouped input {
  width: 50%;
  float: left;
}
.redpay-container .redpay-page .form-grouped input:first-child {
  border-radius: 3px 0 0 3px;
}
.redpay-container .redpay-page .form-grouped input:last-child {
  border-radius: 0 3px 3px 0;
  border-left-color: transparent;
}
.redpay-container .redpay-page .form-grouped input:last-child:focus {
  border-color: #66afe9;
}
.redpay-container .redpay-page .submit-group .btn {
  border-radius: 3px;
  float: left;
  height: 42px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
}
.redpay-container .fine-print {
  text-align: center;
  font-size: 13px;
  line-height: 1.1;
  color: #777;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
}
.redpay-container .fine-print .accepted-cards {
  opacity: 0.7;
  margin-bottom: 20px;
  max-width: 100%;
}
.redpay-container .fine-print .redpay-logo {
  width: 100px;
  margin: 10px;
}
.redpay-container .test-cards {
  font-size: 14px;
  margin-top: 10px;
  float: left;
  padding-top: 10px;
  width: 100%;
  text-align: center;
  display: none;
}
.redpay-container .redpay-footer {
  width: 270px;
  max-width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  margin: 40px auto;
  text-align: center;
  opacity: 0.7;
  clear: both;
}
.redpay-container .redpay-ghs-footer {
  width: 300px;
  max-width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  margin: 20px auto;
  text-align: center;
  opacity: 0.7;
  clear: both;
}
.redpay-container .notice {
  width: 420px;
  max-width: 100%;
  font-size: 12px;
  line-height: 1.1;
  color: #777;
  padding-top: 20px;
  margin: 0 auto;
}
.redpay-container .redpay-footer a {
  text-decoration: none;
}
.redpay-container .redpay-footer img {
  width: 270px;
}
.redpay-container .redpay-ghs-footer a {
  text-decoration: none;
}
.redpay-container .redpay-ghs-footer img {
  width: 200px;
}
.redpay-container .redpay-test-bar {
  position: relative;
  width: 100%;
  /* background: #f05050; */
  padding: 8px 15px;
  z-index: 100;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.redpay-container .redpay-color-bar {
  height: 2px;
  width: 100%;
  z-index: 10;
  position: fixed;
  top: 0;
  background: linear-gradient(to right, #44b669 0%, #09a5db 100%);
  background: -webkit-linear-gradient(to right, #44b669 0%, #09a5db 100%);
  background: -webkit-gradient(to right, #44b669 0%, #09a5db 100%);
}
.redpay-error-div {
  margin: 30px 0;
  text-align: center;
}
.redpay-error-div span {
  display: block;
  margin-bottom: 20px;
}
.redpay-error-div .sprite-warning {
  display: inline-block;
  margin: 0 auto 10px;
}
.redpay-error-div a {
  padding: 10px 20px;
  color: #f41818;
  border: solid 1px #f41818;
  border-radius: 30px;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
}
.cancel-form h6 {
  color: #777;
  margin: 5px auto 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cancel-form h5 {
  font-size: 18px;
  line-height: 1.3;
  border-top: solid 1px whitesmoke;
  padding-top: 20px;
  margin-top: 20px;
}
.cancel-form button {
  padding: 10px 20px;
  border: solid 1px #f41818;
  border-radius: 30px;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
}
.payment-success,
.payment-pending {
  padding: 40px;
  border: solid 1px #eaeaea;
  border-radius: 4px;
  background: #fbfbfb;
  text-align: center;
}
.subscription-cancelled {
  margin: 50px auto;
}
.payment-success img,
.payment-pending img,
.subscription-cancelled img {
  max-width: 100px;
}
.payment-success h3,
.payment-pending h3,
.subscription-cancelled h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.01em;
}
.payment-success h5,
.payment-pending h5,
.subscription-cancelled h5 {
  color: #777;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
}
.sprite {
  background: url("/assets/payment/img/sprite.png") no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
  .sprite {
    background-image: url("/assets/payment/img/sprite@2x.png");
    background-size: 80px 160px;
  }
}
.sprite.sprite-card {
  background-position: 0 0;
}
.sprite.sprite-calendar {
  background-position: 0 -20px;
}
.sprite.sprite-lock {
  background-position: 0 -40px;
}
.sprite.sprite-spinner {
  height: 16px;
  background-position: 0 -62px;
  margin-top: 4px;
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
.sprite.sprite-spinner.input-loader {
  margin: 0;
  background-position: 0 -142px;
}
.sprite.sprite-email {
  background-position: 0 -80px;
}
.sprite.sprite-account {
  background-position: 0 -100px;
}
.sprite.sprite-back-arrow {
  background-position: 0 -120px;
}
.sprite.sprite-warning {
  width: 60px;
  height: 60px;
  background-position: -20px 0;
}
.sprite.sprite-spinner-lg {
  width: 40px;
  height: 40px;
  background-position: -20px -60px;
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
.sprite.sprite-lock-white {
  background-position: -60px -60px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media all and (min-width: 640px) {
  .text-right-lg {
    text-align: right;
  }
}
.no-padder {
  padding: 0;
}
.invoice-header {
  padding: 30px 20px;
  display: inline-block;
  width: 100%;
  position: relative;
}
@media all and (max-width: 640px) {
  .invoice-header {
    padding-bottom: 30px;
  }
}
.invoice-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-radius: 0 0 3px 3px;
  padding: 10px 15px;
}
.invoice-logo {
  float: left;
  height: 30px;
}
.invoice-logo img {
  height: 100%;
}
.invoice-error-logo {
  text-align: center;
  height: 150px;
}
.invoice-error-logo img {
  height: 100%;
}
.invoice-error-text {
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.invoice-number {
  float: right;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
}

.invoice-meta-group {
  margin-top: 30px;
  float: left;
  width: 100%;
}
.invoice-meta {
  font-size: 15px;
}
.invoice-meta-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: darkgrey;
  line-height: 16px;
  margin-right: 5px;
}
@media all and (max-width: 640px) {
  .invoice-items {
    padding-top: 0;
  }
}
.invoice-items-row {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  font-size: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.invoice-items-divider {
  height: 1px;
  background: #f3f3f3;
  margin: 15px;
}
.invoice-notes {
  padding: 10px 30px;
}
.invoice-notes-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: darkgrey;
  line-height: 16px;
  margin-bottom: 15px;
}
.invoice-notes-text {
  font-size: 15px;
}
.invoice-right {
  margin: 10px 30px 0 -10px;
}
.invoice-payment {
  padding: 30px 0;
}
.invoice-request {
  text-align: center;
  padding: 25px 10px;
}
.invoice-request-amount {
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0;
}
.invoice-request-note {
  margin: 0 auto;
  max-width: 450px;
  font-size: 14px;
}
.element-label {
  font-size: 13px;
  /* font-weight: bold; */
  line-height: 2.5em;
  color: #81909D;
}
.element-wrap {
  margin-bottom: 10px;
  position: relative;
}
.element-pair .element-wrap {
  margin: 0;
}
.element-pair-on-left {
  padding-right: 0 !important;
}
.element-pair-on-right {
  padding-left: 0 !important;
}
.element-wrap-for-select {
  position: relative;
}
.element-wrap-for-select:after {
  position: absolute;
  content: "";
  bottom: 15px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #909090 transparent;
  z-index: 2;
}
.element-wrap-for-submit {
  margin: 30px 0 5px;
  text-align: center;
}
.element-is-select,
.element-is-input {
  display: block;
  height: 45px;
  font-size: 13px;
  width: 100%;
  line-height: 35px;
  padding: 0 10px;
  border: solid 1px #cccccc;
  border-radius: 4px;
  outline: none;
}
.element-is-select:disabled,
.element-is-input:disabled {
  color: #777;
  background: #F6F7F8;
  pointer-events: none;
}
.element-pair-on-left .element-is-select,
.element-pair-on-left .element-is-input {
  border-radius: 4px 0 0 4px;
}
.element-pair-on-right .element-is-select,
.element-pair-on-right .element-is-input {
  border-radius: 0 4px 4px 0;
  border-left: none;
}
.element-wrap-with-errors .element-is-select,
.element-wrap-with-errors .element-is-input {
  border-color: #f05050;
}
.element-is-select:active,
.element-is-input:active,
.element-is-select:focus,
.element-is-input:focus {
  border-color: #232323;
}
.element-is-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: white;
}
.element-pair {
  clear: both;
}
.element-pair-container {
  display: flex;
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -5px;
}
.element-pair-container > .element-wrap {
  flex: 1 1 auto;
  padding: 0 5px;
}
.element-pair-is-currency .element-pair-container > .element-wrap-on-left {
  width: 100px;
  flex: initial;
}
.element-pair-is-currency .element-pair-container > .element-wrap-on-right {
  flex: 1;
}
.element-icon {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  z-index: 2;
  cursor: pointer;
}
.element-icon-is-cancel {
  background: url(/assets/payment/img/icons/close.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: 8px 12px;
}
.fineprint {
  font-size: 13px;
  color: #717171;
  float: left;
  text-align: center;
  margin: 15px auto 0;
  width: 300px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.button {
  background-color: white;
  border: none;
  border-radius: 6px;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  height: 45px;
  line-height: 33px;
  outline: none;
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.button-full {
  width: 100%;
}
.button-is-green {
  color: white;
  background-color: #3bb75e;
  border-color: #3bb75e;
  box-shadow: none;
}
.button-is-red {
  color: white;
  background-color: #f05050;
  border-color: #f05050;
  box-shadow: none;
}
.button-is-bland {
  color: #222;
  background: none;
  border: solid 1px #e0e0e0;
  box-shadow: none;
}
.text-danger {
  color: #f05050;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
