#not-found {
  width: 700px;
  margin: 0 auto;
}
#not-found .not-found-image {
  width: 25%;
  float: left;
}
#not-found .not-found-title {
  width: 70%;
  float: right;
  background: url(/img/bg-footer.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 400px;
}
#not-found .not-found-title h1 {
  font-size: 30px;
  color: #1f2128;
  margin-bottom: 20px;
  margin-top: 155px;
}
#not-found .not-found-title a.gotohomepage {
  background-color: #de4f4f;
  color: #fff;
  width: 180px;
  line-height: 40px;
  display: block;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  height: 40px;
}
.loading-app {
  position: fixed;
  top: 30%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: auto;
  height: auto;
}
.wrapText {
  white-space: pre-line;
}
.alignright {
  float: right;
}
span.lighter {
  font-weight: lighter;
  font-size: 0.9em;
}
#navbarAtButton {
  padding-right: 0px;
}
.ui.label.alignright {
  float: right;
}
.ui.button.alignright {
  float: right;
}
.ui.clear {
  clear: both;
}
.ui.username {
  margin: 0 1rem 0 0.7rem;
}
.ui.extra-right-margin {
  margin: 0 0.7rem 0 0;
}
.pdf-preview.modal iframe {
  width: 100%;
  height: 95vh;
}
.ui.container.main {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
/* Statement toolbar styling */
.statement-toolbar {
  background-color: #f2f2f2;
  /* light gray */
}
/* Quicktexts modal inline title editor */
.quicktexts-modal .qt-title-wrapper.ui.input {
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
  width: 100%;
}
.quicktexts-modal .qt-title-input {
  font-weight: 700;
  /* similar to .header */
}
/* Equal height segments for user profile */
.equal-height-row {
  display: flex !important;
  align-items: stretch;
}
.equal-height-segment {
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* Text overflow with ellipsis for quicktext descriptions */
.quicktext-description-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* Show max 4 lines */
  line-clamp: 4;
  /* Standard property for compatibility */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  max-height: 8rem;
  line-height: 1.5em;
  /* Adjust based on your font size */
}
body {
  background-color: #f1ecf0 !important;
  /*
  background-image: linear-gradient(to bottom, #315481, #918e82 100%);
  background-attachment: fixed;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  padding: 0;
  margin: 0;

  font-size: 14px;
  */
}
