.popover[data-v-69f99d] {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.content-wrapper[data-v-69f99d] {
  position: absolute;
  border: 1px solid #999;
  border-radius: 4px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
  background: white;
  padding: 0.5em 1em;
  max-width: 20em;
  word-break: break-all;
}
.content-wrapper[data-v-69f99d]::before, .content-wrapper[data-v-69f99d]::after {
    content: "";
    display: block;
    border: 10px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
}
.content-wrapper.position-top[data-v-69f99d] {
    transform: translateY(-100%);
    margin-top: -10px;
}
.content-wrapper.position-top[data-v-69f99d]::before, .content-wrapper.position-top[data-v-69f99d]::after {
      left: 10px;
      border-bottom: none;
}
.content-wrapper.position-top[data-v-69f99d]::before {
      border-top-color: #999;
      top: 100%;
}
.content-wrapper.position-top[data-v-69f99d]::after {
      border-top-color: white;
      top: calc(100% - 1px);
}
.content-wrapper.position-bottom[data-v-69f99d] {
    margin-top: 10px;
}
.content-wrapper.position-bottom[data-v-69f99d]::before, .content-wrapper.position-bottom[data-v-69f99d]::after {
      left: 10px;
      border-top: none;
}
.content-wrapper.position-bottom[data-v-69f99d]::before {
      border-bottom-color: #999;
      bottom: 100%;
}
.content-wrapper.position-bottom[data-v-69f99d]::after {
      border-bottom-color: white;
      bottom: calc(100% - 1px);
}
.content-wrapper.position-left[data-v-69f99d] {
    transform: translateX(-100%);
    margin-left: -10px;
}
.content-wrapper.position-left[data-v-69f99d]::before, .content-wrapper.position-left[data-v-69f99d]::after {
      top: 50%;
      transform: translateY(-50%);
      border-right: none;
}
.content-wrapper.position-left[data-v-69f99d]::before {
      border-left-color: #999;
      left: 100%;
}
.content-wrapper.position-left[data-v-69f99d]::after {
      border-left-color: white;
      left: calc(100% - 1px);
}
.content-wrapper.position-right[data-v-69f99d] {
    margin-left: 10px;
}
.content-wrapper.position-right[data-v-69f99d]::before, .content-wrapper.position-right[data-v-69f99d]::after {
      top: 50%;
      transform: translateY(-50%);
      border-left: none;
}
.content-wrapper.position-right[data-v-69f99d]::before {
      border-right-color: #999;
      right: 100%;
}
.content-wrapper.position-right[data-v-69f99d]::after {
      border-right-color: white;
      right: calc(100% - 1px);
}

