body span.multiselect-native-select .btn-group .multiselect-container,
span.custom-multiselect .btn-group .multiselect-container.dropdown-menu {
  background: #ffffff;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  border: none;
  padding: 6px 0 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

body span.multiselect-native-select .btn-group.open .multiselect-container,
span.custom-multiselect .btn-group.open .multiselect-container.dropdown-menu {
  display: flex;
  flex-direction: column;
  max-height: 370px;
  overflow: hidden;
}

body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-filter,
span.custom-multiselect .btn-group li.multiselect-item.multiselect-filter {
  padding: 2px 8px 4px 8px;
  border-bottom: none;
  order: 0;
  flex-shrink: 0;
  display: block;
}

body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-filter .input-group,
span.custom-multiselect .btn-group li.multiselect-item.multiselect-filter .input-group {
  background: rgba(240, 240, 240, 0.5);
  border: 1px solid #eef1f3;
  border-radius: 10px;
  height: 34px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}

body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-filter .input-group-addon,
span.custom-multiselect .btn-group .input-group-addon {
  background-color: transparent;
  background-image: url(/img/icons/messanger/ic-search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  border: none;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-flex;
  align-items: center;
  float: none;
  padding: 0;
}

body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-filter .input-group-addon i,
span.custom-multiselect .btn-group .input-group-addon i {
  display: none;
}

body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-filter input[type="text"],
span.custom-multiselect .multiselect-search {
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 13px;
  line-height: 19px;
  color: #222222;
  height: 100%;
  padding: 0 4px;
  flex: 1 1 auto;
  min-width: 0;
  display: block;
  width: auto;
}

body
  span.multiselect-native-select
  .btn-group
  .multiselect-container
  li.multiselect-filter
  input[type="text"]::placeholder,
span.custom-multiselect .multiselect-search::placeholder {
  color: #888888;
}

body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-filter .input-group-btn,
span.custom-multiselect .btn-group li.multiselect-item.multiselect-filter .input-group-btn {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  width: auto;
}

body
  span.multiselect-native-select
  .btn-group
  .multiselect-container
  li.multiselect-filter
  .btn.multiselect-clear-filter,
span.custom-multiselect .multiselect-clear-filter {
  background: none;
  border: none;
  box-shadow: none;
  line-height: 1;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 20px !important;
  width: 20px !important;
  height: 20px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: relative !important;
  float: none !important;
  right: auto !important;
  top: auto !important;
  cursor: pointer;
}

body
  span.multiselect-native-select
  .btn-group
  .multiselect-container
  li.multiselect-filter
  .btn.multiselect-clear-filter
  i,
span.custom-multiselect .multiselect-clear-filter i {
  display: none !important;
}

body
  span.multiselect-native-select
  .btn-group
  .multiselect-container
  li.multiselect-filter
  .btn.multiselect-clear-filter::before,
span.custom-multiselect .multiselect-clear-filter::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #222222;
  -webkit-mask-image: url(/img/eva_talk/icons-system-close.svg);
  mask-image: url(/img/eva_talk/icons-system-close.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: background-color 0.2s ease;
}

body
  span.multiselect-native-select
  .btn-group
  .multiselect-container
  li.multiselect-filter
  input[type="text"]:placeholder-shown
  + .input-group-btn
  .btn.multiselect-clear-filter::before,
span.custom-multiselect
  .btn-group
  .multiselect-container
  li.multiselect-filter
  input[type="text"]:placeholder-shown
  + .input-group-btn
  .multiselect-clear-filter::before {
  background-color: #969696;
}

body
  span.multiselect-native-select
  .btn-group
  .multiselect-container
  li.multiselect-filter
  .btn.multiselect-clear-filter:hover::before,
span.custom-multiselect .multiselect-clear-filter:hover::before {
  background-color: #000000;
}

body span.multiselect-native-select .btn-group.open .multiselect-container .multiselect-item.multiselect-wrapper {
  order: 1;
  flex: 1 1 auto;
  max-height: 240px;
  overflow-y: auto;
  position: relative;
}

span.custom-multiselect .multiselect-item.multiselect-wrapper {
  position: relative;
  height: auto;
  max-height: 240px;
  overflow-y: hidden;
  flex: 1 1 auto;
}

span.custom-multiselect .scroller {
  height: auto !important;
  max-height: 240px;
  overflow-y: auto;
}

body span.multiselect-native-select .btn-group .multiselect-container li > a,
span.custom-multiselect .multiselect-container li > a {
  background: none;
  background-color: transparent;
  color: #2e2e2e;
  padding: 0;
  display: block;
}

body span.multiselect-native-select .btn-group .multiselect-container li > a > label,
span.custom-multiselect .multiselect-container li > a > label {
  color: #000000;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 9px 8px;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.12s ease;
  height: 100%;
  box-sizing: border-box;
}

body span.multiselect-native-select .btn-group .multiselect-container li > a > label:hover,
span.custom-multiselect .multiselect-container li > a > label:hover {
  background-color: #f5f7fa;
  cursor: pointer;
}

body span.multiselect-native-select .btn-group .multiselect-container li > a > label > span,
span.custom-multiselect .multiselect-container li > a > label > span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-multiselect .multiselect-wrapper label .two-rows,
body span.multiselect-native-select .btn-group .multiselect-container li > a > label > .two-rows {
  display: inline-block;
  line-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: calc(100% - 40px);
}

body span.multiselect-native-select .btn-group .multiselect-container li > a > label > b > span.deleted,
body span.multiselect-native-select .btn-group .multiselect-container li > a > label > span.deleted {
  opacity: 0.4;
}

body span.multiselect-native-select .btn-group .multiselect-container li > a > label > input {
  margin: 0 3px 3px;
  position: relative;
}
body span.multiselect-native-select .btn-group .multiselect-container li > a > label > input[type="checkbox"] {
  margin: 0 6px 1px;
  vertical-align: middle;
  width: auto;
}

span.custom-multiselect .multiselect-wrapper .skipped-input {
  margin-right: 8px;
  vertical-align: middle;
}

body span.multiselect-native-select .btn-group .multiselect-container li > a > label.radio,
span.custom-multiselect label.radio {
  padding-left: 36px;
  position: relative;
}

body span.multiselect-native-select .btn-group .multiselect-container li > a > label.radio input[type="radio"],
span.custom-multiselect label.radio input[type="radio"] {
  display: none;
}

body span.multiselect-native-select .btn-group .multiselect-container li.active > a > label.radio::before,
span.custom-multiselect .multiselect-container li.active > a label.radio::before {
  background-image: url(/img/icons/ic_dropdown_checkmark@2x.svg);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-55%);
}

body span.multiselect-native-select .btn-group .multiselect-container li.disabled > a > label,
span.custom-multiselect .multiselect-container li.disabled > a > label {
  color: #888;
  cursor: not-allowed;
}

body span.multiselect-native-select .btn-group .multiselect-container li.disabled > a > label:hover,
span.custom-multiselect .multiselect-container li.disabled > a > label:hover {
  background-color: transparent;
}

body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-group a,
body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-group a:focus,
body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-group a:hover {
  background: none;
  background-color: transparent;
  cursor: default;
}

body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-group a label {
  cursor: default;
  padding: 6px 16px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #888;
}

body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-group a:focus label,
body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-group a:hover label {
  color: #888;
  background-color: transparent;
}

body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-all,
span.custom-multiselect .multiselect-container li.multiselect-item.multiselect-all {
  background: #ffffff;
  box-shadow: 0px 8px 15px 0px #00000026;
  border-top: none;
  padding: 0;
  flex-shrink: 0;
  order: 2;
  display: block;
}

body span.multiselect-native-select .btn-group.open .multiselect-container .multiselect-item.multiselect-all {
  order: 2;
}

body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-all > a,
span.custom-multiselect .multiselect-container li.multiselect-item.multiselect-all > a {
  display: block;
  padding: 0;
  background: none;
}

body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-all label,
span.custom-multiselect .multiselect-container li.multiselect-item.multiselect-all label {
  color: #1e7eee;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  padding: 10px 16px;
  cursor: pointer;
  text-align: right;
  white-space: nowrap;
  width: 100%;
  transition: background-color 0.12s ease;
}

body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-all label:hover,
span.custom-multiselect .multiselect-container li.multiselect-item.multiselect-all label:hover {
  background-color: #f5f5f5;
}

body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-all input[type="checkbox"],
body
  span.multiselect-native-select
  .btn-group.open
  .multiselect-container
  .multiselect-item.multiselect-all
  input[type="checkbox"],
span.custom-multiselect .multiselect-container li.multiselect-item.multiselect-all input[type="checkbox"] {
  display: none;
}

body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-none,
span.custom-multiselect .multiselect-container li.multiselect-item.multiselect-none {
  background: #ffffff;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.06);
  border-top: none;
  padding: 0;
  text-align: right;
  flex-shrink: 0;
  order: 3;
  display: block;
}

body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-none > a,
span.custom-multiselect .multiselect-container li.multiselect-item.multiselect-none > a {
  display: block;
  padding: 0;
  background: none;
}

body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-none label,
span.custom-multiselect .multiselect-container li.multiselect-item.multiselect-none label {
  color: #969696;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  padding: 10px 16px;
  cursor: pointer;
  text-align: right;
  white-space: nowrap;
  width: 100%;
  transition: background-color 0.12s ease;
}

span.custom-multiselect .multiselect-container li.multiselect-item.multiselect-all label.clear-all-action {
  color: #969696;
}

body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-none label:hover,
span.custom-multiselect .multiselect-container li.multiselect-item.multiselect-none label:hover {
  background-color: #f5f5f5;
}

body span.multiselect-native-select .btn-group .multiselect-container li.multiselect-none input[type="checkbox"],
span.custom-multiselect .multiselect-container li.multiselect-item.multiselect-none input[type="checkbox"] {
  display: none;
}

body span.multiselect-native-select .btn-group .multiselect.dropdown-toggle,
span.custom-multiselect .btn-group .dropdown-toggle {
  background: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: none;
  color: #2e2e2e;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  overflow: hidden;
  padding: 6px 12px;
  text-align: left;
  text-overflow: ellipsis;
  width: 100%;
}

body span.multiselect-native-select .btn-group .multiselect.dropdown-toggle:hover,
body span.multiselect-native-select .btn-group .multiselect.dropdown-toggle:focus,
span.custom-multiselect .btn-group .dropdown-toggle:hover,
span.custom-multiselect .btn-group .dropdown-toggle:focus {
  background-color: transparent;
  border-color: #ddd;
  box-shadow: none;
  outline: none;
}

span.custom-multiselect div.multiselect-wrapper {
  background-color: #fff;
  position: relative;
}

body span.multiselect-native-select .btn-group .multiselect.dropdown-toggle .multiselect-selected-text,
span.custom-multiselect .multiselect-selected-text,
.custom-multiselect .multiselect-selected-text {
  display: block;
  float: left;
  max-width: calc(100% - 16px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-multiselect .multiselect-selected-text .two-rows {
  display: inline !important;
  width: auto !important;
}

.custom-multiselect .multiselect-selected-text small {
  display: none;
}

.custom-multiselect .skipped-input {
  cursor: pointer;
  margin-right: 5px;
}

span.custom-multiselect .el-loading-mask {
  border-radius: 6px;
  max-width: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-multiselect-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.custom-multiselect-spinner-icon {
  width: 32px;
  height: 32px;
  border: 3px solid #e5e9f2;
  border-top-color: #1e7eee;
  border-radius: 50%;
  animation: custom-multiselect-spin 1s infinite linear;
}

@keyframes custom-multiselect-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

body .long-ms-dropdown span.multiselect-native-select .btn-group .multiselect-container,
span.custom-multiselect.long-ms-dropdown .btn-group .multiselect-container.dropdown-menu {
  min-width: 260px;
}
