body.t-body * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.uc-payment-form form {
  padding: 0 20px 20px;
  background: #3f3f3f;
  border-radius: 2px;
}

.uc-payment-form .t678 .t-form_bbonly .t-input-block {
  margin: 0;
}

.uc-payment-form .t-input-group_rd .t-radio__wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.uc-payment-form .t-input-block_rd-flex .t-radio__wrapper {
  gap: 0;
  margin: 0;
}

#allrecords .uc-payment-form .t-radio__wrapper_button .t-radio__item {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  height: 90px;
  margin: 0;
  padding: 35px 0 0;
  border-bottom: 2px solid #e2e2e2;
}

.uc-payment-form .t-radio__wrapper_button .t-radio__item .t-ownvariant-wrapper_flex,
.uc-payment-form .t-radio__wrapper_button .t-radio__item .t-ownvariant-wrapper_flex .t-radio__control {
  height: 100%;
}

.uc-payment-form .t-radio__wrapper_button .t-radio__item .t-radio__ownvariant-input-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

.uc-payment-form .t-radio__wrapper_button .t-radio__item .t-radio__ownvariant-input-wrapper>input {
  width: 60px;
}

.uc-payment-form .t-radio__wrapper_button .t-radio__item .t-radio__indicator {
  position: absolute;
  bottom: -2px;
  width: 100%;
  margin: 0;
  border: 0;
}

.uc-payment-form .t-radio__wrapper_button .t-radio__item .t-radio__indicator:after {
  top: unset;
  width: 100%;
  height: 2px;
  border-radius: 0;
}

.uc-payment-form .t-input-group_tx a {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  border-radius: 5px;
  color: #ffffff !important;
  line-height: 50px;
  background-color: #ff0000;
}

.uc-payment-form .t-form__submit {
  display: none;
}