/* Styling for the overlay */
.confetti-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    z-index: 999;
}

/* Styling for the popup container */
#confetti-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 15px;
    height: 35%;
    width: 35%;
    text-align: center;
    box-shadow: -50px 0 200px -50px #504bff, 50px 0 200px -50px #4cfa63;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: all ease-in .4s;
}
#confetti-popup h2 {
    font-family: inherit;
    font-size: 36px;

}
/* Styling for the close button */
#confetti-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/* Add additional styles as needed */

.cfa-text{
    background-color: #f0f6fc;
    color: #000;
    width: 100%;
    padding: 20px;
    font-family: monospace;
    font-size: 18px;
}
#wpr-notice-confetti {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}