
.validError {
  margin-top: 5px;
  color: var(--red);
}
.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 38px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--single{
  height: 38px;
  border-radius: 10px;
  border-color: var(--g-20);
}
.select2.select2-container {
    width: 100% !important;
}