/* Main Layout */
main .vh100 {
    min-height: 100vh;
}

.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}

.modal-open .modal {
    overflow-y: auto;
    overflow-x: hidden;
}

.modal {
    overflow-y: auto;
}

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