#id_number_input{
  width: 240px !important;
}

.button-group input[type=radio]{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
}
.button-group .ginput_container_radio{
  width: 100%;
}
.button.disabled, .button[disabled] {
  opacity: 0.50 !important;
  cursor: not-allowed;
}
.gfield{
  margin-bottom: 0.25rem !important;
}
.gfield select{
  margin-bottom: 0.25rem;
}
.gfield_checkbox{
  margin: .75rem 0;
}
.gform_wrapper ul.gfield_radio {
  margin: 0;
  padding: 0;
}
.gform_wrapper .ginput_counter{
  display: none;
}
.gform_wrapper .button-group .gfield_radio li label{
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  padding: 0.9375rem 0 0.9375rem 0 !important;
  width: 93%;
  margin: 1% 3% 3% 3%;
  color: #fff;
}
.gform_wrapper .button-group .gfield_radio li:nth-child(5){
  width: 100%;
}
.gform_wrapper .button-group .gfield_radio li:nth-child(5) label{
  margin-right: 2%;
  margin-left: 2%;
  width: 96%;
}
.gform_wrapper .button-group .gfield_radio li input[type=text]{
  margin-top: 0.25rem;
  
}
.button-group.alert li label{
  background-color: #db6d76;
}
.button-group.alert li input:checked + label{
  background-color: #ec0c1f;
}
.button-group.primary li label{
  background-color: #2c4668;
}
.button-group.primary li input:checked + label{
  background-color: #215DAA;
}
.button-group.alert li label{
  color: #fff;
}
.button-group ul.gfield_radio li{
  display: inline-block;
  margin: 0 0;
}
.button-group.first-action ul.gfield_radio li{
  width: 50%;
}
.button-group.recurring ul.gfield_radio li{
  width: 50%;
}
.button-group.products ul.gfield_radio li{
  width: 25%;
}
.button-group.pay-type ul.gfield_radio li{
  width: 100%;
}
.ginput_container_creditcard.ginput_complex span {
  width: 100% !important;
  padding: 0 !important;
}
.ginput_card_security_code{
  max-width: 180px;
}

.ginput_card_expiration_month, .ginput_card_expiration_year{
  width: 50%;
  float: left;
  margin: 0;
}
.gfield_label{
  text-transform: none;
  font-size: 0.95rem;
  line-height: 1.7rem;
}
.ginput_container_creditcard{
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.ginput_complex label{
  text-transform: none !important;
  font-size: 0.85rem !important;
}
.ginput_card_security_code_icon, .gform_card_icon_container{
  display: none;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}
.loader {
  margin: -5px 0 -11px 4px;
  display: inline-block;
  font-size: 9px;
  position: relative;
  text-indent: -9999em;
  border-top: .5em solid rgba(255, 255, 255, 0.2);
  border-right: .5em solid rgba(255, 255, 255, 0.2);
  border-bottom: .5em solid rgba(255, 255, 255, 0.2);
  border-left: .5em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader.dark{
  border-top: .5em solid rgba(0, 0, 0, 0.2);
  border-right: .5em solid rgba(0, 0, 0, 0.2);
  border-bottom: .5em solid rgba(0, 0, 0, 0.2);
  border-left: .5em solid #555;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
