.fade {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}


.v-modal-form {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999
}

.v-modal-form .modal-header {
    padding: 10px;
    display: none;
    justify-content: flex-end;
}

.v-modal-form .modal-content {
    height: 100%;
}

.v-modal-form .v-modal-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.v-modal-form .v-modal-container > div {
    margin: auto;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
