/* MODAL */
.modal-dialog{
    overflow-y: initial !important;
}
.modal-body{
    max-height: calc(100vh - 230px);
    overflow-y: auto;
}