body,
body > #app,
body > #app > div,
body > #app > div > .app {
  height: 100vh;
}

body > #app > div > .app > .mod-container:has(.edit-campaign-wrapper) {
  height: calc(100vh - 71px);
}

body > #app > div > .app > .mod-container > .edit-campaign-wrapper,
body > #app > div > .app > .mod-container > .edit-campaign-wrapper > .edit-campaign {
  height: 100%;
}

.mod-alert > header:not(:has(> p)) > h5 {
  font-size: 15px;
  line-height: 23px;
}

table .mod-icon-circle-x {
  font-size: 18px;
  line-height: 18px;
  color: var(--mod-danger);
  position: relative;
  top: 4px;
}