.popup {
    display: none;
    color: rgb(39, 22, 22);
    position: fixed;
    top: 25%;
    left: 90%;
    transform: translate(-50%, -50%);
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    /* Make sure the popup is on top of everything */
    background-color: rgba(199, 223, 232, 0.55);
    border-radius: 4px;
}


