| 
														
															@@ -1,8 +1,9 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 <template> 
														 | 
														
														 | 
														
															 <template> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	<div class="universal-item queue-item"> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-		<div id="thumbnail-and-info"> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-			<song-thumbnail :song="song" /> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-			<div id="song-info"> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	<div class="universal-item song-item"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		<div class="thumbnail-and-info"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			<song-thumbnail :class="{ large: largeThumbnail }" :song="song" /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			<div class="song-info"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+				<h6 v-if="header">{{ header }}</h6> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				<h4 
														 | 
														
														 | 
														
															 				<h4 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					class="item-title" 
														 | 
														
														 | 
														
															 					class="item-title" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					:style=" 
														 | 
														
														 | 
														
															 					:style=" 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -28,11 +29,8 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					{{ song.artists.join(", ") }} 
														 | 
														
														 | 
														
															 					{{ song.artists.join(", ") }} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				</h5> 
														 | 
														
														 | 
														
															 				</h5> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				<p 
														 | 
														
														 | 
														
															 				<p 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					id="song-request-time" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					v-if=" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						station.type === 'community' && 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-							station.partyMode === true 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					class="song-request-time" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					v-if="requestedBy && song.requestedBy" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				> 
														 | 
														
														 | 
														
															 				> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					Requested by 
														 | 
														
														 | 
														
															 					Requested by 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					<strong> 
														 | 
														
														 | 
														
															 					<strong> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -55,13 +53,13 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			</div> 
														 | 
														
														 | 
														
															 			</div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		</div> 
														 | 
														
														 | 
														
															 		</div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-		<div id="duration-and-actions"> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-			<p id="song-duration"> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		<div class="duration-and-actions"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			<p v-if="duration" class="song-duration"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				{{ utils.formatTime(song.duration) }} 
														 | 
														
														 | 
														
															 				{{ utils.formatTime(song.duration) }} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			</p> 
														 | 
														
														 | 
														
															 			</p> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			<div class="universal-item-actions"> 
														 | 
														
														 | 
														
															 			<div class="universal-item-actions"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				<tippy 
														 | 
														
														 | 
														
															 				<tippy 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					v-if="$parent.loggedIn" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					v-if="loggedIn" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					interactive="true" 
														 | 
														
														 | 
														
															 					interactive="true" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					placement="left" 
														 | 
														
														 | 
														
															 					placement="left" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					theme="songActions" 
														 | 
														
														 | 
														
															 					theme="songActions" 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -102,7 +100,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						> 
														 | 
														
														 | 
														
															 						> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					</add-to-playlist-dropdown> 
														 | 
														
														 | 
														
															 					</add-to-playlist-dropdown> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					<i 
														 | 
														
														 | 
														
															 					<i 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						v-if="$parent.isAdminOnly()" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						v-if="loggedIn && userRole === 'admin'" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						class="material-icons edit-icon" 
														 | 
														
														 | 
														
															 						class="material-icons edit-icon" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						@click="edit(song)" 
														 | 
														
														 | 
														
															 						@click="edit(song)" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						content="Edit Song" 
														 | 
														
														 | 
														
															 						content="Edit Song" 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -110,14 +108,6 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					> 
														 | 
														
														 | 
														
															 					> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						edit 
														 | 
														
														 | 
														
															 						edit 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					</i> 
														 | 
														
														 | 
														
															 					</i> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					<i 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						v-if="$parent.isOwnerOnly() || $parent.isAdminOnly()" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						class="material-icons delete-icon" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						@click="$parent.removeFromQueue(song.songId)" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						content="Remove Song from Queue" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						v-tippy 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						>delete_forever</i 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					<slot name="actions" /> 
														 | 
														
														 | 
														
															 					<slot name="actions" /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				</tippy> 
														 | 
														
														 | 
														
															 				</tippy> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				<a 
														 | 
														
														 | 
														
															 				<a 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -135,13 +125,13 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 </template> 
														 | 
														
														 | 
														
															 </template> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 <script> 
														 | 
														
														 | 
														
															 <script> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-import { mapActions } from "vuex"; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import { mapActions, mapState } from "vuex"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import { formatDistance, parseISO } from "date-fns"; 
														 | 
														
														 | 
														
															 import { formatDistance, parseISO } from "date-fns"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-import AddToPlaylistDropdown from "../../../../../components/ui/AddToPlaylistDropdown.vue"; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-import UserIdToUsername from "../../../../../components/common/UserIdToUsername.vue"; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-import SongThumbnail from "../../../../../components/ui/SongThumbnail.vue"; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-import utils from "../../../../../../js/utils"; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import AddToPlaylistDropdown from "./AddToPlaylistDropdown.vue"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import UserIdToUsername from "../common/UserIdToUsername.vue"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import SongThumbnail from "./SongThumbnail.vue"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import utils from "../../../js/utils"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 export default { 
														 | 
														
														 | 
														
															 export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	components: { UserIdToUsername, AddToPlaylistDropdown, SongThumbnail }, 
														 | 
														
														 | 
														
															 	components: { UserIdToUsername, AddToPlaylistDropdown, SongThumbnail }, 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -150,11 +140,21 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			type: Object, 
														 | 
														
														 | 
														
															 			type: Object, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			default: () => {} 
														 | 
														
														 | 
														
															 			default: () => {} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		}, 
														 | 
														
														 | 
														
															 		}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-		station: { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-			type: Object, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-			default: () => { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-				return { type: "community", partyMode: false }; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-			} 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		requestedBy: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			type: Boolean, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			default: false 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		duration: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			type: Boolean, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			default: true 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		largeThumbnail: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			type: Boolean, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			default: false 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		header: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			type: String, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			default: null 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		} 
														 | 
														
														 | 
														
															 		} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	}, 
														 | 
														
														 | 
														
															 	}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	data() { 
														 | 
														
														 | 
														
															 	data() { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -162,6 +162,12 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			utils 
														 | 
														
														 | 
														
															 			utils 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		}; 
														 | 
														
														 | 
														
															 		}; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	}, 
														 | 
														
														 | 
														
															 	}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	computed: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		...mapState({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			loggedIn: state => state.user.auth.loggedIn, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			userRole: state => state.user.auth.role 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		}) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	methods: { 
														 | 
														
														 | 
														
															 	methods: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		hideTippyElements() { 
														 | 
														
														 | 
														
															 		hideTippyElements() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			this.$refs.songActions.tip.hide(); 
														 | 
														
														 | 
														
															 			this.$refs.songActions.tip.hide(); 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -195,7 +201,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 <style lang="scss" scoped> 
														 | 
														
														 | 
														
															 <style lang="scss" scoped> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 .night-mode { 
														 | 
														
														 | 
														
															 .night-mode { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	.queue-item { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	.song-item { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		background-color: var(--dark-grey-2) !important; 
														 | 
														
														 | 
														
															 		background-color: var(--dark-grey-2) !important; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		border: 0 !important; 
														 | 
														
														 | 
														
															 		border: 0 !important; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	} 
														 | 
														
														 | 
														
															 	} 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -214,14 +220,14 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	} 
														 | 
														
														 | 
														
															 	} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 } 
														 | 
														
														 | 
														
															 } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-.queue-item { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	#thumbnail-and-info, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	#duration-and-actions { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+.song-item { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	.thumbnail-and-info, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	.duration-and-actions { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		display: flex; 
														 | 
														
														 | 
														
															 		display: flex; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		align-items: center; 
														 | 
														
														 | 
														
															 		align-items: center; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	} 
														 | 
														
														 | 
														
															 	} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	#duration-and-actions { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	.duration-and-actions { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		margin-left: 5px; 
														 | 
														
														 | 
														
															 		margin-left: 5px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		.universal-item-actions div i { 
														 | 
														
														 | 
														
															 		.universal-item-actions div i { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -229,7 +235,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		} 
														 | 
														
														 | 
														
															 		} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	} 
														 | 
														
														 | 
														
															 	} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	#thumbnail-and-info { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	.thumbnail-and-info { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		width: calc(100% - 90px); 
														 | 
														
														 | 
														
															 		width: calc(100% - 90px); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	} 
														 | 
														
														 | 
														
															 	} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -238,9 +244,14 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		width: 65px; 
														 | 
														
														 | 
														
															 		width: 65px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		height: 65px; 
														 | 
														
														 | 
														
															 		height: 65px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		margin: -7.5px; 
														 | 
														
														 | 
														
															 		margin: -7.5px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		&.large { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			min-width: 130px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			width: 130px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			height: 130px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	} 
														 | 
														
														 | 
														
															 	} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	#song-info { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	.song-info { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		display: flex; 
														 | 
														
														 | 
														
															 		display: flex; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		flex-direction: column; 
														 | 
														
														 | 
														
															 		flex-direction: column; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		justify-content: center; 
														 | 
														
														 | 
														
															 		justify-content: center; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -252,13 +263,20 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			font-family: Karla, Arial, sans-serif; 
														 | 
														
														 | 
														
															 			font-family: Karla, Arial, sans-serif; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		} 
														 | 
														
														 | 
														
															 		} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-		#song-request-time { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		h6 { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			color: var(--primary-color) !important; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			font-weight: bold; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			font-size: 17px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			margin-bottom: 5px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		.song-request-time { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			font-size: 12px; 
														 | 
														
														 | 
														
															 			font-size: 12px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			margin-top: 7px; 
														 | 
														
														 | 
														
															 			margin-top: 7px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		} 
														 | 
														
														 | 
														
															 		} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	} 
														 | 
														
														 | 
														
															 	} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	#song-duration { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	.song-duration { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		font-size: 20px; 
														 | 
														
														 | 
														
															 		font-size: 20px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	} 
														 | 
														
														 | 
														
															 	} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 |