.spv-popup-wrapper {
  position: relative;
  display: inline-block;
}
.spv-popup-link {
  cursor: pointer;
}
.spv-popup-content {
  display: none;
  position: absolute;
  background: #fff;
  padding: 5px;
  border-radius: 10px;
  transition: opacity 0.2s;
  z-index: 9999999;
  border: 2px solid #000000;
  width: 300px;
  box-shadow: 0px 0px 17px 2px;
}
.spv_close {
  cursor: pointer;
  padding: 0px 5px;
  color: #fff;
  position: absolute;
  top: -8px;
  right: -8px;
  border-radius: 7px;
  background: rgb(121, 121, 121);
}
.spv-right-popup {
  top: -5px;
  left: 105%;
}
.spv-left-popup {
  top: -5px;
  right: 105%;
}
.spv-top-popup {
  bottom: 100%;
}
.spv-bottom-popup {
  top: 100%;
}
