/* Styles to override default bslib styles for the app */
body {
  /* padding: 0 2em 2em 2em !important; */
  height: 100%;
  overflow-x: hidden;
}

#authenticated_ui {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.html-fill-container {
  min-height: unset !important;
}

/* Make bslib navbar full width */

.container-fluid {
  max-width: 1920px;
  padding: 0 2em;
  flex-grow: 2;
}

/*
p {
  max-width: 70em;
}
*/

.tab-page {
  padding: 2em 4em;
}

.navbar {
  width: 100%;
}

.navbar .img {
  vertical-align: top;
}

.navbar-nav {
  justify-content: flex-end;
}

.bslib-nav-spacer {
  display: none;
}

/* Reduce title size */
.navbar-brand {
  font-size: 1.25rem;
}

/* Use shortened title on small screens */
.title-short {
  display: none;
}

@media (max-width: 767px) {
  .navbar {
    margin-top: 0;
  }

  .title-full {
    display: none;
  }
  .title-short {
    display: inline;
  }
}
