#popup-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    bottom: 0;

    z-index: 10000;

    display: none;

    background-color: #1f202080;
}
