/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
body {
  overflow-x: hidden;
}

#sidebar-wrapper {
  height: 99vh;
  overflow-y: scroll;
  overflow-x: clip;
  border: 2px solid rebeccapurple;
  position: sticky;
  top: 0px;
  float: inline-start;

  margin-left: -15rem;
  width: 15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

.sitemode{
  display: block;
  background: #f7c3cf;
  position: fixed;
  top: 0px;
  margin: auto;
  padding: 0px 10px;
  z-index: 1000;
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
}

#sidebar-wrapper li.setactive {
  border: 1px solid #1046ff;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 100%;
}

#page-content-wrapper {
  min-width: 100vw;
}

#sidebar-wrapper.toggled {
  margin-left: -15rem;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }
}
