.mxlms-nice-select {
  font-size: 13px !important;
  margin-bottom: 10px;
}

.mxlms-nice-select.mxlms-wide .mxlms-list {
  max-height: 245px;
  overflow-y: auto;
  width: 100%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e4e7ed;
  margin: 0px;
}
.mxlms-option {
  border-bottom: 0px solid #f5f5f5;
  padding-left: 30px !important;
  margin-bottom: 0px;
  margin: 0px;
}
.mxlms-list .mxlms-add-option {
  color: #03a9f4;
  font-weight: 500;
}

.mxlms-list {
  max-height: 245px !important;
  overflow: auto !important;
}
