/* Single select2 css */
.custom-select ~ .select2 {
  width: 100% !important;
}

.custom-select ~ .select2 .select2-selection {
  height: 100% !important;
}

.custom-select ~ .select2 .select2-selection__rendered {
  height: 40px;
}

.custom-select ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.custom-select ~ .select2-container--default .select2-selection--single,
.select2-dropdown.select2-dropdown--below,
.select2-dropdown.select2-dropdown--above,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eff1f3;
  outline: none !important;
  border-radius: 6px;
}

.select2.select2-container.select2-container--default.select2-container--open.select2-container--above.select2-container--focus
  .select2-selection.select2-selection--single,
span.select2.select2-container.select2-container--default.select2-container--focus
  .select2-selection.select2-selection--single {
  border: 1px solid #eff1f3;
}

.custom-select ~ .select2 .select2-selection__arrow {
  height: 100% !important;
}

.select2-container--default
  .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted {
  background-color: #d81921;
}

.custom-select ~ .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent !important;
  border-style: none;
  border-width: none;
  width: 20px;
  height: 20px;
  left: -6px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto !important;
  background-image: url(./assets/images/chevron_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.custom-select
  ~ .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: rotateX(180deg);
}

div.position-relative:has(> .custom-select.parsley-error) {
  padding-bottom: 16px;
}

.custom-select.parsley-error + .parsley-errors-list.filled {
  position: absolute;
  bottom: -0.5px;
}

.custom-select.parsley-error ~ .select2-container--default .select2-selection--single,
.customMultiplSelect.parsley-error ~ .select2 .select2-selection,
input.parsley-error,
select.parsley-error,
textarea.parsley-error,
.form-control[type="file"].parsley-error ~ label.uploadFileSmall {
  background-color: #f2dede !important;
  border: 1px solid #eed3d7 !important;
}

.custom-select.parsley-error ~ .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-control.parsley-error::placeholder,
.form-control[type="file"].parsley-error ~ label.uploadFileSmall .docs-name {
  color: #b94a48;
}

.custom-select ~ .select2.select2-container--open .select2-selection--single {
  border-color: #d81921;
}

@media screen and (max-width: 767px) {
  .custom-select ~ .select2 {
    padding: 0;
    margin: 5px 0;
  }
  .custom-select ~ .select2-container--default .select2-selection__rendered {
    line-height: 37px;
    height: 37px;
  }
}
