.jse-absolute-popup {
  position: relative;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 1001;

  .jse-hidden-input {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    overflow: hidden;
  }

  .jse-absolute-popup-content {
    position: absolute;
  }
}
