.entitylist-filter-option-group {
    font-family: 'Verdana' !important;
    font-size: 30px;
    font-weight: 400;
}

.modal-lg {
    max-width: 70% !important;
    width: 70% !important;
}

/* .modal-xl {
    max-width: 95% !important;
    width: 95% !important;
}

.modal-xxl {
    max-width: 98% !important;
    width: 98% !important;
}

.modal-dialog {
    max-height: 90vh !important;
    height: 90vh !important;
} */

.modal-content > iframe {
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    overflow-y: auto;
}

.modal-body > iframe {
    height: 80vh !important;
    max-height: 80vh !important;
    overflow-y: auto;
}

.modal-body iframe {
  width: 100% !important;
  min-width: 100% !important;
  height: 80vh !important;
  min-height: 80vh !important;
  border: 0;               /* remove iframe border */
  display: block;          /* removes extra whitespace */
}