/*
*Select2
*/

.select2-selection__rendered {
  line-height: 10px !important;
}

.woocommerce
  form
  .form-row.woocommerce-validated
  .select2-container:not(.select2-container--open)
  .select2-selection {
  border-color: var(--wc-green);
  border-color: black;
}

span.select2-selection.select2-selection--single {
  border-radius: 50px;
  border-color: black;
  height: 35px;
}

.woocommerce-account
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 16px !important;
}

.select2-container--open span.select2-selection.select2-selection--single {
  border-radius: 0px !important;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  background-color: black;
  color: white;
}

/*
*B2b King
*/

.select2-container--default {
  border: 0 !important;
}

.b2bking_custom_registration_container
  span.select2-selection.select2-selection--single {
  height: 37px !important;
}

form.woocommerce-form.woocommerce-form-register.register {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 10px;
}

.form-row.form-row-wide {
  width: 100% !important;
}

.b2bking_custom_registration_field {
  width: 100% !important;
}

.b2bking_custom_registration_container {
  flex: 45%;
}

.b2bking_custom_registration_container.b2bking_custom_registration_container_field_1795.b2bking_custom_registration_role_2355.b2bking_custom_registration_role_617 {
  /* width: 100% !important; */
  flex: 100%;
}

select#b2bking_registration_roles_dropdown {
  min-height: 40px;
}

.form-row.b2bking_custom_registration_field {
  padding-top: 0 !important;
}

.b2bking_custom_registration_container.b2bking_custom_registration_container_field_1795.b2bking_custom_registration_role_2355.b2bking_custom_registration_role_617 {
  /* width: 100% !important; */
  flex: 100%;
}

input[readonly] {
  background-color: #f0f0f0;
  color: #666;
  cursor: not-allowed;
}
