/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.marginTop150 {
  margin-top: 150px;
}
.input-errors {
  display: none;
}
#menu a {
  text-transform: uppercase;
  font-weight: 500 !important;
}
.custom-dropdown-menu {
  transform: translate3d(0, 50px, 0px) !important;
  width: 100% !important;
}
.custom-dropdown-menu .dropdown-menu-content input,
.custom-dropdown-menu .dropdown-menu-content label {
  font-weight: 700 !important;
}
.box-shadow {
  -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}
i.userIcon {
  color: #0074d9;
  font-size: 20px;
  line-height: 1;
  border: 1px solid #0074d9;
  border-radius: 50px;
}

.select2 {
  width: 100% !important;
}
.select2 .selection .select2-selection {
  border: 0 !important;
  text-align: left;
  height: 50px;
  font-weight: 500;

  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
}
.select2 .selection .select2-selection .select2-selection__rendered {
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
}
.select2 span.select2-selection__arrow b {
  display: none;
}
.select2 span.select2-selection__arrow::after {
  font-family: "ElegantIcons";
  content: "\33";
  font-size: 24px;
  font-size: 1.5rem;
  color: #999;
  font-weight: 500;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0;
  top: 7px;
}
.smallBoldText {
  font-size: small;
  font-weight: 700;
}
.commaSeperatedSpan:not(:last-child)::after {
  content: ", ";
}


.react-datalist-input__container mark {
  padding-right: 0;
}