#smart_funeral_menu .list-group-item {
    background-color: #E1EEFF;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #222222;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 8px;
    height: 56px;
}
#smart_funeral_menu .list-group-item.active {
    background-color: #E1EEFF;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    letter-spacing: 0;
    margin-top: 8px;
    color: #2E8DFD !important;
    font-weight: 600;
    border-color: #E1EEFF;
    height: 56px;
    z-index: auto;
}
#smart_funeral_menu .list-group-item.active::after{
    content: "" !important;
    bottom: auto !important;
    left: auto !important;
    background-color: #2D8DFD;
    width: 10px;
    height: 100%;
    right: 0 !important;
    top: 0 !important;
}
#smart_funeral_menu .list-group-item:hover{
    background-color: #E1EEFF;
}
#smart_funeral_menu .list-group-item:first-child{
    margin-top: 0;
}