.selection-toolbar-root { position: fixed; bottom: 24px; right: 24px; z-index: 2000; pointer-events: none; } .selection-toolbar-content { background-color: #e0f2ff; /* Light blue from screenshot */ padding: 8px 16px; border-radius: 12px; display: flex; align-items: center; pointer-events: auto; min-width: 280px; justify-content: space-between; border: 1px solid rgba(25, 118, 210, 0.1); } .selection-toolbar-count { color: #1976d2; /* Primary blue from screenshot */ font-size: 15px; margin-right: 8px; } .selection-toolbar-actions { display: flex; align-items: center; gap: 4px; } .selection-toolbar-actions .q-btn { color: #1976d2 !important; } .selection-toolbar-actions .q-btn[disabled] { opacity: 0.4; }