#juva-recruitee-modal {
    position: fixed; z-index: 9999; left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
}
.juva-modal-content {
    background: #fff; max-width: 600px;
    margin: 100px auto; padding: 20px;
    position: relative;
}
.juva-close {
    position: absolute; right: 10px; top: 10px;
    cursor: pointer; font-size: 24px;
}
