.list{
    background-color: #F9F3E9 !important;
    color: black !important;
}

.list:hover{
    background-color: #AC00D5 !important;
    color: white !important;
    font-weight: bold;
}

.list-selected{
    background-color: #AC00D5 !important;
    
}

.list-group a.list-selected i{
    color: white;
}

a.list-selected{
    color: white !important;
    font-weight: bold;
}