
.shadow-list-group{
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%) !important;
}
.card{
    border-radius: 10px !important;
    transition: all .3s ease-in-out;
}
.card-shadow-hover__usm:hover{
    /* box-shadow: 0 0 10px 0 rgba(0,0,0,0.4); */
}
.card-shadow-hover__usm.card-effect__usm{
    box-shadow: none;
}