.dropdown-menu {
    border-radius: 8px;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.dropdown-item:active {
    background-color: #e9ecef;
    color: inherit;
}

.dropdown-item.text-danger:hover {
    background-color: #fff5f5;
}
