.select2-container .select2-selection--single {
  height: 3.3rem !important;
  border: 1px solid #ced4da;
  font-weight: bold !important;
  padding: 15px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1.7rem !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection_arrow {
  height: 3.3rem !important;
}

.content-wrapper {
  background-color: #f2edf4 !important;
}

.form-control {
  border: 1px solid #ced4da;
  font-weight: 400;
  font-size: 0.875rem;
  border-radius: 4px;
  font-weight: bold !important;
  padding: 15px !important;
}

#imagePreview {
  /* width: 200px; */
  max-height: 250px;
  /* border: 1px solid #ddd; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* margin-top: 10px; */
}

#imagePreview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
