#wof_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#wof_modal_content {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    max-height:80vh;
    overflow:auto;
    z-index: 99;
}

#wof_close {
    position: absolute;
    top: 2.5%;
    right: 2.5%;
    font-size: 1.5rem;
    cursor: pointer;
}
