.heart_filled svg path{
    fill: var(--bs-primary);;
}
#DmInformList:hover svg path{
    fill: var(--bs-primary);;
}
#DmInformList:hover svg{
    transform: scale(1.1);
    transition: transform 0.5s ease-in-out;
}
.tooltip{
    font-family: inherit;
}
#DmInformList {
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    #DmInform {
        position: fixed;
        bottom: 0;
        z-index: 99;
        right: 0;
        left: 0;
        border-radius: 10px 10px 0 0 !important;
        background-color: #fff;
        padding: 4px;
    }
}

