 #wrapper {
    overflow-x: hidden;
 }
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: row-reverse;
}
#sidebar-wrapper {
    position: fixed;
    overflow: scroll;
    height: 70vh;
	min-height: 85vh;
    width: 100px;
    z-index: 9999;
    top: 5rem !important;
    background: #fff0 !important;
    display: flex;
    justify-content: flex-end;
    right: -6rem;
    padding-top: 0rem !important;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.nav-position {
    position: fixed;
    top: -9rem;
}
#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 6rem;
  z-index: 999;
}
#page-content-wrapper {
  min-width: 100vw;
}

.toggled#sidebar-wrapper {
  right: 0;
  z-index: 999;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    right: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

 .toggled#sidebar-wrapper {
    right: -6rem;
  }
}
@media screen and (max-width: 768px) {
 .nav-nav{
    margin-top: 2rem;
}
.list-group {
    margin-top: 0rem;
}
}
@media screen and (max-width: 1200px){
    #sidebar-wrapper {
    right: -6rem;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  .toggled#sidebar-wrapper {
    right: 0rem;
  }
 }
.nav-hide{
   margin-right: -6rem !important; 
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.border-bottom {
    float: right;
}
.side-nav {
    list-style: none;
    position: relative;
}
.side-nav img {
    width: 75px;
    height: 75px;
    margin: 3px 10px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.border-bottom {
    height: 39px;
    margin-top: 19px;
    position: fixed;
    z-index: 99999;
    right: 0rem;
}
.navbar-margin{
    margin-top: 0px !important;
}
.sidebar-margin{
    margin-top: -34px !important;
}
#menu-toggle {
    background: #ffffff00;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}
#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

.chev_up {
    position: fixed;
    font-size: 25px;
    cursor: pointer;
    right: 45px;
    top: 1rem;
}
.chev_down {
    position: fixed;
    font-size: 25px;
    cursor: pointer;
    bottom: 0;
    right: 38px;
}
.hide-menu {
    bottom: 1rem;
    position: fixed;
    margin-left: 2rem;
    display: none;
}
