.footer {
    padding: 20px 0;
    background-color: #343a40; /* Dark gray background */
    color: #fff; /* White text color */
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
}

#wrapper {
    display: flex;
    width: 100%;
}

#sidebar-wrapper {
    min-width: 250px;
    max-width: 250px;
    background: #f8f9fa;
}

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

.list-group-item {
    cursor: pointer; /* Change cursor on hover */
}
