.modal-dialog {
    margin: 30px auto 20px !important;
    width: 90%;
    max-width: 900px;
}

.modal-content {
    max-height: 90vh;
    overflow-y: auto;
}

 .modal-body {
    max-height: calc(90vh - 130px);
    overflow-y: auto;
}
