/* Full-screen Radzen dialog for seller resources - mirror Event Checklist / Team Schedule shell. */
.jbf-seller-resources-profile-fullscreen.rz-dialog-wrapper {
  align-items: stretch !important;
  justify-content: stretch !important;
  padding: 0 !important;
}

.jbf-seller-resources-profile-fullscreen .rz-dialog {
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  margin: 0 !important;
  border-radius: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}

.jbf-seller-resources-profile-fullscreen .rz-dialog-titlebar {
  flex-shrink: 0;
}

.jbf-seller-resources-profile-fullscreen .rz-dialog-content {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 !important;
}

.jbf-seller-res-profile-modal-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}

.jbf-seller-res-profile-modal-body .ecm-root {
  flex: 1;
  min-height: 0;
}

/* Undo checklist dialog horizontal pull-in; add air in titlebar and section nav. */
.jbf-seller-resources-profile-fullscreen .eem-checklist-dialog {
  margin-left: 0;
  margin-right: 0;
}

.jbf-seller-resources-profile-fullscreen .eem-checklist-dialog-titlebar {
  padding: 10px 24px;
}

.jbf-seller-resources-profile-fullscreen .ecm-nav {
  padding-left: 16px;
  padding-right: 16px;
}
