.zk-select-dropdown {
  position: absolute;
  z-index: 1001;
  border: 1px solid #d3dce6;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
  box-sizing: border-box;
  margin: 5px 0
}

.zk-select-dropdown.is-multiple .zk-select-dropdown__item.selected {
  color: $color-primary;
  background-color: #fff
}

.zk-select-dropdown.is-multiple .zk-select-dropdown__item.selected.hover {
  background-color: #e5e9f2
}

.zk-select-dropdown.is-multiple .zk-select-dropdown__item.selected::after {
  position: absolute;
  right: 10px;
  font-family: zk-icons;
  content: "\E608";
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.zk-select-dropdown__empty {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  color: #999;
  font-size: 14px
}

.zk-select-dropdown__list {
  list-style: none;
  padding: 6px 0;
  margin: 0;
  width: 100%;
  max-height: 274px;
  box-sizing: border-box;
  overflow-y: auto
}

.zk-select-dropdown__item {
  font-size: 14px;
  padding: 8px 10px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #475669;
  height: 36px;
  line-height: 1.5;
  box-sizing: border-box;
  cursor: pointer
}

.zk-select-dropdown__item.hover {
  background-color: #e5e9f2
}

.zk-select-dropdown__item.selected {
  color: #fff;
  background-color: $color-primary
}

.zk-select-dropdown__item.selected.hover {
  background-color: $color-hover
}

.zk-select-dropdown__item span {
  line-height: 1.5!important
}

.zk-select-dropdown__item.is-disabled {
  color: #C0CCDA;
  cursor: not-allowed
}

.zk-select-dropdown__item.is-disabled:hover {
  background-color: #fff
}

.zk-select-group {
  margin: 0;
  padding: 0
}

.zk-select-group .zk-select-dropdown__item {
  padding-left: 20px
}

.zk-select-group__wrap {
  list-style: none;
  margin: 0;
  padding: 0
}

.zk-select-group__title {
  padding-left: 10px;
  font-size: 12px;
  color: #999;
  height: 30px;
  line-height: 30px
}

.zk-select {
  display: block;
  position: relative
}

.zk-select:hover .zk-input__inner {
  border-color: #8492a6
}

.zk-select .zk-input__inner {
  cursor: pointer
}

.zk-select .zk-input__inner:focus {
  border-color: $color-focus
}

.zk-select .zk-input .zk-input__icon {
  color: #C0CCDA;
  font-size: 12px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: translateY(-50%) rotateZ(180deg);
  transform: translateY(-50%) rotateZ(180deg);
  line-height: 16px;
  top: 50%;
  cursor: pointer
}

.zk-select .zk-input .zk-input__icon.is-show-close {
  -webkit-transition: 0s;
  transition: 0s;
  width: 16px;
  height: 16px;
  font-size: 14px;
  right: 8px;
  text-align: center;
  -webkit-transform: translateY(-50%) rotateZ(180deg);
  transform: translateY(-50%) rotateZ(180deg);
  border-radius: 100%;
  color: #C0CCDA
}

.zk-select .zk-input .zk-input__icon.is-show-close:hover {
  color: #99a9bf
}

.zk-select .zk-input .zk-input__icon.is-reverse {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.zk-select .zk-input.is-disabled .zk-input__inner {
  cursor: not-allowed
}

.zk-select .zk-input.is-disabled .zk-input__inner:hover {
  border-color: #D3DCE6
}

.zk-select .zk-tag__close {
  margin-top: -2px
}

.zk-select .zk-tag {
  height: 24px;
  line-height: 24px;
  box-sizing: border-box;
  margin: 6px 0 0 6px
}

.zk-select.is-small input {
  border-radius: 2px;
  height: 28px
}

.zk-select__input {
  border: none;
  outline: 0;
  padding: 0;
  margin: 4px 0 -3px 10px;
  color: #666;
  font-size: 14px;
  vertical-align: baseline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 28px;
  background-color: transparent
}

.zk-select__close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  z-index: 1000;
  right: 25px;
  color: #C0CCDA;
  line-height: 18px;
  font-size: 12px
}

.zk-select__close:hover {
  color: #99a9bf
}

.zk-select__tags {
  position: absolute;
  line-height: normal;
  white-space: normal;
  z-index: 1000
}

.zk-select__tag {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  border-radius: 4px;
  color: #fff;
  background-color: $color-primary
}

.zk-select__tag .zk-icon-close {
  font-size: 12px
}
