@charset "UTF-8";
.zk-popover {
  position: absolute;
  background: #fff;
  min-width: 150px;
  border-radius: 2px;
  border: 1px solid #d3dce6;
  padding: 10px;
  z-index: 2000;
  font-size: 12px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12), 0 0 6px 0 rgba(0, 0, 0, .04)
}

.zk-popover .popper__arrow,
.zk-popover .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.zk-popover .popper__arrow {
  border-width: 6px
}

.zk-popover .popper__arrow::after {
  content: " ";
  border-width: 6px
}

.zk-popover[x-placement^=top] {
  margin-bottom: 12px
}

.zk-popover[x-placement^=top] .popper__arrow {
  bottom: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-color: #d3dce6;
  border-bottom-width: 0
}

.zk-popover[x-placement^=top] .popper__arrow::after {
  bottom: 1px;
  margin-left: -6px;
  border-top-color: #fff;
  border-bottom-width: 0
}

.zk-popover[x-placement^=bottom] {
  margin-top: 12px
}

.zk-popover[x-placement^=bottom] .popper__arrow {
  top: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #d3dce6
}

.zk-popover[x-placement^=bottom] .popper__arrow::after {
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #fff
}

.zk-popover[x-placement^=right] {
  margin-left: 12px
}

.zk-popover[x-placement^=right] .popper__arrow {
  top: 50%;
  left: -6px;
  margin-bottom: 3px;
  border-right-color: #d3dce6;
  border-left-width: 0
}

.zk-popover[x-placement^=right] .popper__arrow::after {
  bottom: -6px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0
}

.zk-popover[x-placement^=left] {
  margin-right: 12px
}

.zk-popover[x-placement^=left] .popper__arrow {
  top: 50%;
  right: -6px;
  margin-bottom: 3px;
  border-right-width: 0;
  border-left-color: #d3dce6
}

.zk-popover[x-placement^=left] .popper__arrow::after {
  right: 1px;
  bottom: -6px;
  margin-left: -6px;
  border-right-width: 0;
  border-left-color: #fff
}

.zk-popover__title {
  color: #1f2d3d;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 9px
}
