.popup_frm_wrp {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: #0D293180;
    cursor: pointer;
}

.popup_frm_wrp .frm_inf {
    position: relative;
    background-color: var(--GnpG5_clr_pure_wht);
    cursor: auto;
}

.popup_frm_wrp .cls_pp_frm {
    position: absolute;
    top: -3em;
    right: -3em;
    width: 3em;
    height: auto;
    aspect-ratio: 1;
    padding: .5em;
    border-radius: 100%;
    background-color: var(--GnpG5_clr_pure_wht);
    opacity: .5;
    cursor: pointer;
}
