.c7ncd-base-pvlabels {
  display: flex;
  align-items: center;
  position: relative;
}
.c7ncd-baseDeploy-middle {
  height: 100%;
  display: flex;
  flex-direction: column;
  p {
    margin: 0;
  }
  &-flexButton {
    flex-shrink: 0;
    flex-grow: 0;
    width: max-content;
  }
  &-success {
    background: rgba(0, 191, 165, 0.04);
    border: 1px dashed #00bfa5;
    span {
      color: rgba(58, 52, 95, 0.76);
      i {
        color: #00bfa5;
        border: 1px solid #00bfa5;
      }
    }
  }
  &-failed {
    background: rgba(247, 103, 118, 0.04);
    border: 1px dashed #f76776;
    span {
      color: #f76776 !important;
      i {
        color: #f76776;
        border: 1px solid #f76776;
      }
    }
  }
  &-service {
    line-height: 15px;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC, sans-serif;
    font-weight: 500;
    color: var(--text-color);
  }
  &-img {
    margin-top: 12px;
    img {
      padding: 5px;
      width: 60px;
      border: 1px solid #eceef6;
      border-radius: 4px;
    }
    span {
      position: relative;
      cursor: pointer;
    }
    i {
      position: absolute;
      right: 3px;
      color: #6887e8;
      font-size: 10px;
    }
    &-checked {
      border: 1px solid #5266d4 !important;
    }
  }
  &-deploySetting {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC, sans-serif;
    font-weight: 500;
    color: var(--text-color);
    line-height: 22px;
    i {
      cursor: pointer;
      margin-left: 10px;
      font-size: 20px;
    }
    &-status {
      position: absolute;
      font-size: 13px;
      font-family: PingFangSC-Regular, PingFang SC, sans-serif;
      font-weight: 400;
      line-height: 20px;
      right: -90px;
      top: 15px;
      i {
        border-radius: 50%;
        margin-right: 4px;
      }
    }
  }
  &-hostSetting {
    display: flex;
    align-items: center;
  }
  &-testButton {
    margin-top: 24px;
    display: flex;
    align-items: center;
    &-result {
      margin-left: 20px;
      border-radius: 4px;
      width: 340px;
      padding: 7px 0;
      text-align: center;
      span {
        font-size: 15px;
        font-family: PingFangSC-Regular, PingFang SC, sans-serif;
        font-weight: 400;
        line-height: 28px;
        i {
          border-radius: 50%;
          margin-right: 5px;
          position: relative;
          bottom: 2px;
        }
      }
      span:nth-child(2) {
        color: #00bfa5;
        margin-left: 5px;
      }
    }
  }
  &-hostList {
    margin-top: 11px;
    display: flex;
    flex: 1;
    &-left {
      width: 20%;
      border-right: 1px solid rgba(0, 0, 0, 0.12);
      &-checkedLine {
        width: 5px;
        background: #5266d4;
        height: 36px;
        margin-right: 10px;
      }
      &-whiteline {
        width: 5px;
        height: 70px;
        background: white;
        position: absolute;
        right: -1px;
        top: 1px;
      }
      .c7n-pro-field-wrapper {
        margin-top: unset !important;
        margin-bottom: unset !important;
      }
    }
    &-right {
      padding: 10px 10px;
      border-top: 1px solid rgba(0, 0, 0, 0.12);
      border-right: 1px solid rgba(0, 0, 0, 0.12);
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
      flex: 1;
      .c7ncd-baseDeploy-middle-deploySetting-status {
        right: unset !important;
        width: auto !important;
      }
    }
  }
}
