#sidebar {
  text-align: center;
  padding: 2rem 1rem;
  background-color: #f8f9fa;
}

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

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

#sidebar-toggle {
  display: none;
}

#collapse a:first-of-type {
  margin-top: 1rem;
}

/* add the three horizontal bars icon for the toggle */
.navbar-toggler-icon {
  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");
}

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

@media (min-width: 48em) {
  #sidebar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 22rem;
    text-align: left;
    transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  }

  #sidebar-toggle {
    display: inline-block;
    position: relative;
    top: 0;
    transition: top 0.3s ease-in-out;
  }

  #prnt {
    position: relative;
  }

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

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

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

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

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

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

  #collapse {
    display: block;
  }

  /* set margins of the main content so that it doesn't overlap the sidebar */
  #page-content {
    margin-left: 22rem;
    margin-right: 2rem;
    transition: margin-left 0.3s ease-in-out;
  }

  .newspaper {
      column-count: 2;
      column-gap: 40px;
  }

  .badge-circle {
    border-radius:1rem;
    position: absolute;
    margin-left: 5px;
  }

  #freshbooks-logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    margin-top: 45px;
    margin-right: 65px;
  }

  .breadcrumb-item > a {
    color:var(--bs-gray-800)
  }

  #nav_with_badges > a.active{
    background: #c5e2ff;
    color: black;
}  }

  .bold_text {
  font-weight: bold;
  }

  .presentation_card {
    margin-top:50px;
  }

  .experiment_card {
    position: relative;
    border: 1px solid darkgrey;
  }

  .experiment_badge {
    position: absolute;
    font-size: 0.5em;
    /* right: 5px; */
    margin-left: 5px;
  }

  .experiment_outcome {
     background: darkseagreen;
     border-top-left-radius: 20px;
     padding-top: 30px;
     position: absolute;
     bottom: 0;
     right: 0;
     height: 85%;
}

  .bg-success {
    background: #37A703
  }

  .experiment-extra-info {
    font-weight: 200;
    margin-top: 25px;
  }

  .experiment-smaller {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    font-size: smaller;
}

  .experiment-button {
    border-width: 1.5px;
  }

  .input-box {
    display: "block";
    font-family: Helvetica;
  }

  .time-series-box1 {
    position: relative;
    border: 5px solid darkgrey;
    margin-top: 10px;
  }
}

  .Select-value-label {
    font-weight: 600;
    color: black !important;
        margin-left: 0px;

}

.dropdown_vertical {
    /*color: #119dff;*/
}

.dropdown_industry {
    margin-left: 13px;
}
