body {
    overflow-x: hidden;
}

#sidebar-wrapper {
    height: 100vh;
    margin-left: -250px;
    transition: margin 0.25s ease-out;
}

#sidebar-wrapper .list-group {
    width: 250px;
}

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

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

#menu-toggle {
    border: none;
}

.sidebar-heading {
    padding: 0.44rem 1.25rem;
    font-size: 1.2rem;
}
.heading {
    font-size: 1.2rem;
}
h1 {
    font-size: 1.6rem;
}
h2 {
    font-size: 1.5rem;
}
h3 {
    font-size: 1.4rem;
}

.list-group-item.active {
    background-color: aliceblue !important;
    color: #000;
    border-color: rgb(153, 153, 153, 0.3);
}