@charset "UTF-8";
.zk-time-spinner__wrapper {
  height: 190px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  vertical-align: top;
  position: relative;
  -ms-overflow-style: none
}

.zk-time-spinner__wrapper:hover {
  overflow-y: auto
}

.zk-time-spinner__list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.zk-time-spinner__list::after,
.zk-time-spinner__list::before {
  content: '';
  display: block;
  width: 100%;
  height: 80px
}

.zk-time-spinner__item {
  height: 32px;
  line-height: 32px;
  font-size: 12px
}

.zk-time-spinner__item:hover:not(.disabled):not(.active) {
  background: #E5E9F2;
  cursor: pointer
}

.zk-time-spinner__item.active:not(.disabled) {
  color: #fff
}

.zk-time-spinner__item.disabled {
  color: #d3dce6;
  cursor: not-allowed
}

.zk-time-panel {
  margin: 5px 0;
  border: 1px solid #d3dce6;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px 0 rgba(0, 0, 0, .04);
  border-radius: 2px;
  position: absolute;
  width: 180px;
  left: 0;
  z-index: 1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.zk-time-panel__content {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden
}

.zk-time-panel__content::after,
.zk-time-panel__content::before {
  content: ":";
  top: 50%;
  color: #fff;
  position: absolute;
  font-size: 14px;
  margin-top: -15px;
  line-height: 16px;
  background-color: $color-primary;
  height: 32px;
  z-index: -1;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding-top: 6px;
  text-align: left
}

.zk-time-panel__content::after {
  left: 66.66667%;
  margin-left: -2px
}

.zk-time-panel__content::before {
  padding-left: 33.33333%;
  margin-right: -2px
}

.zk-time-panel__footer {
  border-top: 1px solid #e4e4e4;
  padding: 4px;
  height: 36px;
  line-height: 25px;
  text-align: right;
  box-sizing: border-box
}

.zk-time-panel__btn {
  border: none;
  line-height: 28px;
  padding: 0 5px;
  margin: 0 5px;
  cursor: pointer;
  background-color: transparent;
  outline: 0;
  font-size: 12px;
  color: #8492a6
}

.zk-time-panel__btn.confirm {
  font-weight: 800;
  color: $color-primary
}
