.@{prefixCls}-color-picker {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  padding: 6px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;

  &-hex {
    user-select: none;
  }

  &-color {
    width: 120px;
    height: 100%;
    border-radius: 2px;
  }

  &-alpha {
    padding: 0 6px 0 12px;
    line-height: 20px;
    border-left: 1px solid #ccc;
    user-select: none;
  }
  &-pop {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1000;
  }
  &-react-picker {
    border-radius: 4px;
    box-shadow: #00000026 0 0 0 1px, #00000026 0 8px 16px;
  }
  &-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    width: 100%;
    height: 100%;
  }
}
