.modal-body {
    max-height: 60vh;
    overflow-y: auto;
}

.modal-header, .modal-footer {
    border: none;
}
.modal-content {
    border-radius: 0.5rem;
}