/* ---------------------- 设置器 type: options 类型的Popover样式 --------------------- */
.option-popover-container {
  padding: 9px 1rem 60px;
  color: #232e3c;
  width: 256px;
  z-index: 1000;
  font-family: var(--tblr-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4285714;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border-left: 1px solid #e6e8e9;
  height: 100%;
  right: 256px;
  top: 0;
  overflow-y: auto;
  .hr-text {
    display: flex;
    align-items: center;
    margin: 2rem 0;
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.6;
    color: #656d77;
    height: 1px;

    &:before,
    &:after {
      flex: 1 1 auto;
      height: 1px;
      background-color: currentColor;
      opacity: 0.16;
    }
    &:before {
      content: '';
      margin-right: 0.5rem;
    }
    &:after {
      content: '';
      margin-left: 0.5rem;
    }
  }
  .m-colorPicker {
    position: absolute !important;
    right: 8px;
    bottom: 8px;
    border: 0.25px solid rgb(197, 200, 201);
    .colorBtn {
      cursor: pointer;
    }
    .box {
      right: -6px;
      z-index: 10 !important;
    }
    &.top .box {
      bottom: 24px;
    }
    &.bottom .box {
      top: 24px;
    }
  }
}
