html, body {
    background: #fafafa;
    color: #333333;
  }

  body {
    padding-bottom: 2vh;
    height: 100vh;
  }

  main {
    padding-left: 10vh !important;
    padding-right: 10vh !important;
    height: 100%;
    padding-top: 2vh !important;
  }

  .sidebar {
    position: fixed;
    top: 56px !important;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .sidebar-content {
    padding-top: 2vh !important;
    padding-left: 4vh !important;
    padding-right: 4vh !important;
  }

  .nav-link .bi-caret-right-fill {
    vertical-align: middle;
  }

  .subtext {
    font-size: 0.9rem;
  }
  
  h1, h2, h3, h4, h5, h6 {
    color: #444444;
  }

  ul {
    margin: 0;
  }
  
  .bg-steel {
    background-color: #5f788a;
  }

  .navbar {
    padding-left: 1vw;
    padding-right: 2vw;
  }

  .navbar-nav {
    align-items: center
  }
  
  .site-header .navbar-nav .nav-link {
    color: #e0e6e8;
  }
  
  .site-header .navbar-nav .nav-link:hover {
    color: #ffffff;
  }
  
  .site-header .navbar-nav .nav-link.active {
    font-weight: 500;
  }
  
  .content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  
  .article-title {
    color: #444444;
  }
  
  a.article-title:hover {
    color: #428bca;
    text-decoration: none;
  }
  
  .article-content {
    white-space: pre-line;
  }
  
  .article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
  }
  
  .article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e3e3
  }
  
  .article-metadata a:hover {
    color: #333;
    text-decoration: none;
  }
  
  .article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  
  .account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
  }
  
  .account-heading {
    font-size: 2.5rem;
  }

  .hidden {
    display: none;
  }

  .paper {
    width: 90%;
  }

  .dim-on-hover {
    transition: opacity 0.3s ease;
  }

  .dim-on-hover:hover {
    opacity: 1;
  }

/* make main js output take whole page */

#frontend {
    width: 100%;
    height: 100%;
}


#app {
    width: 100%;
    height: 100%;
}

.handsontable .wtSpreader {
  width: auto;
  margin: 0 auto;
}

.popover * {
  z-index: 9999 !important;
}

.blue-text {
  color: rgb(40, 40, 190) !important;
}

.red-text {
  color: rgb(200, 40, 40) !important;
}

.invalid-cell {
  background-color: rgb(255, 183, 183) !important;
}
