@charset "utf-8";

.modal.modal-fullscreen .modal-dialog {
  width: 95vw;
  /* height: 90vh;
  margin: 0;
  padding: 0; */
  max-width: none;
}

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 90vh;
  border-radius: 0;
  border: none;
}

.modal.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal.modal-fullscreen.modal-full-iframe .modal-header {
  padding: 0.5rem;
}
.modal.modal-fullscreen.modal-full-iframe .modal-body {
  overflow-y: visible;
  padding: 0.1rem;
}
