.custom-popover {
  background-color: #fff;
  position: relative;
  font-size: 14px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  display: flex;
  border-radius: 5px;
}
.custom-popover::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border: 10px solid transparent;
}
.custom-popover.right-bottom::before {
  border-color: transparent #fff transparent transparent;
  left: -19px;
  top: 3px;
}
.custom-popover.right-top::before {
  border-color: transparent #fff transparent transparent;
  left: -19px;
  bottom: 3px;
}
.custom-popover.left-top::before {
  border-color: transparent transparent transparent #fff;
  right: -19px;
  bottom: 3px;
}
.custom-popover.left-bottom::before {
  border-color: transparent transparent transparent #fff;
  right: -19px;
  top: 3px;
}

/*# sourceMappingURL=popover.css.map */
