/* CSS Custom General Base  */
.modal-body {
    max-height: calc(100vh - 215px);
    overflow-y: auto;
}