  #modal .modal-content { max-height: 85vh; }
  #modal .modal-body { max-height: calc(85vh - 150px); overflow-y: auto; }
  #modal .modal-footer { position: sticky; bottom: 0; background: #fff; z-index: 2; }