/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template/simple-sidebar)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

#body {
  overflow-x: hidden;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 0.875rem;
  padding-bottom: 10px;
  font-size: 14px;
  font-family: sans-serif;
}


#customsidebar {
  /* background-color: #eee; */
  /* font-size: 15px; */
  top: 3.5rem !important;
  height: calc(100vh - 4rem) !important;
  width: max-content;
  /* font-weight: 600; */
  font-size: 14px;
}





@media only screen and (max-width: 600px) {

  #customsidebar {
    background-color: #fff;
    /* font-size: 15px; */
    top: 3.5rem !important;
    height: calc(100vh - 4rem) !important;
    width: 100%;
    /* font-weight: 600; */
    font-size: 14px;
  }


}


.sidebar-icons {
  max-width: 25px;
  margin-right: 0.5rem;
  max-height: 20px;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}