.bg-navbar {
    background-color: #1b329a;
}

.list-group-item-action {
    margin-bottom: 6px;
}

.list-group-item-action:hover {
    background: #c1c9f7;
    border-color: #c8d9f7;
    color: rgb(23, 34, 132);
    box-shadow: 5px 5px 5px rgba(92, 106, 230, 0.863);
    z-index: 1000;
    border-radius: 6px;
}

.collapse>.list-group-item:hover {
    background: #c1d8f7;
    border-color: #c8e6f7;
    color: rgb(23, 70, 132);
    box-shadow: 4px 4px 4px rgba(92, 163, 230, 0.863);
    z-index: 1000;
    border-radius: 6px;
}

.collapse>.list-group-item.active {
    background: #c1d8f7;
    border-color: #c8e6f7;
    color: rgb(23, 70, 132);
    box-shadow: 1px 1px 1px rgba(92, 163, 230, 0.863);
    z-index: 1000;
    border-radius: 6px;
}



.list-group-item-action.active {
    background: #c1c9f7;
    border-color: #c8d9f7;
    color: rgb(23, 34, 132);
    box-shadow: 1px 1px 1px rgba(92, 106, 230, 0.863);
    z-index: 1000;
    border-radius: 6px;
}


@media (min-width: 991.98px) {
    main {
        padding-left: 240px;
    }
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 58px 0 0;
    /* Height of navbar */
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    width: 240px;
    z-index: 600;
}

@media (max-width: 991.98px) {
    .sidebar {
        width: 100%;
    }
}


.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto;
}