.select2-selection--single {
  text-align: left;
}

/* altura y padding interno */
.select2-container .select2-selection--single {
  height: calc(2.25rem + 2px); /* igual a Bootstrap form-control */
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

/* quitar el espacio extra del texto */
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0; /* ajusta según necesidad */
  padding-right: 0;
  line-height: 1.5;
}

.main-container{
   min-height: 100vh;
}