.inail-multiselect-dropdown-menu {
  width: 100%;
  max-height: 250px;
  overflow-y: auto;

  margin-top: 4px;
  border-radius: 8px;
  border-width: 1px;
  padding: 16px;
  border: 1px solid #E4E5E9;
  box-shadow: 0px 8px 16px 0px #00000026;
}

input.inail-input-multiselect.form-control[readonly] {
  background-color: #fff !important;
  cursor: pointer;
  background: url(../img/chevron-down-solid.svg) no-repeat 96% 50% !important;
  background-size: 18px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10% !important;
}

input.inail-input.inail-input-multiselect.form-control[readonly]:not(:disabled) {
  background-color: #fff !important;
}

input.inail-input-multiselect[readonly].form-control:hover {
  background-color: #EBF4FF !important;
}

.inail-multiselect-dropdown-menu li {
  margin-bottom: 25px;
  clear: both;
}

.inail-multiselect-dropdown-menu li:last-child {
  margin-bottom: 0;
}

input.inail-input-multiselect:disabled.form-control {
  background-color: #E4E5E9 !important;
  cursor: not-allowed;
  background-image: url(../img/chevron-down-solid-disabled.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 96% 50% !important;
  background-size: 18px !important;
}

input.inail-input-multiselect[readonly]:disabled.form-control:hover {
  background-color: #E4E5E9 !important;
}