@import './token.less';

.@{ns}-PopOver {
  position: absolute;
  background: var(--color-bg-1);
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  box-shadow: 0 2px 8px 0 var(--color-border);
  border: 1px solid var(--color-border);
  border-radius: @border-radius;
  z-index: 1500;

  & > * {
    position: relative;
    z-index: 2;
  }

  &-overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    background: transparent;
  }
  &--leftBottomLeftTop {
    margin-top: 4px;
  }
  &--leftTopLeftBottom {
    margin-top: 4px;
  }
}
