.select2-container {
  width: 100% !important;
  max-width: 100%;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  min-height: 42px;
  border: 1px solid #d2d6da;
  border-radius: 0.5rem;
  background-color: #fff;
}

.select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.875rem;
  width: 100%;
  min-width: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: #344767;
  line-height: 1.4;
  padding-left: 0;
  padding-right: 1.5rem;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #7b809a;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 0.75rem;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #67748e transparent transparent transparent;
}

.select2-container .select2-selection--multiple {
  padding: 0.25rem;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  margin-top: 0;
  border: 0;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  background-color: var(--mola-pro-primary-active);
  color: #fff;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 0.35rem;
  color: #fff;
}

.select2-dropdown {
  border: 1px solid #d2d6da;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
  z-index: 2000;
  max-width: calc(100vw - 2rem);
}

.select2-search--dropdown {
  padding: 0.5rem;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #d2d6da;
  border-radius: 0.5rem;
  padding: 0.45rem 0.7rem;
}

.select2-results__option {
  padding: 0.6rem 0.85rem;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--mola-pro-primary-active);
}

.select2-container--default .select2-results__option--selected {
  background-color: rgba(52, 71, 103, 0.08);
  color: #344767;
}

.modal .select2-container {
  z-index: 2055;
}

.input-group.input-group-outline > .select2-container {
  flex: 1 1 auto;
  min-width: 0;
}
