.text-error {
  font-size: 13px;
}

.select2-container--default .select2-selection--single {
  padding: 4px 0;
  height: initial;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.preview-file img {
  max-width: 5rem;
  height: 5rem;
  object-fit: cover;
}

.preview-file img:not(:last-child) {
  margin-right: 5px;
}

.icon-flag-lang,
.icon-flag-edit img {
  width: 30px;
}