.simple-list-component {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.simple-list-component .field-empty {
  font-size: 0.9em;
  color: #757575;
}
.simple-list-component .grouped-list-header {
  font-size: 0.9em;
  border-bottom: none;
  border-top: 1px solid #eeeeee;
  color: #757575;
}
.simple-list-component .grouped-list-header.collapsible-header {
  min-height: 2rem;
  line-height: 2rem;
}
.simple-list-component .grouped-list-header .header-title {
  cursor: default;
}
.simple-list-component .grouped-list-header.hover-state .header-title {
  cursor: pointer;
}
.simple-list-component .grouped-list-header.first {
  border-top: none;
}
.simple-list-component .grouped-list-header .group-header-select {
  font-size: 0.7rem;
  line-height: 2rem;
  text-align: right;
}
.simple-list-component .grouped-list-header .group-header-select .btn {
  display: inline-block;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  vertical-align: top;
  transition: opacity 0.2s;
}
.simple-list-component .grouped-list-header .group-header-select .btn:hover {
  cursor: pointer;
  opacity: 0.5 !important;
}
.simple-list-component .grouped-list-header .group-header-select .btn span,
.simple-list-component .grouped-list-header .group-header-select .btn i {
  width: auto;
  float: none;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  vertical-align: inherit;
  color: #9e9e9e;
}
.simple-list-component .grouped-list-header .group-header-select .btn span.fonixicons,
.simple-list-component .grouped-list-header .group-header-select .btn i.fonixicons {
  font-size: 1rem;
}
.simple-list-component .grouped-list-header .group-header-select .btn span::before,
.simple-list-component .grouped-list-header .group-header-select .btn i::before {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
}
.simple-list-component .simple-list {
  width: 100%;
  overflow: auto;
  max-height: 250px;
  margin: 0;
  box-shadow: none;
}
.simple-list-component .collection.collection-group .collection-item {
  padding: 0.75rem 1.5rem;
}
.simple-list-component .collection .collection-item {
  border: none;
  padding: 0.75rem;
}
.simple-list-component .grouped-list-body {
  display: block;
  border: 0;
}
.simple-list-component .grouped-list-body.can-collapse {
  overflow: auto;
  max-height: 0;
  transition: all 0.3s ease;
}
.simple-list-component .grouped-list,
.simple-list-component .simple-list {
  overflow: auto;
}
.simple-search-list {
  position: relative;
}
.simple-search-list .context-options .advanced-option-context {
  position: relative;
}
.simple-search-list .context-options .advanced-option-context .action-area {
  position: absolute;
  top: 20px;
  right: 0.5rem;
  font-size: 0.8rem;
  line-height: 40px;
  z-index: 2;
}
.simple-search-list .context-options .advanced-option-context .text-input-component input {
  pointer-events: none;
}
.simple-search-list .context-options .advanced-option-context .text-input-component .input-error-message {
  border: 1px solid #bdbdbd;
  border-bottom: none;
  border-top: none;
}
.simple-search-list .context-options .advanced-option-context .text-input-component.multi-select input {
  padding-right: calc(90px + 1rem);
}
.simple-search-list .context-options .advanced-option-context .btn {
  display: inline-block;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  vertical-align: top;
  transition: opacity 0.2s;
}
.simple-search-list .context-options .advanced-option-context .btn:hover {
  cursor: pointer;
  opacity: 0.5 !important;
}
.simple-search-list .context-options .advanced-option-context .btn span,
.simple-search-list .context-options .advanced-option-context .btn i {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  vertical-align: inherit;
  color: #9e9e9e;
}
.simple-search-list .context-options .advanced-option-context .btn span.fonixicons,
.simple-search-list .context-options .advanced-option-context .btn i.fonixicons {
  font-size: 1rem;
}
.simple-search-list .context-options .advanced-option-context .btn span::before,
.simple-search-list .context-options .advanced-option-context .btn i::before {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
}
.simple-search-list .context-options .advanced-option-context .btn i + span {
  font-size: 0.7rem;
}
.simple-search-list .context-options .search-context {
  border: 1px solid #bdbdbd;
  border-bottom: none;
  border-top: none;
}
.simple-search-list .collection-select-all {
  transition: opacity 0.2s;
}
.simple-search-list .collection-select-all:hover {
  cursor: pointer;
  opacity: 0.5 !important;
}
.simple-search-list .right-align {
  line-height: 30px;
  padding-top: 20px;
}
.simple-search-list .loader {
  margin: 20px 0;
}
.simple-search-list .collection {
  overflow: auto;
}
.simple-search-list .simple-list-component {
  height: auto;
  margin: 0;
}
.simple-search-list .simple-list-component .simple-list.collection {
  border-top: none;
  border-color: #bdbdbd;
}
.simple-search-list .simple-list-component .simple-list.collection .collection-item {
  padding: 0.75rem;
}
.simple-search-list .simple-list-component .simple-list.collection .collection-item i {
  margin-right: 0.5rem;
}
@charset "UTF-8";
.slim-list-component {
  padding: 10px 0;
  overflow: hidden;
}
.slim-list-component::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}
.slim-list-component::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
}
.slim-list-component::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #e2e2e2;
}
.slim-list-component ul {
  margin: 0;
}
.slim-list-component .list-row, .slim-list-component .list-col {
  overflow: hidden;
  height: 100%;
}
.slim-list-component .list-row .scroll-shadow, .slim-list-component .list-col .scroll-shadow {
  width: calc(100% - 0.75rem);
}
.slim-list-component .slim-list {
  overflow: auto;
  height: 100%;
}
.slim-list-component .slim-list-group-header {
  font-size: 0.9em;
  color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
  min-height: 2rem;
  line-height: 2rem;
}
.slim-list-component .slim-list-item {
  padding: 5px;
  transition: opacity 0.2s;
}
.slim-list-component .slim-list-item:hover {
  cursor: pointer;
  opacity: 0.5 !important;
}
.slim-list-component .slim-list-item.disabled {
  color: #bdbdbd;
  pointer-events: none;
}
.slim-list-component .slim-list-grouped {
  padding-left: 24px;
}
.slim-list-component .slim-list-grouped > li {
  position: relative;
  margin-top: 1rem;
}
.slim-list-component .slim-list-grouped > li:before {
  content: "";
  position: absolute;
  left: -20px;
  border-left: 1px solid #e0e0e0;
  height: calc(100% + 1rem);
  width: 1px;
  top: 16px;
}
.slim-list-component .slim-list-grouped > li:after {
  content: "\25CF";
  position: absolute;
  left: -24px;
  color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
  top: 0.2rem;
}
.slim-list-component .slim-list-grouped > li:last-child:before {
  top: -12px;
  display: none;
}

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjc3MvYXBwfmNhYjE1MTYwLmJmOThiNDg0NmZhNDU0YmRhMWQwLmNodW5rLmNzcyIsInNvdXJjZVJvb3QiOiIifQ==*/