.waveform {
	width: 100%;
	
}

.player-controls {
	cursor: pointer;
	width: 40px; /* Adjust the size as needed */
	height: 40px; /* Adjust the size as needed */
}

.beat-row:hover {
	background-color: rgb(255, 235, 208);
}

.beat-row.playing {
	background-color: rgb(236, 236, 236);
}

#stickyPlayer {
	z-index: 1020; /* Adjust if needed */
	height: 130px;
	/* Other styles as necessary */
}

.now-playing {
	background-color: rgb(255, 235, 208); /* Example hover color, adjust as needed */
}