/*
 * IMD Select2 v1.0
 * By Idialab Srl
 * Licensed under MIT
 */

.select2-container {
    z-index:30;
    width: 100% !important;
}
.select2-container--default .select2-selection {
  border: none;
  border-bottom: 1px solid #ced4da;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  color: #555555;
  width: 100%;
  height: 40px;
  font-size: 1rem;
  line-height: 2.9rem;
  text-overflow: ellipsis;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  z-index: 2;
}
.select2-container--default .select2-selection--single {
    padding: 6px 24px 6px 0;
    outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    width: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #495057 transparent transparent transparent;
border-style: solid;
border-width: 8px 4px 0 4px;
}
.select2-container--default.select2-container--focus .select2-selection,
.select2-container--default.select2-container--open .select2-selection {
  box-shadow: none;
  border-color: #e6e6e6;
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 5px 5px 0 0;
  border: 1px solid #e6e6e6;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    padding-top: 1px;
}
.imd-select2-wrapper > label.mdb-main-label.active {
    position: absolute;
    top: 0;
    left: 0;
    font-size: .8rem;
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
}
.imd-select2-wrapper > label.mdb-main-label {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 300;
    color: #757575;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}
