.dropdown-item.active, .dropdown-item:active{
    background-color: #010444 !important;
}

.img-zoom {
    transition: transform .2s; /* Animation */
}

.img-zoom:hover {
    transform: scale(2.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}