body {
    background-color: #fbfbfb;
}

@media (min-width: 991.98px) {
    main {
        padding-left: 240px;
    }

    .sidebar {
        bottom: 0;
        z-index: 1040;
    }
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    width: 240px;
}

@media (max-width: 991.98px) {
    .sidebar {
        width: 100%;
    }

    .sidebar {
        .nav-pills {
            margin: 1rem;
        }
    }
}

.sidebar .show {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
