#multi-pay .give-type {
  display: flex;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 12px;
}

#multi-pay .amount-button-monthly {
  font-weight: 400;
  font-size: 12px;
}

#multi-pay .give-type div {
  flex: 1;
  border: 1px solid #0072cb;
  padding: 12px;
  cursor: pointer;
  background: #fafafa;
}

#multi-pay .give-type div.active {
  background: #0072cb;
  color: white;
}

#multi-pay #amount-selector {
  margin-bottom: 16px;
}

#multi-pay .other {
  margin-top: 16px;
  position: relative;
}

#multi-pay #amount-selector input {
  padding: 12px;
  padding-left: 45px;
}

#multi-pay #amount-selector .preinput {
  position: absolute;
  left: 16px;
  top: 12px;
}

#multi-pay .amounts {
  display: flex;
}

#multi-pay .address input,
#multi-pay .address select {
  background: rgba(247, 247, 247, 0.33);
  border: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: none;
  color: #787878;
  transition: all 0.5s;
  height: 50px;
  font-size: 16px;
  margin: 0;
  padding: 12px;
  width: 100%;
}
#multi-pay .address .nf-field-label {
  margin-top: 10px;
}
#multi-pay .element {
  margin: 0;
  width: 100%;
}

#multi-pay .button {
  border: 1px solid #b5b5b5;
  color: #9b9b94;
  letter-spacing: 0;
  margin-right: 7px;
  padding: 0;
  height: 48px;
  line-height: 48px;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.75);
  transition: background-color 0.15s linear;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
#multi-pay .button.active,
#multi-pay .button:hover {
  background-color: #0072cb;
  color: white;
}
