.zbx-select-popup-line {
  position: relative;
  //flex: 1;
  height: 0;
  margin: 0 15px 15px 15px;
  background: transparent;
  &::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    border-bottom: solid 1px var(--adm-border-color);
    content: ' ';
  }
}

.zbx-select-popup-content {
  flex: 1;
  overflow-y: auto;
}

.zbx-select-popup-bottom {
  box-sizing: border-box;
  width: 100%;
  height: 82px;
  padding: 21px 15px;
  background: #fff;
  .save {
    height: 40px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
  }
}
