.base-select-popover {
  display: inline-block;
  color: white;
  cursor: pointer;
  .el-popover__reference {
    color: rgb(51, 51, 51);
    i {
      margin-left: 10px;
    }
  }
}
.base-select-popover_popover {
  .xl-label {
    position: relative;
    padding: 5px 0;
    margin-bottom: 5px;
    text-align: center;
    cursor: pointer;
    // background-color: antiquewhite;
    i {
      position: absolute;
      top: 25%;
      right: 0;
      // float: right;
      color: rgba(0, 133, 255);
    }
  }

  /* .xl-active {
    color: white;
    background: linear-gradient(
      270deg,
      rgba(0, 209, 255) 0%,
      rgba(0, 133, 255) 100%
    );
    border-radius: 2px;
  } */
}
