.select2-container--bootstrap4 .select2-selection--single {
  height: calc(2.25rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  color: #757575;
  line-height: 2.25rem;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 20px;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  top: 60%;
  border-color: #343a40 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: 2.25rem;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.select2-results__message {
  color: #6c757d;
}

.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(2.25rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  color: #343a40;
  border: 1px solid #bdc6d0;
  border-radius: 0.2rem;
  padding: 0 5px 0 0;
  cursor: pointer;
  float: left;
  margin-top: 0.3em;
  margin-right: 5px;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  color: #bdc6d0;
  font-weight: 600;
  margin-left: 3px;
  margin-right: 1px;
  padding-right: 3px;
  padding-left: 3px;
  float: left;
}

.select2-search--dropdown .select2-search__field {
  margin-top: 1px;
  padding: 4px 0.75rem !important;
  font-family: 'Work Sans', sans-serif !important;
  height: auto;
  background: #FFF;
  border-radius: 0;
  border: 1px solid #DFD9C2;
  outline: none;
  font-size: 14px;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {

  color: #121212 !important;
}

.card-1-select {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);

  margin: 15px 10px 15px 10px;
  cursor: pointer;

}

.select2-container--bootstrap4 .select2-selection__clear {
  width: 1.2em;
  height: auto !important;
  line-height: 1.15em;
  padding-left: 0.3em;
  padding: 6px;
  margin-top: 0 !important;
  border-radius: 0 !important;
  background-color: #EBE8DF !important;
  color: #777 !important;
  border-left: 1px solid #DFD9C2;

}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0%;
  right: 0;
  width: 30px;
  background: #EBE8DF !important;
  display: block;
  height: 30px;
  border-left: 1px solid #DFD9C2;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  top: 60%;
  border-color: #777 transparent transparent !important;
  border-style: solid;
  border-width: 5px 4px 0;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px !important;
  position: absolute;
}

.item-text-select {
  background: #DFD9C2;

  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #555E69;

  padding: 8px;
}

.card-1-select:hover .item-text-select {
  background: #780032;
  color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.card-1-select:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.02);
}

.card-1-select .list-other-select {
  border-top: 1px dashed #eee;
  color: #999;
  padding: 0px;
  font-size: 12;
}

.other-item-select {
  font-weight: 600;
}

.list-icon-select {
  display: table-cell;
  padding: 2px;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}

.list-text-select {
  display: table-cell;
  padding: 2px;
  position: relative;
  z-index: 2;
  vertical-align: middle;
  font-size: 12px;
}

.card-1-select:hover .list-other-select {
  background: #FFF;
  color: #555E69;
}




.select2-container--bootstrap4 .select2-dropdown {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2);
  border: 0 solid transparent !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #343a40;
}

.select2-container :focus {
  outline: 0;
}

.select2-container--bootstrap4 .select2-selection {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  width: 100%;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #17a2b8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

select.is-invalid~.select2-container--bootstrap4 .select2-selection {
  border-color: #dc3545;
}

select.is-valid~.select2-container--bootstrap4 .select2-selection {
  border-color: #28a745;
}

.select2-container--bootstrap4 .select2-dropdown {
  border-color: #ced4da;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected="true"] {
  background-color: #fff;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
  background-color: #fff;
  color: #f8f9fa;
}

.select2-container--bootstrap4 .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--bootstrap4 .select2-results__options {
  max-height: 15em;
  overflow-y: auto;
}

.select2-container--bootstrap4 .select2-results__group {
  padding: 6px;
  display: list-item;
  color: #6c757d;
}

.select2-container--bootstrap4 .select2-selection__clear {
  width: 1.2em;
  height: 1.2em;
  line-height: 1.15em;
  padding-left: 0.3em;
  margin-top: 0.5em;
  border-radius: 100%;
  background-color: #6c757d;
  color: #f8f9fa;
  float: right;
  margin-right: 0.3em;
}

.select2-container--bootstrap4 .select2-selection__clear:hover {
  background-color: #343a40;
}


.select2-results__option {
  padding: 0;
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected="true"] {
  background-color: #fff;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
  background-color: #fff;
}