#iprs-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iprs-box {
    background: #fff;
    padding: 20px;
    max-width: 420px;
    border-radius: 6px;
    text-align: center;
}
.iprs-actions {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}
.iprs-switch {
    background: #2271b1;
    color: #fff;
    padding: 8px 14px;
    text-decoration: none;
    border-radius: 4px;
}
.iprs-stay {
    background: #ddd;
    border: none;
    padding: 8px 14px;
    cursor: pointer;
}
