#smartpred-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
#smartpred-modal .modal-content {
    background: #fff;
    margin: 10% auto;
    padding: 2rem;
    width: 80%;
    max-width: 400px;
    border-radius: 8px;
}
#smartpred-response {
    margin-top: 1rem;
}