/* correct select2 under Gin theme */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  margin-top: -13px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px;
    padding-bottom: 39px;
    padding-top: 12px;
}
.select2-container--default .select2-selection--single:hover {
    border-color: var(--mt-form-border-focus);
}