#sb-collapse {
  position: relative;
  z-index: 8888;
}

#sb-sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 9999;
  background: #7386D5;
  color: #fff;
  transition: all 0.3s;
  overflow: hidden;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sb-sidebar.active {
  left: 0;
}

#sb-dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #7386D5;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#sb-dismiss:hover {
  background: #fff;
  color: #7386D5;
}

.sb-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  display: none;
}

#sb-sidebar .sidebar-inner {
  padding: 8px;
}

#sb-sidebar .sidebar-header {
  padding: 20px;
  background: #6d7fcc;
}

#sb-sidebar .sb-link {
  color: #e5e58f;
}

#header_user_sectionasd .btn-gray {
  display: none;
}
