.preview_size ,#preview {
    width: 125px !important;
    height: 125px !important;
    margin-bottom: 15px;
}
.select2-container--default .select2-selection--single,
.select2-container--default .member-select2-selection.select2-selection--single {
  height: 46px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 0.75rem !important;
  background-color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .member-select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 44px !important;
  padding-left: 0.75rem !important;
  padding-right: 2.25rem !important;
  color: #111827 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .member-select2-selection.select2-selection--single .select2-selection__placeholder {
  color: #6b7280 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .member-select2-selection.select2-selection--single .select2-selection__arrow {
  height: 44px !important;
  right: 0.5rem !important;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus .member-select2-selection.select2-selection--single,
.select2-container--default.select2-container--open .member-select2-selection.select2-selection--single {
  border-color: #d1d5db !important;
  outline: 2px solid #fed7aa;
  outline-offset: 0;
}
