﻿.fixed-height-modal .modal-dialog {
    height: 70vh;
}

.fixed-height-modal .modal-content {
    height: 100%;
}

.modal-body-fixed {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    padding: 0.5rem;
}