#left-sidebar {
  text-align: center;
  padding: 2rem 1rem;
  background-color: #f8f9fa;
  font-family: "Avenir", sans-serif;
}

#left-sidebar h2 {
  text-align: left;
  margin-bottom: 0;
}

/* Hide the blurb on a small screen */
#left-blurb {
  display: none;
}

#left-sidebar-toggle {
  display: none;
}

/* #left-collapse *:first-child {
  margin-top: 1rem;
} */

/* add the three horizontal bars icon for the toggle */
.left-icon-custom {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* 
#page-content {
  padding: 2rem 1rem;
} */

@media (min-width: 48em) {
  #left-sidebar {
    position: fixed;
    top: 80px;
    left: 0;
    bottom: 0;
    width: 20rem;
    text-align: left;
    /* transition: 0.5s ease-in-out; */
  }

  #left-sidebar-toggle {
    display: inline-block;
    position: relative;
    top: 0;
  }

  #left-sidebar-toggle:focus {
    border: none;
  }

  /* add negative margin to sidebar to achieve the collapse */
  #left-sidebar.collapsed-left {
    margin-left: -16.5rem;
    padding-right: 0.5rem;
  }

  /* move the sidebar toggle up to the top left corner */
  #left-sidebar.collapsed-left #left-sidebar-toggle {
    margin-top: 16px;
    top: -2rem;
  }

  /* also adjust margin of page content */
  /* #left-sidebar.collapsed-left ~ #page-content {
    margin-left: 6.5rem;
  } */

  /* move all contents of navbar other than header (containing toggle) further off-screen */
  #left-sidebar.collapsed-left>*:not(:first-child) {
    margin-left: -6rem;
    margin-right: 6rem;
  }

  /* reveal the blurb on a large screen */
  #left-blurb {
    display: block;
  }

  /* Hide the toggle on a large screen */
  #left-navbar-toggle {
    display: none;
  }

  #left-collapse {
    display: block;
  }

}

.filtersTitlteStyle {
  color: rgb(143, 155, 179);
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 8px;
}