#wrapper {
  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;
  width: 15rem;
  background-color: #2c3036 !important;
}

#sidebar-wrapper .sidebar-heading {
  padding: 1.2rem 1.25rem;
  font-size: 1.1rem;
  font-weight: 600;
  background-color: #2c3036 !important;
  color: #fff !important;
  border-bottom: 1px solid #3e444a !important;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

body.sb-sidenav-toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  body.sb-sidenav-toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}

.list-group-item-dark {
    background-color: #2c3036;
    border-color: #2c3036;
    color: #aeb4b9;
    border-left: 4px solid transparent;
}
.list-group-item-dark:hover {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff;
}
.list-group-item-dark.active {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff;
    border-left-color: #0d6efd;
    font-weight: 600;
}

/* Original styles below */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* margin-bottom: 60px; */
  min-height: 100vh;
  /* display: flex; flex-direction: column; */
}

.table > thead {
  background-color: #f8f9fa;
}

.table th {
  font-weight: 600;
  color: #495057;
}

.card {
  border-radius: 0.5rem;
}

.navbar-brand {
  font-size: 1.25rem;
}

.nav-link {
  font-weight: 500;
}

.nav-link.active {
  color: #fff !important;
  font-weight: 700;
}