﻿.newvps-modal{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    left: 66%;
    height: 100%;
    z-index: 9999;
    background-color: rgb(250 250 250);
    display: none;
    width: fit-content;
    padding: 20px;
    position: fixed;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .newvps-modal {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0; /* opcional, pra ficar clean */
        padding: 15px;
    }
}