@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css");
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
.patient-form-btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0.375rem 1.25rem !important;
}

.select2-selection {
  height: 100%;
}

.select2-container .selection .select2-selection__rendered,
.woocommerce-input-wrapper input#billing_nif {
  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;
}

#billing_nif_field label {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.select2-container--default .select2-selection--single {
  border: none;
  height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

@media screen and (min-width: 992px) {
  .woocommerce-input-wrapper input#billing_nif {
    width: 32%;
  }
}
ul.wc_payment_methods {
  margin: 1rem auto;
}
ul.wc_payment_methods li.wc_payment_method {
  margin-bottom: 1rem;
}
ul.wc_payment_methods li.wc_payment_method .payment_box {
  background-color: #D6D6D6;
  padding: 1rem;
  margin-top: 0.75rem;
}
ul.wc_payment_methods li.wc_payment_method img {
  margin: auto 0.5rem;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}