﻿.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

@media (max-width: 768px) {
    .modal-body {
        max-height: calc(100vh - 150px);
        font-family: 'Roboto', 'Poppins', sans-serif ;
    }
}
