.menu-item.ui-sortable-helper {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    opacity: 0.9;
}

.menu-item.selected {
    background-color: #f0f6fc;
}

.bulk-selection-active .menu-item:hover {
    cursor: move;
}

.bulk-selection-placeholder {
    border: 2px dashed #b4b9be;
    margin: 10px 0;
    height: 60px;
}
