.select2-selection__choice__remove {
  padding: 0px 5px !important;
}
.form-label {
  color: #595959 !important;
  margin-bottom: 0px;
  /* color: #a09e9e !important; */
}

.form-control {
  border: none;
  background-color: #F7F7F8;
  font-size: .9rem;
}
/* #595959 */

#form input:not([type="checkbox"]),
#form select {
  /* width: 100%; */
  height: 40px !important;
}
.form-control::placeholder {
  color: black !important;
}
#form input:focus::placeholder {
  color: transparent !important;
}
/* #form button {
  font-weight: 400;
  padding: 4px 15px;
  font-size: 1rem;
  background-color: #073763;
  margin-top: 0px;
  margin-left: 0px !important;
  border: 1px solid #595959;
} */

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: none !important;
  outline: 0;
}

.select2-container--default .select2-selection--multiple {
  display: block;
  width: 100% !important;
  padding: 0.375rem 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: none !important;
  background-color: #f0f0f0;
  border-radius: 0.375rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 0px;
}

.select2-container .select2-search--inline .select2-search__field {
  color: black !important;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 0px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 24px;
}
/* .select2-container
  .select2-search--inline
  .select2-search__field
  ::placeholder {
  color: black !important;
} */

.select2-container--default
  .select2-search--inline
  .select2-search__field::placeholder {
  color: black; /* RED PLACEHOLDER - Change this color */
}

.nav-link {
  text-decoration: none !important;
  cursor: pointer !important;
}

.nav-link:hover {
  color: #da591b !important;
}

.form_head {
  color: #595959;
  font-size: 2rem;
  font-weight: bold;
}
.form_head > span {
  color: #da591b;
}
.form_head_bottom {
  color: black;
  font-size: 12px;
}
.privacy_checkbox {
}
.member2_add_button {
  border-radius: 10px;
  background-color: #da591b !important;
  color: white !important;
  border: none !important;
  padding: 10px 15px !important;
  font-size: .9rem !important;
}

.hidden {
  display: none !important;
}


/* change dropdown option and select font size */
.select2-results__option{
  font-size: .9rem;
}
.select2-selection__choice {}

/* changing college dropdown option bg color on hover, same for gender*/
#autocomplete-list li:hover {
  color: #f0f0f0;
  background-color: #1967d2;
}
